Realtek RTL8188CU芯片无线网卡的Linux驱动如何安装?(已解决)

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Realtek RTL8188CU芯片无线网卡的Linux驱动如何安装?(已解决)

#1

帖子 宇文拓 »

如题,本人购买了傻多(Sapido,台湾品牌)的迷你型无线网卡AU-4912,产品官网如下:http://www.sapido-china.com/productau4912o.htm,之所以选择该产品是因为产品介绍中是支持Linux的,而且在官网的驱动下载页面也有Linux版本的驱动可以下载,但是本人是Ubuntu菜鸟,不懂如何在Ubuntu下安装该驱动,现将下载的驱动中的说明文档发上来,请教各位高手,谢谢!!





===============================================================================
Software Package - Component
===============================================================================
1. ReleaseNotes.doc

2. document/

3. driver source code

3.1 Makefile - to build the modules

3.2 Script and configuration for DHCP:
"wlan0dhcp"
"ifcfg-wlan0"

3.3 Example of supplicant configuration file:
"wpa1.conf"

3.4 Script to run wpa_supplicant
"runwpa"

3.5 Script to clean relative modules
"clean"

4. wpa_supplicant/wpa_supplicant-0.6.9_wps_patch_20100201.zip
The tool help the wlan network to communicate under the
protection of WPAPSK mechanism (WPA/WPA2) and add WPS patch


==================================================================================================================
User Guide(1) - connecting wireless networking using "Network Manager" GUI utility (For PC Linux)
==================================================================================================================
(1) Network Manager is a utility attempts to make use of wireless networking easy.

(2) Notes: if you want to use the following command-line method to connect wireless networking,
please disable the "Network Manager", because "Network Manager" will conflict with method of command line .

==================================================================================================================
User Guide(2) - Using the wpa_cli & wpa_supplicant tools (For embedded Linux)
==================================================================================================================

Please refer to the document/wpa_cli_with_wpa_supplicant_20091227.doc

==================================================================================================================
User Guide(3) - Set wireless lan MIBs in Command Line (Legacy command - Not recommend)
==================================================================================================================
This driver uses Wireless Extension as an interface allowing you to set
Wireless LAN specific parameters.

Current driver supports "iwlist" to show the device status of nic
iwlist wlan0 [parameters]
where
parameter explaination [parameters]
----------------------- -------------
Show available chan and freq freq / channel
Show and Scan BSS and IBSS scan[ning]
Show supported bit-rate rate / bit[rate]

For example:
iwlist wlan0 channel
iwlist wlan0 scan
iwlist wlan0 rate

Driver also supports "iwconfig", manipulate driver private ioctls, to set
MIBs.

iwconfig wlan0 [parameters] [val]
where
parameter explaination [parameters] [val] constraints
----------------------- ------------- ------------------
Connect to AP by address ap [mac_addr]
Set the essid, join (I)BSS essid [essid]
Set operation mode mode {Managed|Ad-hoc}
Set keys and security mode key/enc[ryption] {N|open|restricted|off}

For example:
iwconfig wlan0 essid "ap_name"
iwconfig wlan0 ap XX:XX:XX:XX:XX:XX
iwconfig wlan0 mode Ad-hoc
iwconfig wlan0 essid "name" mode Ad-hoc
iwconfig wlan0 key 0123456789 [2] open
iwconfig wlan0 key off
iwconfig wlan0 key restricted [3] 0123456789
Note: Better to set these MIBS without GUI such as NetworkManager and be sure that our
nic has been brought up before these settings. WEP key index 2-4 is not supportted by
NetworkManager.

===============================================================================
Getting IP address (For User Guide(2) & User Guide(3))
===============================================================================
After start up the nic and connect to AP successfully, the network needs to obtain an IP address
before transmit/receive data.
This can be done by setting the static IP via "ifconfig wlan0 IP_ADDRESS"
command, or using DHCP.

If using DHCP, setting steps is as below:
(1)check if the WiFi had connected to an AP via "iwconfig" command
$> iwconfig

(2)run the script which run the dhclient
$> ./wlan0dhcp
or
dhcpcd wlan0
(Some network admins require that you use the
hostname and domainname provided by the DHCP server.
In that case, use
dhcpcd -HD wlan0)


===============================================================================
WPAPSK/WPA2PSK - using wpa_supplicant (For User Guide(3))
===============================================================================

Wpa_supplicant helps to secure wireless connection with the protection of
WPAPSK/WPA2PSK mechanism. Please refer to the document/wpa_cli_with_wpa_supplicant_20091227.doc

===============================================================================
WPS - PIN & PBC methods
===============================================================================

(*) Please refer to the document/wpa_cli_with_wpa_supplicant_20091227.doc

===============================================================================
Power Saving Mode
===============================================================================

(1) in order to enter PS Mode, you need to add the parameter of "power_mgnt=1" when executing "insmod 8192cu.ko" :
$>insmod 8192cu.ko power_mgnt=1
or
$>insmod 8192cu.ko power_mgnt=2

