How to connect to tp-link wn881nd pci card wifi in Ubuntu 16.04 lts?
![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)
up vote
1
down vote
favorite
I'm stating in Ubuntu and I couldn't config my pci wifi card. It is seeing my network, but, when I call to connect it runs for fews seconds trying to connect and call again for the password (the password is writted right...).
My device is a Tp-link Wn881wd Atheros AR9287.
When I look at terminal "lspci" it returns the informations about the hardware.
I follow the @Otacon answer Example @otacon but at the step of run the "wpa_supplicant" it show this message bellow. Any tip?
#my terminal response to "wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf"
root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
networking drivers atheros tp-link
add a comment |Â
up vote
1
down vote
favorite
I'm stating in Ubuntu and I couldn't config my pci wifi card. It is seeing my network, but, when I call to connect it runs for fews seconds trying to connect and call again for the password (the password is writted right...).
My device is a Tp-link Wn881wd Atheros AR9287.
When I look at terminal "lspci" it returns the informations about the hardware.
I follow the @Otacon answer Example @otacon but at the step of run the "wpa_supplicant" it show this message bellow. Any tip?
#my terminal response to "wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf"
root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
networking drivers atheros tp-link
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm stating in Ubuntu and I couldn't config my pci wifi card. It is seeing my network, but, when I call to connect it runs for fews seconds trying to connect and call again for the password (the password is writted right...).
My device is a Tp-link Wn881wd Atheros AR9287.
When I look at terminal "lspci" it returns the informations about the hardware.
I follow the @Otacon answer Example @otacon but at the step of run the "wpa_supplicant" it show this message bellow. Any tip?
#my terminal response to "wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf"
root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
networking drivers atheros tp-link
I'm stating in Ubuntu and I couldn't config my pci wifi card. It is seeing my network, but, when I call to connect it runs for fews seconds trying to connect and call again for the password (the password is writted right...).
My device is a Tp-link Wn881wd Atheros AR9287.
When I look at terminal "lspci" it returns the informations about the hardware.
I follow the @Otacon answer Example @otacon but at the step of run the "wpa_supplicant" it show this message bellow. Any tip?
#my terminal response to "wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf"
root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlan0 -c /etc/wpa_supplicant/wpa_conf.conf
Successfully initialized wpa_supplicant
Could not read interface wlan0 flags: No such device
WEXT: Could not set interface 'wlan0' UP
wlan0: Failed to initialize driver interface
networking drivers atheros tp-link
networking drivers atheros tp-link
edited Feb 25 at 16:18
asked Feb 23 at 18:11
![](https://i.stack.imgur.com/lBNhF.jpg?s=32&g=1)
![](https://i.stack.imgur.com/lBNhF.jpg?s=32&g=1)
Isaque Daniel
135
135
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
In 16.04 the default wlan0 device does not exist, instead there is some fancy name like wlp2s0.
Use this command to determine your wlan interface name:
ifconfig
After that correct your wpa supplicant init command:
wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf
Remember, the wlp2s0 interface name comes from your ifconfig command, change it accordingly.
Hi @kukulo, I try your suggestion, but no success. I used ifconfig And it returns: enp0s20f0u12 Link encap:Ethernet Endereço de HW ...... enp0s31f6 Link encap:Ethernet Endereço de HW 70:....... lo Link encap:Loopback Local inet end.: ........ So I try use "-i lo", next I try "-i enp0s31f6", and after "-i enp0s31f6", no success.... Any other tip?
â Isaque Daniel
Feb 23 at 22:27
I try to run a code to "sudo wget -N -t 5 -T 10 github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info" and in some part there is no "wirelless extensions", look: enp0s31f6 no wireless extensions. lo no wireless extensions. enp0s20f0u12 no wireless extensions. wlp2s0 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off
â Isaque Daniel
Feb 23 at 23:01
wlp2s0 is your interface name.
â kukulo
Feb 24 at 6:49
Hi @kukulo, I try but it returns some kind of "busy" status, take a look: a# first part: root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf Successfully initialized wpa_supplicant ioctl[SIOCSIWENCODEEXT]: Invalid argument ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) wlp2s0: Associated with 5c:e3:0e:02:7b:fb wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0
â Isaque Daniel
Feb 24 at 13:06
#second part: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0 ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) And repeats......
â Isaque Daniel
Feb 24 at 13:08
 |Â
show 7 more comments
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
In 16.04 the default wlan0 device does not exist, instead there is some fancy name like wlp2s0.
Use this command to determine your wlan interface name:
ifconfig
After that correct your wpa supplicant init command:
wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf
Remember, the wlp2s0 interface name comes from your ifconfig command, change it accordingly.
Hi @kukulo, I try your suggestion, but no success. I used ifconfig And it returns: enp0s20f0u12 Link encap:Ethernet Endereço de HW ...... enp0s31f6 Link encap:Ethernet Endereço de HW 70:....... lo Link encap:Loopback Local inet end.: ........ So I try use "-i lo", next I try "-i enp0s31f6", and after "-i enp0s31f6", no success.... Any other tip?
â Isaque Daniel
Feb 23 at 22:27
I try to run a code to "sudo wget -N -t 5 -T 10 github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info" and in some part there is no "wirelless extensions", look: enp0s31f6 no wireless extensions. lo no wireless extensions. enp0s20f0u12 no wireless extensions. wlp2s0 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off
â Isaque Daniel
Feb 23 at 23:01
wlp2s0 is your interface name.
â kukulo
Feb 24 at 6:49
Hi @kukulo, I try but it returns some kind of "busy" status, take a look: a# first part: root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf Successfully initialized wpa_supplicant ioctl[SIOCSIWENCODEEXT]: Invalid argument ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) wlp2s0: Associated with 5c:e3:0e:02:7b:fb wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0
â Isaque Daniel
Feb 24 at 13:06
#second part: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0 ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) And repeats......
â Isaque Daniel
Feb 24 at 13:08
 |Â
show 7 more comments
up vote
0
down vote
accepted
In 16.04 the default wlan0 device does not exist, instead there is some fancy name like wlp2s0.
Use this command to determine your wlan interface name:
ifconfig
After that correct your wpa supplicant init command:
wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf
Remember, the wlp2s0 interface name comes from your ifconfig command, change it accordingly.
Hi @kukulo, I try your suggestion, but no success. I used ifconfig And it returns: enp0s20f0u12 Link encap:Ethernet Endereço de HW ...... enp0s31f6 Link encap:Ethernet Endereço de HW 70:....... lo Link encap:Loopback Local inet end.: ........ So I try use "-i lo", next I try "-i enp0s31f6", and after "-i enp0s31f6", no success.... Any other tip?
â Isaque Daniel
Feb 23 at 22:27
I try to run a code to "sudo wget -N -t 5 -T 10 github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info" and in some part there is no "wirelless extensions", look: enp0s31f6 no wireless extensions. lo no wireless extensions. enp0s20f0u12 no wireless extensions. wlp2s0 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off
â Isaque Daniel
Feb 23 at 23:01
wlp2s0 is your interface name.
â kukulo
Feb 24 at 6:49
Hi @kukulo, I try but it returns some kind of "busy" status, take a look: a# first part: root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf Successfully initialized wpa_supplicant ioctl[SIOCSIWENCODEEXT]: Invalid argument ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) wlp2s0: Associated with 5c:e3:0e:02:7b:fb wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0
â Isaque Daniel
Feb 24 at 13:06
#second part: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0 ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) And repeats......
â Isaque Daniel
Feb 24 at 13:08
 |Â
show 7 more comments
up vote
0
down vote
accepted
up vote
0
down vote
accepted
In 16.04 the default wlan0 device does not exist, instead there is some fancy name like wlp2s0.
Use this command to determine your wlan interface name:
ifconfig
After that correct your wpa supplicant init command:
wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf
Remember, the wlp2s0 interface name comes from your ifconfig command, change it accordingly.
In 16.04 the default wlan0 device does not exist, instead there is some fancy name like wlp2s0.
Use this command to determine your wlan interface name:
ifconfig
After that correct your wpa supplicant init command:
wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf
Remember, the wlp2s0 interface name comes from your ifconfig command, change it accordingly.
edited Feb 24 at 6:50
answered Feb 23 at 19:42
kukulo
992416
992416
Hi @kukulo, I try your suggestion, but no success. I used ifconfig And it returns: enp0s20f0u12 Link encap:Ethernet Endereço de HW ...... enp0s31f6 Link encap:Ethernet Endereço de HW 70:....... lo Link encap:Loopback Local inet end.: ........ So I try use "-i lo", next I try "-i enp0s31f6", and after "-i enp0s31f6", no success.... Any other tip?
â Isaque Daniel
Feb 23 at 22:27
I try to run a code to "sudo wget -N -t 5 -T 10 github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info" and in some part there is no "wirelless extensions", look: enp0s31f6 no wireless extensions. lo no wireless extensions. enp0s20f0u12 no wireless extensions. wlp2s0 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off
â Isaque Daniel
Feb 23 at 23:01
wlp2s0 is your interface name.
â kukulo
Feb 24 at 6:49
Hi @kukulo, I try but it returns some kind of "busy" status, take a look: a# first part: root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf Successfully initialized wpa_supplicant ioctl[SIOCSIWENCODEEXT]: Invalid argument ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) wlp2s0: Associated with 5c:e3:0e:02:7b:fb wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0
â Isaque Daniel
Feb 24 at 13:06
#second part: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0 ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) And repeats......
â Isaque Daniel
Feb 24 at 13:08
 |Â
show 7 more comments
Hi @kukulo, I try your suggestion, but no success. I used ifconfig And it returns: enp0s20f0u12 Link encap:Ethernet Endereço de HW ...... enp0s31f6 Link encap:Ethernet Endereço de HW 70:....... lo Link encap:Loopback Local inet end.: ........ So I try use "-i lo", next I try "-i enp0s31f6", and after "-i enp0s31f6", no success.... Any other tip?
â Isaque Daniel
Feb 23 at 22:27
I try to run a code to "sudo wget -N -t 5 -T 10 github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info" and in some part there is no "wirelless extensions", look: enp0s31f6 no wireless extensions. lo no wireless extensions. enp0s20f0u12 no wireless extensions. wlp2s0 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off
â Isaque Daniel
Feb 23 at 23:01
wlp2s0 is your interface name.
â kukulo
Feb 24 at 6:49
Hi @kukulo, I try but it returns some kind of "busy" status, take a look: a# first part: root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf Successfully initialized wpa_supplicant ioctl[SIOCSIWENCODEEXT]: Invalid argument ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) wlp2s0: Associated with 5c:e3:0e:02:7b:fb wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0
â Isaque Daniel
Feb 24 at 13:06
#second part: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0 ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) And repeats......
â Isaque Daniel
Feb 24 at 13:08
Hi @kukulo, I try your suggestion, but no success. I used ifconfig And it returns: enp0s20f0u12 Link encap:Ethernet Endereço de HW ...... enp0s31f6 Link encap:Ethernet Endereço de HW 70:....... lo Link encap:Loopback Local inet end.: ........ So I try use "-i lo", next I try "-i enp0s31f6", and after "-i enp0s31f6", no success.... Any other tip?
â Isaque Daniel
Feb 23 at 22:27
Hi @kukulo, I try your suggestion, but no success. I used ifconfig And it returns: enp0s20f0u12 Link encap:Ethernet Endereço de HW ...... enp0s31f6 Link encap:Ethernet Endereço de HW 70:....... lo Link encap:Loopback Local inet end.: ........ So I try use "-i lo", next I try "-i enp0s31f6", and after "-i enp0s31f6", no success.... Any other tip?
â Isaque Daniel
Feb 23 at 22:27
I try to run a code to "sudo wget -N -t 5 -T 10 github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info" and in some part there is no "wirelless extensions", look: enp0s31f6 no wireless extensions. lo no wireless extensions. enp0s20f0u12 no wireless extensions. wlp2s0 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off
â Isaque Daniel
Feb 23 at 23:01
I try to run a code to "sudo wget -N -t 5 -T 10 github.com/UbuntuForums/wireless-info/raw/master/wireless-info && chmod +x wireless-info && ./wireless-info" and in some part there is no "wirelless extensions", look: enp0s31f6 no wireless extensions. lo no wireless extensions. enp0s20f0u12 no wireless extensions. wlp2s0 IEEE 802.11 ESSID:off/any Mode:Managed Access Point: Not-Associated Tx-Power=16 dBm Retry short limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off
â Isaque Daniel
Feb 23 at 23:01
wlp2s0 is your interface name.
â kukulo
Feb 24 at 6:49
wlp2s0 is your interface name.
â kukulo
Feb 24 at 6:49
Hi @kukulo, I try but it returns some kind of "busy" status, take a look: a# first part: root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf Successfully initialized wpa_supplicant ioctl[SIOCSIWENCODEEXT]: Invalid argument ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) wlp2s0: Associated with 5c:e3:0e:02:7b:fb wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0
â Isaque Daniel
Feb 24 at 13:06
Hi @kukulo, I try but it returns some kind of "busy" status, take a look: a# first part: root@isaque-desktop:/home/isaque# wpa_supplicant -D wext -i wlp2s0 -c /etc/wpa_supplicant/wpa_conf.conf Successfully initialized wpa_supplicant ioctl[SIOCSIWENCODEEXT]: Invalid argument ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) wlp2s0: Associated with 5c:e3:0e:02:7b:fb wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0
â Isaque Daniel
Feb 24 at 13:06
#second part: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0 ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) And repeats......
â Isaque Daniel
Feb 24 at 13:08
#second part: wlp2s0: CTRL-EVENT-DISCONNECTED bssid=5c:e3:0e:02:7b:fb reason=0 ioctl[SIOCSIWSCAN]: Device or resource busy wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-1 retry=1 wlp2s0: Trying to associate with 5c:e3:0e:02:7b:fb (SSID='Homesweethome' freq=2437 MHz) And repeats......
â Isaque Daniel
Feb 24 at 13:08
 |Â
show 7 more comments
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%2f1009115%2fhow-to-connect-to-tp-link-wn881nd-pci-card-wifi-in-ubuntu-16-04-lts%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