Internet (有线)在窗口中工作正常,但在Ubuntu12.10中,它在启动Ubuntu 5分钟后停止工作,尽管连接没有断开,但它显示即使它不工作也已连接。
我的笔记本电脑型号是联想Ideapad Z560。
sai@ubuntu:~$ ifconfig eth0
eth0 Link encap:Ethernet HWaddr 88:ae:1d:39:88:40
inet addr:172.17.3.252 Bcast:172.17.15.255 Mask:255.255.240.0
inet6 addr: fe80::8aae:1dff:fe39:8840/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:11179 errors:0 dropped:0 overruns:0 frame:0
TX packets:137 errors:0 dropped:47 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:952745 (952.7 KB) TX bytes:21060 (21.0 KB)相关的lscpi -nnk输出:
06:00.0 Network controller [0280]: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) [168c:002b] (rev 01)
Subsystem: Lenovo Device [17aa:30a1]
Kernel driver in use: ath9k
Kernel modules: ath9k
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 02)
Subsystem: Lenovo Device [17aa:392e]
Kernel driver in use: r8169
Kernel modules: r8169发布于 2013-01-17 11:22:20
试试威克
来自Synaptic或Software Center,或用以下方式安装:
sudo aptitude update && sudo aptitude install wicd(如果没有apt-get,也可以使用aptitude。)
安装wicd后,必须卸载network-manager。
这可能会大大改善事情-试试看!
https://askubuntu.com/questions/244152
复制相似问题