Firstly, pardon me about my english. Hope you guys can understand what I mean.
I just upgraded my debian woody into sid this morning and having problem with one of my network card. My machine has 3 network card installed, 2 PCI and 1 ISA.
1. PCI Realtek 8139b (works properly)
2. PCI 3Com Cyclone (works properly)
3. ISA Netgear EA201using ne.ko modules (problems with 2.6.8-1 but works properly with Debian woody stock kernel).
Using debian woody stock kernel all my network cards worked properly and can be use for routing purposes. Recently I upgraded to unstable distribution (SID) and trying to use MODCONF to load the module for my ISA Netgear network card.
This is what I got for loading this modules using modprobe. The paramenter passed in are
io=0x300 irq=3 (This is the same parameter I passed in with Debian woody stock kernel)
----------------------------------------------------------------------------------------------------------------------------
Installing module ne. If the device isn't there, or isn't configured correctly, this could cause your system to pause for up to a minute.
FATAL: Error inserting ne (/lib/modules/2.6.8-1/kernel/drivers/net/ne.ko): No such device or address
Installation failed.
Please press ENTER when you are ready to continue.
----------------------------------------------------------------------------------------------------------------------------
BUT
The modules is successfuly loaded if I use MODPROBE
>>modprobe ne io=0x300 irq=3
I know the module is successfuly loaded because I can browse the internet using my netgear network card
Any idea about this problem? Is it a bug in kernel 2.6 for ne.ko driver? I think I realized that this module depend on 8390.ko.
This is my computer spec:
Compaq 5050 Celeron 300
ATI 3D Rage LT Pro
Intel 82443LX
Debian Sid using vanilla kernel 2.6.8-1 from
www.kerne.org
Thanks in advance