According to Jeff Buckey: While burning my CPU.
>
> One of my RHL boxes has an NE2000 generic ISA 10Mbit Ethernet card in
> it. It's a 486 running 5.2
>
> The problem is this, I recompiled the kernel using make zImage and
> forgot that my NIC is using a non-standard I/O address (0x260). After
> the first compile I added that address into the ne.c file and
> recompiled, again, (just make zImage not make dep, clean, or
> install/make of the modules.) but my ethernet card is still not coming
> up. Should I do the make dep, clean, etc? Are there dependencies for
> that option?
> I'm lost here, any help would be greatly appreciated.
> Thanks in advance.
You can compile it as a module and use 'modprobe' with options to install
the module at your spesific address.
make config select ne2000 as module,
make dep clean zImage
make modules modules_install
install the kernel as per /usr/src/linux/README
edit /etc/lilo.conf to reflect to the image, rerun lilo
reboot make sure you use 'depmod -a' to create the module dependancies, now
use modprobe like; '/sbin/modprobe ne.o io=0x260 irq=5
>
>
> ==
> - Jeff Buckey
> [EMAIL PROTECTED]
> "Linux...because a 486 is a terrible thing to waste."
>
>
>
> _________________________________________________________
> DO YOU YAHOO!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
--
Regards Richard.
[EMAIL PROTECTED]
Happy New Year, and may all your troubles be small (ones).