(2) Notes:
power_mgnt=0 ;//default, disable PS
power_mgnt=1 ;//enable PS, MIN_PS Mode
power_mgnt=2 ;//enable PS, MAX_PS Mode
上次由 宇文拓 在 2011-03-12 12:21,总共编辑 3 次。
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Re: rtl8188cus芯片无线网卡的Linux驱动如何安装?

#2

帖子 宇文拓 »

3.2 Script and configuration for DHCP:
"wlan0dhcp"
"ifcfg-wlan0"


这个步骤是什么意思,具体怎么操作??
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Re: rtl8188cus芯片无线网卡的Linux驱动如何安装?

#3

帖子 宇文拓 »

等待答复。。。。
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Re: rtl8188cus芯片无线网卡的Linux驱动如何安装?

#4

帖子 宇文拓 »

:em20 高手在哪里哦。。。
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Re: rtl8188cus芯片无线网卡的Linux驱动如何安装?

#5

帖子 宇文拓 »

一夜过去了,还没有等到高手现身啊。。。
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Re: RTL8188CE芯片无线网卡的Linux驱动如何安装?

#6

帖子 宇文拓 »

气愤!!上厂家官网的线上服务,一个是通过MSN的,一个是通过QQ的,MSN的是台湾的工程师,QQ的是大陆的工程师,都不会在Linux下安装驱动!还当我皮球一样踢来踢去!!!本来对傻多的印象挺好的,因为之前家里购买的无线路由器就是用这个牌子的,现在觉得太烂了!!!!还不如买TP-Link的无线网卡,大个一点就大个一点,至少Ubuntu 10.10已经可以支持了。郁闷!!!
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Re: RTL8188CE芯片无线网卡的Linux驱动如何安装?

#7

帖子 宇文拓 »

刚刚在Ubuntu下用Teamviewer让台湾的工程师远程过来安装,结果也是没有结果,答复得让他们在公司搭建测试环境,下周再给我答复,唉,只能再等等了。
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Re: RTL8188CE芯片无线网卡的Linux驱动如何安装?

#8

帖子 宇文拓 »

很纳闷的一件事情,为什么我从昨天发到现在,没有高手可以回复,不求给答案,哪怕一点提示都OK,唉,心凉。。。
lijiwe24
帖子: 206
注册时间: 2010-07-27 9:44

Re: RTL8188CE芯片无线网卡的Linux驱动如何安装?

#9

帖子 lijiwe24 »

realtek的芯片,解压后,编译安装:
make
sudo make install
sudo reboot

重启后应该就可以用了,不过提醒你,realtek的官方驱动就是个杯具

如果发现不行,安装ndiswrapper,在ndiswrapper里面调用这个网卡的XP驱动应该可以

其他命令就不要搞了,安装重启后直接用系统的网络管理器进行管理就好了
ubuntu 10.10 + RedOffice + Firefox + thunderbird
宇文拓
帖子: 76
注册时间: 2010-07-27 15:51

Re: Realtek RTL8188CU芯片无线网卡的Linux驱动如何安装?

#10

帖子 宇文拓 »

感谢9楼的答复,不过我后来和厂家联系上之后,由台湾的工程师帮我远程协助安装成功了。具体的安装方法如下:

1、使用root账户登录,将下载的驱动程序解压到某临时目录下;
2、在终端下进入驱动的文件夹,然后执行“make”;
3、执行“.clean”;
4、执行“insmod 8192cu.ko”,完成。


附整个操作步骤的终端命令如下:
注:我的驱动程序解压在/mnt目录下,红色字体为输入的命令。

