LinuxQuestions.org
Review your favorite Linux distribution.
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 07-08-2005, 10:32 PM   #1
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Rep: Reputation: 15
NETGEAR FA311... i can't get it to work


alright, so, this is just an ongoing problem. i JUST put linux on my computer, and i'm a complete newb. i got an ethernet card that SAYS that it's linux compatible. and, sure enough, when i throw the cd in to install the driver, there is a folder that says linux. so, naturally, i go in there and read the readme file. it's giving me the step by step: copy these files, compile, copy the fa31x.o to such and such directory, now insmod that file... so on and so forth (i forgot the rest, but that's not important at this point). see that insmod thing? yeah, well, when i do that, it says something to the affect of module will taint the kernel: no license. well, apparantly that doesn't really mean much, except that i won't get tech support on it. BUT, my computer has the audacity to lock up at this point. completely frozen. mouse doesn't do anything, and ctrl+c doesn't break. it's just sitting there. the terminal cursor doesn't even blink. i have to reboot each time i've tried. now, i've tried the modprobe thing as well, now that somebody told me about that, but that says that the module doesn't exist (when clearly it does, as it's sitting right there in front of me).

i know i put like 5 problems in there, not to mention my lack of skill with linux at this point, but i would VERY much appreciate any help that anybody could offer. thank you, and have a nice evening. (well, it's evening where i'm sitting... could be morning, or afternoon where you are... have a nice one)
 
Old 07-09-2005, 11:35 PM   #2
rhapsody630
LQ Newbie
 
Registered: Jul 2005
Posts: 3

Rep: Reputation: 0
It's easier than that

You don't say (that I see) what version of Redhat you are using, but NETGEAR FA311's have been working for a long time.

First, tell us what distribution/version you are running. I'm willing to bet the date on that README file you are following is probably several years older; at least I've been running Redhats on that card since at least 2001.

Skip the driver that came with the card; and in fact, toss that CD into the dust bin. Undo any of the configuration changes it led you to do.

The driver you want is the so-called Linux Tulip driver. It should already be part of your distribution. Issue a `locate tulip.o` command and with luck you'll find it listed in the /lib/modules/.../kernel/drivers/net directory of your current kernel. If not you've probably gotten a kernel with networking disabled.

Re-boot your machine, watch the messages going by for useful clues and, when it completes get to a command line and type `dmesg`. Look through that output for lines containing useful info like:
Bringing up interface eth0:
and
eth0: Lite-On

Issue (as root) an `lsmod` command and see if tulip is listed as already being loaded.

Issue a `modprobe tulip` command and tell us what it says.

In your /etc/modules.conf you may need a
alias eth0 tulip
line, but I hesitate to suggest that without knowing more about your configuration.

Last, as a newb, read "How to ask questions the smart way"
http://www.catb.org/~esr/faqs/smart-questions.html
to get better answers faster.
 
Old 07-10-2005, 11:27 PM   #3
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Original Poster
Rep: Reputation: 15
alright, thanks, yeah, i found tulip.o, it's in
/lib/modules/2.4.20-8/kernel/drivers/net/tulip/tulip.o

i did the dmesg thing, and nothing with the eth- prefix came up... which i don't think is good. um, i did the lsmod, and no tulip came up

i'm reading the esr thing ... thanx for the link

when i issue the modprobe tulip command, it tells me no such device exists, then says insmod failed (this is paraphrase, but i hope it gets the point across)

thank you for any help you offer

oh, version of redhat... i'm not exactly sure (i know, not a good thing)... how may i find out? when i use the dmesg command, it says i'm running redhat linux version 3.2.2-5, but i'm pretty sure that isn't right (my friend installed it, since he has the discs...)

thanks again
 
Old 07-10-2005, 11:47 PM   #4
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Original Poster
Rep: Reputation: 15
upon rebooting my machine (also, no eth0 or other eth- messages), i discovered i'm running Redhat 9 (Shrike), apparently... hopefully that may help a bit
 
Old 07-10-2005, 11:58 PM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,714

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
AFAIK the FA311 uses the natsemi module.
try:
modprobe natsemi
 
