errors von der wlan karte

piotr

Well-Known Member
Hallo

Weiss jemand wie ich die Errors von der Wlan Karte unter freeBSD abfragen kann ?

mit:
Code:
# ifconfig ath0
ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet6 fe80::214:6cff:fe31:c23a%ath0 prefixlen 64 scopeid 0x2
        inet 192.168.1.20 netmask 0xffffff00 broadcast 192.168.210.255
        ether 00:14:6c:31:c2:3a
        media: IEEE 802.11 Wireless Ethernet autoselect (OFDM/54Mbps)
        status: associated
        ssid mysecretessid channel 2 bssid 00:0f:b5:3b:b8:e6
        authmode WPA privacy ON deftxkey UNDEF TKIP 2:128-bit TKIP 3:128-bit
        txpowmax 37 protmode CTS burst roaming MANUAL bintval 100
ist nicht so wie unter linux und ich sehe keine Errors.

Piotr
 
Code:
# [B]netstat -i[/B]

Name    Mtu Network       Address              Ipkts Ierrs    Opkts Oerrs  Coll
em0*   1500 <Link#1>      00:0e:0c:73:c:04        0     0        0     0     0
ath0   1500 <Link#2>     00:14:6c:31:c2:3a    17041  [B]4825[/B]    16499     0     0
ath0   1500 fe80:2::214:6 fe80:2::214:6cff:        0     -        4     -     -
ath0   1500 192.168.210   192.168.2.3        17021     -    16475     -     -
vr0*   1500 <Link#3>      00:30:1b:1d:cd:a4        0     0        0     0     0
plip0  1500 <Link#4>                               0     0        0     0     0
lo0   16384 <Link#5>                            2410     0     2410     0     0
lo0   16384 localhost.dom ::1                      6     -        6     -     -
lo0   16384 fe80:5::1     fe80:5::1                0     -        0     -     -
lo0   16384 your-net      localhost             2404     -     2404     -     -
 
Zurück
Oben