1.看一下咱们用的本本的无线是咋子无线网卡,如下:
- [root@liaohg Downloads]# lspci | grep Wireless
-
03:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller (rev 10)
2.到台湾官网:上下载相应的网卡源码驱动下来,编译安装
打开网站后,在search框中输入
- [root@liaohg Downloads]# modprobe r8192se_pci
- [root@liaohg Downloads]# lsmod | grep pci
r8192se_pci 462298 0
[root@liaohg Downloads]#
[root@liaohg Downloads]# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 88:9F:FA:FF:DF:94
inet6 addr: fe80::8a9f:faff:feff:df94/64 Scope:Link
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:10 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:1776 (1.7 KiB)
Interrupt:17 Memory:f7e88000-f7e88100
[root@liaohg Downloads]#
阅读(4696) | 评论(0) | 转发(0) |