I recently picked up a pair of Gigabyte
motherboards to deploy XCP 1.6 on.
I was surprised when XCP told me I had no network
adapter.
lspci -nnk reports the device as:
02:00.0 Ethernet controller [0200]: Atheros
Communications Inc. AR8151 v2.0 Gigabit Ethernet [1969:1083] (rev
c0) Subsystem: Giga-byte Technology Device [1458:e000]
lspci -vmmnn reports:
Slot:02:00.0 Class:Ethernet controller
[0200] Vendor:Atheros Communications Inc. [1969] Device:AR8151 v2.0
Gigabit Ethernet [1083] SVendor:Giga-byte Technology [1458] SDevice:Device
[e000] Rev:c0
lsmod | grep atl
reports: atl1c
27127 0
This chip is suppose to be supported by the atl1c
driver
I tried modprobe atl1c
no error, no joy.
I'm a FreeBSD guy, so troubleshooting linux is a
tad beyond my expertise
Any suggestions?
|