On Sun, 2002-09-29 at 17:38, Gerard Patel wrote: > At 09:48 PM 9/28/02 -0400, you wrote: > > > sleep 5 > > mii-tool >/dev/null 2>&1 || return 1 > > > > for (( try=0; try<10; try++ )) > > do > > sleep 1 > > if LC_ALL=C mii-tool $LINK $1 2>&1 | grep -vqs "no link"; > >then > > What is the output of mii-tool on your computer if you > launch it from the command line ?
[root@wallaby root]# mii-tool eth0: 10 Mbit, half duplex, no link Which is wrong. This is an onboard ethernet card (Intel Etherpro 100) and the link is fine. /Fred
