LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-25-2005, 11:33 PM   #1
justmehere
Member
 
Registered: Jul 2005
Distribution: Mandrake 6.1
Posts: 59

Rep: Reputation: 15
Lightbulb eth0 not being detected


Hey all.

I'm just experimenting with mandrake 6.1 kernel 2.1.13-7 and during the installation I decided to forgo the installation of the network service. another words I didn't want any network options available for this machine even though it has a DFE-500TX Dlink card installed. Now I want the kernel or startup services to probe for the ethernet and install the approriate driver which I believe should be Tulip.

I've tried modifying the /etc/sysconfig/network and the /etc/rc.d/init.d/network for the Networking= yes line. Still during the boot up nothing. I can post the dmesg file.

Thanks for reading
 
Old 07-26-2005, 12:17 AM   #2
RomanG
Member
 
Registered: Jan 2005
Location: Russia, Kazan
Distribution: Mandrake 10.2, RedHat sometimes..
Posts: 110

Rep: Reputation: 15
Just do not use such old kernel and distro....

Take a look at lsmod and dmidecode | less.
 
Old 07-26-2005, 09:21 AM   #3
justmehere
Member
 
Registered: Jul 2005
Distribution: Mandrake 6.1
Posts: 59

Original Poster
Rep: Reputation: 15
thanks for the reply. i'll take a look into what you suggested. i know i should be working a much later distro but thats just me.
 
Old 07-26-2005, 09:25 AM   #4
RomanG
Member
 
Registered: Jan 2005
Location: Russia, Kazan
Distribution: Mandrake 10.2, RedHat sometimes..
Posts: 110

Rep: Reputation: 15
Forgot about lspci command - it is good too.
 
Old 07-26-2005, 06:29 PM   #5
justmehere
Member
 
Registered: Jul 2005
Distribution: Mandrake 6.1
Posts: 59

Original Poster
Rep: Reputation: 15
i tried all three commands as you suggested and unforntunately the first two weren't found anywhere on the filesystem. I last one runs but dispays the hard drive vfat and fat information.

1. dmidecode | less
2. lspci
3. lsmod


thanks again for the help.
 
Old 07-27-2005, 12:24 AM   #6
gd2shoe
Member
 
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835

Rep: Reputation: 49
I was about to post this, and then reread your post. More to follow.

Quote:
first, use lspci. This will give you a list of all pci devices and many devices built onto the motherboard. Your dlink may really be another card in disguise. This will be useful in making sure that your card is properly installed (on the most basic level), and can help in finding the appropriate module (driver).

Also check:
ls /sys/class/net

This will let you know the name of each network device that is detected (and have loaded drivers). If you see eth0, it may just be a matter of IP addresses and/or DHCP.

I'd probably be more help, but I don't use Mandrake.
OK, bearing kernel 2.1 in mind. I don't think it had lspci back then. Try instead:
cat /proc/pci

and the ls /sys/class/net wont work prior to the 2.6 kernel. Good luck.
 
Old 07-27-2005, 11:59 AM   #7
justmehere
Member
 
Registered: Jul 2005
Distribution: Mandrake 6.1
Posts: 59

Original Poster
Rep: Reputation: 15
gd2shoe thanks for the reply. when i previous ran the lspci it said command not found. maybe i made a mistake or this utility was not installed. i'll try it again and let you know.
 
Old 07-27-2005, 03:34 PM   #8
Half_Elf
LQ Guru
 
Registered: Sep 2001
Location: Montreal, Canada
Distribution: Slackware; Debian; Gentoo...
Posts: 2,163

Rep: Reputation: 46
Kernel 2.1 on Mandrake 6.1 ????
Do you really understand this distribution is ~10 years old? (Kernel 2.1.13 date on kernel.org is : 23-Nov-1996)

My god, I REALLY hope you are not going to connect this thing on the internet and that you are only trying to get on a local network... this old-timer wouldn't stand 5 minutes before getting rooted. And I don't like spam.

Whatever... I really doubt your thing can support the latest dlink card (it wasn't even planned 9 years ago!), my guess would be to upgrade the kernel, AT LEAST to 2.2 (but 2.4 would be the best choice atmo). But unless you can't get any other distribution or planning so test on old middle-aged distro, I really suggest to choose something more recent!
 
Old 07-27-2005, 07:51 PM   #9
justmehere
Member
 
Registered: Jul 2005
Distribution: Mandrake 6.1
Posts: 59

Original Poster
Rep: Reputation: 15
ok gd2shoe. the lspci is not part of the 2.2.13-7mdk Mandrake 6.1 distro. Same for the file /sys/class/net not part of the distribution.

But the /proc/pci file shows the dlink (DEC) PCI card there

Bus 1, device 10, function 0:
Ethernet controller: DEC DC21140 (rev 34).
Medium devsel. Fast back-to-back capable. IRQ 4. Master Capable. Latency=64. Min Gnt=20.Max Lat=40.
I/O at 0xd800 [0xd801].
Non-prefetchable 32 bit memory at 0xe2800000 [0xe2800000].

Last edited by justmehere; 07-27-2005 at 07:57 PM.
 
Old 08-01-2005, 02:07 AM   #10
gd2shoe
Member
 
Registered: Jun 2004
Location: Northern CA
Distribution: Debian
Posts: 835

Rep: Reputation: 49
Ok, that will mean that you are looking for a driver for "DEC DC21140".

That said, I think the others here have a decent point, unless there really is a reason for needing Mandrake 6. Unless you have a decent firewall, it is only a matter of time before you get rooted. (Not that I think it will happen nearly as fast as 5 min on linux. If we were talking win95, I'd give you much less than 5.)

The other problem is support. You will find far fewer people who will be able to help with an older distro. There are lightway current distro's. I've never tried it, but I hear that Vector is designed for such. Slackware can also be used that way if you are willing to tinker.
 
Old 08-01-2005, 11:09 AM   #11
justmehere
Member
 
Registered: Jul 2005
Distribution: Mandrake 6.1
Posts: 59

Original Poster
Rep: Reputation: 15
Thanks gd2shoe.

With the help of others I actually was able to figure out with the help of others here at LQ what the issue was. I'm up and running very much appreciated.
 
  


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
eth0 not detected with whitebox linux 4 andhravodu Linux - Hardware 1 05-29-2005 09:21 PM
eth0 not detected as Ethernet, no internet for me :( sadseh Linux - Networking 2 01-02-2005 03:43 AM
eth0 not detected in anyway! mikkime23 Linux - Hardware 1 12-27-2004 11:07 PM
eth0 not detected rosschilen Debian 1 12-22-2004 11:31 PM
Ethereal/Etherape eth0 not detected??? sallas Debian 4 06-20-2004 04:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:14 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