Wireless adapter issues in win10/Ubuntu 16.04 dual boot
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
0
down vote
favorite
I am still learning ubuntu. Any help is highly appreciated.
I was trying to access 5GHz wifi band and so got a usb wifi adapter - Dlink DWA-171 AC 600
I have tried the following from other questions first which worked for some users:
sudo apt-get install git
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
well, it did not work, so i thought to test it out in windows
this is the ubnutu state before booting into windows
lsusb:
Bus 001 Device 005: ID 0bda:1a2b Realtek Semiconductor Corp.
iwconfig:
lo no wireless extensions.
wlo1 IEEE 802.11bgn ESSID:"Dankknight"
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Bit Rate=1 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=55/70 Signal level=-55 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:154 Invalid misc:58 Missed beacon:0
eno1 no wireless extensions.
when i switched into windows, the driver got installed automatically and was able to access wifi.
when i boot back into ubuntu,
lsusb :
Bus 003 Device 002: ID 2001:331d D-Link Corp.
iwconfig then shows :
lo no wireless extensions.
wlx180f760ace03 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.457 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
wlo1 IEEE 802.11bgn ESSID:off/any
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
eno1 no wireless extensions.
if i remove the USB and insert it back, the lsusb is getting back to original state.
there are 2 issues i am facing,
- I am not able to find the right driver installation
- There is something happening with the windows - firmware? boot options?
I have recently switched to Xfce
Thank you for your time.
dual-boot drivers usb wifi-hardware-switch d-link
add a comment |Â
up vote
0
down vote
favorite
I am still learning ubuntu. Any help is highly appreciated.
I was trying to access 5GHz wifi band and so got a usb wifi adapter - Dlink DWA-171 AC 600
I have tried the following from other questions first which worked for some users:
sudo apt-get install git
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
well, it did not work, so i thought to test it out in windows
this is the ubnutu state before booting into windows
lsusb:
Bus 001 Device 005: ID 0bda:1a2b Realtek Semiconductor Corp.
iwconfig:
lo no wireless extensions.
wlo1 IEEE 802.11bgn ESSID:"Dankknight"
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Bit Rate=1 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=55/70 Signal level=-55 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:154 Invalid misc:58 Missed beacon:0
eno1 no wireless extensions.
when i switched into windows, the driver got installed automatically and was able to access wifi.
when i boot back into ubuntu,
lsusb :
Bus 003 Device 002: ID 2001:331d D-Link Corp.
iwconfig then shows :
lo no wireless extensions.
wlx180f760ace03 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.457 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
wlo1 IEEE 802.11bgn ESSID:off/any
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
eno1 no wireless extensions.
if i remove the USB and insert it back, the lsusb is getting back to original state.
there are 2 issues i am facing,
- I am not able to find the right driver installation
- There is something happening with the windows - firmware? boot options?
I have recently switched to Xfce
Thank you for your time.
dual-boot drivers usb wifi-hardware-switch d-link
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am still learning ubuntu. Any help is highly appreciated.
I was trying to access 5GHz wifi band and so got a usb wifi adapter - Dlink DWA-171 AC 600
I have tried the following from other questions first which worked for some users:
sudo apt-get install git
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
well, it did not work, so i thought to test it out in windows
this is the ubnutu state before booting into windows
lsusb:
Bus 001 Device 005: ID 0bda:1a2b Realtek Semiconductor Corp.
iwconfig:
lo no wireless extensions.
wlo1 IEEE 802.11bgn ESSID:"Dankknight"
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Bit Rate=1 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=55/70 Signal level=-55 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:154 Invalid misc:58 Missed beacon:0
eno1 no wireless extensions.
when i switched into windows, the driver got installed automatically and was able to access wifi.
when i boot back into ubuntu,
lsusb :
Bus 003 Device 002: ID 2001:331d D-Link Corp.
iwconfig then shows :
lo no wireless extensions.
wlx180f760ace03 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.457 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
wlo1 IEEE 802.11bgn ESSID:off/any
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
eno1 no wireless extensions.
if i remove the USB and insert it back, the lsusb is getting back to original state.
there are 2 issues i am facing,
- I am not able to find the right driver installation
- There is something happening with the windows - firmware? boot options?
I have recently switched to Xfce
Thank you for your time.
dual-boot drivers usb wifi-hardware-switch d-link
I am still learning ubuntu. Any help is highly appreciated.
I was trying to access 5GHz wifi band and so got a usb wifi adapter - Dlink DWA-171 AC 600
I have tried the following from other questions first which worked for some users:
sudo apt-get install git
git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
cd rtl8812AU_8821AU_linux
make
sudo make install
sudo modprobe 8812au
well, it did not work, so i thought to test it out in windows
this is the ubnutu state before booting into windows
lsusb:
Bus 001 Device 005: ID 0bda:1a2b Realtek Semiconductor Corp.
iwconfig:
lo no wireless extensions.
wlo1 IEEE 802.11bgn ESSID:"Dankknight"
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Bit Rate=1 Mb/s Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
Link Quality=55/70 Signal level=-55 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:154 Invalid misc:58 Missed beacon:0
eno1 no wireless extensions.
when i switched into windows, the driver got installed automatically and was able to access wifi.
when i boot back into ubuntu,
lsusb :
Bus 003 Device 002: ID 2001:331d D-Link Corp.
iwconfig then shows :
lo no wireless extensions.
wlx180f760ace03 unassociated Nickname:"<WIFI@REALTEK>"
Mode:Managed Frequency=2.457 GHz Access Point: Not-Associated
Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
wlo1 IEEE 802.11bgn ESSID:off/any
Mode:Managed Frequency:2.457 GHz Access Point: Not-Associated
Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Power Management:off
eno1 no wireless extensions.
if i remove the USB and insert it back, the lsusb is getting back to original state.
there are 2 issues i am facing,
- I am not able to find the right driver installation
- There is something happening with the windows - firmware? boot options?
I have recently switched to Xfce
Thank you for your time.
dual-boot drivers usb wifi-hardware-switch d-link
edited 2 days ago
asked 2 days ago
KT123
11
11
add a comment |Â
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');
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%2f1062136%2fwireless-adapter-issues-in-win10-ubuntu-16-04-dual-boot%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