LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 02-01-2006, 10:36 AM   #1
Simrinder
LQ Newbie
 
Registered: Jan 2006
Posts: 7

Rep: Reputation: 0
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
 
Old 02-01-2006, 11:35 AM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
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?
 
Old 02-01-2006, 01:29 PM   #3
Simrinder
LQ Newbie
 
Registered: Jan 2006
Posts: 7

Original Poster
Rep: Reputation: 0
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
 
Old 02-02-2006, 12:22 AM   #4
Simrinder
LQ Newbie
 
Registered: Jan 2006
Posts: 7

Original Poster
Rep: Reputation: 0
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
 
Old 02-02-2006, 08:26 AM   #5
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Try using modprobe rtl8139. Also, did dmesg display any messages from the modules or related to eth0?
 
Old 02-02-2006, 09:42 AM   #6
Simrinder
LQ Newbie
 
Registered: Jan 2006
Posts: 7

Original Poster
Rep: Reputation: 0
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
 
Old 02-02-2006, 11:29 PM   #7
Simrinder
LQ Newbie
 
Registered: Jan 2006
Posts: 7

Original Poster
Rep: Reputation: 0
hi David

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

simrinder
 
Old 04-17-2006, 03:54 AM   #8
Attila_f74
LQ Newbie
 
Registered: Apr 2006
Posts: 7

Rep: Reputation: 0
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.
 
Old 04-18-2006, 01:06 PM   #9
Simrinder
LQ Newbie
 
Registered: Jan 2006
Posts: 7

Original Poster
Rep: Reputation: 0
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
 
Old 04-18-2006, 01:08 PM   #10
Simrinder
LQ Newbie
 
Registered: Jan 2006
Posts: 7

Original Poster
Rep: Reputation: 0
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
 
Old 09-19-2008, 08:31 PM   #11
mrjawer
LQ Newbie
 
Registered: Sep 2008
Posts: 3

Rep: Reputation: 0
Smile

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.
 
Old 09-19-2008, 08:59 PM   #12
mrjawer
LQ Newbie
 
Registered: Sep 2008
Posts: 3

Rep: Reputation: 0
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!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
r8169 device eth1 does not seem to be present, delaying initialization. bkant Linux - Networking 4 12-27-2005 03:17 PM
Bringing up interface eth0 Delaying eth0 initialization. [ FA bansal_ashok Linux - Networking 4 05-27-2005 10:09 AM
xirc2ps_cs device eth0 does not seem to be present, delaying initialization Donic Linux - Laptop and Netbook 7 08-26-2004 02:45 PM
pcnet_cs device eth1 does not seem to be present, delaying initialization jacksondorado Linux - Laptop and Netbook 1 05-16-2004 05:27 AM
ERR MSG: orinoco_cs device eth1 does not seem to be present, delaying initialization. gt6350a Linux - Hardware 1 11-08-2003 03:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration