use :
dmesg
and look for info about eth0, eth1 or the name of your card
How are you determining if which cards are being detected?
--
Ray
[EMAIL PROTECTED]
I've come in late on this message, so I'm not sure I'm catching it all,
but you should be able to assign your two network cards eth0 and eth1 in
your /etc/conf.modules. In there, you should see something like:
alias eth0 (eexpress in this case)
options eth0 io=0xXX iqr=X
You should just be able
Sorry, I should have read your email more closely. You did say "How do I get the
eexpress module to recognize both cards and set the first to eth0 and the second
to eth1?" Using append= in lilo would only apply if the devices you're trying to
configure are compiled into the kernel, not as a module.
MR <[EMAIL PROTECTED]> writes:
[...]
> >> append="ether=11,0x300,eth0 ether=10,0x240,eth1"
[...]
>
>
> I moved my append line to the top and tried yours also and it still does
> not pick up the second card. I know the card works as it was pulled from
> another system so it shouldn't be the hardw
On %M 0, MR wrote
> /etc/lilo.conf now looks like:
>
> boot=/dev/hda1
> root=/dev/hda1
> install=/boot/boot.b
> map=/boot/map
> vga=normal
> delay=20
> image=/vmlinuz
> label=Linux
> read-only
> append="ether=11,0x300,eth0 ether=10,0x240,eth1"
>
> ran liloconfig and let it install a b
>> /etc/lilo.conf now looks like:
>>
>> boot=/dev/hda1
>> root=/dev/hda1
>> install=/boot/boot.b
>> map=/boot/map
>> vga=normal
>> delay=20
>> image=/vmlinuz
>> label=Linux
>> read-only
>> append="ether=11,0x300,eth0 ether=10,0x240,eth1"
>>
>> ran liloconfig and let it install a b
MR wrote:
>
> /etc/lilo.conf now looks like:
>
> boot=/dev/hda1
> root=/dev/hda1
> install=/boot/boot.b
> map=/boot/map
> vga=normal
> delay=20
> image=/vmlinuz
> label=Linux
> read-only
> append="ether=11,0x300,eth0 ether=10,0x240,eth1"
>
> ran liloconfig and let it install a bo
/etc/lilo.conf now looks like:
boot=/dev/hda1
root=/dev/hda1
install=/boot/boot.b
map=/boot/map
vga=normal
delay=20
image=/vmlinuz
label=Linux
read-only
append="ether=11,0x300,eth0 ether=10,0x240,eth1"
ran liloconfig and let it install a boot block using the current lilo config.
You'll need to pass params to your kernel. If you're booting with lilo you'll
need to
edit add:
append = "ether=11,0x300,eth0 ether=10,0x240,eth1"
If I got the eth0, eth1 right...
MR wrote:
> OK, I appreciate all the help I received about my original problem. I have
> determined that one of th
OK, I appreciate all the help I received about my original problem. I have
determined that one of the ethernet cards (Asante ISA) does not like
working in linux. So I yanked it out and replaced it. Now I have 2 Intel
EtherExpress 16 cards in the machine. Now, one is at io 0x300, irq 11 and
the othe
11 matches
Mail list logo