Linux - NetworkingThis 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.
I have a fresh install of Redhat Linux 7.3 on my computer with the Netgear FA311 adapter. My question is how do I install it so that I can access my network and the internet? I am new to Linux so my troubleshooting skills are limited. As I understand it, this adapter uses a National Semiconductor chipset, which a driver is included with Redhat 7.3. Also included with Redhat 7.3 is a graphical Network Configuration utility accessed by the Application Starter - System - Network Configuration. You have the option to add a hardware device, which I have tried, but I do not know the Mem:, IO:, IO1:, IO2:, DMA0:, or the DMA1:. I would very much like to set up the FA311 using the graphical utility if possible. I should note that this same card is auto-detected and auto-configurated under Mandrake Linux 8.2 so I am positive that the card will function under the latest Linux kernel. I am testing the waters with Linux and want to try out the different versions. Under Mandrake 8.2, my NIC is detected and auto-configured automatically, but my sound card is not supported. Under Redhat 7.3, my sound card is auto-detected and configured, but my NIC is not. I have checked their website but they offer no help for Redhat 7.3. Your response is greatly appreciated. Thank you. Ryan Dunn
Check "lsmod" next time you have the Mandrake up, for which NIC driver module is loaded (natsemi, maybe).
Then try "modprobe natsemi" on the RH., and see if the Network Configuration tool sees the card. For PCI cards, you should not need to specify any of the Mem, IO and such, but I am not familiar with that GUI utility, so ymmv.
Ok,
First thanks for the suggestions, they worked. I knew that the card used the natsemi.o driver, but I didn't know how to do the modprobe thing. As soon as i did the modprobe natsemi, I could ping out and my internet worked perfect. What I need to know now is how to I tell RedHat to do the modprobe thing on startup? I added a line to my modules.conf file in the /etc directory "alias natsemi.o" and it loads the module on startup, but I need it to do the modprobe thing on startup as well. If I don't do the modprobe, I cannot ping out and the internet doesn't work. But as soon as I do the modprobe, the internet works. Thanks for all your suggestions.
Ryan
modprobe _is_ how the module gets loaded. I think RH needs some file in /etc/syscontrol or somesuch place so that it knows to startup your NIC on boot.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.