You are not logged in.
Pages: 1
Hi, while trying to install Arch (net-image), the setup recognizes only the wlan0 interface.
So, as the wiki says (and some forum search results), i load the ethernet card module (the one it uses on ubuntu):
modprobe tg3
but still ifconfig doesn't show up me anything but lo and wlan0.
lspci | grep Ethernet shows this:
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
What can I do?
Last edited by pasqoo (2011-08-30 12:11:47)
Offline
try
1. sudo modprobe broadcom
2. sudo modprobe tg3
Offline
Look at this article:
http://vcamposs.wordpress.com/2010/09/0 … ie-rev-01/
or install from core-image:
http://www.archlinux.org/download/ .
Offline
Look at this article:
http://vcamposs.wordpress.com/2010/09/0 … ie-rev-01/
or install from core-image:
http://www.archlinux.org/download/ .
removing the two modules (tg3 and broadcom) and loading the tg3 module again solved the problem. The eth0 interface showed up!
Thank you!
Offline
Pages: 1