LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Distributions (https://www.linuxquestions.org/questions/linux-distributions-5/)
-   -   eth0 not found > suse (https://www.linuxquestions.org/questions/linux-distributions-5/eth0-not-found-suse-190327/)

Mr_C 06-06-2004 10:40 AM

eth0 not found > suse
 
Actually my nic is found, BUT heres my actual situation.

I move around a lot with my notebook, joining networks with dhcp/static ips, while at other times I'm standalone.

What I usually do is disable my nic at boot time (boots up faster). Then if I want to joing a network I do a

# ifconfig eth0 up <cause I've set it to dhcp by default>

otherwise I manually select an ip as needed

right now if I try to do either I get the following


# ifconfig eth0 196.3.0.1
eth0:Error fetching interface information: Device eth0 not found


I had a similar problem with hardware not being detected at boot, with my usb. I made a script file in my init.d which modprobe the usb and thus activated the kernel module.
I suspect the solution my be along these lines?

Mr_C 06-06-2004 08:27 PM

modprobe eth0
returns nothing, however eth0 is still unkown

/etc/init.d/network start
starts up ok but still eth0 unkown when specifying ip

GlobShim 06-09-2004 05:33 PM

I don't know if this will help or not, but when I first installed 9.1 it didn't install the dchp daemon. That made it look like eth0 was configured correctly, but it didn't work.

Turns out I had to fire up YaST and manually install dhcpd to get it to work.

Perhaps you have a similar problem?

Mr_C 06-09-2004 11:35 PM

yep yast detects it for me.

Actually I put back the hardware icon in the tasktray. When I open it, I browse to the network and on the last tab there is the command.

modprobe natsemi

That hardware icon is rather usefull; I'll look at the dhcp daemon.


All times are GMT -5. The time now is 12:47 AM.