View previous topic :: View next topic |
Author |
Message |
buptwugh Tux's lil' helper

Joined: 16 Jan 2012 Posts: 101 Location: Beijing,China
|
Posted: Wed Feb 08, 2012 9:32 am Post subject: [Solved] Problem with networking |
|
|
My networking can't start auto after gentoo boot.
my networking card;
Code: |
03:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57780 Gigabit Ethernet PCIe (rev 01)
Subsystem: Acer Incorporated [ALI] Device 033d
Kernel driver in use: tg3
Kernel modules: tg3
|
Only after I doing these things the networking card become valid.
Code: |
rmmod tg3
modprobe broadcom
modproble tg3
|
A similar problem https://forums.gentoo.org/viewtopic-t-875597-start-0.html
But the solution doesn't work for my laptop.
Can someone give some suggestion?
Last edited by buptwugh on Sat Feb 11, 2012 12:24 pm; edited 1 time in total |
|
Back to top |
|
 |
audiodef Watchman


Joined: 06 Jul 2005 Posts: 6656 Location: The soundosphere
|
|
Back to top |
|
 |
NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55453 Location: 56N 3W
|
Posted: Wed Feb 08, 2012 9:41 pm Post subject: |
|
|
buptwugh,
The dirty hack is to compile broadcom as built in <*> and tg3 as a module <M>
Now add tg3 to /etc/conf.d/modules.
This forces things to load in the right order but modprobe is supposed to organise that anyway. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
 |
buptwugh Tux's lil' helper

Joined: 16 Jan 2012 Posts: 101 Location: Beijing,China
|
Posted: Thu Feb 09, 2012 5:10 am Post subject: |
|
|
Good idea, I will try it. |
|
Back to top |
|
 |
Tolstoi l33t


Joined: 20 May 2004 Posts: 678
|
Posted: Sat Feb 11, 2012 12:18 pm Post subject: |
|
|
I've got this one:
Code: |
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe (rev 10
|
Got tg3 built in the kernel and everything is fine. |
|
Back to top |
|
 |
buptwugh Tux's lil' helper

Joined: 16 Jan 2012 Posts: 101 Location: Beijing,China
|
Posted: Sat Feb 11, 2012 12:24 pm Post subject: |
|
|
Thanks everyone, I have solved the problem by NeddySeagoon's idea. |
|
Back to top |
|
 |
|