NetworkManager nie łączy z WiFi
: 18 grudnia 2016, 19:04
Próbuję skonfigurować adapter WiFi na USB, model TP-LINK TL-WN722N. Zgodnie z instrukcją z wiki zainstalowałem firmware-atheros, adapter działa poprawnie, network manager widzi WiFi, ale z jakiegoś powodu nie może się połączyć. WiFi jest zapamiętane w managerze, nie łączy zarówno z włączonym WPA/WPA2 jak i bez.
Adapter jest widoczny:
I wykrywa sieć:
Myślałem nad wyrzuceniem network menagera i instalacją Wicd, ale gdzieś wyczytałem, że Wicd nie był updateowany od 2012, więc odrzuciłem ten pomysł.
Z łącznością przez Ethernet nie ma problemów. Z adapterem też nie - na tym samym komputerze czasami korzystam z Windowsa, tam działa bez zarzutów. W czym może być problem?
Pozdrawiam
Adapter jest widoczny:
Kod: Zaznacz cały
root@qba:/home/qbamod# lsusb
Bus 005 Device 005: ID 0cf3:9271 Qualcomm Atheros Communications AR9271 802.11n
Kod: Zaznacz cały
root@qba:/home/qbamod# iwconfig
wlx98ded01620a1 IEEE 802.11 ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
lo no wireless extensions.
eth0 no wireless extensions.
Kod: Zaznacz cały
root@qba:/home/qbamod# ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet *** netmask *** broadcast ***
inet6 *** prefixlen 64 scopeid 0x40<site>
inet6 *** prefixlen 64 scopeid 0x20<link>
ether *** txqueuelen 1000 (Ethernet)
RX packets 80371 bytes 13049699 (12.4 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 75567 bytes 7536282 (7.1 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1 (Local Loopback)
RX packets 322 bytes 23778 (23.2 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 322 bytes 23778 (23.2 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlx98ded01620a1: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
ether *** txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
Kod: Zaznacz cały
root@qba:/home/qbamod# lshw -C network
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 02
serial: **:**:**:**:**:**
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full ip=192.168.0.105 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:27 ioport:d000(size=256) memory:e3010000-e3010fff memory:e3000000-e300ffff memory:e2000000-e200ffff
*-network
description: Wireless interface
physical id: 1
bus info: usb@5:7
logical name: wlx98ded01620a1
serial: **:**:**:**:**:**
capabilities: ethernet physical wireless
configuration: broadcast=yes driver=ath9k_htc driverversion=4.8.0-2-686-pae firmware=1.4 link=no multicast=yes wireless=IEEE 802.11
Kod: Zaznacz cały
root@qba:/home/qbamod# iwlist scan
wlx98ded01620a1 Scan completed :
Cell 01 - Address: **:**:**:**:**:**
Channel:6
Frequency:2.437 GHz (Channel 6)
Quality=67/70 Signal level=-43 dBm
Encryption key:on
ESSID:"**********"
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 9 Mb/s
18 Mb/s; 36 Mb/s; 54 Mb/s
Bit Rates:6 Mb/s; 12 Mb/s; 24 Mb/s; 48 Mb/s
Mode:Master
Extra:tsf=00000000b71032e2
Extra: Last beacon: 596ms ago
IE: Unknown: 000A4350455F464141334343
IE: Unknown: 010882848B961224486C
IE: Unknown: 030106
IE: Unknown: 2A0104
IE: Unknown: 32040C183060
IE: Unknown: 2D1AEC0117FFFF0000000000000000000000000000000C0000000000
IE: Unknown: 3D1606000400000000000000000000000000000000000000
IE: Unknown: 3E0100
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: IEEE 802.11i/WPA2 Version 1
Group Cipher : TKIP
Pairwise Ciphers (2) : TKIP CCMP
Authentication Suites (1) : PSK
IE: Unknown: DD180050F2020101000003A5000027A4000042435E0062322F00
IE: Unknown: 0B05050006127A
IE: Unknown: 7F0101
IE: Unknown: DD07000C4307000000
IE: Unknown: 0706504C20010D1
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
Z łącznością przez Ethernet nie ma problemów. Z adapterem też nie - na tym samym komputerze czasami korzystam z Windowsa, tam działa bez zarzutów. W czym może być problem?
Pozdrawiam