Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2003 12:26:58 -0800
From:      Sam Leffler <sam@errno.com>
To:        Randy Bush <randy@psg.com>, FreeBSD Current <freebsd-current@freebsd.org>
Subject:   Re: ath Ierrs
Message-ID:  <200312301226.58173.sam@errno.com>
In-Reply-To: <E1AbQ36-0001qp-0r@ran.psg.com>
References:  <E1AbQ36-0001qp-0r@ran.psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 30 December 2003 12:01 pm, Randy Bush wrote:
> ibm thinkpad t40p
> 5.2-current as of 2003.12.29
>
> # netstat -in
> Name    Mtu Network       Address              Ipkts Ierrs    Opkts Oerrs 
> Coll em0    1500 <Link#1>      00:0d:60:3b:5c:df        0     0        0   
>  0     0 ath0   1500 <Link#2>      00:05:4e:41:ee:cd    48705  3768   
> 51091     0     0 ^^^^
> ath0   1500 192.168.0     192.168.0.10         48177     -    51033     -  
>   - lo0   16384 <Link#3>                           24314     0    24314    
> 0     0 lo0   16384 127           127.0.0.1            24314     -    24314
>     -     - vmnet  1500 <Link#4>      00:bd:d8:2a:00:01        0     0     
>   1     0     0 vmnet  1500 192.168.254   192.168.254.1            0     - 
>       0     -     -
>
> # ifconfig ath0
> ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
>         inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255
>         ether 00:05:4e:41:ee:cd
>         media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
>         status: associated
>         ssid rgnet-home 1:rgnet-home
>         channel 11 authmode OPEN powersavemode OFF powersavesleep 100
>         wepmode OFF weptxkey 1
>
> no other hosts on the wireless at the moment
>
> clue?

cd /usr/src/tools/tool/ath; make
athstats

See if it tells you anything useful.  You should be running a version of the 
driver that does not count phy errors as input errors...

	Sam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312301226.58173.sam>