Re: [qubes-users] Re: How can I set up wireless connection in Qubes 4.0

2019-02-20 Thread wlminimal
I tried qvm-pci but it didn't list my wireless adapter. Because it is usb?

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/c64d049f-4fbd-4826-9f5d-a45e1a4b1397%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: How can I set up wireless connection in Qubes 4.0

2019-02-20 Thread wlminimal
I tried qvm-usb but shows nothing
if I run lsusb it shows a wireless adapter..

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/bf637042-92b0-48e4-a239-3652336bcc61%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: How can I set up wireless connection in Qubes 4.0

2019-02-20 Thread Fidel Ramos
On 2/20/19 7:05 PM, wlmini...@gmail.com wrote:
> On Wednesday, February 20, 2019 at 10:54:03 AM UTC-8, Fidel Ramos wrote:
>> On 2/20/19 6:39 PM, wlmini...@gmail.com wrote:
>>> On Wednesday, February 20, 2019 at 10:36:28 AM UTC-8, wlmi...@gmail.com 
>>> 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?
>>>
>>> It is detected in dom0.
>>> When I run lsusb in dom0 console.
>>> It shows
>>> Realtek Semiconductor Corp. RTL8187 Wireless Adapter.
>>> But light in alfa adapter doesn't blink.
>>
>> The device should have been assigned automatically to sys-net, could you
>> check if that's the case? Run "qvm-pci list sys-net" in dom0.
>>
>> --
>> Fidel Ramos
>> PGP 7F07 1B7C 479F EDD1
> 
> Thanks I checked.
> But it only shows Ethernet Controller.

Try using qvm-pci list to find the Qubes device id for the wireless
adapter and then qvm-pci attach to assign it to sys-net.

-- 
Fidel Ramos
PGP 7F07 1B7C 479F EDD1

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/qDfWom0_lIerzi7F0C1DlZoHV-Ray3TfjaKswfvNBpvTvcySqehtOkcb940jP2k_apqL3GUOannYQh2H4ldLrlp1S9PVOMz4mN1q_XCP7N8%3D%40fidelramos.net.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: How can I set up wireless connection in Qubes 4.0

2019-02-20 Thread Aly Abdellatif
On Wednesday, February 20, 2019 at 7:36:28 PM UTC+1, wlmi...@gmail.com 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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
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.


Re: [qubes-users] Re: How can I set up wireless connection in Qubes 4.0

2019-02-20 Thread wlminimal
On Wednesday, February 20, 2019 at 10:54:03 AM UTC-8, Fidel Ramos wrote:
> On 2/20/19 6:39 PM, wlmini...@gmail.com wrote:
> > On Wednesday, February 20, 2019 at 10:36:28 AM UTC-8, wlmi...@gmail.com 
> > 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?
> > 
> > It is detected in dom0.
> > When I run lsusb in dom0 console.
> > It shows
> > Realtek Semiconductor Corp. RTL8187 Wireless Adapter.
> > But light in alfa adapter doesn't blink.
> 
> The device should have been assigned automatically to sys-net, could you
> check if that's the case? Run "qvm-pci list sys-net" in dom0.
> 
> -- 
> Fidel Ramos
> PGP 7F07 1B7C 479F EDD1

Thanks I checked.
But it only shows Ethernet Controller.

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/5e9ec105-99a3-4d8c-800b-670dd96fa41b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [qubes-users] Re: How can I set up wireless connection in Qubes 4.0

2019-02-20 Thread Fidel Ramos
On 2/20/19 6:39 PM, wlmini...@gmail.com wrote:
> On Wednesday, February 20, 2019 at 10:36:28 AM UTC-8, wlmi...@gmail.com 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?
> 
> It is detected in dom0.
> When I run lsusb in dom0 console.
> It shows
> Realtek Semiconductor Corp. RTL8187 Wireless Adapter.
> But light in alfa adapter doesn't blink.

The device should have been assigned automatically to sys-net, could you
check if that's the case? Run "qvm-pci list sys-net" in dom0.

-- 
Fidel Ramos
PGP 7F07 1B7C 479F EDD1

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/Ajan6bKicUILfZu_6MJMS0xfAJZNZCM9I53FzzS5iYPqVQGL2macbbVy5kpw3NyEncqjgaViPVUE54Ptdi31e6uKaZuodKK-uM4ri2KgXho%3D%40fidelramos.net.
For more options, visit https://groups.google.com/d/optout.


[qubes-users] Re: How can I set up wireless connection in Qubes 4.0

2019-02-20 Thread wlminimal
On Wednesday, February 20, 2019 at 10:36:28 AM UTC-8, wlmi...@gmail.com 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?

It is detected in dom0.
When I run lsusb in dom0 console. 
It shows
Realtek Semiconductor Corp. RTL8187 Wireless Adapter.
But light in alfa adapter doesn't blink.

-- 
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 qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/0deb650e-c2b7-4aac-96d6-53cf9685e2aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.