我有一塊華擎 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
我解決了這個問題。由於我更換了具有不同網路晶片的主機板,導致邏輯名稱網路更改自乙太網路0到點對點1。將檔案中的eth0改為p2p1後/etc/網路/接口一切正常。