ne2000 nic woes w/ debian install

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
ok so on my router i had just a basic cli install of redhat, but rpm finally pissed me off enough for me to decide to put debian on it. the only problem being, that kudzu (redhats hardware detection/configuration program) set up my nics just fine, while in the debian install, when i pick the net driver "ne", it asks for kernel parameters and gives me this message:

io = 0 (ISA cards explicitly *require* and "io=0xNNN" value)
irq = 0 (tries to determine configured irq via autoIRQ)
______________________________________<--line where you're supposed to type

i looked in my bios hoping to get some info, and found that the memory adresses D000 through D3FF are reserved for ISA devices. i also have irq 3 and 4 reserved, and there are no conflicts with that in the bios.

so i tried using "io=D000", that didnt work, i tried "io=0xD000", that didnt work, i tried "io=Dx000", that didnt work, i tried "io=D300" (for the hell of it) and that didnt work.

i also tried irq=3, and i also tried combinations like "io=D000 irq=3", i tried irq=0 thinking maybe it would auto configure like it says, but no go.

well, you get the point. what am i doing wrong?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Are they both ne2000 nics?

The only ne2000 card I have uses io 0x300, try that and maybe one will work, can't say about the other one though.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Well I guessed at 0x300 when I used mine, maybe see what range it uses and pick the very next number for the other one? Or reinstall RedHat and see what it autodetects heh.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0


<< Well I guessed at 0x300 when I used mine, maybe see what range it uses and pick the very next number for the other one? Or reinstall RedHat and see what it autodetects heh. >>


how do i find out what memory range its using once its up and running?
 

LNXman

Senior member
Jul 27, 2000
404
0
0
Use the isapnp tools to find out all possible configurations for your isa cards. Mostlikely you are going to have to configure the card's ISA parameters by hand. Just make sure your kenel has isapnp enabled by looking at either the booting messages, your logs, or dmesg.
 

LNXman

Senior member
Jul 27, 2000
404
0
0
You can skip the card setup, and then do the configuration by hand after the install. Should not be too hard. . .
But if you would like, you can do a search with Google and see what parameters other people have used wrt your card type.

Just a thought ;)

GL