我最近安装了 ubuntu 12.04 LTS,并尝试了所有方法来使我的以太网电缆工作...不幸的是,没有一种方法对我有用。以下是我运行的一些测试:
lspci -nnk | grep -i ethernet
给出05:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8161 Gigabit Ethernet [1969:1091] (rev 10)
。
ifconfig
给出:
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:803 errors:0 dropped:0 overruns:0 frame:0 TX packets:803 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:103034 (103.0 KB) TX bytes:103034 (103.0 KB)
wlan0 Link encap:Ethernet HWaddr 08:60:6e:cd:f6:f3
inet addr:192.168.2.101 Bcast:192.168.2.255 Mask:255.255.255.0 inet6 addr: fe80::a60:6eff:fecd:f6f3/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:3130 errors:0 dropped:0 overruns:0 frame:0 TX packets:3156 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:`1000 RX bytes:3869261 (3.8 MB) TX bytes:381110 (381.1 KB)
lshw -c network
:
*-network UNCLAIMED
description: Ethernet controller product: AR8161 Gigabit Ethernet vendor: Atheros Communications Inc. physical id: 0 bus info: pci@0000:05:00.0 version: 10 width: 64 bits clock: 33MHz capabilities: pm pciexpress msi msix bus_master cap_list configuration: latency=0 resources: memory:f7200000-f723ffff ioport:d000(size=128) *-network description: Wireless interface physical id: 2 bus info: usb@5:2 logical name: wlan0 serial: 08:60:6e:cd:f6:f3 capabilities: ethernet physical wireless configuration: broadcast=yes driver=rtl8192cu driverversion=3.5.0-23-generic firmware=N/A ip=192.168.2.101 link=yes multicast=yes wireless=IEEE 802.11bgn
我能做些什么?
答案1
8161 卡是许多问题的根源,就像您的问题一样。您可以找到与 8161 卡相关的帖子列表这里。该问题似乎与当前内核版本提供的驱动程序有关;回滚驱动程序似乎在大多数情况下都有效。一个建议的修复方法是发出以下终端命令,这显然是有效的:
apt-cache search linux-backports-modules
sudo apt-get install linux-backports-modules-cw-3.6-quantal-generic
sudo modprobe alx