root@ubuntu:/# cd /mnt
root@ubuntu:/mnt# ls -l
总计 4
drwxr-xr-x 5 administrator administrator 4096 2010-08-04 15:46 RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803
root@ubuntu:/mnt# cd RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803# ls
document driver readme.txt ReleaseNotes.doc wpa_supplicant
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803# cd driver
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver# ls -l
总计 592
-rw-r--r-- 1 administrator administrator 604787 2010-08-04 15:21 rtl8192CU_linux_v2.0.974.20100803.tar.gz
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver# ls
rtl8192CU_linux_v2.0.974.20100803 rtl8192CU_linux_v2.0.974.20100803.tar.gz
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver# cd rtl8192CU_linux_v2.0.974.20100803/
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803# ls
autoconf_rtl8192c_usb_linux.h clean core hal ifcfg-wlan0 include Makefile os_dep runwpa wlan0dhcp wpa1.conf
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803# make
make ARCH=i386 CROSS_COMPILE= -C /lib/modules/2.6.35-27-generic/build M=/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803 modules
make[1]: 正在进入目录 `/usr/src/linux-headers-2.6.35-27-generic'
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_cmd.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_security.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_debug.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_io.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_ioctl_query.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_ioctl_set.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/ieee80211.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_mlme.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_mlme_ext.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_wlan_util.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_pwrctrl.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_rf.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_recv.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_sta_mgt.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/rtw_xmit.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/efuse/rtl8712_efuse.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/core/led/rtl8192c_led.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/hal_init.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c_d_hal_init.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/rtl8192c_phycfg.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/rtl8192c_rf6052.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/rtl8192c_dm.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/rtl8192c_rxdesc.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/usb/usb_ops_linux.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/usb/usb_halinit.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/usb/Hal8192CUHWImg.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/usb/rtl8192cu_xmit.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/usb/rtl8192cu_recv.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/hal/rtl8192c/usb/rtl8192c_cmd.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/os_dep/osdep_service.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/os_dep/linux/os_intfs.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/os_dep/linux/usb_intf.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/os_dep/linux/ioctl_linux.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/os_dep/linux/xmit_linux.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/os_dep/linux/mlme_linux.o
CC [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/os_dep/linux/recv_linux.o
LD [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/8192cu.o
Building modules, stage 2.
MODPOST 1 modules
CC /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/8192cu.mod.o
LD [M] /mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803/8192cu.ko
make[1]:正在离开目录 `/usr/src/linux-headers-2.6.35-27-generic'
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803# ./clean
ERROR: Module r8192s_usb does not exist in /proc/modules
ERROR: Module ieee80211_rsl does not exist in /proc/modules
ERROR: Module ieee80211_crypt_ccmp does not exist in /proc/modules
ERROR: Module ieee80211_crypt_tkip does not exist in /proc/modules
ERROR: Module ieee80211_crypt_wep does not exist in /proc/modules
ERROR: Module ieee80211_crypt does not exist in /proc/modules
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803# ls -l
总计 696
-rw-r--r-- 1 root root 320090 2011-03-11 15:35 8192cu.ko
-rw-r--r-- 1 root root 4597 2011-03-11 15:35 8192cu.mod.c
-rw-r--r-- 1 root root 9076 2011-03-11 15:35 8192cu.mod.o
-rw-r--r-- 1 root root 311655 2011-03-11 15:35 8192cu.o
-rwx------ 1 administrator administrator 2240 2010-08-03 17:31 autoconf_rtl8192c_usb_linux.h
-rwx------ 1 administrator administrator 151 2010-08-03 17:31 clean
drwxrwxrwx 4 administrator administrator 4096 2011-03-11 15:34 core
drwxrwxrwx 3 administrator administrator 4096 2011-03-11 15:34 hal
-rwx------ 1 administrator administrator 54 2010-08-03 17:31 ifcfg-wlan0
drwxrwxrwx 3 administrator administrator 4096 2010-08-03 17:31 include
-rwx------ 1 administrator administrator 6679 2010-08-03 17:31 Makefile
-rw-r--r-- 1 root root 116 2011-03-11 15:35 modules.order
-rw-r--r-- 1 root root 0 2011-03-11 15:35 Module.symvers
drwxrwxrwx 3 administrator administrator 4096 2011-03-11 15:34 os_dep
-rwx------ 1 administrator administrator 423 2010-08-03 17:31 runwpa
-rwx------ 1 administrator administrator 294 2010-08-03 17:31 wlan0dhcp
-rwx------ 1 administrator administrator 338 2010-08-03 17:31 wpa1.conf
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803# insmod 8192cu.ko
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803# ^C
root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803# ifconfig
eth0 Link encap:以太网 硬件地址 00:03:0d:5d:b1:d6
inet 地址:192.168.168.22 广播:192.168.168.255 掩码:255.255.255.0
inet6 地址: fe80::203:dff:fe5d:b1d6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 跃点数:1
接收数据包:63054 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:52996 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:54772336 (54.7 MB) 发送字节:10255263 (10.2 MB)
中断:16 基本地址:0x2000

lo Link encap:本地环回
inet 地址:127.0.0.1 掩码:255.0.0.0
inet6 地址: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 跃点数:1
接收数据包:1187 错误:0 丢弃:0 过载:0 帧数:0
发送数据包:1187 错误:0 丢弃:0 过载:0 载波:0
碰撞:0 发送队列长度:0
接收字节:203776 (203.7 KB) 发送字节:203776 (203.7 KB)

wlan0 Link encap:以太网 硬件地址 00:d0:41:c4:f8:68
inet 地址:192.168.168.21 广播:192.168.168.255 掩码:255.255.255.0
inet6 地址: fe80::2d0:41ff:fec4:f868/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1492 跃点数:1
接收数据包:149 错误:0 丢弃:1824 过载:0 帧数:0
发送数据包:32 错误:0 丢弃:2 过载:0 载波:0
碰撞:0 发送队列长度:1000
接收字节:17275 (17.2 KB) 发送字节:8370 (8.3 KB)

root@ubuntu:/mnt/RTL8192CU_8188CUS_8188CE-VAU_linux_v2.0.974.20100803/driver/rtl8192CU_linux_v2.0.974.20100803# exit
注销
administrator@ubuntu:~$ ^C
administrator@ubuntu:~$
vfate_linux
帖子: 290
注册时间: 2010-09-22 22:44

Re: Realtek RTL8188CU芯片无线网卡的Linux驱动如何安装?(已解决)

#11

帖子 vfate_linux »

本人的机器升级到4G内存后,内置的无线和有线网卡都不能用,识别不了。 真准备买个linux上可以方便使用usb无线网卡,
就冲着这支持linux,有linux的驱动,准备买个。
回复