You are not logged in.
Hi guys !
I just bought a new laptop and i can't install archlinux . It doesn't recognize the ethernet card so i can't use pacman at all . Is there a solution to this ? I downloaded the archlinux image 64 bit if it matters
Offline
Try
rmmod tg3; modprobe broadcom; modprobe tg3
Offline
Thanks i will try it to see if it works . So what exactly does this command do ? Because it removes tg3 module and then adds it again ? And for a automatic detection should i just add broadcom to my modules ?
Offline
Broadcom module has to be loaded before tg3. For permanent change edit /etc/rc.conf
MODULES=(broadcom tg3)
Offline
Thanks a lot , i will try it
Offline