Running on a custom rockchip board with Ubuntu 14.04. I look at interfaces with ifconfig
:
...
wlan3 Link encap:Ethernet HWaddr 08:ea:40:d7:63:27
inet addr:192.168.12.1 Bcast:192.168.12.255 Mask:255.255.255.0
inet6 addr: fe80::aea:40ff:fed7:6327/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:64634 errors:0 dropped:3811 overruns:0 frame:0
TX packets:249 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:868 (868.0 B) TX bytes:89112 (89.1 KB)
I see the wifi interface as the last result.
I try running sudo iw dev wlan3 scan
which returns command failed: No such device (-19)
.
I came across people having a similar issue on the Pi (additional instance).
Anyone know the cause of this issue or a way around it?
lsusb
:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 003: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 002 Device 002: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
uname -a
:
Linux ws1-dev-philip 3.0.36+ #12 SMP PREEMPT Wed Apr 5 13:22:57 EDT 2017 armv7l armv7l armv7l GNU/Linux
lsusb
output anduname -a
– GAD3R Oct 30 '17 at 14:37rtl8188eu
see here including the "iw command not working" – GAD3R Oct 30 '17 at 14:58wext
driver from the GUI,wicd_cli
is a command line tool to manage the network. – GAD3R Oct 30 '17 at 15:19apt-get install wicd_cli
returnsunable to locate package
– Philip Kirkbride Oct 30 '17 at 15:33