Old 07-11-2005, 12:01 AM   #6
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Original Poster
Rep: Reputation: 15
okay, i did the modprobe natsemi, and i get no output... which may be a good thing? i'm not sure.
 
Old 07-11-2005, 12:09 AM   #7
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Original Poster
Rep: Reputation: 15
i think it worked... i'm rebooting my linux machine right now, hoping it initializes... i'll report back on success or failure
 
Old 07-11-2005, 12:15 AM   #8
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Original Poster
Rep: Reputation: 15
okay... it ALmost worked... i get a 'device or resource is busy' message, after a very long pause... any ideas?
 
Old 07-11-2005, 12:54 AM   #9
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Original Poster
Rep: Reputation: 15
okay, so, at this point, i think i should probably tell you that i'm using this ethernet connection to connect to the internet via dsl... is the resource that is busy perhaps my dsl modem? is there something else i'm missing?
 
Old 07-11-2005, 06:29 AM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,714

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
What command or what was happening to get a 'device or resource is busy' message?

No output after entering a command is a good thing. How did you configure the DSL connection? Is the modem connected to the ethernet card? Here is the Documentation for the internet connection wizard, be sure to select xDSL.

http://www.redhat.com/docs/manuals/l...de/ch-ppp.html
 
Old 07-11-2005, 09:59 AM   #11
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Original Poster
Rep: Reputation: 15
um, i get the 'resource or device is busy' message on the boot screen, and when trying to configure the device, using the graphical network configuration thingy included with redhat, on the GNOME desktop.
 
Old 07-14-2005, 09:52 PM   #12
rhapsody630
LQ Newbie
 
Registered: Jul 2005
Posts: 3

Rep: Reputation: 0
If your DSL modem is attached, perhaps it is tying up eth

... which it should. It sounds like you may be trying to configure eth0 both for the DSL connection and to connect your computer up to some local network, e.g. for connection sharing. It sounds like you want just the DSL connection.

Drop to a terminal window / command line and try

/sbin/ifconfig -a

Does it report ppp0? Is there a value for inet addr:? If so your modem is connected/or is trying to.

Assuming you have your ethernet card connected to your DSL modem, then what you may need to worry about at this point is getting rp-pppoe configured. You could try, as root, from a command line.

/usr/sbin/adsl-setup

if you haven't done so yet, or done some other graphical configuration. I don't recall how robust that was on RedHat 9. The command-line adsl-setup worked for me back in RedHat 7. It'll ask a bunch of questions to configure your PPP setup for your ISP. When its done you should be able to do a

/usr/sbin/adsl-start

to initiate the connection. Do a

tail -f /var/log/messages

in another command window before that to see the results.

Configured correctly the ppp0 device will use your eth0 to talk to the world.

I think the rp-ppoe package containing adsl-* was a standard part of RedHat by Shrike.

Last edited by rhapsody630; 07-14-2005 at 10:03 PM.
 
Old 07-14-2005, 10:00 PM   #13
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,714

Rep: Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899Reputation: 5899
Futhermore make sure your not trying to assign an IP address to the network card prior to bringing up the adsl connection.
 
Old 07-14-2005, 10:58 PM   #14
resist_r
Member
 
Registered: Jul 2005
Location: Wisconsin
Distribution: Slackware 10.2
Posts: 35

Original Poster
Rep: Reputation: 15
well, thank you all... unfortunately, it worked, but not according to many of the tips which you so graciously offered. for whatever reason, i booted it one time, and out of nowhere it detected new hardware (my ethernet card), and configured it automatically... not sure why it took so long for it to do that automatically, and not sure why it wasn't working when i tried manually, but it works right now, so i won't question it. thanks again.
 
  


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
netgear fa311... again emart Linux - Networking 2 07-16-2005 11:33 PM
Netgear FA311 Master Fox Linux - Hardware 7 08-27-2004 04:30 PM
Netgear fa311 jflemin Linux - Networking 1 07-23-2003 07:26 PM
Cant get any Netgear FA311 drives to work! lexusnexus Linux - Networking 11 06-30-2001 07:18 AM
netgear fa311 in mandrake 7.2... donpapadapolis Linux - Networking 8 02-22-2001 03:09 PM

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

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