On Wednesday, February 20, 2019 at 7:36:28 PM UTC+1, [email protected] wrote: > Hi. > I am trying to get wireless connection setup using Alfa AWUS036H but I don't > know how to do it. > Do I have to install in sys-net vm? Where can I start?
I wanted to use it on a kali appvm ,so : first you find your wireless card , DOM0 --> qvm-usb then DOM0--> qvm-usb attach kali-appvm sys-usb:2-1 #2-1 you will find it in qvm-usb if you don't have a usb qubes , you should replace sys-usb with dom0 this will attach my wireless card to my kali app-vm , in your case you can attach it to sys-net then you install the driver on your vm. My kali Template (debian) so I ran : kali-template--> sudo apt-get update firmware-atheros # install it in your template to be persistent then in your appvm kali-appvm--> iwconfig # verify that your wireless card appear when you will start your wlan , it will starts to blink In my kali kali-appvm-->sudo airmon-ng start wlan0 -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/3974ce85-2deb-4ea2-9725-9aa7b3d1ff0c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
