LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-13-2001, 10:29 PM   #1
jpmast
LQ Newbie
 
Registered: Aug 2001
Location: Owensboro, KY
Distribution: Mandrake 7.0
Posts: 9

Rep: Reputation: 0
Question Installation of Fa311 Nic. Plz HELP!!


I am beginning to frrl stupid. I am new to linux, and can't figure out how to get this dumb nic's drivers installed.

I am running Mandrake 7.0 and have the Netgear FA311 NIC. Please help and soon.
 
Old 08-14-2001, 01:48 AM   #2
LinuxGod
LQ Newbie
 
Registered: Aug 2001
Location: Cave Mountain
Distribution: Redhat Only
Posts: 29

Rep: Reputation: 15
Netgear.com

Go to netgear.com
download the linux driver
copy it to a directory on the linux station
make sure all files are in lower case
and type make fa311
then insmod fa311

Then you must copy that object file (fa311.o)
to, in redhat case /lib/modules/2.4.2/kernel/drivers/net
then cd to /lib/modules/2.4.2
type depmod -a

then goto /etc/modules.conf
and notice the other drivers
and add fa311.o in the same fashion

hmm that should do it.
 
Old 08-14-2001, 02:59 AM   #3
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Hi
These cards can be tricky! A search on these boards will show you how tricky. However if you have kernel 2.4. it's supported, recompile with the natsemi dp83810 driver, and it will work.
Jim
 
Old 08-15-2001, 08:20 PM   #4
jpmast
LQ Newbie
 
Registered: Aug 2001
Location: Owensboro, KY
Distribution: Mandrake 7.0
Posts: 9

Original Poster
Rep: Reputation: 0
Question


