我有一块 Asrock BM-ITX 主板,上面有高通网络芯片 QCA8171。它可以被 ubuntu 识别,但无法工作,无法建立网络连接。
lshw
:
*-network DISABLED,
description: Ethernet interface
product: QCA8171 Gigabit Ethernet
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
logical name: p2p1
version: 10
serial: d0:50:99:3f:17:44
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=alx latency=0 link=no multicast=yes port=twisted pair
resources: irq:18 memory:f0400000-f043ffff ioport:e000(size=128)
答案1
我解决了这个问题。由于我更换了具有不同网络芯片的主板,导致逻辑名称对于网络已从eth0到点对点1. 在文件中将 eth0 更改为 p2p1 后/etc/网络/接口一切正常。