請問mint14安裝realtek 8188cus無線網路卡

請問mint14安裝realtek 8188cus無線網卡安裝好要作那些設定
一直出現密碼無法登入

操作方式
下載 realtek 8188cus驅動程式
解壓縮 realtek 8188cus
進入終端機
CD realtek 8188cus目錄
chmod 755 ./install.sh
sudo ./install.sh
結果:
##################################################
Realtek Wi-Fi driver Auto installation script
Novembor, 21 2011 v1.1.0
##################################################
Decompress the driver source tar ball:
rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105.tar.gz
rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/
rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/clean

CC /home/k/usb/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/8192cu.mod.o
LD [M] /home/k/usb/driver/rtl8188C_8192C_usb_linux_v3.4.4_4749.20121105/8192cu.ko
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-17-generic'
##################################################
Compile make driver ok!!
##################################################
Authentication requested [root] for remove driver:
ERROR: Module 8192cu does not exist in /proc/modules
Authentication requested [root] for insert driver:
insmod: error inserting '8192cu.ko': -1 Device or resource busy
Authentication requested [root] for install driver:
install -p -m 644 8192cu.ko /lib/modules/3.5.0-17-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 3.5.0-17-generic
##################################################
The Setup Script is completed !
##################################################

麻煩請大大指點..........
2013-07-13 22:26 發佈
執行的帳號有切換到root權限嗎?

若已經切換root權限還這樣的話就還要再找問題點了
元始天王 wrote:
請問mint14安裝...(恕刪)

The vendor drivers for the RealTek 8188cus chip, in the Edimax EW-7811Un for example, do not compile on ubuntu 13.04, kernels 3.8 or 3.9.

There are errors with implicit declarations of functions (daemonize), and unknown symbols in modules.

RTL8188CUS

the deb contains patched versions of the driver source code from RTL8192xC_USB_linux_v3.4.4_4749.20121105.zip available at http://tinyurl.com/c7k5m3a which on its own doesn't compile on ubuntu 13.04 kernel 3.8 or 3.9

this deb package will compile, install the 8192cu.ko driver, and insert a DKMS module so that it is done on each kernel upgrade.

don't forget to blacklist the native drivers: put a file in to /etc/modprobe.d/ with this in it

# Blacklist native RealTek 8188CUs drivers
blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi
1. Command :

sudo gedit /etc/modprobe.d/blacklist.conf


and added theses lines at the end of the file :

blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi



2. I installed rtl8192cu-tjp-dkms_1.6_all.deb (
https://code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304/downloads/list

3. Command :


sudo gedit /etc/modules


and added this line at the end of the file :


8192cu



4. Rebooted the computer and plugged the USB adapter in.



一香(箱)、兩香(箱)、三香(箱)、四香(箱)、五香(箱) (老闆聽了很爽一直搬) 老闆,我要張君雅五香海苔一包

多謝兩位大大的幫忙!!
現在已經可以使用無線網卡
整理一下目前操作的流程:
1.下載realtek 8188CUS網卡驅動程式 : RTL8192xC_USB_linux_v3.4.4_4749.20121105.zip
2.解壓縮RTL8192xC_USB_linux_v3.4.4_4749.20121105.zip
3.進入終端機 cd /RTL8192xC_USB_linux_v3.4.4_4749.20121105.zip解壓縮後的目錄
4.sudo su
5.chmod 755 ./install.sh
6.sudo ./install.sh
到此卡關
7.sudo gedit /etc/modprobe.d/blacklist.conf
8.文件最後加入

blacklist rtl8192cu
blacklist rtl8192c_common
blacklist rtlwifi

9.https://code.google.com/p/realtek-8188cus-wireless-drivers-3444749-ubuntu-1304/downloads/list
下載並安裝rtl8192cu-tjp-dkms_1.6_all.deb
10.sudo gedit /etc/modules
文件最後加入8192cu
11.重新開機....完
內文搜尋
X
評分
評分
複製連結
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?