[SOLVED] Atheros AR5007 802.11b/g,, wont work on linux
Linux - Wireless NetworkingThis forum is for the discussion of wireless networking in Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I can try if you post the full output of 'lspci' and/or 'lsusb,' or can confirm that the command retrieves details about said wireless card.
I can if you install it to your Hard Drive in a dual-boot scenario.
But without your help, how am I supposed to help you? Help me help you.
If the sole reason of using BackTrack 4 is for aircrack-ng, you can install a newer Linux distro, such as Ubuntu in a dual-boot scenario, with in-house support for the card.
Virtualization, if it hasn't worked yet, should not be so reiled on to give desired performance.
Hope you can understand why I have not posted with the above information given.
Last edited by lupusarcanus; 01-18-2010 at 10:56 PM.
i am installing is a dual boot,, thanks for your help anyway!
thanks man
Good! This will probably make it work. If it doesn't, there is many ways that it can be made to work, since we are dealing with an actual card; instead of some virtual card.
Virtualization can add such a complicated layer of compatibility, because it is no longer the actual device, but whatever the programs wishes to make it. This can cause many problems, and apparently, direct support for the card is not available in Windows VM's.
ok my card works Internet works,, but when i type sudo airodump-ng wlan0
is starts to search for networks and after 20 mins still searching, wont find any networks,, i no there is cause i can find 6 in windows including mine,
ok my card works Internet works,, but when i type sudo airodump-ng wlan0
is starts to search for networks and after 20 mins still searching, wont find any networks,, i no there is cause i can find 6 in windows including mine,
any ideas
thanks again
Hey! Hooray!
Have you put the card into monitor mode yet?
Disable the GUI network manager and do;
Code:
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
airodump-ng wlan0
hi i have the same problem. I'm using virtual box and when i type lspci / grep wireless i get this
Basic display modes:
-mm Produce machine-readable output (single -m for an obsolete format)
-t Show bus tree
Display options:
-v Be verbose (-vv for very verbose)
-k Show kernel drivers handling each device
-x Show hex-dump of the standard part of the config space
-xxx Show hex-dump of the whole config space (dangerous; root only)
-xxxx Show hex-dump of the 4096-byte extended config space (root only)
-b Bus-centric view (addresses and IRQ's as seen by the bus)
-D Always show domain numbers
Resolving of device ID's to names:
-n Show numeric ID's
-nn Show both textual and numeric ID's (names & numbers)
-q Query the PCI ID database for unknown ID's via DNS
-qq As above, but re-query locally cached entries
-Q Query the PCI ID database for all ID's via DNS
Selection of devices:
-s [[[[<domain>]:]<bus>]:][<slot>][.[<func>]] Show only devices in selected slots
-d [<vendor>]:[<device>] Show only devices with specified ID's
Other options:
-i <file> Use specified ID database instead of /usr/share/misc/pci.ids.gz
-p <file> Look up kernel modules in a given file instead of default modules.pcimap
-M Enable `bus mapping' mode (dangerous; root only)
PCI access options:
-A <method> Use the specified PCI access method (see `-A help' for a list)
-O <par>=<val> Set PCI access parameter (see `-O help' for a list)
-G Enable PCI access debugging
-H <mode> Use direct hardware access (<mode> = 1 or 2)
-F <file> Read PCI configuration dump from a given file
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.