Ubuntu 16.04 D-Link N150 Pico Wi-Fi adapter doesn't work

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I bought a new D-Link N150 Pico DWA-121 Wi-Fi adapter (although it turns out, the model is actually a few years old by now) and it doesn't work out of the box. This has me fretting, since I've seen a few notes of it working ...
I've tried the D-Link drivers for Linux found here without being able to install them. Neither did ndisgtk and the Windows drivers found on the same page work.
The device is detected, but that's about it:
:~$ lsusb
Bus 002 Device 004: ID 2001:331b D-Link Corp.
lshw -class network gives me nothing but stuff about Ethernet interface (which I assume isn't relevant) and rfkill list all yields nothing (is that unusual?)
The chipset ussed is RTL8188eu.ndi, at least judging from this line in one of the Windows driver included on the accompanying disc:
%DLINK_331B.DeviceDesc% = RTL8188eu.ndi, USBVID_2001&PID_331B
networking drivers wireless d-link
add a comment |Â
up vote
0
down vote
favorite
I bought a new D-Link N150 Pico DWA-121 Wi-Fi adapter (although it turns out, the model is actually a few years old by now) and it doesn't work out of the box. This has me fretting, since I've seen a few notes of it working ...
I've tried the D-Link drivers for Linux found here without being able to install them. Neither did ndisgtk and the Windows drivers found on the same page work.
The device is detected, but that's about it:
:~$ lsusb
Bus 002 Device 004: ID 2001:331b D-Link Corp.
lshw -class network gives me nothing but stuff about Ethernet interface (which I assume isn't relevant) and rfkill list all yields nothing (is that unusual?)
The chipset ussed is RTL8188eu.ndi, at least judging from this line in one of the Windows driver included on the accompanying disc:
%DLINK_331B.DeviceDesc% = RTL8188eu.ndi, USBVID_2001&PID_331B
networking drivers wireless d-link
Did this have a CD with Windows drivers on it? If it did, search through the files to find the .inf files and search them for 331b and it might tell us what chipset your device is using
â Jeremy31
Apr 22 at 13:06
@Jeremy31 It did have a CD with Windows drivers on it. I believe the .inf file is telling me that chipset is RTL8188.eu.ndi. I'll edit my original question with this finding too.
â user234982
Apr 24 at 15:19
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I bought a new D-Link N150 Pico DWA-121 Wi-Fi adapter (although it turns out, the model is actually a few years old by now) and it doesn't work out of the box. This has me fretting, since I've seen a few notes of it working ...
I've tried the D-Link drivers for Linux found here without being able to install them. Neither did ndisgtk and the Windows drivers found on the same page work.
The device is detected, but that's about it:
:~$ lsusb
Bus 002 Device 004: ID 2001:331b D-Link Corp.
lshw -class network gives me nothing but stuff about Ethernet interface (which I assume isn't relevant) and rfkill list all yields nothing (is that unusual?)
The chipset ussed is RTL8188eu.ndi, at least judging from this line in one of the Windows driver included on the accompanying disc:
%DLINK_331B.DeviceDesc% = RTL8188eu.ndi, USBVID_2001&PID_331B
networking drivers wireless d-link
I bought a new D-Link N150 Pico DWA-121 Wi-Fi adapter (although it turns out, the model is actually a few years old by now) and it doesn't work out of the box. This has me fretting, since I've seen a few notes of it working ...
I've tried the D-Link drivers for Linux found here without being able to install them. Neither did ndisgtk and the Windows drivers found on the same page work.
The device is detected, but that's about it:
:~$ lsusb
Bus 002 Device 004: ID 2001:331b D-Link Corp.
lshw -class network gives me nothing but stuff about Ethernet interface (which I assume isn't relevant) and rfkill list all yields nothing (is that unusual?)
The chipset ussed is RTL8188eu.ndi, at least judging from this line in one of the Windows driver included on the accompanying disc:
%DLINK_331B.DeviceDesc% = RTL8188eu.ndi, USBVID_2001&PID_331B
networking drivers wireless d-link
edited Apr 24 at 15:22
asked Apr 22 at 12:42
user234982
386
386
Did this have a CD with Windows drivers on it? If it did, search through the files to find the .inf files and search them for 331b and it might tell us what chipset your device is using
â Jeremy31
Apr 22 at 13:06
@Jeremy31 It did have a CD with Windows drivers on it. I believe the .inf file is telling me that chipset is RTL8188.eu.ndi. I'll edit my original question with this finding too.
â user234982
Apr 24 at 15:19
add a comment |Â
Did this have a CD with Windows drivers on it? If it did, search through the files to find the .inf files and search them for 331b and it might tell us what chipset your device is using
â Jeremy31
Apr 22 at 13:06
@Jeremy31 It did have a CD with Windows drivers on it. I believe the .inf file is telling me that chipset is RTL8188.eu.ndi. I'll edit my original question with this finding too.
â user234982
Apr 24 at 15:19
Did this have a CD with Windows drivers on it? If it did, search through the files to find the .inf files and search them for 331b and it might tell us what chipset your device is using
â Jeremy31
Apr 22 at 13:06
Did this have a CD with Windows drivers on it? If it did, search through the files to find the .inf files and search them for 331b and it might tell us what chipset your device is using
â Jeremy31
Apr 22 at 13:06
@Jeremy31 It did have a CD with Windows drivers on it. I believe the .inf file is telling me that chipset is RTL8188.eu.ndi. I'll edit my original question with this finding too.
â user234982
Apr 24 at 15:19
@Jeremy31 It did have a CD with Windows drivers on it. I believe the .inf file is telling me that chipset is RTL8188.eu.ndi. I'll edit my original question with this finding too.
â user234982
Apr 24 at 15:19
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
To install the driver, do the following in terminal
sudo apt-get install git dkms
git clone https://github.com/jeremyb31/rtl8188eu.git
sudo dkms add ./rtl8188eu
sudo dkms install 8188eu/1.0Reboot
You will need to have Secure Boot disable in UEFI/BIOS settings
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
To install the driver, do the following in terminal
sudo apt-get install git dkms
git clone https://github.com/jeremyb31/rtl8188eu.git
sudo dkms add ./rtl8188eu
sudo dkms install 8188eu/1.0Reboot
You will need to have Secure Boot disable in UEFI/BIOS settings
add a comment |Â
up vote
1
down vote
accepted
To install the driver, do the following in terminal
sudo apt-get install git dkms
git clone https://github.com/jeremyb31/rtl8188eu.git
sudo dkms add ./rtl8188eu
sudo dkms install 8188eu/1.0Reboot
You will need to have Secure Boot disable in UEFI/BIOS settings
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
To install the driver, do the following in terminal
sudo apt-get install git dkms
git clone https://github.com/jeremyb31/rtl8188eu.git
sudo dkms add ./rtl8188eu
sudo dkms install 8188eu/1.0Reboot
You will need to have Secure Boot disable in UEFI/BIOS settings
To install the driver, do the following in terminal
sudo apt-get install git dkms
git clone https://github.com/jeremyb31/rtl8188eu.git
sudo dkms add ./rtl8188eu
sudo dkms install 8188eu/1.0Reboot
You will need to have Secure Boot disable in UEFI/BIOS settings
answered Apr 25 at 9:15
Jeremy31
7,85421359
7,85421359
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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%2faskubuntu.com%2fquestions%2f1027191%2fubuntu-16-04-d-link-n150-pico-wi-fi-adapter-doesnt-work%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
Did this have a CD with Windows drivers on it? If it did, search through the files to find the .inf files and search them for 331b and it might tell us what chipset your device is using
â Jeremy31
Apr 22 at 13:06
@Jeremy31 It did have a CD with Windows drivers on it. I believe the .inf file is telling me that chipset is RTL8188.eu.ndi. I'll edit my original question with this finding too.
â user234982
Apr 24 at 15:19