LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problems with usb wireless adapter on vmware backtrack4 (https://www.linuxquestions.org/questions/linux-newbie-8/problems-with-usb-wireless-adapter-on-vmware-backtrack4-891842/)

wakinews 07-15-2011 04:05 AM

problems with usb wireless adapter on vmware backtrack4
 
how do i configure wireless usb adapter to work with backtrack 4 on vmware

kasl33 07-16-2011 01:24 PM

You don't... not quite. You configure you wireless adapter to work on the host computer. Then, in VMware running Backtrack, you use the eth0 adapter - which is a virtual adapter.

Try this as root:
Code:

/etc/init.d/networking restart (networking may be network - I don't remember).
After that, try this:
Code:

ifconfig eth0
As far as your host machine knows, it doesn't have a wireless adapter. VMware's virtual infrastructure (vmnet0, vmnet1, vmnet8, host only, or bridged) always indicates a wired connection - even for me when using wlan0 on the host.

TobiSGD 07-16-2011 01:43 PM

At first, Backtrack 5 is already released, I would recommend to use that.
To your problem, you have to set up your VM to pass through your USB device to the guest OS to use it. You can do that in the USB settings of the machine.


All times are GMT -5. The time now is 04:51 AM.