|
Error for wireless request "Set Mode" on Linksys WPC11 v 3
I was wondering if anybody could help me out with this problem?
I'm using a Linksys PCMCIA card model # WPC11 V 3 in a Dell Inspiron 8200. I'm using the Auditor version 200605-02-no-ipw2100.
When I type in iwconfig in the shell-Konsole I get:
lo no wireless extensions
eth0 IEEE 802.11-DS ESSID: ..... Nickname: "Prism I"
etc:
when I type in iwconfig eth0 mode monitor I get this:
Error for wireless request "Set Mode" (8B06)
set failed on device eth0 ; Invalid argument.
Was wondering if anybody could help me out with this problem?
I tried using these command's to put it into monitor mode still dosen't work.
Please let me know what I'm doing wrong or if you need more information from me.
Prism cards, using HostAP drivers:
root@pc# iwconfig wlano mode monitor
root@pc# iwconfig wlan0 channel XX <--------insert your channel here
root@pc# ifconfig wlan0 up
[edit]=======================================
Prism cards, using wlanng drivers:
Note: Auditor has an auto script for wlanng - just do monitor.wlan wlan0 XX <-------insert channel here
Or if you want the manual method:
root@pc# wlanctl-ng wlan0 lnxreq_ifstate ifstate=enable
root@pc# wlanctl-ng wlan0 lnxreq_wlansniff enable=true channel=XX prismheader=false wlanheader=false stripfcs=true keepwepflags=true
root@pc# ifconfig wlan0 up
Last edited by army180; 01-29-2006 at 04:22 PM.
|