ASUS USB-N13 wireless adapter problems with Ubuntu 14.04
I am running Ubuntu 14.04 and I am new to Linux and networking. I am having trouble with my ASUS N-13 network adapter, I get a signal but that signal drops often. What can I do?
networking adapter
add a comment |
I am running Ubuntu 14.04 and I am new to Linux and networking. I am having trouble with my ASUS N-13 network adapter, I get a signal but that signal drops often. What can I do?
networking adapter
Have you googled for, e.g. "Ubuntu Trusty USB-n13" and/or "Ubuntu USB-n13"? Chances are other people have had the same problem and already solved or reported it.
– blujay
Apr 28 '14 at 5:15
add a comment |
I am running Ubuntu 14.04 and I am new to Linux and networking. I am having trouble with my ASUS N-13 network adapter, I get a signal but that signal drops often. What can I do?
networking adapter
I am running Ubuntu 14.04 and I am new to Linux and networking. I am having trouble with my ASUS N-13 network adapter, I get a signal but that signal drops often. What can I do?
networking adapter
networking adapter
edited Jul 16 '15 at 3:29
user336085
2313613
2313613
asked Apr 28 '14 at 5:12
user275218user275218
3612
3612
Have you googled for, e.g. "Ubuntu Trusty USB-n13" and/or "Ubuntu USB-n13"? Chances are other people have had the same problem and already solved or reported it.
– blujay
Apr 28 '14 at 5:15
add a comment |
Have you googled for, e.g. "Ubuntu Trusty USB-n13" and/or "Ubuntu USB-n13"? Chances are other people have had the same problem and already solved or reported it.
– blujay
Apr 28 '14 at 5:15
Have you googled for, e.g. "Ubuntu Trusty USB-n13" and/or "Ubuntu USB-n13"? Chances are other people have had the same problem and already solved or reported it.
– blujay
Apr 28 '14 at 5:15
Have you googled for, e.g. "Ubuntu Trusty USB-n13" and/or "Ubuntu USB-n13"? Chances are other people have had the same problem and already solved or reported it.
– blujay
Apr 28 '14 at 5:15
add a comment |
2 Answers
2
active
oldest
votes
If you're still looking for an answer to this, and for future users, there's a great solution which refers to the original solution.
I have just copied and pasted as is from the README:
Installation
Ensure you have the necessary prerequisites:
sudo apt-get update
sudo apt-get install git linux-headers-generic build-essential dkms
Clone this repository:
git clone https://github.com/pvaret/rtl8192cu-fixes.git
Set it up as a DKMS module:
sudo dkms add ./rtl8192cu-fixes
Build and install it:
sudo dkms install 8192cu/1.11
Refresh the module list:
sudo depmod -a
Ensure the native (and broken) kernel driver is blacklisted:
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
And reboot. You're done.
1
This worked flawlessly on 16.04!
– bambosze_babuni
Jan 8 '18 at 22:13
1
Ifsudo dkms install 8192cu/1.10
won't work, check directory /usr/src/ for proper name (it was /usr/src/8192cu-1.11/ for me so I had to use commandsudo dkms install 8192cu/1.11
)
– bambosze_babuni
Mar 4 '18 at 20:09
add a comment |
usb-n13 is very finnicky on dual boot system. when i am using full time linux, rebooting directly to linux from linux session, the card will give me full 40Mbs internet speed. Similarly, if i reboot directly to windows from windows session, it will give me full 40Mbps. And if I were to boot from linux to windows session, it will be full speed too. But, if i were to reboot to linux from windows session, the speed will degrade to 1 Mbps. To fix it, i unplugged and replugged, it will be behave good again at 40Mbps. All said, this is a very good card when it works.
Try to disable fast boot in bios, and report it in answer if helps
– LeonidMew
Feb 3 at 15:56
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%2f456759%2fasus-usb-n13-wireless-adapter-problems-with-ubuntu-14-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
If you're still looking for an answer to this, and for future users, there's a great solution which refers to the original solution.
I have just copied and pasted as is from the README:
Installation
Ensure you have the necessary prerequisites:
sudo apt-get update
sudo apt-get install git linux-headers-generic build-essential dkms
Clone this repository:
git clone https://github.com/pvaret/rtl8192cu-fixes.git
Set it up as a DKMS module:
sudo dkms add ./rtl8192cu-fixes
Build and install it:
sudo dkms install 8192cu/1.11
Refresh the module list:
sudo depmod -a
Ensure the native (and broken) kernel driver is blacklisted:
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
And reboot. You're done.
1
This worked flawlessly on 16.04!
– bambosze_babuni
Jan 8 '18 at 22:13
1
Ifsudo dkms install 8192cu/1.10
won't work, check directory /usr/src/ for proper name (it was /usr/src/8192cu-1.11/ for me so I had to use commandsudo dkms install 8192cu/1.11
)
– bambosze_babuni
Mar 4 '18 at 20:09
add a comment |
If you're still looking for an answer to this, and for future users, there's a great solution which refers to the original solution.
I have just copied and pasted as is from the README:
Installation
Ensure you have the necessary prerequisites:
sudo apt-get update
sudo apt-get install git linux-headers-generic build-essential dkms
Clone this repository:
git clone https://github.com/pvaret/rtl8192cu-fixes.git
Set it up as a DKMS module:
sudo dkms add ./rtl8192cu-fixes
Build and install it:
sudo dkms install 8192cu/1.11
Refresh the module list:
sudo depmod -a
Ensure the native (and broken) kernel driver is blacklisted:
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
And reboot. You're done.
1
This worked flawlessly on 16.04!
– bambosze_babuni
Jan 8 '18 at 22:13
1
Ifsudo dkms install 8192cu/1.10
won't work, check directory /usr/src/ for proper name (it was /usr/src/8192cu-1.11/ for me so I had to use commandsudo dkms install 8192cu/1.11
)
– bambosze_babuni
Mar 4 '18 at 20:09
add a comment |
If you're still looking for an answer to this, and for future users, there's a great solution which refers to the original solution.
I have just copied and pasted as is from the README:
Installation
Ensure you have the necessary prerequisites:
sudo apt-get update
sudo apt-get install git linux-headers-generic build-essential dkms
Clone this repository:
git clone https://github.com/pvaret/rtl8192cu-fixes.git
Set it up as a DKMS module:
sudo dkms add ./rtl8192cu-fixes
Build and install it:
sudo dkms install 8192cu/1.11
Refresh the module list:
sudo depmod -a
Ensure the native (and broken) kernel driver is blacklisted:
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
And reboot. You're done.
If you're still looking for an answer to this, and for future users, there's a great solution which refers to the original solution.
I have just copied and pasted as is from the README:
Installation
Ensure you have the necessary prerequisites:
sudo apt-get update
sudo apt-get install git linux-headers-generic build-essential dkms
Clone this repository:
git clone https://github.com/pvaret/rtl8192cu-fixes.git
Set it up as a DKMS module:
sudo dkms add ./rtl8192cu-fixes
Build and install it:
sudo dkms install 8192cu/1.11
Refresh the module list:
sudo depmod -a
Ensure the native (and broken) kernel driver is blacklisted:
sudo cp ./rtl8192cu-fixes/blacklist-native-rtl8192.conf /etc/modprobe.d/
And reboot. You're done.
edited Mar 5 '18 at 0:58
answered May 16 '14 at 17:40
YusufYusuf
1047
1047
1
This worked flawlessly on 16.04!
– bambosze_babuni
Jan 8 '18 at 22:13
1
Ifsudo dkms install 8192cu/1.10
won't work, check directory /usr/src/ for proper name (it was /usr/src/8192cu-1.11/ for me so I had to use commandsudo dkms install 8192cu/1.11
)
– bambosze_babuni
Mar 4 '18 at 20:09
add a comment |
1
This worked flawlessly on 16.04!
– bambosze_babuni
Jan 8 '18 at 22:13
1
Ifsudo dkms install 8192cu/1.10
won't work, check directory /usr/src/ for proper name (it was /usr/src/8192cu-1.11/ for me so I had to use commandsudo dkms install 8192cu/1.11
)
– bambosze_babuni
Mar 4 '18 at 20:09
1
1
This worked flawlessly on 16.04!
– bambosze_babuni
Jan 8 '18 at 22:13
This worked flawlessly on 16.04!
– bambosze_babuni
Jan 8 '18 at 22:13
1
1
If
sudo dkms install 8192cu/1.10
won't work, check directory /usr/src/ for proper name (it was /usr/src/8192cu-1.11/ for me so I had to use command sudo dkms install 8192cu/1.11
)– bambosze_babuni
Mar 4 '18 at 20:09
If
sudo dkms install 8192cu/1.10
won't work, check directory /usr/src/ for proper name (it was /usr/src/8192cu-1.11/ for me so I had to use command sudo dkms install 8192cu/1.11
)– bambosze_babuni
Mar 4 '18 at 20:09
add a comment |
usb-n13 is very finnicky on dual boot system. when i am using full time linux, rebooting directly to linux from linux session, the card will give me full 40Mbs internet speed. Similarly, if i reboot directly to windows from windows session, it will give me full 40Mbps. And if I were to boot from linux to windows session, it will be full speed too. But, if i were to reboot to linux from windows session, the speed will degrade to 1 Mbps. To fix it, i unplugged and replugged, it will be behave good again at 40Mbps. All said, this is a very good card when it works.
Try to disable fast boot in bios, and report it in answer if helps
– LeonidMew
Feb 3 at 15:56
add a comment |
usb-n13 is very finnicky on dual boot system. when i am using full time linux, rebooting directly to linux from linux session, the card will give me full 40Mbs internet speed. Similarly, if i reboot directly to windows from windows session, it will give me full 40Mbps. And if I were to boot from linux to windows session, it will be full speed too. But, if i were to reboot to linux from windows session, the speed will degrade to 1 Mbps. To fix it, i unplugged and replugged, it will be behave good again at 40Mbps. All said, this is a very good card when it works.
Try to disable fast boot in bios, and report it in answer if helps
– LeonidMew
Feb 3 at 15:56
add a comment |
usb-n13 is very finnicky on dual boot system. when i am using full time linux, rebooting directly to linux from linux session, the card will give me full 40Mbs internet speed. Similarly, if i reboot directly to windows from windows session, it will give me full 40Mbps. And if I were to boot from linux to windows session, it will be full speed too. But, if i were to reboot to linux from windows session, the speed will degrade to 1 Mbps. To fix it, i unplugged and replugged, it will be behave good again at 40Mbps. All said, this is a very good card when it works.
usb-n13 is very finnicky on dual boot system. when i am using full time linux, rebooting directly to linux from linux session, the card will give me full 40Mbs internet speed. Similarly, if i reboot directly to windows from windows session, it will give me full 40Mbps. And if I were to boot from linux to windows session, it will be full speed too. But, if i were to reboot to linux from windows session, the speed will degrade to 1 Mbps. To fix it, i unplugged and replugged, it will be behave good again at 40Mbps. All said, this is a very good card when it works.
answered Feb 3 at 15:35
jimmyjimmy
1
1
Try to disable fast boot in bios, and report it in answer if helps
– LeonidMew
Feb 3 at 15:56
add a comment |
Try to disable fast boot in bios, and report it in answer if helps
– LeonidMew
Feb 3 at 15:56
Try to disable fast boot in bios, and report it in answer if helps
– LeonidMew
Feb 3 at 15:56
Try to disable fast boot in bios, and report it in answer if helps
– LeonidMew
Feb 3 at 15:56
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%2f456759%2fasus-usb-n13-wireless-adapter-problems-with-ubuntu-14-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
Have you googled for, e.g. "Ubuntu Trusty USB-n13" and/or "Ubuntu USB-n13"? Chances are other people have had the same problem and already solved or reported it.
– blujay
Apr 28 '14 at 5:15