Qed
01-08-2001, 02:44 AM
I'm trying to set up a second NIC on my slackware 7.1 system and I have the following lines in my modules.conf:
alias eth0 ne
alias eth1 ne
options ne io=0x340,0x380
I boot my system and lsmod and find that ne is not loaded.
Then as root I type at the prompt:
# modprobe alias eth0 ne
# modprobe alias eth1 ne
# modprobe options ne io=0x340,0x380
After this I lsmod and ne is loaded just fine, and ifconfig shows both eth0 and eth0 set with the correct io, irq, and ethernet addresses.
Of course I'd prefer if these loaded on boot with modules.conf, does anyone know why it is not working (at least the way I'm expecting it to work)? Or am I completely off base on how modules.conf works?
alias eth0 ne
alias eth1 ne
options ne io=0x340,0x380
I boot my system and lsmod and find that ne is not loaded.
Then as root I type at the prompt:
# modprobe alias eth0 ne
# modprobe alias eth1 ne
# modprobe options ne io=0x340,0x380
After this I lsmod and ne is loaded just fine, and ifconfig shows both eth0 and eth0 set with the correct io, irq, and ethernet addresses.
Of course I'd prefer if these loaded on boot with modules.conf, does anyone know why it is not working (at least the way I'm expecting it to work)? Or am I completely off base on how modules.conf works?