AWUS036AC and Linux
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
So I've been spending a few hours trying to get this wireless card to work in my Linux VM, but I've been having the most issues I've ever experienced.
I've cloned several Github repositories in an attempt to compile the drivers on Linux to get this card to work, but no luck.
The latest issue I'm having here is that the USB WiFi card will appear in lsusb
for just a few seconds, and then it disappears, as shown below:
[root:...ents/rtl8812AU_8821AU_linux]# lsusb
Bus 001 Device 034: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root:...ents/rtl8812AU_8821AU_linux]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root:...ents/rtl8812AU_8821AU_linux]#
I figure there's nothing else I can try beyond this point if the system itself can't consistently recognize the USB device. Now I'm using the new Macbook with the touch bar and a lightning port -> USB adapter, and passing this to the VM. Not sure if this could have anything to do with it, but it's extremely annoying.
I haven't run into any errors when running make
and make install
when trying to compile the drivers on several people's githubs.
Any assistance would be greatly appreciated. Can never get wireless to work permanently for some reason. Always breaking and it seems like a constant once-a-month battle.
wifi usb vmware airmon-ng lsusb
add a comment |Â
up vote
0
down vote
favorite
So I've been spending a few hours trying to get this wireless card to work in my Linux VM, but I've been having the most issues I've ever experienced.
I've cloned several Github repositories in an attempt to compile the drivers on Linux to get this card to work, but no luck.
The latest issue I'm having here is that the USB WiFi card will appear in lsusb
for just a few seconds, and then it disappears, as shown below:
[root:...ents/rtl8812AU_8821AU_linux]# lsusb
Bus 001 Device 034: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root:...ents/rtl8812AU_8821AU_linux]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root:...ents/rtl8812AU_8821AU_linux]#
I figure there's nothing else I can try beyond this point if the system itself can't consistently recognize the USB device. Now I'm using the new Macbook with the touch bar and a lightning port -> USB adapter, and passing this to the VM. Not sure if this could have anything to do with it, but it's extremely annoying.
I haven't run into any errors when running make
and make install
when trying to compile the drivers on several people's githubs.
Any assistance would be greatly appreciated. Can never get wireless to work permanently for some reason. Always breaking and it seems like a constant once-a-month battle.
wifi usb vmware airmon-ng lsusb
You could test your Device on a native Linux installation, and see, if it also spontaneously disconnects there. Else this looks more like a question for a VMWare, or Mac support forum. Linux can't do much, if the hypervisor disconnects the USB device from the VM.
â Alex Stragies
May 3 at 9:33
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
So I've been spending a few hours trying to get this wireless card to work in my Linux VM, but I've been having the most issues I've ever experienced.
I've cloned several Github repositories in an attempt to compile the drivers on Linux to get this card to work, but no luck.
The latest issue I'm having here is that the USB WiFi card will appear in lsusb
for just a few seconds, and then it disappears, as shown below:
[root:...ents/rtl8812AU_8821AU_linux]# lsusb
Bus 001 Device 034: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root:...ents/rtl8812AU_8821AU_linux]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root:...ents/rtl8812AU_8821AU_linux]#
I figure there's nothing else I can try beyond this point if the system itself can't consistently recognize the USB device. Now I'm using the new Macbook with the touch bar and a lightning port -> USB adapter, and passing this to the VM. Not sure if this could have anything to do with it, but it's extremely annoying.
I haven't run into any errors when running make
and make install
when trying to compile the drivers on several people's githubs.
Any assistance would be greatly appreciated. Can never get wireless to work permanently for some reason. Always breaking and it seems like a constant once-a-month battle.
wifi usb vmware airmon-ng lsusb
So I've been spending a few hours trying to get this wireless card to work in my Linux VM, but I've been having the most issues I've ever experienced.
I've cloned several Github repositories in an attempt to compile the drivers on Linux to get this card to work, but no luck.
The latest issue I'm having here is that the USB WiFi card will appear in lsusb
for just a few seconds, and then it disappears, as shown below:
[root:...ents/rtl8812AU_8821AU_linux]# lsusb
Bus 001 Device 034: ID 0bda:8812 Realtek Semiconductor Corp. RTL8812AU 802.11a/b/g/n/ac WLAN Adapter
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root:...ents/rtl8812AU_8821AU_linux]# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root:...ents/rtl8812AU_8821AU_linux]#
I figure there's nothing else I can try beyond this point if the system itself can't consistently recognize the USB device. Now I'm using the new Macbook with the touch bar and a lightning port -> USB adapter, and passing this to the VM. Not sure if this could have anything to do with it, but it's extremely annoying.
I haven't run into any errors when running make
and make install
when trying to compile the drivers on several people's githubs.
Any assistance would be greatly appreciated. Can never get wireless to work permanently for some reason. Always breaking and it seems like a constant once-a-month battle.
wifi usb vmware airmon-ng lsusb
asked May 3 at 6:56
alt
1
1
You could test your Device on a native Linux installation, and see, if it also spontaneously disconnects there. Else this looks more like a question for a VMWare, or Mac support forum. Linux can't do much, if the hypervisor disconnects the USB device from the VM.
â Alex Stragies
May 3 at 9:33
add a comment |Â
You could test your Device on a native Linux installation, and see, if it also spontaneously disconnects there. Else this looks more like a question for a VMWare, or Mac support forum. Linux can't do much, if the hypervisor disconnects the USB device from the VM.
â Alex Stragies
May 3 at 9:33
You could test your Device on a native Linux installation, and see, if it also spontaneously disconnects there. Else this looks more like a question for a VMWare, or Mac support forum. Linux can't do much, if the hypervisor disconnects the USB device from the VM.
â Alex Stragies
May 3 at 9:33
You could test your Device on a native Linux installation, and see, if it also spontaneously disconnects there. Else this looks more like a question for a VMWare, or Mac support forum. Linux can't do much, if the hypervisor disconnects the USB device from the VM.
â Alex Stragies
May 3 at 9:33
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f441471%2fawus036ac-and-linux%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
You could test your Device on a native Linux installation, and see, if it also spontaneously disconnects there. Else this looks more like a question for a VMWare, or Mac support forum. Linux can't do much, if the hypervisor disconnects the USB device from the VM.
â Alex Stragies
May 3 at 9:33