Linux - DistributionsThis forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on...
Note: An (*) indicates there is no official participation from that distribution here at LQ.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm installing Gentoo 2004.3 (liveCD) on my ancient laptop, with a pentium III coppermine @ 645 Mhz.. (don't laugh too hard) and I'm trying to help it find the network card.... it's wired networking, and on my last installation it used xirc2ps_cs.... how can I load that driver in gentoo and get it to work? I don't know too many kernel commands, because I'm a relative linux n00b...
I just tried suse, which I could install, but I had to skip the network step. My network card is the RealPort 10/100 fast ethernet, but should use the same driver as the CE3-10/100, which is what my old distro thought it was.... will those commands work for SuSE 9.1 Personal? everything but the network (and a quick monitor thing) is set up...
I tried them, and uhoh... they all had a blank output, except for the second one, which didn't get the directory. here's the output...
by the way, the host name is part of a joke between me and my dad, that's why it's a bit strange...
Code:
monkeybox:/ # dmesg | grep eth0
monkeybox:/ # cat /proc/pci | grep Ethernet
cat : /proc/pci: No such file or directory
monkeybox:/ # lspci | grep Ethernet
monkeybox:/ #
and I was root, but that's all that happened.... but next I tried re-setting up the card with YaST, and retrying these, and I got: the same thing... now what?
hmmm... from that output it seems you dont have a network card.
what happens when you "modprobe <module>" using the module name the other distro used as a network card driver ???
no kidding its strange its a xircom RealPort Etnernet 10/100 (RE-100) and I think it's older than me! can anybody help me or point me to a way to get it working? or if I can't do that, anybody gotta cheap iMav G4 to sell? (looking at buying one...)
You said the card worked on anouther distro ?
what driver did the other distro use ?
and what happens when you modprobe that driver in the current distro ?
It was an old redhat distro with xirc2ps_cs as the driver, and when I use that driver in this distro it doesn't work... I think it wont detect the card, so the problem would be with detecting the right slot, not the specific card driver.... but that's just me...
there's more to getting the internet working than just modprobing a driver.
you have to start the interface either with your distro's netowrk tools, OR with /sbin/ifconfig
after you have modprobed the driver, run "dmesg | grep eth" whats it say ?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.