Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > GNU Linux Zone > Wireless Internet > How To Install wireless driver on Backtrack3 by Vmware

Forgot Password?
 Wireless Internet   Anything related to getting wireless set up in Linux. WLAN, WiFi, etc.

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 12-20-2008   #1 (permalink)
Just Joined!
 
Join Date: Dec 2008
Posts: 1
How To Install wireless driver on Backtrack3 by Vmware

Hello, I am totally new to linux, but pretty computer literate, so if someone could help me out I would appreciate it, thanks.

I have installed backtrack 3 on vmware workstation. I would like to install a TP-link TL-WN650G wireless card(atheros based - AR5005GS) onBacktrack because that it supports packet injection. Backtrack doesn't automatically recognize the device so I need to install the driver, I have done some research and found I needed to install the driver 'madwifi-old'(ieee80211 version) from here..
madwifi [Aircrack-ng]
madwifi-project.org - Trac

However I have no idea how to install them from inside backtrack, so if someone knows please let me know.
tryed 'lsmod |grep ath_pci', 'modprobe ath_pci' but nothing happened and didn't work.
thanks
dapt1234 is offline  


Reply With Quote
Old 12-20-2008   #2 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
The instructions are on the first link that you posted:
Code:
ifconfig ath0 down
rmmod wlan_wep ath_rate_sample ath_rate_onoe ath_pci wlan ath_hal 2>/dev/null
find /lib/modules -name 'ath*'  -exec rm -v {} \; 2>/dev/null
find /lib/modules -name 'wlan*' -exec rm -v {} \; 2>/dev/null
svn checkout http://svn.madwifi-project.org/branches/madwifi-old/ madwifi-old
wget http://patches.aircrack-ng.org//madwifi-old-r1417.patch
cd madwifi-old
patch -Np1 -i ../madwifi-old-r1417.patch
make KERNELPATH=/usr/src/linux-<insert version>
make install KERNELPATH=/usr/src/linux-<insert version>
depmod -ae
modprobe ath_pci
Enter each line in a terminal, one at a time.
__________________
Paul

Please do not PM me with requests for help. I will not reply.
waterhead is offline   Reply With Quote
Old 12-20-2008   #3 (permalink)
Just Joined!
 
JosipBroz's Avatar
 
Join Date: Dec 2008
Location: Ljubljana
Posts: 17
IIRC, VMware uses paravirtualized device drivers. So the original backtrack 3 driver won't do, you'll need a VMware-specific driver for your card -- which I bet doesn't exist and never will.
JosipBroz is offline   Reply With Quote
Old 12-20-2008   #4 (permalink)
Trusted Penguin
 
waterhead's Avatar
 
Join Date: Jul 2004
Location: Franklin, Wisconsin
Posts: 3,957
Oh, thanks. I forgot about the fact that he is running it virtually.

Something like backtrack should be run live. Since it is used to examine a network, you would want to be connected to the network that you are testing.
__________________
Paul

Please do not PM me with requests for help. I will not reply.

Last edited by waterhead; 12-20-2008 at 03:36 AM..
waterhead is offline   Reply With Quote
Old 12-20-2008   #5 (permalink)
Just Joined!
 
mhanan's Avatar
 
Join Date: Dec 2008
Location: San Diego CA
Posts: 60
Send a message via Yahoo to mhanan
If

If you have the windows driver for the card (.inf file) you could try ndiswrapper.

Copy it to your root directory, open up a terminal window and cd to root.

ndiswrapper -i driver.inf
depmod -a
modprobe ndiswrapper
su
ifconfig
mhanan is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 01:56 PM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2