PDA

View Full Version : New "patched" Orinoco drivers



Tigren
05-19-2003, 05:41 AM
Alright, I have downloaded the newest Knoppixm 5-16, which boasts that it has the monitor mode patches for the orinoco drivers. I have not been able to successfully put the card into moniter mode and use it to its full potential. Has anyone had any luck with it? Oh, ya, please don't reply with "You are a stupid wardriver blah blah blah" or anything like that...

adamm
05-19-2003, 08:21 PM
I would like to get this to work too.
I have the 4-28-2003 (I think) build of knoppix, and an orinoco gold card, and would like to use either airsnort or kismet (I would rather kismet) to test some wireless network links I have, and test the range of our wireless network.
If anyone got this to work in the latest build, I would like to know how you got it to work. I'm going to download the latest and try it out too.

Thanks.

mrblah
05-20-2003, 04:49 PM
I do not have the latest knoppix cd, however on my customized knoppix (w/ the orinoco patch), i was able to put it into monitor mode using this:

iwpriv eth0 monitor <m> <c>
m - one of the following
0 - disable monitor mode
1 - enable monitor mode with Prism2 header info prepended
to packet (ARPHRD_IEEE80211_PRISM)
2 - enable monitor mode with no Prism2 info (ARPHRD_IEEE80211)
c - channel to monitor


Change your MAC address via ifconfig:

ifconfig eth0 hw ether 01:02:03:04:05:06

EPS
05-22-2003, 01:29 AM
It's pretty easy to get kismet working:

cd /etc/kismet
rm kismet.conf
cp -p /KNOPPIX/etc/kismet/kismet.conf .

Edit kismet.conf:

(old line 22) auto_hopper=false
(new line 22) auto_hopper=true
(old line 37) capinterface=eth1
(new line 37) capinterface=eth0 (maybe)
(old line 53) cardtype=cisco
(new line 53) cardtype=orinoco

If you don't enable the channel hopper, kismet will monitor channel 6. You can change this with iwpriv monitor 1 channel

To do live capture with ethereal, you probably want to use iwpriv monitor 2 channel instead.

Tested with KNOPPIX V3.2 2003-05-16 EN

Tigren
05-23-2003, 02:54 PM
Thanks a lot to both of you. Works great.

aek56
05-27-2003, 07:23 AM
With EPS suggestions (thanks a lot!), I was able to bring kismet alive, but no chance for Airsnort, even when I use iwpriv, all the time the same error message "could not set monitor mode".

I am using latest koppix version 20.05.3.

any idea, what do I wrong ?

Thanks and regards

Alfred

BlokX
01-06-2004, 07:50 PM
mrblah...you say you have a custom distro with orinoco drivers already installed? happen to have this on a server for download anywhere? or maybe be able to arrange an open FTP or something?