You are not logged in.

#1 2016-10-14 08:17:42

Moshifan100
Member
Registered: 2016-10-14
Posts: 4

Arch Linux user having problems with WN725N v2 TPLINK usb

The wifi USB works fine on my laptop with old Arch Linux, and on my Arch USB (its july version) but it doesn't work. It's detected, but does an endless loop of no networks. I use gnome. Just to clarify this USB worked for many months automatically. I have 2 and both don't work.

Here is output of lsusb

Bus 001 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Linux kernel is 4.7.6-1-ARCH

uname -a is Linux nameofcomputer 4.7.6-1-ARCH #1 SMP PREEMPT Fri Sep 30 19:28:42 CEST 2016 x86_64 GNU/Linux

I've tried multiple drivers from github and none work. Can someone give a suggestion? Please?

Offline

#2 2016-10-14 13:41:08

seth
Member
Registered: 2012-09-03
Posts: 51,270

Re: Arch Linux user having problems with WN725N v2 TPLINK usb

It's detected, but does an endless loop of no networks.

Please always post the actual error output (in code blocks) not some no-information like "it doesn't work".

Offline

#3 2016-10-14 15:36:55

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,793

Re: Arch Linux user having problems with WN725N v2 TPLINK usb

What are the output of ip link   ?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#4 2016-10-15 03:04:11

Moshifan100
Member
Registered: 2016-10-14
Posts: 4

Re: Arch Linux user having problems with WN725N v2 TPLINK usb

seth wrote:

It's detected, but does an endless loop of no networks.

Please always post the actual error output (in code blocks) not some no-information like "it doesn't work".

How do I do that?

ewaller wrote:

What are the output of ip link ?

This is the output

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether d8:cb:8a:e3:36:0a brd ff:ff:ff:ff:ff:ff
3: wlp0s20f0u4: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
    link/ether 18:a6:f7:09:9d:64 brd ff:ff:ff:ff:ff:ff

Offline

#5 2016-10-15 03:43:37

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Arch Linux user having problems with WN725N v2 TPLINK usb

Moshifan100 wrote:
seth wrote:

It's detected, but does an endless loop of no networks.

Please always post the actual error output (in code blocks) not some no-information like "it doesn't work".

How do I do that?

You connect manually: https://wiki.archlinux.org/index.php/Wi … figuration


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2016-10-15 04:23:04

Moshifan100
Member
Registered: 2016-10-14
Posts: 4

Re: Arch Linux user having problems with WN725N v2 TPLINK usb

jasonwryan wrote:
Moshifan100 wrote:
seth wrote:

Please always post the actual error output (in code blocks) not some no-information like "it doesn't work".

How do I do that?

You connect manually: https://wiki.archlinux.org/index.php/Wi … figuration

Doing iw dev doesn't show anything, iwconfig works and detects. Trying to do ip link set wlp0s20f0u4 up just keeps it as

3: wlp0s20f0u4: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
    link/ether 18:a6:f7:09:9d:64 brd ff:ff:ff:ff:ff:ff

It sees the wifi card but it can't search for networks. However, it used to work and on my Arch USB which is 7.1.16 (july first) it works with wifi-menu just fine. Using Arch with wifi-menu, this happens.

Scanning for networks... ioctl[SIOCSIWAP]: Operation not permitted
ioctl[SIOCSIWENCODEEXT]: Invalid argument
ioctl[SIOCSIWENCODEEXT]: Invalid argument
failed

Can someone provide any suggestions?

Offline

#7 2016-10-15 04:36:25

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Arch Linux user having problems with WN725N v2 TPLINK usb

Please provide actual output, not your interpretation of what is working and what is not: https://bbs.archlinux.org/viewtopic.php?id=57855

Paste the output of:

ip link set wlp0s20f0u4 up
ip link show wlp0s20f0u4
iw dev wlp0s20f0u4 scan | less

Moving to NC...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#8 2016-10-15 04:45:28

Moshifan100
Member
Registered: 2016-10-14
Posts: 4

Re: Arch Linux user having problems with WN725N v2 TPLINK usb

jasonwryan wrote:

Please provide actual output, not your interpretation of what is working and what is not: https://bbs.archlinux.org/viewtopic.php?id=57855

Paste the output of:

ip link set wlp0s20f0u4 up
ip link show wlp0s20f0u4
iw dev wlp0s20f0u4 scan | less

Moving to NC...

First one is
RTNETLINK answers: Operation not permitted

Second one is
3: wlp0s20f0u4: <BROADCAST,MULTICAST> mtu 1500 qdisc mq state DOWN mode DORMANT group default qlen 1000
    link/ether 18:a6:f7:09:9d:64 brd ff:ff:ff:ff:ff:ff

Third is command failed: Operation not permitted (-1)
without less but with less it's just lines that begin with ~ and it says END at the end. Now it's just blank lines like











(END)

Offline

#9 2016-10-15 05:19:04

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Arch Linux user having problems with WN725N v2 TPLINK usb

Reread the page that I linked to at #5: your error message is specifically mentioned there...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB