Interesting ethernet issue

Jesse Wilson yellowdog-general@lists.terrasoftsolutions.com
Sun Mar 23 10:33:01 2003


Perhaps I should've quoted what I'm talking about...

> % modprobe tulip  (brings up linksys card as eth0)
> % modprobe mace (brings up built in as eth1)
> % ifconfig eth1 down  (network starts working now)
> ---optionally---
> % rmmod mace (network keeps working)

Try lsmod before and after you modprobe mace. Compare the output-- perhaps
loading mace loads some other modules essential to your PCI network card.

Just a guess though... doesn't look like anyone else responded, so I
wanted to throw some ideas out.

-Jesse