kismet_qt 2.0 uses external "card scheme scripts" to control the card (see: /etc/kismet_qt/card_schemes). You may have to tweak the script or create a new one if your card doesn't use the prism2 driver (which is known to work).
<snip>
Good luck and let me know if you have any trouble and I'll try to help (but note that I'm not a wireless expert).
~ray
[div align=\"right\"][a href=\"index.php?act=findpost&pid=104566\"][{POST_SNAPBACK}][/a][/div]
Ray
I 'discovered' the scheme scripts a day or so ago and found that all of the schemes except the OpenZaurus one refered to eth0 whereas for me it should be wlan0. So I have changed all occurences of 'eth0' to 'wlan0' and have started kismet_qt from a console using each of the schemes in turn and these are the results from startup to closedown:
______________________________________________________________________________
SOCKET:
wlan0 no private ioctls.
SIOCSIFFLAGS: Permission denied
SIOCSIFFLAGS: Permission denied
Found an iwconfig hopper
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlan0 ; Operation not permitted.
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlan0 ; Operation not permitted.
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlan0 ; Operation not permitted.
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlan0 ; Operation not permitted.
Error for wireless request "Set Frequency" (8B04) :
SET failed on device wlan0 ; Operation not permitted.
wlan0 no private ioctls.
SIOCSIFFLAGS: Permission denied
wlan0 no private ioctls.
SIOCSIFFLAGS: Permission denied
____________________________________________________________________________
SHARP3X-PRISM2:
/etc/kismet_qt/card_schemes/Sharp3x-prism2: startup receivedchecking: wlan0 hda
message=lnxreq_ifstate
ifstate=disable
resultcode=success
Changing scheme from 'qpewlan2' to 'CardResume'...
IBSS mode started.: not found
ioctl(): Device or resource busy
killall: dhcpcd: no process killed
SIOCSIFFLAGS: Permission denied
wlanctl-ng: Operation not permitted
SIOCSIFFLAGS: Permission denied
wlanctl-ng: Operation not permitted
Found a script hopper
/etc/kismet_qt/card_schemes/Sharp3x-prism2: set_channel received (1)
wlanctl-ng: No such device
/etc/kismet_qt/card_schemes/Sharp3x-prism2: set_channel received (7)
wlanctl-ng: No such device
/etc/kismet_qt/card_schemes/Sharp3x-prism2: set_channel received (13)
wlanctl-ng: No such device
/etc/kismet_qt/card_schemes/Sharp3x-prism2: set_channel received (2)
wlanctl-ng: No such device
/etc/kismet_qt/card_schemes/Sharp3x-prism2: shutdown received
SIOCSIFFLAGS: Permission denied
wlanctl-ng: No such device
checking: wlan0 hda
message=lnxreq_ifstate
ifstate=disable
resultcode=success
Changing scheme from 'CardSuspend' to 'default'...
ioctl(): Device or resource busy
/etc/kismet_qt/card_schemes/Sharp3x-prism2: shutdown received
SIOCSIFFLAGS: Permission denied
wlanctl-ng: No such device
Scheme unchanged.
_____________________________________________________________________________
SHARP-PRISM2:
IOCSIFFLAGS: Permission denied
SIOCSIFFLAGS: Permission denied
wlanctl-ng: Operation not permitted
Found a script hopper
wlanctl-ng: Operation not permitted
wlanctl-ng: Operation not permitted
wlanctl-ng: Operation not permitted
wlanctl-ng: Operation not permitted
wlanctl-ng: Operation not permitted
SIOCSIFFLAGS: Permission denied
wlanctl-ng: Operation not permitted
SIOCSIFFLAGS: Permission denied
wlanctl-ng: Operation not permitted
_____________________________________________________________________________
OPENZAURUS-PRISM2:
wlan0 no private ioctls.
SIOCSIFFLAGS: Permission denied
SIOCSIFFLAGS: Permission denied
Found an external hopper
kismet_hopper: not found
killall: kismet_hopper: no process killed
wlan0 no private ioctls.
SIOCSIFFLAGS: Permission denied
killall: kismet_hopper: no process killed
wlan0 no private ioctls.
SIOCSIFFLAGS: Permission denied
____________________________________________________________________________
An interesting number of 'Permission denied' and 'Operation not permitted' lines.
Thank you so much for your offer of help. I hope the above might give you some clues.