install usb wifi adapter on ubuntu 14.04











up vote
1
down vote

favorite












I have windows 10 on my laptop and I run Oracle VirtualBox with ubuntu 14.04.5 LTS 64 bit on it.
I bought tp-link usb to wifi adapter - TL-WN821N v5.



I am try to connect the usb to the vm so it have wifi and wireless functionality in it.
in vbox there is option to connect the usb direcly to the machine so the the windows 10 dont detect the usb.



lsusb detect the adapter:



Bus 001 Device 002: ID 2357:0107
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


but lshw -C network



 network
*-network
description: Ethernet interface
product: 82540EM Gigabit Ethernet Controller
vendor: Intel Corporation
physical id: 3
bus info: pci@0000:00:03.0
logical name: eth0
version: 02
serial: 08:00:27:bc:0d:35
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.0.13 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:f0000000-f001ffff ioport:d010(size=8)


and iwconfig



lo        no wireless extensions.

eth0 no wireless extensions.


wont seem to identify the new hardware:



I thought the problem is that need some driver - so I tried to install the driver:
http://www.tp-link.com/en/download/TL-WN821N.html#Driver
but make give me syntax errors (and i think there easier way)



I followed this link
DLink DWA 131 wireless adapter not working on ubuntu 15.10
and when i run apt-get install rtl8192eu-dkms
I get this:



Reading package lists... Done
Building dependency tree
Reading state information... Done
rtl8192eu-dkms is already the newest version.
The following packages were automatically installed and are no longer required:
culmus linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.


and it still dont work.



The laptop (and vm) connected to ethernet directly.



kernal version- 4.4.0-45-generic



thank you for help!










share|improve this question
























  • What exactly didn't work for you? Your first link explicitly mentions there are more than one version of the same model and that model has nothing to do with yours. The link about DLink is relevant if - and only if - yours have the same chipset. If so, use the second answer, not the most voted one. The option you used in Virtualbox is also wrong and the device needs to be correctly installed and working in the host system.
    – user589808
    Oct 20 '16 at 20:15










  • The adapter is working on the host system just fine, and when i turn the ubuntu on, its 'eject' from the windows 10 (host) and connected to the vm.
    – jackarrow
    Oct 21 '16 at 9:35










  • soomeone pleas answer the question
    – Dheeraj M Pai
    Jul 31 at 4:29















up vote
1
down vote

favorite












I have windows 10 on my laptop and I run Oracle VirtualBox with ubuntu 14.04.5 LTS 64 bit on it.
I bought tp-link usb to wifi adapter - TL-WN821N v5.



I am try to connect the usb to the vm so it have wifi and wireless functionality in it.
in vbox there is option to connect the usb direcly to the machine so the the windows 10 dont detect the usb.



lsusb detect the adapter:



Bus 001 Device 002: ID 2357:0107
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


but lshw -C network



 network
*-network
description: Ethernet interface
product: 82540EM Gigabit Ethernet Controller
vendor: Intel Corporation
physical id: 3
bus info: pci@0000:00:03.0
logical name: eth0
version: 02
serial: 08:00:27:bc:0d:35
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.0.13 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:f0000000-f001ffff ioport:d010(size=8)


and iwconfig



lo        no wireless extensions.

eth0 no wireless extensions.


wont seem to identify the new hardware:



I thought the problem is that need some driver - so I tried to install the driver:
http://www.tp-link.com/en/download/TL-WN821N.html#Driver
but make give me syntax errors (and i think there easier way)



I followed this link
DLink DWA 131 wireless adapter not working on ubuntu 15.10
and when i run apt-get install rtl8192eu-dkms
I get this:



Reading package lists... Done
Building dependency tree
Reading state information... Done
rtl8192eu-dkms is already the newest version.
The following packages were automatically installed and are no longer required:
culmus linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.


and it still dont work.



The laptop (and vm) connected to ethernet directly.



kernal version- 4.4.0-45-generic



thank you for help!










