LinuxQuestions.org
Help answer threads with 0 replies.
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 09-10-2007, 02:29 PM   #1
moon_nader
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Rep: Reputation: 1
3c501 device eth0 does not seem to be present, delaying initialization


what is the problem in my network card

i use redhat interprice 5

can any one help me

ihave labtop

hp pavilion dv6000
 
Old 09-11-2007, 05:45 AM   #2
Khawk
LQ Newbie
 
Registered: Feb 2005
Posts: 21

Rep: Reputation: 15
Whats your network card?

Does your network card get detected ?

whats the output of
lspci |grep -i ethernet

also see whats the output of
cat /etc/modprobe.conf

--------------------------------
http://www.i-flux.net
http://www.o3magazine.com
"The focus of o3 is on the use of Free and Open Source (FOSS) software in Enterprise and Business environments."
 
Old 09-15-2007, 08:26 AM   #3
moon_nader
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 1
[root@localhost ~]# cat /etc/modprobe.conf
alias scsi_hostadapter ahci
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
alias eth0 3c501

=======================



[root@localhost ~]# cat /etc/modprobe.conf
alias scsi_hostadapter ahci
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
remove snd-hda-intel { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-hda-intel
alias eth0 3c501


IS THERE ANY SOLUTION
 
1 members found this post helpful.
Old 09-15-2007, 01:11 PM   #4
Khawk
LQ Newbie
 
Registered: Feb 2005
Posts: 21

Rep: Reputation: 15
you did not send lspci|grep -i ethernet output. Its to make sure model of your card.

try this
lsmod |grep 3c501
If it shows something then run follow two commands to remove and load the module
modprobe -r 3c501
modprobe 3c501
else directly load it
modprobe 3c501

if modprobe 3c501 gives error e.e no such module, then gotta find out whats the driver for Linux for your card
 
Old 09-16-2007, 08:08 AM   #5
moon_nader
LQ Newbie
 
Registered: Sep 2007
Posts: 9

Original Poster
Rep: Reputation: 1
[root@localhost ~]# lspci|grep -i ethernet
05:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller


what i do now to these proplem


iam wiating
 
Old 09-16-2007, 08:55 AM   #6
soroccoheaven
Member
 
Registered: Jul 2007
Distribution: mandrake Mandriva Redhat CentOS Slackware
Posts: 221

Rep: Reputation: 30
Quote:
Originally Posted by moon_nader View Post
[root@localhost ~]# lspci|grep -i ethernet
05:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller

what i do now to these proplem

iam wiating
I think its been answered by @Khawk..follow the steps

#lsmod |grep 3c501
If it shows something then run follow two commands to remove and load the module
#modprobe -r 3c501
and than
#modprobe 3c501

else directly load it
#modprobe 3c501

if modprobe 3c501 gives error e.e no such module, then gotta find out whats the driver for Linux for your card

Last edited by soroccoheaven; 09-16-2007 at 08:56 AM.
 
Old 09-17-2007, 02:54 AM   #7
Janneman
Member
 
Registered: May 2004
Distribution: Fedora Core 6
Posts: 36

Rep: Reputation: 15
I got the same problems with my new motherboard. When I do modprobe 3c501, I get the error message
"FATAL: error inserting 3c501 (/lib/.../3c501.ko): No such device".

I have a cdrom with Linux drivers (source code). The folders are:
Attansic/AtL2Linux_v0.2.40.0
AttansicL1/AtL1Linux_v0.1.40.8
Realtek/linux_8139(200)/8139too

Which one(s) should I use and how do I get them installed?

Your help will be greatly appreciated.

Janneman.
 
Old 09-17-2007, 02:59 AM   #8
Janneman
Member
 
Registered: May 2004
Distribution: Fedora Core 6
Posts: 36

Rep: Reputation: 15
By the way, I use Fedora Core 4. And lspci | grep -i ethernet shows:
02:00.0 Ethernet controller: Unknown device 1969:2048 (rev a0)
 
Old 09-17-2007, 09:26 PM   #9
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
You have an Attansic L2 network device.
 
Old 02-09-2008, 04:08 PM   #10
aadilbcas
LQ Newbie
 
Registered: Feb 2008
Posts: 11

Rep: Reputation: 0
attansic L2 problem

Quote:
Originally Posted by jcliburn View Post
You have an Attansic L2 network device.
hello ppl...

i found out that i have an 'attansic technology corp. l2 ethernet adapter'

after my installation of CentOS5.1
im unable to activate this NIC and receiving "3c501 device eth0 does not seem to be present, delaying initialization"

please help me to solve this problem.. is there any modprobe that i have to use if so please mention everything step by step..

urgent..
thanks in advance..


aadil..
 
Old 02-09-2008, 04:53 PM   #11
jcliburn
Member
 
Registered: Dec 2003
Location: Mississippi, USA
Distribution: Fedora
Posts: 435

Rep: Reputation: 33
Download this driver, build, and install it.

ftp://ftp.hogchain.net/pub/linux/att....0.40.4.tar.gz
 
Old 02-10-2008, 12:55 AM   #12
aadilbcas
LQ Newbie
 
Registered: Feb 2008
Posts: 11

Rep: Reputation: 0
Question

Quote:
Originally Posted by jcliburn View Post
Download this driver, build, and install it.
many many thanks for the reply.......

i downloaded the driver...

as i im new to linux, i totally have no idea, so please,

can u explain WHERE should i extract and build the file
and HOW should i install it..? (please include the commands to be used)

thanks again..


aadil..

Last edited by aadilbcas; 02-10-2008 at 12:56 AM.
 
Old 02-19-2008, 07:18 PM   #13
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Check this post for help. http://www.linuxquestions.org/questi...light=attansic

Brian
 
  


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
the device eth0 does not seem to be present delaying initialization Simrinder Linux - Networking 11 09-19-2008 08:59 PM
ipw2200 device eth1 does not seem to be present, delaying initialization OstermanA Linux - Wireless Networking 6 12-29-2006 02:09 AM
r8169 device eth1 does not seem to be present, delaying initialization. bkant Linux - Networking 4 12-27-2005 03:17 PM
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

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

All times are GMT -5. The time now is 10:11 PM.

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