You are not logged in.
Pages: 1
I bought a Dell Optiplex 380.
I've installed Archlinux on several similar Dells over the years but on this one the install media does not activate the ethernet card.
lspci -k tells me the card is there and the module is tg3 but does not show it as being in use.
An Ubuntu install media on the same machine with lspci -k says:
1:00.0 Ethernet controller: Broadcom Inc. and subsidiaries NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
Subsystem: Dell NetLink BCM57780 Gigabit Ethernet PCIe
Kernel driver in use: tg3
Kernel modules: tg3
The driver is in use. But not for Archy.
Anyone know how to get my Arch install media to put the module/driver in use?
Offline
Start with the obvious, what happens when you modprobe it?
Offline
modprobe says it is already loaded
Offline
Then check dmesg, are any errors/issues listed for tg3? Might also be a bug in the kernel, try an older ISO: https://www.archlinux.org/releng/releases/
Offline
Pages: 1