Peter Werner <[EMAIL PROTECTED]> wrote:
> i have two intel etherexpresses, but cant seem to get them working at the 
> same time. this is a run down of what ive done

> in /etc/modutils/aliases

> alias eth0 eexpress
> alias eth1 eexpress
> options eth0 -o eexpress-0 io=0x270 irq=5
> options eth1 -o eexpress-1 io=0x300 irq=10

> then i run

> update-modules
> modprobe -r eexpress
> modprobe -a /lib/modules/2.0.38/net/e*

You should try "ifconfig eth0 up", and "ifconfig eth1 up" instead.
Alternatively, since eexpress can handle multiple cards anyway, you
should've used just one options line:

options eexpress io=0x270,0x300 irq=5,10
-- 
Debian GNU/Linux 2.1 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to