atheros und kismet??

darkspace

Member
Hi,

ich habe eine atheros-proxim-karte (läuft auch).

Frage zwecks kismet:

was ist die capture-source?
weil madwifi_[abg] is unknown!?!?!?

Ich habe nur den Port installiert und das modul ath_hal und if_ath geladen.

ich habe FreeBSD 5.3 -p20

bin für jede Hilfe dankbar.
 
Bei mir kommt (gleiches Setup wie darkspace)
Code:
/home/nevix # kismet
Server options:  none
Client options:  none
Starting server...
Waiting for server to start before starting UI...
Will drop privs to nevix (1001) gid 0
Enabling channel hopping.
Enabling channel splitting.
FATAL: [B]Unknown capture source type 'radiotab_b_bsd' in source 'radiotab_b_bsd,ath0,hostap'[/B]
 /home/nevix #

Dmesg:
Code:
ath_hal: 0.9.16.16 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
ath0: [B]<Atheros 5212>[/B] mem 0xf6010000-0xf601ffff irq 16 at device 0.0 on cardbus0
ath0: Ethernet address: 00:20:a6:51:fa:ae
ath0: mac 5.9 phy 4.3 radio 4.6
ath0: detached
ath0: <Atheros 5212> mem 0xf6010000-0xf601ffff irq 16 at device 0.0 on cardbus0
ath0: Ethernet address: 00:20:a6:51:fa:ae
ath0: mac 5.9 phy 4.3 radio 4.6

kldstat
Code:
Id Refs Address    Size     Name
 1   30 0xc0400000 691928   kernel
 2    1 0xc0a92000 32e4     splash_bmp.ko
 3    1 0xc0a96000 4228     vesa.ko
 4    1 0xc0aaa000 650c     linprocfs.ko
 5    3 0xc0ab1000 1aff0    linux.ko
 6    1 0xc0acc000 5f60     snd_ich.ko
 7    2 0xc0ad2000 22b88    sound.ko
 8    1 0xc0af5000 429dfc   nvidia.ko
 9    1 0xc0f1f000 58554    acpi.ko
10    1 0xc4e7d000 b000     if_ndis.ko
11    1 0xc4e88000 13000    ndis.ko
12    1 0xc4ea5000 d000     [B]if_ath.ko[/B]
13    1 0xc4eb2000 4000     [B]ath_rate.ko[/B]
14    2 0xc4eb7000 2d000    [B]ath_hal.ko[/B]

ifconfig ath0
Code:
[B]ath0:[/B] flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
        ether 00:20:a6:51:fa:ae
        media: IEEE 802.11 Wireless Ethernet autoselect
        status: no carrier
        ssid "" channel 1
        authmode OPEN privacy OFF txpowmax 100 protmode CTS burst
 
in OpenBSD geht das so :

Code:
source=radiotap_bsd_b,ath0,hostap

acuh nicht. Bekomme eine andere Fehlermeldung aber versuch mal:

Code:
source=radiotap_bsd_b,ath0,radiotap_bsd_b

Habe mein Notebook nicht mit, ich notfall gucke ich heute abend nochmal nach.

zyon

Du musst auch gucken was deine Karte kann:

Code:
> radiotap_bsd_ab Radiotap            BSD         Kernel
>                     Capture interface:  various
>                     Dual-band cards with radiotap headers.
> 
>     radiotap_bsd_a Radiotap              BSD        Kernel
>                     Capture interface:  various
>                     802.11a cards (or dual-band on 11a channels only) with
>                      radiotap headers.
> 
>     radiotap_bsd_b Radiotap             BSD         Kernel
>                     Capture interface:  various
>                     802.11b/g cards (or dual-band on 11b channels only) with
>                      radiotap headers.

EDIT:

ahh jetzt sehe ich es :

Code:
/home/nevix # kismet
Server options:  none
Client options:  none
Starting server...
Waiting for server to start before starting UI...
Will drop privs to nevix (1001) gid 0
Enabling channel hopping.
Enabling channel splitting.
FATAL: [B]Unknown capture source type 'radiotab_b_bsd' in source 'radiotab_b_bsd,ath0,hostap'[/B]
 /home/nevix #


radiotab_b_bsd
gibt es nicht trag da mal radiotap_bsd_b ein. Er sagt es sogar :
Unknown capture source type
 
Zuletzt bearbeitet:
Stimmt, da habe ich mich ,vertippt, allerdings kommt immernoch die Meldung
Code:
Unknown capture source type 'radiotab_bsd_b'
Das gleiche kommt bei _a und bei _ab auch -_-

Interessant ist, das Google unter dem Begriff "radiotap_bsd" nicht einen einzigen Treffer hat.
 
Stimmt, da habe ich mich ,vertippt, allerdings kommt immernoch die Meldung
Code:
Unknown capture source type 'radiotab_bsd_b'
Das gleiche kommt bei _a und bei _ab auch -_-

Interessant ist, das Google unter dem Begriff "radiotap_bsd" nicht einen einzigen Treffer hat.

Hmm dann schau mal in deine Kismet.conf für mein OpenBSD stehen da rüber einpaar OpenBSD exampels.

und mein Eintrag geht mit:

source=radioab_bsd_ab,ath0,radioab_bsd_ab

Vielleicht steht ja in deiner kismet.conf auch ein paar FreeBSD exampels.

zyon
 
Zurück
Oben