share|improve this question
























  • What exactly didn't work for you? Your first link explicitly mentions there are more than one version of the same model and that model has nothing to do with yours. The link about DLink is relevant if - and only if - yours have the same chipset. If so, use the second answer, not the most voted one. The option you used in Virtualbox is also wrong and the device needs to be correctly installed and working in the host system.
    – user589808
    Oct 20 '16 at 20:15










  • The adapter is working on the host system just fine, and when i turn the ubuntu on, its 'eject' from the windows 10 (host) and connected to the vm.
    – jackarrow
    Oct 21 '16 at 9:35










  • soomeone pleas answer the question
    – Dheeraj M Pai
    Jul 31 at 4:29













up vote
1
down vote

favorite









up vote
1
down vote

favorite











I have windows 10 on my laptop and I run Oracle VirtualBox with ubuntu 14.04.5 LTS 64 bit on it.
I bought tp-link usb to wifi adapter - TL-WN821N v5.



I am try to connect the usb to the vm so it have wifi and wireless functionality in it.
in vbox there is option to connect the usb direcly to the machine so the the windows 10 dont detect the usb.



lsusb detect the adapter:



Bus 001 Device 002: ID 2357:0107
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


but lshw -C network



 network
*-network
description: Ethernet interface
product: 82540EM Gigabit Ethernet Controller
vendor: Intel Corporation
physical id: 3
bus info: pci@0000:00:03.0
logical name: eth0
version: 02
serial: 08:00:27:bc:0d:35
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.0.13 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:f0000000-f001ffff ioport:d010(size=8)


and iwconfig



lo        no wireless extensions.

eth0 no wireless extensions.


wont seem to identify the new hardware:



I thought the problem is that need some driver - so I tried to install the driver:
http://www.tp-link.com/en/download/TL-WN821N.html#Driver
but make give me syntax errors (and i think there easier way)



I followed this link
DLink DWA 131 wireless adapter not working on ubuntu 15.10
and when i run apt-get install rtl8192eu-dkms
I get this:



Reading package lists... Done
Building dependency tree
Reading state information... Done
rtl8192eu-dkms is already the newest version.
The following packages were automatically installed and are no longer required:
culmus linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.


and it still dont work.



The laptop (and vm) connected to ethernet directly.



kernal version- 4.4.0-45-generic



thank you for help!










share|improve this question















I have windows 10 on my laptop and I run Oracle VirtualBox with ubuntu 14.04.5 LTS 64 bit on it.
I bought tp-link usb to wifi adapter - TL-WN821N v5.



I am try to connect the usb to the vm so it have wifi and wireless functionality in it.
in vbox there is option to connect the usb direcly to the machine so the the windows 10 dont detect the usb.



lsusb detect the adapter:



Bus 001 Device 002: ID 2357:0107
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


but lshw -C network



 network
*-network
description: Ethernet interface
product: 82540EM Gigabit Ethernet Controller
vendor: Intel Corporation
physical id: 3
bus info: pci@0000:00:03.0
logical name: eth0
version: 02
serial: 08:00:27:bc:0d:35
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 66MHz
capabilities: pm pcix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000 driverversion=7.3.21-k8-NAPI duplex=full ip=10.0.0.13 latency=64 link=yes mingnt=255 multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:19 memory:f0000000-f001ffff ioport:d010(size=8)


and iwconfig



lo        no wireless extensions.

eth0 no wireless extensions.


wont seem to identify the new hardware:



I thought the problem is that need some driver - so I tried to install the driver:
http://www.tp-link.com/en/download/TL-WN821N.html#Driver
but make give me syntax errors (and i think there easier way)



I followed this link
DLink DWA 131 wireless adapter not working on ubuntu 15.10
and when i run apt-get install rtl8192eu-dkms
I get this:



Reading package lists... Done
Building dependency tree
Reading state information... Done
rtl8192eu-dkms is already the newest version.
The following packages were automatically installed and are no longer required:
culmus linux-headers-3.13.0-32 linux-headers-3.13.0-32-generic
linux-image-3.13.0-32-generic linux-image-extra-3.13.0-32-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.


and it still dont work.



