网线在其他电脑上可以使用,并且 USB wifi 可以连接,但局域网无法连接到互联网。
sudo lshw-c 网
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 0c
serial: fc:aa:14:cb:f1:c3
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-2_0.0.1 02/06/13 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:73 ioport:d000(size=256) memory:fe100000-fe100fff memory:d2100000-d2103fff
卡似乎在那里。我花了数周时间寻找解决方案,但无济于事。任何帮助都感激不尽。
答案1
下次请尝试提供更多信息,例如:
uname -a
ifconfig
lsmod |grep rtl
但是,如果您只输入网络上以太网接口的芯片组/品牌,您就会找到解决方案。您搜索了数周,而我搜索了 5 秒钟,尽管不知道完整信息,却找到了有关它的一切。
请在此处找到您的网卡驱动程序并安装它们:
http://www.realtek.com.tw/Downloads/downloadsView.aspx?Langid=1&PNid=13&PFid=5&Level=5&Conn=4&DownTypeID=3&GetDown=false#2
请记住,您可能已经为界面加载了一些模块,并且您必须将其列入黑名单,因为它们显然不起作用。