Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
|
 |
01-10-2001, 01:01 PM
|
#1
|
Member
Registered: Jun 2000
Location: Upstate New York
Distribution: Ubuntu
Posts: 158
Rep:
|
I know this question has been asked before in other posts but I need to ask it again.
Has anyone got the Linksys LNE100TX v4.0 ethernet card working on a RedHat 6.2 Machine?
Linksys says all you need is the tulip driver, RedHat says it is incompatable. Either way, I have followed all the directions that Linksys gave and it did not work.
"trickykid" said he got it working in RH 6.2 after RH 7.0 did not work with it. How did you (or how did he if anyone knows) get it to work?
|
|
|
01-10-2001, 08:16 PM
|
#2
|
root 
Registered: Jun 2000
Distribution: Debian, Red Hat, Slackware, Fedora, Ubuntu
Posts: 13,618
|
OK. I have learned two things about this card. First - it is VERY picky about witch version of the tulip driver it will work with. Try using v0.91g-ppc as it is confirmed to work. The second thing is that there are actually two versions of the card. The old version uses the tulip driver I just mentioned. For the new version you need to download netdrivers.tgz from http://www.scyld.com.
|
|
|
01-11-2001, 09:16 AM
|
#3
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Linksys NIC problems....
Well, Redhat 6.2 detected my card and installed it correctly. I do know however the tulip driver supplied by Redhat 6.2 is correct though. You should try and run the linuxconf from the terminal screen within x and check there to see what driver it is using. I found this is the easiest way to figure out which driver your eth0 is using. Also if it is not present there, check your original Linksys Driver diskette # 2, Linksys has placed the tulip drivers on there but you will be required to compile them but linksys does have all the directions on their homepage.
Here is the link http://www.linksys.com/support/kb.asp?kbid=116
Hope this Helps....
Drew
[Edited by trickykid on 01-11-2001 at 10:25 AM]
|
|
|
01-11-2001, 09:33 AM
|
#4
|
Member
Registered: Jun 2000
Location: Upstate New York
Distribution: Ubuntu
Posts: 158
Original Poster
Rep:
|
Using Tulip
I checked linuxconf and it said I am using tulip. I have never been able to make Linux even detect it. I dont even think it recognizes that it is there. I have downloaded the most recent tulip driver and (I think) I installed it correctly. I followed the compile module methods from Linksys and from scyld.com and neither work. If I try and do ifup I get "Delaying eth0 initialization". If I do a insmod (or depmod - I am not sure - still a newbie here) it tells the that the "device or resource is busy". I dont know from what.
The only thing that may be different is that I bought this card with a set (a switch, 2 nics, and cables). I only have one driver disk and all it tells me to do is get the most current tulip driver. What version is the one you got working?
Another question, is there any way of "probing" for the correct card (sort of like windoze auto detect/plug-n-play)? Maybe another driver I can use just to make this card work?
|
|
|
01-11-2001, 12:54 PM
|
#5
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
let me get back on that.....
I can't remember what version I am using right now, but I will let you know once I get home from work on which tulip driver I am using and see if i can find any other info on any other driver that might actually work. I could possibly email you the driver I have also for you to try as well.
Drew
Have you tried netconfig in the terminal to reconfigure your network that way?
|
|
|
01-11-2001, 03:23 PM
|
#6
|
Member
Registered: Jun 2000
Location: Upstate New York
Distribution: Ubuntu
Posts: 158
Original Poster
Rep:
|
Yup, I have...
Yeah, I have tried netconfig in and outside of X, both lead to a "Delaying eth0 initialization" during bootup and no trace of eth0 in ifconfig. Let me know the version of tulip AND the version of the card if you can...
|
|
|
01-12-2001, 08:12 AM
|
#7
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Well the version of the tulip driver is the latest that was released, and my card I didn't even bother to see which one it was but I do beleive it is v4.0.
You say that linuxconf displays it but what about ifconfig, does it give you anything about your card or even list it.
If it says "device or resource is busy" did you check to see if the card wasn't disabled or anything in linuxconf. Does the card work in any other OS like Windows?
Drew
|
|
|
01-12-2001, 08:58 AM
|
#8
|
Member
Registered: Jun 2000
Location: Upstate New York
Distribution: Ubuntu
Posts: 158
Original Poster
Rep:
|
Disabled???
All linuxconf displays is that the device is enabled, and using tulip with the ip and subnet I gave it. Ifconfig only displays info on my loopback and nothing on eth0.
The card was working in two separate windows 98se machines perfectly. I also have two of the lne100tx cards, so I have tried both on the linux system just to make sure that one was not bad. Nothing happened.
What should I look for that might disable it??? How could it be disabled?
Andy
|
|
|
01-12-2001, 09:53 AM
|
#9
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Sounds to me if its not detecting when you ifconfig, but it is in linuxconf, then it could be an irq conflict. You did say it was trying to detect during the boot process, then you could try to pass the argument:
ether=10,0x300,eth0 in the lilo boot prompt so you would try typing this
lilo: linux ether=10,0x300,eth0
which the 10 would be the irq and the 0x300 would be your i/o base address. It might be different on your machine. But those I think are the standard settings for an ethernet card. You might want to try and do an make xconfig to bring up to enable the card in the kernel. Might have to recompile the kernel to get it to work. You can find help online in the HowTo's if you never recompiled before.
If none of that works, you could try making your eth0 as a module, by editing your /etc/conf.modules file to use and tell when you use modprobe command to tell which driver to use for your card. Would look something like this:
This would be a line in the file: alias eth0 tulip
Then you can modprobe eth0 and see what it comes up with.
Here are two links that tell this in detail.
http://www.linux.com/firststep/newsi...id=10&aid=4173
http://www.linuxdoc.org/HOWTO/Ethern...O-9.html#ss9.2
Hope this helps in any way. Might want to check out those sites, I could be mistaking in some of my typing above. Those sites explain in more detail.
Drew
|
|
|
All times are GMT -5. The time now is 04:34 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|