LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   configuring network card (https://www.linuxquestions.org/questions/linux-networking-3/configuring-network-card-14062/)

alkee 02-11-2002 07:46 PM

configuring network card
 
i need some advice on how to configure a network card. how do i tell what address it should use when i run ipconfig or in the start up scripts? (ie, the 0x300 memory address).

thanks

alkee

trickykid 02-11-2002 07:57 PM

not sure about ipconfig.. unless you mean ifconfig but what type of card do you have will help us out in helping you get that card installed.

alkee 02-11-2002 08:13 PM

oops, that should have been ifconfig. i've been switching between linux and win2k too much. the nic is a kingston KNE20T/KNE20BT which from what i can tell on the kingston site should use the ne module on linux.

thanks
alkee

DMR 02-12-2002 10:00 PM

Try putting the following line just below the "alias eth0 <module_name>" line in /etc/modules.conf (or /etc/conf.modules depending on distro):
Code:

options <module_name> io=0X300  irq=x
Obviously, replace the "x" with the desired IRQ.


All times are GMT -5. The time now is 11:17 AM.