View previous topic :: View next topic |
Author |
Message |
shiner n00b
Joined: 08 Nov 2003 Posts: 35 Location: Baltimore, Maryland
|
Posted: Wed Nov 12, 2003 2:31 am Post subject: network died...please help!!! |
|
|
Ok, this is wierd...I started going through the Gentoo directions for installing Alsa. In it I was supposed to rmmod any sound modules installed. The ones I removed are:
snd-ens1371
snd-pcm
snd-page-alloc
snd-timer
snd-rawmidi
snd-seq-device
snd-ac97-codec
snd
soundcore
snd-pcm-oss
snd-mixer-oss
I don't see how any of these would affect my eth0, but it was when I rebooted after that when I could no longer connect. I tried "/etc/init.d/net.eth0 start" but it came back saying "Failed to bring eth0 up"
Does anyone have any ideas I could try? Help!!!
Last edited by shiner on Wed Nov 12, 2003 2:54 am; edited 1 time in total |
|
Back to top |
|
|
shiner n00b
Joined: 08 Nov 2003 Posts: 35 Location: Baltimore, Maryland
|
Posted: Wed Nov 12, 2003 2:54 am Post subject: update |
|
|
I checked the following things:
/lib/modules/kernel****/kernel/drivers contains my network card (3c59x)
/etc/modules.autoload.d/kernel-2.4 the driver was there, but it was commented out (I didn't do it knowingly)
rc-update add net.eth0 default this seemed to go ok, but the module still doesn't load at startup--it tries but fails |
|
Back to top |
|
|
professorn Apprentice
Joined: 18 Sep 2003 Posts: 235 Location: Stockholm, Sweden
|
Posted: Wed Nov 12, 2003 8:41 pm Post subject: |
|
|
Did you do an etc-update? Just uncomment the line and reboot it should work if you can load the module by hand |
|
Back to top |
|
|
geburns n00b
Joined: 19 Apr 2002 Posts: 65 Location: st paul, mn
|
Posted: Thu Nov 13, 2003 2:30 am Post subject: |
|
|
this happened to me too... i specified the ip address info and gateway info in /etc/conf.d/net and it was ok... it breaks again if i use dhcp...
i emerged baselayout on the 11th and i did etc-update. that's when the problem started. |
|
Back to top |
|
|
D-e-e n00b
Joined: 22 Apr 2003 Posts: 27 Location: Canada
|
Posted: Thu Nov 13, 2003 10:06 am Post subject: |
|
|
This happened to me too when I emerged baselayout.
What I did to fix this was to change the line 66 in /etc/init.d/net.eth0 from
Code: | if [ "${carrier_IFACE}" = "running" ] |
to
Code: | if [ "${carrier_IFACE}" != "running" ] |
_________________ --- D-e-e |
|
Back to top |
|
|
pmatos Veteran
Joined: 06 Jun 2003 Posts: 1246 Location: Eckental, Germany
|
Posted: Thu Nov 13, 2003 11:54 am Post subject: |
|
|
Happened to me too and indeed that solution works. However, shouldn't these scripts be tested before going to rsync?
Oh well, it's working now...
Best regards,
Paulo
D-e-e wrote: | This happened to me too when I emerged baselayout.
What I did to fix this was to change the line 66 in /etc/init.d/net.eth0 from
Code: | if [ "${carrier_IFACE}" = "running" ] |
to
Code: | if [ "${carrier_IFACE}" != "running" ] |
|
_________________ Paulo Matos |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
shiner n00b
Joined: 08 Nov 2003 Posts: 35 Location: Baltimore, Maryland
|
Posted: Fri Nov 14, 2003 1:55 am Post subject: |
|
|
Thanks everyone for the ideas, many of which I never thought of....I just ended up recompiling my kernel, and it worked. Probably a problem with the PEBKAC system |
|
Back to top |
|
|
ewan.paton Veteran
Joined: 29 Jul 2003 Posts: 1219 Location: glasgow, scotland
|
Posted: Tue Nov 18, 2003 4:57 am Post subject: |
|
|
D-e-e wrote: | This happened to me too when I emerged baselayout.
What I did to fix this was to change the line 66 in /etc/init.d/net.eth0 from
Code: | if [ "${carrier_IFACE}" = "running" ] |
to
Code: | if [ "${carrier_IFACE}" != "running" ] |
|
thanks you and knopix just saved me a reinstall[1] on 2 machines i couldnt get online to find out waht was going on and my cable modem kept reseting itselve
[1]i know its a cop out but i needed the internet on at least one computer _________________ Giay tay nam | Giay nam cao cap | Giay luoi |
|
Back to top |
|
|
ewan.paton Veteran
Joined: 29 Jul 2003 Posts: 1219 Location: glasgow, scotland
|
Posted: Tue Nov 18, 2003 4:57 am Post subject: |
|
|
D-e-e wrote: | This happened to me too when I emerged baselayout.
What I did to fix this was to change the line 66 in /etc/init.d/net.eth0 from
Code: | if [ "${carrier_IFACE}" = "running" ] |
to
Code: | if [ "${carrier_IFACE}" != "running" ] |
|
thanks you and knopix just saved me a reinstall[1] on 2 machines i couldnt get online to find out waht was going on and my cable modem kept reseting itselve
[1]i know its a cop out but i needed the internet on at least one computer _________________ Giay tay nam | Giay nam cao cap | Giay luoi |
|
Back to top |
|
|
|