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 - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-22-2008, 11:27 PM   #1
Malachai.77
Member
 
Registered: Dec 2005
Posts: 54

Rep: Reputation: 15
Fedora 10 airodump-ng Error


Hello,
I been trying to figure this out for the last couple of weeks. I finally got my wireless working on this laptop.

I have a Dell Inspiron | E1405 mode. Here is my lspci -v output of my wifi card.

0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)


For some reason airodump-ng is not working . When I try to run airodump-ng I get the error message below.

[root@localhost ~]# airodump-ng wlan0
ioctl(SIOCSIWMODE) failed: Device or resource busy
Error setting monitor mode on wlan0


Can someone tell me what I'm doing wrong or how to fix this problem?

Thank you,
 
Old 12-23-2008, 12:49 AM   #2
r1d3r
Member
 
Registered: May 2008
Location: Glendale, CA
Distribution: ubuntu 12.04
Posts: 146

Rep: Reputation: 22
I think you forgot to change the cards state to Monitor mode.

run this :
Code:
airmon-ng start wlan0 [AP channel]
 
Old 01-01-2009, 04:56 PM   #3
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Rep: Reputation: 30
No such file or directory

Quote:
Originally Posted by r1d3r View Post
I think you forgot to change the cards state to Monitor mode.
I have the same problem, and this might very well be the reason. However, when I try to enable airmon as you say, I get this error:

Code:
Interface	Chipset		Driver

wlan0			iwlagn - [phy0]/usr/sbin/airmon-ng: line 338: /sys/class/ieee80211/phy0/add_iface: No such file or directory
mon0: unknown interface: No such device

				(monitor mode enabled on mon0)
 
Old 01-02-2009, 01:02 AM   #4
r1d3r
Member
 
Registered: May 2008
Location: Glendale, CA
Distribution: ubuntu 12.04
Posts: 146

Rep: Reputation: 22
Please post your 'airmon-ng' commands output here.
 
Old 01-10-2009, 12:11 PM   #5
sukis
LQ Newbie
 
Registered: Jan 2009
Distribution: Fedora Core 10
Posts: 1

Rep: Reputation: 0
Hi i have same problem

Quote:
# airmon-ng start wlan0


Interface Chipset Driver

wlan0 iwlagn - [phy0]/usr/sbin/airmon-ng: line 338: /sys/class/ieee80211/phy0/add_iface: No such file or directory
mon0: unknown interface: No such device

(monitor mode enabled on mon0)
wireless network working but i cant enable monitor mode ?

Last edited by sukis; 01-10-2009 at 01:32 PM.
 
Old 01-10-2009, 03:33 PM   #6
r1d3r
Member
 
Registered: May 2008
Location: Glendale, CA
Distribution: ubuntu 12.04
Posts: 146

Rep: Reputation: 22
Lobais and Sukis,

I think (not sure) that your card is not supported by aircrack-ng suite.

Have a look at this page :

Code:
http://www.aircrack-ng.org/doku.php?id=compatibility_drivers
 
Old 08-21-2009, 08:10 PM   #7
Manxa
LQ Newbie
 
Registered: Aug 2008
Posts: 4

Rep: Reputation: Disabled
Same problem

I too am running into same issue.
Running FC10.

Results of airmon-ng start wlan0
Code:
Interface Chipset Driver
wlan0 Realtek 8187L rtl8187 - [phy0]/usr/sbin/airmon-ng: line 338: /sys/class/ieee80211/phy0/add_iface: No such file or directory

mon0: unknown interface: No such device

(monitor mode enabled on mon0)

wlan0mon Realtek 8187L rtl8187 - [phy0]
Now, I did find this article thru google [ http://www.linux-archive.org/fedora-...g-iwl4965.html ].

And then there's this article about the compatibility of the drivers [ http://www.aircrack-ng.org/doku.php?...bility_drivers ].
Which leads me to these two links:
[ http://www.aircrack-ng.org/doku.php?id=r8187 ]
[ http://www.aircrack-ng.org/doku.php?id=rtl8187 ]

If I do a [ lsmod | grep rtl8187 ] I get
Code:
rtl8187           41213  0
mac80211          73668  1 rtl8187
eeprom_93cx6       5888  1 rtl8187
cfg80211          23816  2 rtl8187, mac80211

EDIT
Fix so far. This requires recompiling the kernel.
Get the source code downloaded. https://www.linuxquestions.org/quest...-empty-101191/ I used yum -y install kernel-headers kernel-devel . When I tried to recompile, make couldn't find the correct kernel. It was looking for 2.6.27.19... Yum had installed 2.6.27.29... . So I went to [ http://www.kernel.org/pub/linux/kernel/v2.6/ ] and downloaded the correct version. Turns out THIS version didn't have the correct files needed (include/linux/auto.h or linux/asm/autoconf.h , i believe). The yum version did. I pointed the symlink to the yum version instead. After this, I received a "iwe_stream_add_event" compile error message. Followed this link to fix it and continue on http://ubuntuforums.org/showthread.php?t=991662.

Fixed my wireless problem.

Last edited by Manxa; 08-22-2009 at 01:59 PM. Reason: Coming to solution
 
  


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
Need help with Airodump... I26 Linux - Software 8 01-02-2018 12:26 AM
Airodump-ng Error Message bigoxygen Linux - Software 0 08-16-2008 07:30 PM
airodump-ng with a D-Link DWL-122 juergen Linux - Wireless Networking 2 01-08-2008 06:56 PM
airodump-ng & kismet wwnexc Linux - Software 1 08-21-2006 11:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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