Re: unable to put wireless card in monitor mode
Pavel Roskin <[email protected]> Fri, 16 Jul 2010 17:13:25 -0400
| Newsgroups | gmane.linux.drivers.madwifi.user |
|---|---|
| Message-ID | <1279314805.20352.6.camel@mj> |
On Fri, 2010-07-16 at 13:53 +0530, yuva raj wrote: > hi, > > I am running Ubuntu 9.10. on Acer Aspire One with following card: > > Ethernet controller: Atheros Communications Inc. AR5001 Wireless > Network Adapter (rev 01) > > I have madwifi installed. I am trying to put the wlan0 interface to > monitor mode. For that I wanted to issue the following commands: > > sudo wlanconfig wlan0 destroy > sudo wlanconfig create wlan1 wlandev wifi0 wlanmode monitor > sudo wlan<x> up > > But, my first try resulted in > > laptop:~$ sudo wlanconfig wlan0 destroy > wlanconfig: ioctl: Operation not supported > > Please suggest me necessary steps to put card in monitor mode. I believe wlan0 was created by some other driver. If you only have one wireless device in the system, it must be ath5k. If you insist on using MadWifi, you should unload both drivers and then load MadWifi (the module is called ath_pci). You can use an option to create a monitor mode interface on startup: sudo rmmod ath5k sudo rmmod ath_pci sudo modprobe ath_pci autocreate=monitor Now you can run iwconfig to make sure that the new interface is in monitor mode. -- Regards, Pavel Roskin ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first