LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 03-31-2006, 05:40 PM   #1
scriptkidd
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Rep: Reputation: 0
netgear ma401 monitor mode auditor problem


I am trying to use netgear ma401 with auditor(like knoppix) and I cannot get it into monitor mode. what can be the problem ?
I Use :
iwconfig wlan0 monitor mode

error message I get:
Error for wireless request "set mode" (8B06) :
SET failed on device wlan0 ; operation not supported.

P.S. I am trying to crack my own wep.

thanx in advance.
 
Old 04-01-2006, 07:20 AM   #2
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
If you are using ndiswrapper as your driver, you are out of luck. Windows drivers don't suppport monitor mode.
Quote:
P.S. I am trying to crack my own wep.
I know you haven't descended to any unacceptable levels here, but LQ REALLY frowns on any sort of cracking discussions, even if it is your own gear.
 
Old 04-01-2006, 12:16 PM   #3
scriptkidd
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Original Poster
Rep: Reputation: 0
how can I get proper drivers while using auditor??
Ok I wont crack my on wep.
 
Old 04-01-2006, 12:43 PM   #4
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
From what I can tell by a little Googling, that card has a Prism chipset, which is one of the better supported chipsets in Linux. If the orinoco_cs driver (usually included as a kernel module in most distros) doesn't work, you might check out using the linux-wlan-ng drivers. That site explicitly says it supports the ma401.
 
Old 04-01-2006, 07:38 PM   #5
scriptkidd
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Original Poster
Rep: Reputation: 0
....but i am using knoppix which is on a cd. How do I add drivers to something that is on a cd.
 
Old 04-02-2006, 02:00 PM   #6
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Knoppix includes a number of native linux drivers. In fact, you've never said if you were using ndiswrapper or if you were just using whatever driver Knoppix happened to use. With a live distro like Knoppix, you're really going to be limited to the drivers it includes.
 
Old 04-02-2006, 03:34 PM   #7
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Auditor includes the patched orinoco_cs drivers needed for putting your card into monitor mode. Try:

Code:
modprobe -r wlan_ng
modprobe orinoco_cs
This assumes that Auditor is loading the wlan_ng instead of the patched orinocos. lsmod will tell you for sure.
 
Old 04-04-2006, 04:25 PM   #8
scriptkidd
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by 2Gnu
Auditor includes the patched orinoco_cs drivers needed for putting your card into monitor mode. Try:

Code:
modprobe -r wlan_ng
modprobe orinoco_cs
This assumes that Auditor is loading the wlan_ng instead of the patched orinocos. lsmod will tell you for sure.
Tried that. It says module wlan_ng not found. It loads hostap and orinoco_cs but not wlan_ng. I know ma401 goes with wlan_ng driver.

Any way to make wlan_ng module work.

Last edited by scriptkidd; 04-04-2006 at 07:43 PM.
 
Old 04-04-2006, 11:53 PM   #9
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Don't know. I only use patched or RC2 orinoco drivers for monitor mode.

If loading the orinoco module succeeds, does monitor mode work?
 
Old 04-05-2006, 03:14 PM   #10
scriptkidd
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Original Poster
Rep: Reputation: 0
nope. I did modprobe orinoco_cs and still does not work.

Whats another inexpensive wireless pcmia card that I can use so it will go into monitor mode ?

Last edited by scriptkidd; 04-05-2006 at 03:16 PM.
 
Old 04-05-2006, 07:55 PM   #11
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
I just tried it with my Prism2.5 card, orinoco_cs RC2 and it works.

Maybe it's your syntax. In your first post, you show this command:
iwconfig wlan0 monitor mode

Try iwconfig wlan0 mode monitor

Also, make sure that the interface is really wlan0. For the orinoco drivers, it's normally ethx. Try bringing the interface up: ifconfig wlan0 up, then put it into monitor mode.
 
Old 04-05-2006, 09:34 PM   #12
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Rep: Reputation: 30
'iwconfig wlan0 mode monitor'?
 
Old 04-05-2006, 09:36 PM   #13
Mr_C
Member
 
Registered: Jan 2004
Location: Trinidad & Tobago
Distribution: Slackware
Posts: 317

Rep: Reputation: 30
Quote:
Originally Posted by 2Gnu
Try iwconfig wlan0 mode monitor

Try bringing the interface up: ifconfig wlan0 up, then put it into monitor mode.
Simple typo thats all....
 
Old 04-06-2006, 07:02 PM   #14
scriptkidd
LQ Newbie
 
Registered: Mar 2006
Posts: 7

Original Poster
Rep: Reputation: 0
tried ifconfig wlan0 up and then monitor mode still does not work. ... and yes that was a typo.
I dont see why I cant find the wlan_ng drivers.
It might be my card.
Which card is good for wardriving. can u give me a few specifics cause I shall buy it off ebay. Thanx for u r help. I really appreciate it.

Last edited by scriptkidd; 04-06-2006 at 07:04 PM.
 
Old 04-06-2006, 07:18 PM   #15
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
I use a Prism2.5 - ZyXEL B-101. It's a rebadged Zcomax XI-325H. I have no idea if it's still around. 802.11B, 100mw, great sensitivity and a detachable antenna. I use a cheap magnetic roof mount antenna and plug it into the card.

The ORiNOCO Gold Classic card is also a great one - also 802.11B with an external antenna jack.

edit: the SMC2532W-B is a 200mw version of the first card I mentioned (also Prism 2.5 and a rebadged Zcomax XI-325HP).

Senao makes similar cards, but either in external or internal antenna versions - no detachable ones. They are very common.

Last edited by 2Gnu; 04-06-2006 at 07:21 PM.
 
  


Reply



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
Netgear MA401 vs. MA401NAR azeini Linux - Wireless Networking 4 05-29-2004 07:56 PM
MA401 Monitor mode not working brendanoconnor Linux - Wireless Networking 3 03-23-2004 01:47 AM
Netgear MA401 hilikus19 Linux - Wireless Networking 1 03-03-2004 12:08 AM
Netgear MA401 hilikus19 Linux - Wireless Networking 4 02-06-2004 11:40 PM
Linux Mandarke 9.1 and Netgear MA401 problem cmisip Linux - Networking 2 05-19-2003 12:55 AM

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

All times are GMT -5. The time now is 03:02 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