kismet conf.

club-mate

club-mate

LiNuX Fanatic
Hi,

ich habe mir sämtliche How-to‘s durch gelesen und auch in anderen Foren nachgefragt, doch keiner kann mir sagen warum sich mein Kismet nicht starten lässt.
W-Lan Karte ist eingestellt und in die Config. eingetragen auch den User Name hab ich eingetragen .. wieso startet Kismet nicht??

hier meine Kismet.conf zum Download ;-)

http://rapidshare.com/files/11847004/kismet.conf

Mit freundlichen Grüßen
Club-Mate
 
Sorry, hab ich ganz vergessen ;-)

kismet
Server options: none
Client options: none
Starting server...
Waiting for server to start before starting UI...
Will drop privs to pingman (1000) gid 100
No specific sources given to be enabled, all will be enabled.
Enabling channel hopping.
Enabling channel splitting.
FATAL: No packsources were enabled. Make sure that if you use an enablesource l ine that you specify the correct sources.
 
hier liegt dein problem:

Code:
# Sources are defined as:
#
# Source types and required drivers are listed in the README under the
# CAPTURE SOURCES section.
# The initial channel is optional, if hopping is not enabled it can be used
# to set the channel the interface listens on.
# YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE

sourcource=ipw3945,eth1,intel

# Comma-separated list of sources to enable.  This is only needed if you defined
# multiple sources and only want to enable some of them.  By default, all defined
# sources are enabled.
# For example:
# enablesources=prismsource,ciscosource

sieht mir fast bei dir wie nach nem tippfehler aus :D

Code:
sourcource=ipw3945,eth1,intel

sollte soch eigentlich so aussehen oder?

Code:
source=ipw3945,eth1,intel

gReetZ
 
jetzt bekomme ich folgende Meldung:

Code:
Server options:  none
Client options:  none
Starting server...
Waiting for server to start before starting UI...
Suid priv-dropping disabled.  This may not be secure.
FATAL:  Unable to set up pidfile /var/run//kismet_server.pid, couldn't open for                                                                                                        writing: Permission deniedpingman@sun:~> su
Passwort:
sun:/home/pingman # kismet
Server options:  none
Client options:  none
Starting server...
Waiting for server to start before starting UI...
Suid priv-dropping disabled.  This may not be secure.
No specific sources given to be enabled, all will be enabled.
Enabling channel hopping.
Enabling channel splitting.
Source 0 (intel): Enabling monitor mode for ipw3945 source interface eth1 channe                                                                                                       l 6...
FATAL: Failed to set monitor mode: Invalid argument.  This usually means your dr                                                                                                       ivers either do not support monitor mode, or use a different mechanism for getti                                                                                                       ng to it.  Make sure you have a version of your drivers that support monitor mod                                                                                                       e, and consult the troubleshooting section of the README.
 
Hehe,

Ich hatte das Gleiche und hab mich eine ganze Weile damit herumgeärgert bis ich die Lösung hatte............

Nun ja, war wohl nicht umsonst, also:

- du musst die Treiber selber kompilieren, da die fertigen binarys das monitor mode feature NICHT haben
- von hier den source ziehen
- im makefile das hier wieder reinkommentieren, also die raute wegnehmen
Code:
# CONFIG_IPW3945_MONITOR=y
- kompilieren, installieren, kismet anschmeissen, freuen........:)
 
Moin,

also ich habe das selbe Problem nur mein Problem ging auch nach dem compilen des Treiebrs nicht neu wobei ich mein wlan auch mit ndiswrapper augemacht habe. Und nen Win Treiber...

"FATAL: Failed to set monitor mode: Invalid argument. This usually means your dr..."

bekomme ich auch...

bei
make und make install habe ich auch keine Fehler bekommen

//EDIT

source=ipw3945,wlan0,intel <- so sieht das bei mir aus

und ich verwende Debian4 etch
 
Zuletzt bearbeitet:

Ähnliche Themen

Server's Power

Squid nur zum maskieren der eigenen IP, nicht für Webserver auf port 80

Samba nicht mal Local-Connect...

Samba - Windows Client darf nicht zugreifen

Wieder mal Probleme mit nVidia-Grafiktreiber

Zurück
Oben