You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qubes-users
Qubes is not detecting my network adapter. It is a panda wireless pau05. The system is detecting it via lsusb, but it is not loading it into the system. Does anyone know how I can fix this and get it running.
Many thanks,
Steve
Reg Tiangha
unread,
May 21, 2017, 9:07:55 AM5/21/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qubes...@googlegroups.com
On 05/21/2017 06:30 AM,
steven....@gmail.com wrote:
> Qubes is not detecting my network adapter. It is a panda wireless pau05. The system is detecting it via lsusb, but it is not loading it into the system. Does anyone know how I can fix this and get it running.
Do you have a sys-usb VM? In my head, either you make sys-net your USB
VM as well, or if your sys-usb is separate from sys-net, you use qvm-usb
-a to attach the Panda device to sys-net:
But I don't have much experience with USB network devices.
The module for the driver for that card is called rt2800usb and it is
enabled in both the 4.4 and 4.9 kernels. You can verify that it's loaded
by running lsmod.
steven....@gmail.com
unread,
May 23, 2017, 4:43:24 PM5/23/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qubes-users
I used qvm-pci -a sys-net 00:12.2, and got it going. Thank you very much.