如何在具有有效无线连接的 Ubuntu 10.04 LTS 上安装以太网驱动程序?
goutham@ubuntu:~$ ifconfig -a
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:5580 errors:0 dropped:0 overruns:0 frame:0
TX packets:5580 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:588423 (588.4 KB) TX bytes:588423 (588.4 KB)
pan0 Link encap:Ethernet HWaddr 72:1b:d4:0f:a8:4f
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 68:a3:c4:fe:7c:1c
inet addr:192.168.43.167 Bcast:192.168.43.255 Mask:255.255.255.0
inet6 addr: fe80::6aa3:c4ff:fefe:7c1c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:86963 errors:0 dropped:0 overruns:0 frame:0
TX packets:77195 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:111515707 (111.5 MB) TX bytes:9272272 (9.2 MB)
goutham@ubuntu:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
goutham@ubuntu:~$ lspci -nn |grep Ethernet
01:00.0 Ethernet controller [0200]: Atheros Communications AR8152 v2.0 Fast Ethernet [1969:2062] (rev c1)
goutham@ubuntu:~$
答案1
你被击中错误 #927782。这是相当新的硬件,Ubuntu 10.04 不会为其提供支持。考虑升级到 12.04,然后执行以下操作:
尝试通过安装包来安装 compat-wireless 反向移植内核模块(是的,无线,不要问为什么)linux-backports-modules-cw-3.6-precise-generic
:
sudo apt-get install linux-backports-modules-cw-3.6-precise-generic
然后重新启动。
该软件包包含从 Linux 3.6 更新的(反向移植的)驱动程序(内核模块),适用于 12.04 中的 3.2 内核。
答案2
您可以考虑升级内核并保持操作系统不变。为此,请按照教程进行操作这里 这将安装较新的 3.6 内核。我以前也这样做过,没有遇到任何问题。
有一些规定是我建议的。
备份所有重要内容。务必先阅读说明,在尝试之前明确操作方法。选择正确的架构 32 位或 64 位,然后仅下载这些文件。*this is what you are currently running
因为不要混淆它们很重要。