>>>>> "Grahame" == Grahame Kelly <[EMAIL PROTECTED]> writes:

Grahame> On Tue, 12 Nov 2002 07:44 pm, Grahame Kelly wrote: Further to
Grahame> the information I have supplied. If I even run "top" with a 2
Grahame> second cycle (on the wireless client) the wireless interface
Grahame> goes tropo as well so "heavy work" is a somewhat inopportune
Grahame> definition.

I've found that too with the 2.4 series drives.  The 2.5 ones are
better.

In the meantime, check your kernel's error output.  I see things like:
    eth1: Error -110 writing Tx descriptor to BAP
in the log under heavy traffic.

I run this shell script to reset the card when there's a problem:
--
#!/bin/sh
tail -f /var/log/kern.log |
while read f
do
    if expr "$f" \: '.*eth1: Error' > /dev/null 2>&1
    then
        cardctl reset
    fi
done
--
Peter C
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to