The laptop (and vm) connected to ethernet directly.



kernal version- 4.4.0-45-generic



thank you for help!







14.04 networking drivers usb virtualbox






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:24









Community

1




1










asked Oct 20 '16 at 20:04









jackarrow

613




613












  • What exactly didn't work for you? Your first link explicitly mentions there are more than one version of the same model and that model has nothing to do with yours. The link about DLink is relevant if - and only if - yours have the same chipset. If so, use the second answer, not the most voted one. The option you used in Virtualbox is also wrong and the device needs to be correctly installed and working in the host system.
    – user589808
    Oct 20 '16 at 20:15










  • The adapter is working on the host system just fine, and when i turn the ubuntu on, its 'eject' from the windows 10 (host) and connected to the vm.
    – jackarrow
    Oct 21 '16 at 9:35










  • soomeone pleas answer the question
    – Dheeraj M Pai
    Jul 31 at 4:29


















  • What exactly didn't work for you? Your first link explicitly mentions there are more than one version of the same model and that model has nothing to do with yours. The link about DLink is relevant if - and only if - yours have the same chipset. If so, use the second answer, not the most voted one. The option you used in Virtualbox is also wrong and the device needs to be correctly installed and working in the host system.
    – user589808
    Oct 20 '16 at 20:15










  • The adapter is working on the host system just fine, and when i turn the ubuntu on, its 'eject' from the windows 10 (host) and connected to the vm.
    – jackarrow
    Oct 21 '16 at 9:35










  • soomeone pleas answer the question
    – Dheeraj M Pai
    Jul 31 at 4:29
















What exactly didn't work for you? Your first link explicitly mentions there are more than one version of the same model and that model has nothing to do with yours. The link about DLink is relevant if - and only if - yours have the same chipset. If so, use the second answer, not the most voted one. The option you used in Virtualbox is also wrong and the device needs to be correctly installed and working in the host system.
– user589808
Oct 20 '16 at 20:15




What exactly didn't work for you? Your first link explicitly mentions there are more than one version of the same model and that model has nothing to do with yours. The link about DLink is relevant if - and only if - yours have the same chipset. If so, use the second answer, not the most voted one. The option you used in Virtualbox is also wrong and the device needs to be correctly installed and working in the host system.
– user589808
Oct 20 '16 at 20:15












The adapter is working on the host system just fine, and when i turn the ubuntu on, its 'eject' from the windows 10 (host) and connected to the vm.
– jackarrow
Oct 21 '16 at 9:35




The adapter is working on the host system just fine, and when i turn the ubuntu on, its 'eject' from the windows 10 (host) and connected to the vm.
– jackarrow
Oct 21 '16 at 9:35












soomeone pleas answer the question
– Dheeraj M Pai
Jul 31 at 4:29




soomeone pleas answer the question
– Dheeraj M Pai
Jul 31 at 4:29










2 Answers
2






active

oldest

votes

















up vote
0
down vote













I was unable to use TL-WN812N on ubuntu 14.04 (not vbox). Attempted to download the driver from tp-link website but pt-br tp-link website version have no driver link there. Tried google and found your question.



I could find the driver following the link http://www.tp-link.com/en/download/TL-WN821N.html#Driver you mention but I faced the same makefile issue. But I could fix it: the guy who wrote the Makefile did a great job but the guy who created the driver zip root folder I was not aware of what he was doing. He named the driver folder TL-WN821N(EU)_V5_160315_Linux then when you run:



sudo make
"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-106-generic/build M=/tmp/TL-WN821N(EU)_V5_160315_Linux/Driver modules
/bin/sh: 1: Syntax error: "(" unexpected
make: *** [modules] Error 2


Bash gives error because the path name of driver makefile is not escaped. I renamed the folder to tl-wn821n-v5-160315-linux and it worked from building to connecting to internet.



Hope this help.






share|improve this answer























  • Someone please answer
    – Dheeraj M Pai
    Jul 31 at 4:29


















up vote
0
down vote













There's a ppa repo for this. I have tested it for RT2870 driver and it worked for me. Plug your USB adapter in and run the following commands:



