View previous topic :: View next topic |
Author |
Message |
sliwowitz Apprentice
Joined: 21 Jan 2005 Posts: 223 Location: Europe/Prague
|
Posted: Sun Dec 25, 2005 8:29 pm Post subject: network not working [solved] |
|
|
I'm installing gentoo on my new notebook, but I can't get network working properly.
Everything works from the livecd and in the chroot when booted from livecd. When I reboot the computer to the new installed system, network doesn't work at all. All configuration seems ok, ifconfig show correct parameters, but doesn't show my card's hw address (just a bunch of zeros). I therefore suspect some kind of driver problem.
Kernel module r8169 - card's driver is loaded. It's a bit frustrating, not being able to emerge anything under the normal environment, so any help will be greately appreciated.
Last edited by sliwowitz on Sun Dec 25, 2005 11:38 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54832 Location: 56N 3W
|
Posted: Sun Dec 25, 2005 11:21 pm Post subject: |
|
|
slivovice,
Code: | but doesn't show my card's hw address (just a bunch of zeros) |
Check lsmod for eth1394 closer to the bottom of the output than r8169.
You will probably find that ethernet over firewire is getting eth0 and your real network card is eth1.
Use _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
sliwowitz Apprentice
Joined: 21 Jan 2005 Posts: 223 Location: Europe/Prague
|
Posted: Sun Dec 25, 2005 11:37 pm Post subject: solved |
|
|
yes, that's it. thanks a lot |
|
Back to top |
|
|
|