Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
04-25-2012, 07:59 PM
|
#1
|
LQ Newbie
Registered: Apr 2012
Posts: 17
Rep: 
|
bt5 and realteck
hi
i am using bt5 kde via vmware workstation
and realtek 802.11n wlan adapter (usb)
the bt5 detect it and i can use the guest browser (konqueror )and every thing is ok
but when im trying to use the terminal ( airmon-ng)
it shows nothing under the interface, chipset and driver
how can i solve this ?
thanks
|
|
|
04-25-2012, 10:05 PM
|
#2
|
Moderator
Registered: Mar 2008
Posts: 22,361
|
Dunno what to think here. Backtrack is a distro made for the most advanced users for legitimate tasks. What happens is every kid with a cd burner thinks they can hack into the world bank.
You need a more user friendly way to try linux. This is not a backtrack issue. It is an issue with how a VM works.
|
|
|
04-26-2012, 02:28 AM
|
#3
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,710
|
this is NOT an issue with BT5
VMware will not see wireless
that is a known fact
it "sees" only wired
please READ the vmware documentation
|
|
|
04-26-2012, 05:47 AM
|
#4
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by John VV
this is NOT an issue with BT5
VMware will not see wireless
that is a known fact
it "sees" only wired
please READ the vmware documentation
|
Nonsense. VMware, as much as Virtualbox, is able to pass through USB devices to a VM. This is a known fact, please read the documentation.
@sagy: Are you sure that your wireless device is recognized? Please post the output of
Code:
lsusb
iwconfig
ifconfig
when the device is plugged in and you have a working connection to your wireless router.
|
|
1 members found this post helpful.
|
04-26-2012, 11:06 AM
|
#6
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Two things I can see on your screen shots: You are using the "Other Linux 2.6.x" settings, since Backtrack is based on Ubuntu it would be better to use the Ubuntu settings. Also, what I get from the USB II of your wireless device it uses the Realtek RTL8188CUS chipset. This device currently has no driver in the standard kernel, so you have to download a driver from Realtek and install it.
|
|
|
04-26-2012, 03:20 PM
|
#7
|
LQ Newbie
Registered: Apr 2012
Posts: 17
Original Poster
Rep: 
|
thank you very much
but just give me keyword that i can search for or a link plz
thanks in advance
|
|
|
04-26-2012, 05:46 PM
|
#8
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
|
|
|
04-26-2012, 10:09 PM
|
#9
|
LQ Newbie
Registered: Apr 2012
Posts: 17
Original Poster
Rep: 
|
well i downloaded it .. now how can i install it in bt5 ?
i am a beginner
|
|
|
04-27-2012, 05:19 AM
|
#11
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
Quote:
Originally Posted by sagy
well i downloaded it .. now how can i install it in bt5 ?
i am a beginner
|
If you are a beginner than Backtrack might be not the right choice for you, as John VV already pointed out.
Anyways, to install the driver they have to be compiled. In the package you downloaded should be a description how to install the drivers.
|
|
|
04-27-2012, 06:50 AM
|
#12
|
LQ Newbie
Registered: Apr 2012
Posts: 17
Original Poster
Rep: 
|
its ok guys thanks anyway
|
|
|
04-27-2012, 08:18 AM
|
#13
|
LQ Newbie
Registered: Apr 2012
Posts: 17
Original Poster
Rep: 
|
humm final question
i downloaded the drivers from the host and they made a script to install the driver
can you tell me how to run this script .. how can i direct the terminal to the location of install.sh
i copied the whole folder (RTL8188C_8192C_8192D_USB_linux_v3.3.2_3192.20120103 wich contain 6 folders.2 files and install.sh ) to a usb flash drive and also copied to the bt5 desktop (using vm workstation )
Last edited by sagy; 04-27-2012 at 08:40 AM.
|
|
|
04-27-2012, 09:05 AM
|
#14
|
Member
Registered: May 2010
Location: Eindhoven
Distribution: ubuntu/debian
Posts: 152
Rep:
|
if you have this on bt5 you could try (in a terminal) to cd into the folder where you have the drivers and the install.sh
then, as root, make the install.sh shell script runnable by:
Code:
chmod +x install.sh
and run the script by:
From there on you're on your own and probably fucked if you're having problems with this.
Maybe try to download ubuntu and install the apps you need for your.... pentesting/educational purposes. It's much easier to use and to solve a problem at the time with, you just don't have everything in one vm preinstalled.
good luck!
|
|
|
04-27-2012, 10:06 AM
|
#15
|
Moderator
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
|
If you don't know how to handle the terminal properly I doubt that you will be able to handle the tools on Backtrack properly, since most (all?) of them are command-line tools. I would recommend to start here to learn your basics: http://linuxcommand.org/index.php
|
|
|
All times are GMT -5. The time now is 06:56 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|