sudo add-apt-repository ppa:thopiekar/mt7601 
sudo apt-get update
sudo apt-get install mt7601-sta-dkms


When the installation completes, click on the wi-fi network icon and you should see the USB adapter network interface you can also install wicd for wired and wireless network management.



works for 802.11n terabyte adapter, bought on ebay






share|improve this answer























  • Does this also work on the Teratec adapter? amazon.in/Receiver-300Mbps-802-11b-Wireless-Network/dp/…
    – Dheeraj M Pai
    Jul 30 at 12:12










  • I also bought Terabyte adapter. Did exactly what you told. But I cant see anything iin the WiFi network icon.
    – Dheeraj M Pai
    Jul 31 at 4:01










  • does it work for 802.11b g n
    – Dheeraj M Pai
    Jul 31 at 4:29










  • @DheerajMPai can't tell if this driver supports your adapter. As far as TL-WN821N and Ubuntu 14.04, new kernel releases deprecated this driver.
    – Ruben O. Chiavone
    Jul 31 at 11:04











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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f839813%2finstall-usb-wifi-adapter-on-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








up vote
0
down vote













I was unable to use TL-WN812N on ubuntu 14.04 (not vbox). Attempted to download the driver from tp-link website but pt-br tp-link website version have no driver link there. Tried google and found your question.



I could find the driver following the link http://www.tp-link.com/en/download/TL-WN821N.html#Driver you mention but I faced the same makefile issue. But I could fix it: the guy who wrote the Makefile did a great job but the guy who created the driver zip root folder I was not aware of what he was doing. He named the driver folder TL-WN821N(EU)_V5_160315_Linux then when you run:



sudo make
"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-106-generic/build M=/tmp/TL-WN821N(EU)_V5_160315_Linux/Driver modules
/bin/sh: 1: Syntax error: "(" unexpected
make: *** [modules] Error 2


Bash gives error because the path name of driver makefile is not escaped. I renamed the folder to tl-wn821n-v5-160315-linux and it worked from building to connecting to internet.



Hope this help.






share|improve this answer























  • Someone please answer
    – Dheeraj M Pai
    Jul 31 at 4:29















up vote
0
down vote













I was unable to use TL-WN812N on ubuntu 14.04 (not vbox). Attempted to download the driver from tp-link website but pt-br tp-link website version have no driver link there. Tried google and found your question.



I could find the driver following the link http://www.tp-link.com/en/download/TL-WN821N.html#Driver you mention but I faced the same makefile issue. But I could fix it: the guy who wrote the Makefile did a great job but the guy who created the driver zip root folder I was not aware of what he was doing. He named the driver folder TL-WN821N(EU)_V5_160315_Linux then when you run:



sudo make
"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-106-generic/build M=/tmp/TL-WN821N(EU)_V5_160315_Linux/Driver modules
/bin/sh: 1: Syntax error: "(" unexpected
make: *** [modules] Error 2


Bash gives error because the path name of driver makefile is not escaped. I renamed the folder to tl-wn821n-v5-160315-linux and it worked from building to connecting to internet.



Hope this help.






share|improve this answer























  • Someone please answer
    – Dheeraj M Pai
    Jul 31 at 4:29













up vote
0
down vote










up vote
0
down vote









I was unable to use TL-WN812N on ubuntu 14.04 (not vbox). Attempted to download the driver from tp-link website but pt-br tp-link website version have no driver link there. Tried google and found your question.



I could find the driver following the link http://www.tp-link.com/en/download/TL-WN821N.html#Driver you mention but I faced the same makefile issue. But I could fix it: the guy who wrote the Makefile did a great job but the guy who created the driver zip root folder I was not aware of what he was doing. He named the driver folder TL-WN821N(EU)_V5_160315_Linux then when you run:



sudo make
"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-106-generic/build M=/tmp/TL-WN821N(EU)_V5_160315_Linux/Driver modules
/bin/sh: 1: Syntax error: "(" unexpected
make: *** [modules] Error 2


