You are not logged in.
Hello,
I bought a notebook about a week ago (Acer TravelMate 8572TG), I thought to install Arch on it, but I can't bring up the internet connection neither for wired nor for wireless. It has 14e4:1690 Broadcom BCM57760 ethernet and 14e4:4357 Broadcom wifi.
For 57760 I found Tigon3 (tg3) driver, modprobed it, but when I ran 'ifconfig eth0 up' it says: eth0: unkown interface: no such device.
And for the wifi I modprobed the wl driver and the lib80211_crypt_tkip, but I can't connect (no such device..)
In dmesg nothing shows up when I plug in and out the ethernet cable. Also nothing found about net, ip, broadcom.
What may I do?
Thank you for the help!
Last edited by vandeminek (2010-09-22 13:48:32)
Offline
What's in dmesg when you load the tg3 driver?
Offline
I have on a laptop an ethernet card Broadcom BCM57780 which doesn't work with tg3 module alone. You have to rmmod tg3 and then modprobe broadcom and after that tg3. Then eth0 interface should show up and work. Also add to your MODULES=(... broadcom tg3 ...)
Offline
$ dmesg | grep tg3
tg3.c:v3.16 (January 12, 2010)
tg3 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ16
tg3 0000:02:00.0: setting latency timer to 64
tg3 mdio bus: probed
eth%d: no PHY devices
tg3: Problem fetching invariants of chip, aborting.
tg3 0000:02:00.0: PCI INT A disabled
This is at startup time, when I manually reload the driver the "eth%d" row not in dmesg.
That maybe means that the two Broadcom chips could not work together? I will try other distros livecd-s, to determine that appears in other distros or just now for Arch.
Offline
As i said, you have to modprobe broadcom before tg3 to make BCM57760 work.
Offline
Dogmeat: I tried this and it works thanks for the great solution!
Offline