不小心禁用了某些驱动,然后ifconfig时eth0没有显示,可能是把网卡驱动给禁用了。无线网络可以连接。
请问各位怎样才能启用网卡驱动?
#lshw -C network
*-network UNCLAIMED
description: Ethernet controller
product: 82567LM Gigabit Network Connection
vendor: Intel Corporation
physical id: 19
bus info: pci@0000:00:19.0
version: 03
capabilities: pm msi bus_master cap_list
configuration: latency=0
resources: memory:f2700000-f271ffff memory:f2925000-f2925fff ioport:1840(size=32)
#lspci
00:19.0 Ethernet controller: Intel Corporation 82567LM Gigabit Network Connection (rev 03)
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter (PCI-Express) (rev 01)
[结帖]Can anyone help me? ubuntu 12.04有线连接无法使用
-
- 帖子: 3
- 注册时间: 2012-05-27 17:58
[结帖]Can anyone help me? ubuntu 12.04有线连接无法使用
上次由 Boatower 在 2012-05-27 19:36,总共编辑 1 次。
-
- 帖子: 3
- 注册时间: 2012-05-27 17:58
Re: Can anyone help me? ubuntu 12.04有线连接无法使用
#lspci -v 查看网卡驱动模块具体的name,然后sudo modprobe加载该模块,即可启用了~