Bash gives error because the path name of driver makefile is not escaped. I renamed the folder to tl-wn821n-v5-160315-linux and it worked from building to connecting to internet.



Hope this help.






share|improve this answer














I was unable to use TL-WN812N on ubuntu 14.04 (not vbox). Attempted to download the driver from tp-link website but pt-br tp-link website version have no driver link there. Tried google and found your question.



I could find the driver following the link http://www.tp-link.com/en/download/TL-WN821N.html#Driver you mention but I faced the same makefile issue. But I could fix it: the guy who wrote the Makefile did a great job but the guy who created the driver zip root folder I was not aware of what he was doing. He named the driver folder TL-WN821N(EU)_V5_160315_Linux then when you run:



sudo make
"******************************************"
"NO SKRC,we will use default KSRC"
"******************************************"
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-106-generic/build M=/tmp/TL-WN821N(EU)_V5_160315_Linux/Driver modules
/bin/sh: 1: Syntax error: "(" unexpected
make: *** [modules] Error 2


Bash gives error because the path name of driver makefile is not escaped. I renamed the folder to tl-wn821n-v5-160315-linux and it worked from building to connecting to internet.



Hope this help.







share|improve this answer














share|improve this answer



share|improve this answer








edited Jan 12 '17 at 3:20

























answered Jan 12 '17 at 0:51









Ruben O. Chiavone

1012




1012












  • Someone please answer
    – Dheeraj M Pai
    Jul 31 at 4:29


















  • Someone please answer
    – Dheeraj M Pai
    Jul 31 at 4:29
















Someone please answer
– Dheeraj M Pai
Jul 31 at 4:29




Someone please answer
– Dheeraj M Pai
Jul 31 at 4:29












up vote
0
down vote













There's a ppa repo for this. I have tested it for RT2870 driver and it worked for me. Plug your USB adapter in and run the following commands:



sudo add-apt-repository ppa:thopiekar/mt7601 
sudo apt-get update
sudo apt-get install mt7601-sta-dkms


When the installation completes, click on the wi-fi network icon and you should see the USB adapter network interface you can also install wicd for wired and wireless network management.



works for 802.11n terabyte adapter, bought on ebay






share|improve this answer























  • Does this also work on the Teratec adapter? amazon.in/Receiver-300Mbps-802-11b-Wireless-Network/dp/…
    – Dheeraj M Pai
    Jul 30 at 12:12










  • I also bought Terabyte adapter. Did exactly what you told. But I cant see anything iin the WiFi network icon.
    – Dheeraj M Pai
    Jul 31 at 4:01










  • does it work for 802.11b g n
    – Dheeraj M Pai
    Jul 31 at 4:29










  • @DheerajMPai can't tell if this driver supports your adapter. As far as TL-WN821N and Ubuntu 14.04, new kernel releases deprecated this driver.
    – Ruben O. Chiavone
    Jul 31 at 11:04















up vote
0
down vote













There's a ppa repo for this. I have tested it for RT2870 driver and it worked for me. Plug your USB adapter in and run the following commands:



sudo add-apt-repository ppa:thopiekar/mt7601 
sudo apt-get update
sudo apt-get install mt7601-sta-dkms


When the installation completes, click on the wi-fi network icon and you should see the USB adapter network interface you can also install wicd for wired and wireless network management.



works for 802.11n terabyte adapter, bought on ebay






share|improve this answer























  • Does this also work on the Teratec adapter? amazon.in/Receiver-300Mbps-802-11b-Wireless-Network/dp/…
    – Dheeraj M Pai
    Jul 30 at 12:12










  • I also bought Terabyte adapter. Did exactly what you told. But I cant see anything iin the WiFi network icon.
    – Dheeraj M Pai
    Jul 31 at 4:01










  • does it work for 802.11b g n
    – Dheeraj M Pai
    Jul 31 at 4:29










  • @DheerajMPai can't tell if this driver supports your adapter. As far as TL-WN821N and Ubuntu 14.04, new kernel releases deprecated this driver.
    – Ruben O. Chiavone
    Jul 31 at 11:04













