
Originally Posted by
AmrE
lsusb gives [Bus001 Device 002: ID 0bda:8719 Realtek Semiconductor Corp].
You mean 8179, right?
This is a very new device and is not yet supported by any mainline kernels, as mentioned here : https://wikidevi.com/wiki/TP-LINK_TL-WN723N_v3
USB ID not yet observed in any mainline kernel / this list
You may try an experimental driver from github : https://github.com/lwfinger/rtl8188eu
But please clarify this first - Are you trying to use the adapter in the Host (the OS running on the physical machine) or the Guest (the OS in the Virtual Machine)? You mentioned that you were trying to connect it to the VM (thus the Guest OS), but are asking the question for BT which you say is Host? A USB device has no connections to the Host once it is connected to the Guest OS (in the VM), so doesn't matter whether it is supported on the Host or not.
Or is it that the BT is actually Guest, not Host?
The steps to compile and install the above experimental driver on Ubuntu are as follows (should be same with BackTrack) -
1) Make sure the components to compile the driver are pre-installed -
Code:
sudo apt-get install --reinstall linux-headers-generic build-essential
2) Download the
'zip' package of the driver from the above github page.
3) Right-click the downloaded .zip file > Extract here. This will extract a folder named "rtl8188eu-master".
4) Open a terminal (Ctrl-Alt-T) > change to the extracted folder and compile/install as follows -
Code:
cd rtl8188eu-master
make
sudo make install
5) Either reboot, or manually load the driver -
Code:
sudo modprobe 8188eu
6) Post back your feedback to help us help you/others

Bookmarks