
Originally Posted by
BTuser3
Again, with this method I doubt u would have ur WiFi working. I tried with an external wireless USB adapter, and it does not show under lspci, so no go for that.
Just be happy you have internet access working in there for now, and that you can update your framework3 or milw0rm repositories

it should show under lsusb, but you must enable it when starting the image using "-usb":
Code:
su -c 'qemu -boot d -m 512 -cdrom /pathtoimage/bt3final_usb.iso -usb -std-vga -k pt-br'
where -std-vga fixs a video bug when starting the bt3 image here, and -k adjusts the keyboard layout here.
and you may "plug" it in using qemu terminal (accessible through control+alt+2, control+alt+1 to switch back):
Code:
usb_add host:vendor_id:product_id
I tried it here and it worked, well, sort of... bt3 detected my usb dongle but airodump did not work (maybe my system did not released some resources of the usb dongle). I have not tried harder, since I have these tools already installed here but I think it may work.
ps: tried under linux, it should be almost the same under windows