9fans archive / 1998 / 09 / 39 / prev next From: Kenji Okamoto okamoto@ear... Subject: [9fans] multiple-ethernet correction Date: Tue, 08 Sep 1998 08:19:49 +0900 > If you have a line similar to > if(test -e /net/ether/clone) ip/ipconfig > in /rc/bin/^(cpurc termrc), you should change it to > if(test -e /net/ether0/clone || test -e /net/ether/clone) ip/ipconfig > before attempting to use the new ethernet drivers. And also need to tweak with bootp, because it has not option to set ether device other than /dev/ether. Kenji