- 论坛徽章:
- 0
|
求助啊: ubuntu10.10 安装磊科NW336无线网卡驱动 失败!!!!!
机器情况是: I5 2300的CPU, 64位的ubuntu10.10
无线网卡是 磊科NW336, 芯片是RTL8712.
我按照网卡带的驱动盘中的安装说明, 照着做都不能成功.
以下来自于RTL8188SU USB网卡的文档:
Part 1: make 8712 USB Linux driver
(1) step1: uncompress the “rtl8712_8188_8191_8192SU_usb_linux_v2.6.x.x.2010xxxx.tar.gz” file. (in “driver” directory)
> tar zxvf rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20100625.tar.gz
(2) step2: make 8712 USB driver module
> make
(3) step3: clean the operation environment
> ./clean
(4) step4: insert 8712 USB modules
> insmod 8712u.ko
(5) step5: enable wlan0 interface
> ifconfig wlan0 up (在这步的时候, 提示找不到device)
(6) step6: setup IP address
> ifconfig wlan0 192.168.1.100
Part 2: Site Survey & connect to AP without security
step1: Site Survey
> iwlist wlan0 scan
(2) step2: Connect to AP
> iwconfig wlan0 essid “xxx” |
|