我有一个阿斯洛克BM主板与高通网络芯片在它的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)发布于 2015-06-11 07:09:40
我解决了这个问题。由于我交换了具有不同网络芯片的主板,导致网络的逻辑名称从eth0更改为p2p1。在文件/etc/ eth0 /接口中将p2p1更改为p2p1后,一切正常工作。
https://askubuntu.com/questions/634413
复制相似问题