PDA

View Full Version : My Network Card...



Trikster
11-25-2003, 01:30 AM
I dont know how to configure a network card in linux...could someone help..i couldnt get it working

L2Cache
11-25-2003, 06:29 AM
From a terminal, you could try: netcardconfig
and choose dhcp.

linuxnerd
11-25-2003, 12:31 PM
Despite using netcardconfig i am not able to detect the network card. It uses Novell 2000default drivers in win98 and the card is 16bit.. it works in win98 how do i get it 2 work in knoppix?? :?: :cry:

horo
11-25-2003, 01:07 PM
Hi linuxnerd,

for a pci card try "modprobe ne2k-pci".
If it is an ISA card you have to provide the io port with "modprobe ne2k io=0xNNN" where NNN is the hex port. Get this info from win98.

Ciao Martin