up vote
0
down vote










up vote
0
down vote









There's a ppa repo for this. I have tested it for RT2870 driver and it worked for me. Plug your USB adapter in and run the following commands:



sudo add-apt-repository ppa:thopiekar/mt7601 
sudo apt-get update
sudo apt-get install mt7601-sta-dkms


When the installation completes, click on the wi-fi network icon and you should see the USB adapter network interface you can also install wicd for wired and wireless network management.



works for 802.11n terabyte adapter, bought on ebay






share|improve this answer














There's a ppa repo for this. I have tested it for RT2870 driver and it worked for me. Plug your USB adapter in and run the following commands:



sudo add-apt-repository ppa:thopiekar/mt7601 
sudo apt-get update
sudo apt-get install mt7601-sta-dkms


When the installation completes, click on the wi-fi network icon and you should see the USB adapter network interface you can also install wicd for wired and wireless network management.



works for 802.11n terabyte adapter, bought on ebay







share|improve this answer














share|improve this answer



share|improve this answer








edited Nov 3 '17 at 15:04









ravery

5,39251132




5,39251132










answered Nov 3 '17 at 13:42









user755580

1




1












  • Does this also work on the Teratec adapter? amazon.in/Receiver-300Mbps-802-11b-Wireless-Network/dp/…
    – Dheeraj M Pai
    Jul 30 at 12:12










  • I also bought Terabyte adapter. Did exactly what you told. But I cant see anything iin the WiFi network icon.
    – Dheeraj M Pai
    Jul 31 at 4:01










  • does it work for 802.11b g n
    – Dheeraj M Pai
    Jul 31 at 4:29










  • @DheerajMPai can't tell if this driver supports your adapter. As far as TL-WN821N and Ubuntu 14.04, new kernel releases deprecated this driver.
    – Ruben O. Chiavone
    Jul 31 at 11:04


















  • Does this also work on the Teratec adapter? amazon.in/Receiver-300Mbps-802-11b-Wireless-Network/dp/…
    – Dheeraj M Pai
    Jul 30 at 12:12










  • I also bought Terabyte adapter. Did exactly what you told. But I cant see anything iin the WiFi network icon.
    – Dheeraj M Pai
    Jul 31 at 4:01










  • does it work for 802.11b g n
    – Dheeraj M Pai
    Jul 31 at 4:29










  • @DheerajMPai can't tell if this driver supports your adapter. As far as TL-WN821N and Ubuntu 14.04, new kernel releases deprecated this driver.
    – Ruben O. Chiavone
    Jul 31 at 11:04
















Does this also work on the Teratec adapter? amazon.in/Receiver-300Mbps-802-11b-Wireless-Network/dp/…
– Dheeraj M Pai
Jul 30 at 12:12




Does this also work on the Teratec adapter? amazon.in/Receiver-300Mbps-802-11b-Wireless-Network/dp/…
– Dheeraj M Pai
Jul 30 at 12:12












I also bought Terabyte adapter. Did exactly what you told. But I cant see anything iin the WiFi network icon.
– Dheeraj M Pai
Jul 31 at 4:01




I also bought Terabyte adapter. Did exactly what you told. But I cant see anything iin the WiFi network icon.
– Dheeraj M Pai
Jul 31 at 4:01












does it work for 802.11b g n
– Dheeraj M Pai
Jul 31 at 4:29




does it work for 802.11b g n
– Dheeraj M Pai
Jul 31 at 4:29












@DheerajMPai can't tell if this driver supports your adapter. As far as TL-WN821N and Ubuntu 14.04, new kernel releases deprecated this driver.
– Ruben O. Chiavone
Jul 31 at 11:04




@DheerajMPai can't tell if this driver supports your adapter. As far as TL-WN821N and Ubuntu 14.04, new kernel releases deprecated this driver.
– Ruben O. Chiavone
Jul 31 at 11:04


















draft saved

draft discarded




















































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.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f839813%2finstall-usb-wifi-adapter-on-ubuntu-14-04%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei