LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 06-29-2004, 05:24 PM   #1
somuchfor
LQ Newbie
 
Registered: Jun 2004
Distribution: knoppix-std .1, knoppix 3.4, debian sarge, Slackware 10
Posts: 24

Rep: Reputation: 15
kismet.conf and smc2532w-b


well i have kismet installed however it gives me an error and i found out it is found here in the kismet.conf file
# Sources are defined as:
# source=cardtype,interface,name[,initialchannel]
# Card types and required drivers are listed in the README.
# The initial channel is optional, if hopping is not enabled it can be used
# to set the channel the interface listens on.
source=prism2_avs,wlan0,newprism2source
# Other common source configs:
# source=prism2,wlan0,prism2source
# source=prism2_avs,wlan0,newprism2source
# source=orinoco,eth0,orinocosource
# An example source line with an initial channel:
# source=orinoco,eth0,silver,11

so umm how do i fix this error??
 
Old 06-29-2004, 06:02 PM   #2
peter_robb
Senior Member
 
Registered: Feb 2002
Location: Szczecin, Poland
Distribution: Gentoo, Debian
Posts: 2,458

Rep: Reputation: 48
I'll move this into the Wireless Sub-Forum.. better exposure there..
 
Old 06-29-2004, 08:14 PM   #3
somuchfor
LQ Newbie
 
Registered: Jun 2004
Distribution: knoppix-std .1, knoppix 3.4, debian sarge, Slackware 10
Posts: 24

Original Poster
Rep: Reputation: 15
also has anyone noticed that the libntfs5 package does not install correctly. i have tried the apt-get way and by manually downlaoding it and using kpackage to install however it still returns an error message stating:
E: Sup-process /usr/bin/dpkg returned an eroor code (1).
 
Old 06-29-2004, 09:18 PM   #4
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Based on your card type, I think this is the line you need to uncomment:
source=prism2,wlan0,prism2source

I'm making a big assumption, though. What wireless driver are you using with the SMC?
Are you running Kismet as root?
Can you post the exact error and the Kismet output leading up to it dying?
 
Old 06-29-2004, 10:43 PM   #5
somuchfor
LQ Newbie
 
Registered: Jun 2004
Distribution: knoppix-std .1, knoppix 3.4, debian sarge, Slackware 10
Posts: 24

Original Poster
Rep: Reputation: 15
well i am using the prism2_cs driver. and i made the changes as you mentioned in the config file. also i have tried running as root and still recieve the same error which is:
Server options: none
Client options: none
Starting server...
Waiting for server to start before startuing 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.
FATAL: Unknown capture source type 'prism2' in source 'prism2,wlan0,prism2source

so got any suggestions?
 
Old 06-30-2004, 12:33 AM   #6
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Hmm.

There are a couple of comments in the release notes about prism2_avs, so make sure you're using the latest Kismet (early June, I think). The config file format and default location have changed.

Make sure that the driver is loaded. Does the wireless connection work properly otherwise? (Sorry for asking such a basic question, just trying to be thorough.)

Kismet barfs if the interface is not up. Immediately before running it, try ifconfig eth0 (or wlan0) up.
 
Old 06-30-2004, 08:23 AM   #7
somuchfor
LQ Newbie
 
Registered: Jun 2004
Distribution: knoppix-std .1, knoppix 3.4, debian sarge, Slackware 10
Posts: 24

Original Poster
Rep: Reputation: 15
ok i have a working net connection from the laptop using the wieless card as i am using it now. however as root i tried to do
apt-get upgrade kismet
and i recieve the same error i always do when upgrading or installing stuff now which is
root@darkstar:~# apt-get upgrade kismet
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these.
The following packages have unmet dependencies:
testdisk: Depends: libntfs5 (>= 1.9.0) but it is not installed
E: Unmet dependencies. Try using -f.

i have tried using apt-get -f install and still have no luck so does anyone have any suggestions?
 
Old 06-30-2004, 08:49 AM   #8
somuchfor
LQ Newbie
 
Registered: Jun 2004
Distribution: knoppix-std .1, knoppix 3.4, debian sarge, Slackware 10
Posts: 24

Original Poster
Rep: Reputation: 15
im thinking the error may be from knoppix using the sid release which isnt stable so i am going to install the regular debian with sarge to see if the error is still there
 
Old 06-30-2004, 11:52 AM   #9
somuchfor
LQ Newbie
 
Registered: Jun 2004
Distribution: knoppix-std .1, knoppix 3.4, debian sarge, Slackware 10
Posts: 24

Original Poster
Rep: Reputation: 15
k the debian thing still didnt work got the same error and i have moved back to knoppix.
 
Old 07-01-2004, 11:26 AM   #10
somuchfor
LQ Newbie
 
Registered: Jun 2004
Distribution: knoppix-std .1, knoppix 3.4, debian sarge, Slackware 10
Posts: 24

Original Poster
Rep: Reputation: 15
^help^
 
Old 07-01-2004, 02:04 PM   #11
somuchfor
LQ Newbie
 
Registered: Jun 2004
Distribution: knoppix-std .1, knoppix 3.4, debian sarge, Slackware 10
Posts: 24

Original Poster
Rep: Reputation: 15
fine i did it myself lol but the correct source for the smc card should be set as
wlanng, wlan0 *or whatever your card is set as*, wlanngsource
 
Old 07-01-2004, 05:55 PM   #12
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Thank you for posting the fix. I have that card, but use it in my AP. The lesser-powered sister card works fine, but I use the orinoco driver so did not have a point of comparison.

Glad you got it going.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
kismet.conf problem with airport wifi card EchO Linux - Laptop and Netbook 1 06-10-2005 10:37 AM
kismet.conf need help with the source= option simpletoker Linux - Wireless Networking 1 04-25-2005 10:24 PM
SMC2532W-B on Fedora 2 mjstone03 Linux - Hardware 0 10-29-2004 12:50 PM
Kismet Problems :need help with kismet.conf source qbann Linux - Wireless Networking 6 04-26-2004 06:12 PM
SMC2532W-B drivers dlocalized Linux - Wireless Networking 3 02-26-2004 04:24 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 09:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration