LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help with network card installation!!!! (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-network-card-installation-29359/)

cilene 09-01-2002 09:54 PM

Help with network card installation!!!!
 
I need help with Red Hat 7.0 and my network card. I have a linksys nc 100 and red hat won't install it. The card works fine on windows but not on linux at all. Is there an easy way of doing this in linux??? Everything is very difficult in linux!
:newbie:

adam_boz 09-01-2002 11:50 PM

ok, well, i'm pretty new to all of this too, so you might want to wait for some more reply's , but here's what i would do:

on the command line, go to /usr/src/linux and type "make menuconfig". press the down arrow 'till you get to "plug and play configuration", then press space. Make sure there is (*) or (m) on each of the options (if not, use arrows to scroll and press <space> till there's a (*) in front. next, press <tab> so that the "exit" is highlighted at the bottom of the screen. this will take you back to the main list. next, scroll down to "network device support", press <space>, then scroll down to "ethernet 10 or 100Mbit" and press <space>. Now, (you should probably do all this before going through the "make menuconfig") you need to select the driver that is required for the linksys. just do a search on google or something with the name of your card and "linux" (with possibly your' kernel version). Anywase, make sure that is all o.k., then keep on exiting untill menuconfig asks you if you want to save your' new kernel configuration. say yes, then do this:

make dep &&
make bzImage &&
make modules &&
make modules_install

When this is all done, you need to copy the kernel that "make bzImage" made into your /boot directory (this depends on the type of cpu that you have. I do this:

cp arch/i386/boot/bzImage /boot/lfskernel (lfskernel can be replaced by whatever you want to call your kernel.

Then type "cp System.map /boot"

Now, if you are using lilo (which i hope you are, because i don't know how to use the other ones), open up /etc/lilo.conf and make sure that where it says "image=", it points to what you copied bzImage to. ex: mine says "image=/boot/lfskernel"

When this is all done, run "/sbin/lilo" and then reboot. I know this all sounds really complicated, but it is something that you can get used to pretty fast. The nice thing about all of this is that you can enable only the things that you want into your kernel (kindof like making a custom configuration for your system), this enables linux to run a lot faster than windows does. If you have any problems, post them here, and i'm sure someone will try to help you out. Good luck with it all

- Adam

acid_kewpie 09-02-2002 02:17 AM

you really shouldn't need to recompile the kernel at all.

the nc100 network anywhere card apparently uses the tulip driver, run netconfig and set it to use that driver (i think) or you should just be able to add a line such as "alias eth0 tulip" to /etc/modules.conf and then use netconfig for the actual IP stuff

cilene 09-02-2002 09:45 AM

I don't know how to add a line to anything in linux never mind to know what is etc/modules.conf
I'm sorry, I found a list somewhere to choose the network card and I chose eth0 and the driver I chose the tulip I set the changes to activate at boot time but I had a big fat message that it failed....

acid_kewpie 09-02-2002 11:28 AM

/etc/modules.conf is a text file, you edit it in a text editor.....


All times are GMT -5. The time now is 10:49 AM.