Hello! I can't figure out where the list of wireless connections have gone, I only use wired connection currently and it is displayed as the only connection.
I work on Aspire V3-571G laptop, my wifi uses ath9k module.
I tried to search some info in terminal:
Seems like wifi is UP and should be working, so I tried to scan connections:
I really don't know what it means. Please, help me solve this issue.
I appreciate everyone's time and commitment. ))
I work on Aspire V3-571G laptop, my wifi uses ath9k module.
I tried to search some info in terminal:
Code:
$ ip link 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000 link/ether 00:16:d3:e7:3f:9c brd ff:ff:ff:ff:ff:ff 3: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DORMANT group default qlen 1000 link/ether 68:94:23:1e:e2:51 brd ff:ff:ff:ff:ff:ff 4: mon.wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UNKNOWN mode DEFAULT group default qlen 1000 link/ieee802.11/radiotap 68:94:23:1e:e2:51 brd ff:ff:ff:ff:ff:ff
Code:
$ iw dev wlan0 scan | grep SSID command failed: Operation not permitted (-1) $ sudo iw dev wlan0 scan | grep SSID command failed: Operation not supported (-95)
I appreciate everyone's time and commitment. ))
Comment