Ok, I am must be a Real Idiot.
How do you find out which version of the kernal you are running??
I am running 2.2.14-15mdk I think???? (I don't really know though)
Will I need to replace my Kernal or can I make this work with this card???
 
Old 08-15-2001, 08:45 PM   #5
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
There might be something helpful in this thread from a few days ago.
 
Old 08-16-2001, 01:00 AM   #6
cinnix
Member
 
Registered: Jun 2001
Location: Northern Ohio
Distribution: RedHat, Engarde and LFS
Posts: 237

Rep: Reputation: 30
For some information on your kernel do a

Code:
uname -a
Often this information is also put in /etc/issue or one of the first entries in your logs during boot-up
 
Old 08-16-2001, 02:26 AM   #7
LinuxGod
LQ Newbie
 
Registered: Aug 2001
Location: Cave Mountain
Distribution: Redhat Only
Posts: 29

Rep: Reputation: 15
Re: Netgear.com

Quote:
Originally posted by LinuxGod
Go to netgear.com
download the linux driver
copy it to a directory on the linux station
make sure all files are in lower case
and type make fa311
then insmod fa311

Then you must copy that object file (fa311.o)
to, in redhat case /lib/modules/2.4.2/kernel/drivers/net
then cd to /lib/modules/2.4.2
type depmod -a

then goto /etc/modules.conf
and notice the other drivers
and add fa311.o in the same fashion

hmm that should do it.

If nothing else work just load the tulip driver by typing
insmod tulip
 
Old 08-16-2001, 12:52 PM   #8
jpmast
LQ Newbie
 
Registered: Aug 2001
Location: Owensboro, KY
Distribution: Mandrake 7.0
Posts: 9

Original Poster
Rep: Reputation: 0
OK, I have done
Insmod tulip
I then when in and set up the network configuration in drakconfg, and rebooted my system. Now on Boot, the eth0 is failing during the innilization.
I am looking at my switch, and there is a liink there, but the card is not getting any act, and is not showing up as really connected. I tried for shits and giggles to get to the web, and as I expected, I was not able to get out. I know that something has been done incorrctly, but I have gone back over this many times, and it all looks correct. I am missing somthig.
Is there any classification LOWER than NEWBIE, or do I need to make one up??
In a Win OS, I have no problems configuring the TCP/IP settings, but in Mandrake, I am beating my head on the wall. They say that learning can be hard, but so far, the hardest thing is the wall I keep beating my head on. Can anyone help?? I don't know.
 
Old 08-16-2001, 03:08 PM   #9
drjimstuckinwin
Member
 
Registered: Mar 2001
Location: Manchester UK
Distribution: Mainly Fedora
Posts: 496

Rep: Reputation: 30
Just a couple more steps.
Type linuxconf in a root terminal.
Can't remember the exact line you need (am in windozeland at work), but it's something like "this host basic information".
Enter ip address, netmask, hostname etc, or select dhcp.
On the interface tab where you enter ip stuff there will be a drop down box for eth0 etc. you need eth0. The tab below should be the one for the kernel module, select the one you need. If yours isn't there, TYPE IT IN!
Click activate changes, and off you (should) go.
I couldn't get my fa311 going at first, may be a redhat thing though. It's definitely supported in later kernels though.
Keep at it.
Jim
 
Old 08-16-2001, 04:14 PM   #10
DMR
Member
 
Registered: Jun 2001
Location: Fairfax, California
Distribution: RH 9.0, RH 7.3, Mandrake 8.0
Posts: 986

Rep: Reputation: 30
Have you turned off Plug-N-Play support in your BIOS yet? If not, try it; it can cause conflicts with PCI cards running under Linux.
 
Old 08-16-2001, 06:02 PM   #11
jpmast
LQ Newbie
 
Registered: Aug 2001
Location: Owensboro, KY
Distribution: Mandrake 7.0
Posts: 9

Original Poster
Rep: Reputation: 0
I have turned off the BIOS Plung N' Pray, and I have already tried to set the Network settings (ie ip, subnet, ect....) and tried DHCP (my cable router does this) but I still am getting the eth0 inilization in the bootup process. Is there anything else I am missing here.

By the way. I really want to say Thanks to everyone who is assisting me with this problem. Getting there slowly but surly.
 
Old 08-16-2001, 06:15 PM   #12
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
Quote:
Originally posted by jpmast
OK, I have done Insmod tulip
You want to use
Code:
modprobe tulip
as this will load any modules that tulip.o depends on for correct operation, insmod doesn't do this for you.
Quote:
Originally posted by jpmast
I then when in and set up the network configuration in drakconfg, and rebooted my system. Now on Boot, the eth0 is failing during the innilization.
Has anyone explained that commands like insmod and modprobe will only work until you reboot?? If you want to make this happen at boot time you'll need to find the script that loads your modules and put the line in there (sorry can't help on this one, I'm not a Mandrake user!), or find the graphical tool that will do it for you. To find out if the module is getting loaded at boot time run
Code:
lsmod
from the command prompt after a reboot - this will list all the modules that are loaded - you should see tulip listed there. If you are using DHCP then you can always just try running
Code:
dhcpcd
from the command line (after loading the tulip module!) to see if you get a lease from your DHCP server. If you do then you know your setup is fine - you just need it to active itself at startup.

HTH

Jamie...
 
Old 08-16-2001, 08:21 PM   #13
jpmast
LQ Newbie
 
Registered: Aug 2001
Location: Owensboro, KY
Distribution: Mandrake 7.0
Posts: 9

Original Poster
Rep: Reputation: 0
Thanks for that last reply, but I am getting an error stating something about and invalid irq peramiter. can that be set using the modprobe tulip command?
 
Old 08-16-2001, 08:51 PM   #14
jpmast
LQ Newbie
 
Registered: Aug 2001
Location: Owensboro, KY
Distribution: Mandrake 7.0
Posts: 9

Original Poster
Rep: Reputation: 0
Ok, Maybe this will help.

When I am in the Konsol, and I type
cat /proc/pci
the system comes back and states that it sees my NIC at
irq 9 I/O port 0xe00 [0xe001]
but that the NIC is
Bus 0, device 16 function 0
Ethernet controller: NS Unknown Device (rev 0.)

The long and the short of this is that it is seeing my NIC, but no matter what I do to install the module, I can't get it to go. I have no modem in this system, no sound, just 3 hdd's, a fdd, a cd-rom, video card, and the nic. What am I doing wrong???
 
Old 08-17-2001, 03:16 AM   #15
jharris
Senior Member
 
Registered: May 2001
Location: Bristol, UK
Distribution: Slackware, Fedora, RHES
Posts: 2,243

Rep: Reputation: 47
IRQ conflicts will cause you lotsa hassle, you might want to try to get a config tool for your NIC (nearly always need to boot to DOS to run them ) and hard set your IRQ to a value that you know isn't conflicting with anything. You can't use the module itself to change the IRQ... Also instead of cat'ing /proc/pci using the lspci command can tell you more in some cirumstances (probably not this one mind you!) as it will show PCI devices that are not being detected by the kernel.

HTH

Jamie...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 nic card zexter Linux - Hardware 1 11-01-2003 03:05 PM
Red Hat 8.0 & Netgear NIC FA311 Confusid Linux - Networking 11 01-08-2003 06:20 PM
Nic :: Netgear FA311 :: Trouble with the driver Lok3 Linux - Hardware 7 10-22-2002 03:46 PM
Netgear FA311 NIC oryan_dunn Linux - Networking 6 09-23-2002 01:42 AM
Please Help...SuSE 7.3 / FA311 (NIC) and FTP install thedrew Linux - Software 0 03-01-2002 10:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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