Linksys WUSB 6300 Wireless Adapter Keeps Disconnecting on Ubuntu 16.04
I followed instruction on this post to install the driver. The wifi adapter seems to be working. However, it keeps dropping wifi connections and re-connecting every few minutes.
My machine has dual boots, Ubuntu 16.04 & Windows 10. And Windows 10 never drops the wifi. Doesn't seem to be the adapter or my home wifi issue.
networking drivers wireless realtek-wireless
add a comment |
I followed instruction on this post to install the driver. The wifi adapter seems to be working. However, it keeps dropping wifi connections and re-connecting every few minutes.
My machine has dual boots, Ubuntu 16.04 & Windows 10. And Windows 10 never drops the wifi. Doesn't seem to be the adapter or my home wifi issue.
networking drivers wireless realtek-wireless
add a comment |
I followed instruction on this post to install the driver. The wifi adapter seems to be working. However, it keeps dropping wifi connections and re-connecting every few minutes.
My machine has dual boots, Ubuntu 16.04 & Windows 10. And Windows 10 never drops the wifi. Doesn't seem to be the adapter or my home wifi issue.
networking drivers wireless realtek-wireless
I followed instruction on this post to install the driver. The wifi adapter seems to be working. However, it keeps dropping wifi connections and re-connecting every few minutes.
My machine has dual boots, Ubuntu 16.04 & Windows 10. And Windows 10 never drops the wifi. Doesn't seem to be the adapter or my home wifi issue.
networking drivers wireless realtek-wireless
networking drivers wireless realtek-wireless
asked Jan 29 '18 at 6:22
Bo FuBo Fu
62
62
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
The following worked for me on Ubuntu 16.04:
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9
sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb
Or install with gdebi package installer
This gave meERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported
. I can't downgrade the kernel because then proper support for my i7 9700k fails.
– Deleet
yesterday
add a comment |
Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/gordboy/rtl8812au
cd rtl8812au
make
sudo make install
If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf
(might be present by default, mine was)
[device]
wifi.scan-rand-mac-address=no
Then restart.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000882%2flinksys-wusb-6300-wireless-adapter-keeps-disconnecting-on-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The following worked for me on Ubuntu 16.04:
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9
sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb
Or install with gdebi package installer
This gave meERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported
. I can't downgrade the kernel because then proper support for my i7 9700k fails.
– Deleet
yesterday
add a comment |
The following worked for me on Ubuntu 16.04:
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9
sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb
Or install with gdebi package installer
This gave meERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported
. I can't downgrade the kernel because then proper support for my i7 9700k fails.
– Deleet
yesterday
add a comment |
The following worked for me on Ubuntu 16.04:
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9
sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb
Or install with gdebi package installer
The following worked for me on Ubuntu 16.04:
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/zebulon2/rtl8812AU-driver-5.2.9
sudo dpkg -i gord-rtl8812au-dkms_1.0-13_amd64.deb
Or install with gdebi package installer
edited Apr 23 '18 at 16:13
NerdOfLinux
1,6841937
1,6841937
answered Apr 23 '18 at 15:26
Animo11Animo11
112
112
This gave meERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported
. I can't downgrade the kernel because then proper support for my i7 9700k fails.
– Deleet
yesterday
add a comment |
This gave meERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported
. I can't downgrade the kernel because then proper support for my i7 9700k fails.
– Deleet
yesterday
This gave me
ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported
. I can't downgrade the kernel because then proper support for my i7 9700k fails.– Deleet
yesterday
This gave me
ERROR (dkms apport): kernel package linux-headers-4.20.8-042008-generic is not supported
. I can't downgrade the kernel because then proper support for my i7 9700k fails.– Deleet
yesterday
add a comment |
Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/gordboy/rtl8812au
cd rtl8812au
make
sudo make install
If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf
(might be present by default, mine was)
[device]
wifi.scan-rand-mac-address=no
Then restart.
add a comment |
Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/gordboy/rtl8812au
cd rtl8812au
make
sudo make install
If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf
(might be present by default, mine was)
[device]
wifi.scan-rand-mac-address=no
Then restart.
add a comment |
Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/gordboy/rtl8812au
cd rtl8812au
make
sudo make install
If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf
(might be present by default, mine was)
[device]
wifi.scan-rand-mac-address=no
Then restart.
Previous answer was outdated due to kernel updates. This solution works for Mint 19.1 based on Ubuntu 18.04 with kernel version 4.20.8.
sudo apt-get install linux-headers-$(uname -r) build-essential git
git clone https://github.com/gordboy/rtl8812au
cd rtl8812au
make
sudo make install
If you are using NetworkManager (default in Mint) need to add this to /etc/NetworkManager/NetworkManager.conf
(might be present by default, mine was)
[device]
wifi.scan-rand-mac-address=no
Then restart.
answered 10 hours ago
DeleetDeleet
1307
1307
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1000882%2flinksys-wusb-6300-wireless-adapter-keeps-disconnecting-on-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown