10-23-2017, 12:06 AM
(10-22-2017, 04:08 PM)martinayotte Wrote:Hi martinayotte,(10-22-2017, 11:42 AM)vieirabrazil Wrote: rock64@rock64:~$ modprobe 8188eu
modprobe: ERROR: could not insert '8188eu': Operation not permitted
rock64@rock64:~$ sudo modprobe 8188eu
[sudo] password for rock64:
rock64@rock64:~$
So, you've figured out that "sudo" was required ...
Now, since driver is loaded, you should see the "wlan0" while doing "ifconfig", right ?
Then, you can use "nmtui" to connect to your router AP...
Thanks again.
Unfortunately, things are not as simple as they should be.
Take a look:
rock64@rock64:~$ find /lib/modules -name "*8188*ko"
/lib/modules/4.4.77-rockchip-ayufan-136/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/8188fu.ko
/lib/modules/4.4.77-rockchip-ayufan-136/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/8188eu.ko
rock64@rock64:~$ sudo modprobe 8188eu
rock64@rock64:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 2a:09:b9:e3:f3:0c
inet addr:10.1.1.111 Bcast:10.1.1.255 Mask:255.255.255.0
inet6 addr: fe80::e2c0:5325:b971:bc55/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1778 errors:0 dropped:0 overruns:0 frame:0
TX packets:1133 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:346175 (346.1 KB) TX bytes:352764 (352.7 KB)
Interrupt:39
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:147 (147.0 B) TX bytes:147 (147.0 B)
rock64@rock64:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
---------------
wlan0 or whatever was not recognized.
If you or someone else have another idea I would like very much to know.
Thanks,