Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
network died...please help!!!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
shiner
n00b
n00b


Joined: 08 Nov 2003
Posts: 35
Location: Baltimore, Maryland

PostPosted: Wed Nov 12, 2003 2:31 am    Post subject: network died...please help!!! Reply with quote

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
View user's profile Send private message
shiner
n00b
n00b


Joined: 08 Nov 2003
Posts: 35
Location: Baltimore, Maryland

PostPosted: Wed Nov 12, 2003 2:54 am    Post subject: update Reply with quote

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
View user's profile Send private message
professorn
Apprentice
Apprentice


Joined: 18 Sep 2003
Posts: 235
Location: Stockholm, Sweden

PostPosted: Wed Nov 12, 2003 8:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
geburns
n00b
n00b


Joined: 19 Apr 2002
Posts: 65
Location: st paul, mn

PostPosted: Thu Nov 13, 2003 2:30 am    Post subject: Reply with quote

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
View user's profile Send private message
D-e-e
n00b
n00b


Joined: 22 Apr 2003
Posts: 27
Location: Canada

PostPosted: Thu Nov 13, 2003 10:06 am    Post subject: Reply with quote

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
View user's profile Send private message
pmatos
Veteran
Veteran


Joined: 06 Jun 2003
Posts: 1246
Location: Eckental, Germany

PostPosted: Thu Nov 13, 2003 11:54 am    Post subject: Reply with quote

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... :D

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
View user's profile Send private message
UberLord
Retired Dev
Retired Dev


Joined: 18 Sep 2003
Posts: 6835
Location: Blighty

PostPosted: Thu Nov 13, 2003 12:33 pm    Post subject: Reply with quote

Better fixes found :)

https://bugs.gentoo.org/show_bug.cgi?id=33272
Back to top
View user's profile Send private message
shiner
n00b
n00b


Joined: 08 Nov 2003
Posts: 35
Location: Baltimore, Maryland

PostPosted: Fri Nov 14, 2003 1:55 am    Post subject: Reply with quote

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
View user's profile Send private message
ewan.paton
Veteran
Veteran


Joined: 29 Jul 2003
Posts: 1219
Location: glasgow, scotland

PostPosted: Tue Nov 18, 2003 4:57 am    Post subject: Reply with quote

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
View user's profile Send private message
ewan.paton
Veteran
Veteran


Joined: 29 Jul 2003
Posts: 1219
Location: glasgow, scotland

PostPosted: Tue Nov 18, 2003 4:57 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum