LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   the device eth0 does not seem to be present delaying initialization (https://www.linuxquestions.org/questions/linux-networking-3/the-device-eth0-does-not-seem-to-be-present-delaying-initialization-410414/)

Simrinder 02-01-2006 10:36 AM

the device eth0 does not seem to be present delaying initialization
 
HI there this is Simrinder from India

I am new to linux , i have this box with Linux Ent 4 and i wanna install the brodband internet connection on it .I have this intex 8139 ethernet card i have done installed it . But the thing is that it is not wrking the way it should whenever i configure itand run the service network it stated the msg The device eth0 was does not seem to be present delaying initialization. I a do not have any or even a single clue as to what is happening .Guys i know u r experienced kindly let me know How to go about it ..

I have a ADSL terminal device of Huawei SmartAX MT882 i run it in windows it goed perfect . It is not connected to pc but it is connected to the ethernet card via the cable ....

So i hope u will help me IF u need any details mail me at simrinder@yahoo.co.in i will reply fast......SEE YA


Simrinder
HAPPY NEW YEAR

Matir 02-01-2006 11:35 AM

What chipset is the card based on? Can you post the relevent lspci information? Is the proper ethernet driver loaded? What kernel are you using?

Simrinder 02-01-2006 01:29 PM

Yah Hi there David

i got the info
the chipset is
RTL8139
49A21Q1

kernel version is 2.6.9-5.EL LINUX ENTERPRISE 4

the lspci info was like this it contained this entry
01:00.0 Ethernet controller: Unknown device 1904:2031(rev01)

lsmod was something like this
8139too 25921 0
mii 4673 1 8129too

I did not install any ehternet drivers but i found a folder for linux in
the floppy which came with that , I suppose they must for linux

So how to install them also i know completly deleted each and every refernce to the ethernet card , Ya i tried once to install it again and it said that could not load rtl8139 module from /sbin/module ....

so see ya
Simrinder
simrinder@yahoo.co.in

Simrinder 02-02-2006 12:22 AM

HI there u did not see this or what the info u told me is in there


BYE waiting for ur reply....

Simrinder
simrinder@yahoo.co.in

Matir 02-02-2006 08:26 AM

Try using modprobe rtl8139. Also, did dmesg display any messages from the modules or related to eth0?

Simrinder 02-02-2006 09:42 AM

HI

I did a lot of study on my pc i think i need to install the drivers from the ethernet card floppy its a tgz extension i did the zxvf and got sl_9201.c file . How to go about compiling this file and where to do that in the directory for kernel modules which command will do that

Simrinder

Simrinder 02-02-2006 11:29 PM

hi David

I need a reply for the above thread ! Waiting for that very urgent....

simrinder

Attila_f74 04-17-2006 03:54 AM

I have almost the same problem.
Chipset is rtl8139.
Using it for my LAN ( eth1 )
Tried modprobe rtl8139
get error msg back.
"FATAL: Module rtl8139 not found."
Using fedora 5.

Simrinder 04-18-2006 01:06 PM

HI there

well it has been a while at linuxquestions.org that i have visited it but thanks to the email i received for ur one post as this thread was started by me .

Coming to the point i will like to tell u that this chipset isnt being supported by the linux kernel thats why it shows Unknown device
I had a network interface card of INTEX company , and simply got it replaced with a D-Link ehternet card u should probabl do the same or else u can develop a module for linux kernel to support it but that will take a lot of time so save further headache and go in for some other companies card well i suggest D-link they are cool and thats like it . I probably spent 2-3 days for this solution
IF u have a any other remedy u come across for this plz let me know



Simrinder
simrinder@yahoo.co.in

Simrinder 04-18-2006 01:08 PM

HI there forum moderator

U guys have a cool system of this forums helping the whole of the world well u keep it up and thanks for this cool forum of urs .Looking forward to be a moderator how can i become one .plz let me know..


Simrinder
simrinder@yahoo.co.in

mrjawer 09-19-2008 08:31 PM

This problem should be mod load problem.

please try lsmod.you will find there will be no "8139too"

"the device eth0 does not seem to be present delaying initialization" cause firstly by mod 8139too.
I have not findout the way to solve this but this reply may help you the way to solve it.

have a nice day.

mrjawer 09-19-2008 08:59 PM

At last,we solved the problem.

1.
exec lspci

,there should be no ethernet device list in screen out.

So please check your ethernet card is installed properly.may be changed to another pci will be ok.

2.shutdown your server first,then move your ethernet card to another pci.power on.

login to server

3.exec lsmod

check whether 8139too have been loaded.if not

exec modprobe 8139too(or insmod 8139too)

reexec lsmod

again to check 8139too have been loaded or not.Should be successful.

then

exec service network restart(or ifup ethx)

wish you sucess!


All times are GMT -5. The time now is 05:51 PM.