LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-15-2011, 05:57 AM   #1
alone_ah.s
LQ Newbie
 
Registered: Apr 2011
Location: Lebanon
Posts: 11

Rep: Reputation: 0
BackTrack 3 running on HP pavilion G60-DX by VMware workstatin


Hi all
Iam working op my HP pavilion G60-DX ..
I just installed VMware workstation and run Backtrack 3 ISO image as a linux virtual machine.
loading the linux operating system up with “other linux 2.6.x kernell” as a setting, and starting the backtrack 3 virtual machine, everything is fine up to this point.
when in the shell-konsole when typing at bt – # “airomn-ng” there is no:
Interface Chipset Driver

so from here on there is no progress to wep penetration and i can not get past this point.
hope i have explained clearly and someone can help me???thxx








 
Old 04-15-2011, 06:07 AM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
If you use Backtrack (by the way, the current version is 4, 3 is no longer supported) in a VM, it can't see your wireless, because it is in a virtual environment, not your native. If you want it to work with your native hardware, you have to start it native from a live-CD or make a native install.
 
Old 04-15-2011, 06:50 AM   #3
alone_ah.s
LQ Newbie
 
Registered: Apr 2011
Location: Lebanon
Posts: 11

Original Poster
Rep: Reputation: 0
Thxx for ur explanationn .. but am working on BackTrack 3 .. I can access the internet and use browsers normaly from the backtrack it self , when its running .. how u can explain that to me .. VM cant se my wirless and tald me that there is no wireless interface while am already can open any website within ...
what is the best solution to that !!
does the problem with my laptopb compatibility with backtrack !!! or with the VM itself !!
how can I make a native install !! I jusy have an ISO image form the backtrack .. !!
Hope u can Help me
 
Old 04-15-2011, 10:52 AM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
This is not a problem of compatibility. A virtual machine, as the name itself states, emulates a complete PC, including a wired network interface. The machine uses it emulated interface with the networking of the host machine (it doesn't care if it is wireless or wired). You can use the internet within the VM because it connects with your host machine's connection, but it doesn't see the hardware itself.
If you want to make a native install, burn that ISO to a CD (as image, not data CD), boot from it and then install it, according to the messages that the installer gives to you. Keep in mind that you need free space for at least one new partition on your harddisk. Backup your important data first.

Alternatively, if you have burned the CD, just boot from it and use it as live system. That doesn't touch your harddisk, but is slower, and changings to the environment will be lost after next reboot.

By the way, posting a whole post in bold font is considered shouting and rather unfriendly.
 
Old 04-16-2011, 02:25 AM   #5
themanwhowas
Member
 
Registered: Nov 2005
Distribution: CentOS 5, Fedora 23
Posts: 218

Rep: Reputation: 29
I do believe that you can use wireless interface with vmware workstation. running airomn-ng is no good as it's airmon-ng. you are missing the rest of the command though, if you want to use airmon it should be "airmon-ng start wlan0" if my wireless interface is wlano. If you just want to use the wireless connection for browsing you don't need airmon. either way, run "ifconfig -a" and your wireless interface will show up if it is supported in BT3. If i recall correctly it should be "ath0", so "airmon-ng start ath0". If you just want to use wicd to connect to a wireless router or whatever, run "ifconfig ath0 up" then it will be available in wicd
 
Old 04-16-2011, 11:13 AM   #6
alone_ah.s
LQ Newbie
 
Registered: Apr 2011
Location: Lebanon
Posts: 11

Original Poster
Rep: Reputation: 0
I am starting to use the BT4 and am facing the same problem .. do I have to use it native from live-CD !! or it can work form my
HP pavilion G60-DX with some driver !!
There is no wirless expension when am typing " airmon-ng start " also I cant using the internet and there is no wirless interface found ..
what is the real problem !! am new in linux and wonna some help ... thxx
 
Old 04-16-2011, 09:48 PM   #7
themanwhowas
Member
 
Registered: Nov 2005
Distribution: CentOS 5, Fedora 23
Posts: 218

Rep: Reputation: 29
type "ifconfig -a" into a console and paste the results here
 
Old 04-17-2011, 04:11 AM   #8
alone_ah.s
LQ Newbie
 
Registered: Apr 2011
Location: Lebanon
Posts: 11

Original Poster
Rep: Reputation: 0
When am typing "ifconfig a" ( In BT4 ) the result as follows:

eth0 Link encap:Ethernet HWaddr 00:0c:29:6e:58:62
BROADCAST MULTICAST MTU:1500 Metric:1
RX packet:0 errors:0 dropped:0 overruns:0 frame:0
TX packet:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:19 Base adress:0x2000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPPACK RUNNING MTU:16436 Metric:1
RX packet:0 errors:0 dropped:0 overruns:0 frame:0
TX packet:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)


what is the problemm !!! i cant run it form my laptop copatibilities !
 
Old 04-17-2011, 11:48 AM   #9
themanwhowas
Member
 
Registered: Nov 2005
Distribution: CentOS 5, Fedora 23
Posts: 218

Rep: Reputation: 29
Ok your wireless interface is not being seen. Presumably there is no driver for it on the disc. You could search for the driver yourself or buy a usb wifi dongle or something. Take a look here http://www.backtrack-linux.org/forum...backtrack.html
 
  


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
Can't find Wireless network - BackTrack 4 - HP pavilion dv6 laptop - h0n0r Linux - Newbie 4 07-21-2010 11:43 AM
trouble installing driver rt73 on backtrack 3 running on vmware drmuneca Linux - Newbie 2 08-19-2009 06:34 PM
How to configure static IP in Backtrack 3 in a VMware? quest999 Linux - Newbie 3 07-01-2009 07:04 AM
Vmware workstation 6.5.2 running Backtrack 3 Dreamer801 Linux - Newbie 6 05-03-2009 06:56 AM
installing vmware tools in backtrack ?? cyberiapost Linux - Newbie 6 11-01-2008 11:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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