我的笔记本电脑网卡是Qualcomm Atheros AR8161/8165 PCI-E Gigabit Ethernet Controller (NDIS 6.20) 的
在ubuntu下不识别,怎么办?
12.04.2 找不到网卡
-
- 帖子: 12
- 注册时间: 2013-02-24 13:58
- 系统: 12.04
-
- 帖子: 12
- 注册时间: 2013-02-24 13:58
- 系统: 12.04
Re: 12.04.2 找不到网卡
ubuntu 只显示lo wlan0 没有 eth0
我的网卡是:Atheros Communications Inc. AR8161 Gigabit Ethernet
解决思路
出现这个情况,首先是没有驱动。那么简单,下载驱动,编译驱动源代码,然后重新激活。
以下内容是转帖,原帖找不到了,就不发链接了
1,sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r`
2,wget -O- http://linuxwireless.org/download/compa ... pc.tar.bz2 | tar -xj
3,cd compat-wireless-2012-07-03-pc
4,./scripts/driver-select alx
5,make
6,sudo make install
7,sudo modprobe alx
我的网卡是:Atheros Communications Inc. AR8161 Gigabit Ethernet
解决思路
出现这个情况,首先是没有驱动。那么简单,下载驱动,编译驱动源代码,然后重新激活。
以下内容是转帖,原帖找不到了,就不发链接了
1,sudo apt-get install build-essential linux-headers-generic linux-headers-`uname -r`
2,wget -O- http://linuxwireless.org/download/compa ... pc.tar.bz2 | tar -xj
3,cd compat-wireless-2012-07-03-pc
4,./scripts/driver-select alx
5,make
6,sudo make install
7,sudo modprobe alx
-
- 帖子: 19
- 注册时间: 2006-06-26 9:45
Re: 12.04.2 找不到网卡
傻逼. 都网卡没驱动了还在线安装个鸟啊.
发帖的都没脑子.
怎么打个集成包安装才是解决之道.
发帖的都没脑子.
怎么打个集成包安装才是解决之道.