BBB wifi

Got it working. Thanks!

I found a Beagebone for Dummies post and figured out why I could not write to protected files. I had to log in as a Superuser. Once I did that did that I wrote the workaround in. Unfortunately the drivers file lacked the r8188eu driver necessary to link the dongle.

I have a trouble report to GitHub for a patch request.

Thank you for your help.
v/r David

Okay, finally an update on this issue. My Dongle from Amazon arrive
over the weekend, same vid/pid as you…

debian@beaglebone:~$ lsusb
Bus 001 Device 002: ID 2001:331b D-Link Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Found the mainline fix, just a vid/pid update

[ 29.374580] r8188eu: module is from the staging directory, the
quality is unknown, you have been warned.
[ 29.817901] Chip Version Info:
CHIP_8188E_Normal_Chip_TSMC_D_CUT_1T1R_RomVer(0)
[ 29.972280] usbcore: registered new interface driver r8188eu
[ 30.767851] MAC Address = 00:ad:24:90:c7:a9
[ 30.784084] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready

wlan0: flags=-28669<UP,BROADCAST,MULTICAST,DYNAMIC> mtu 1500
ether 00:ad:24:90:c7:a9 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

debian@beaglebone:~$ sudo connmanctl

scan wifi
services
*AO Wired ethernet_3403de9a8e37_cable
wifi_00ad2490c7a9_hidden_managed_psk
wifi_00ad2490c7a9_hidden_managed_none
Content_Dev wifi_00ad2490c7a9_436f6e74656e745f446576_managed_psk
DKE_Employee
wifi_00ad2490c7a9_444b455f456d706c6f796565_managed_ieee8021x
DKE_Guest wifi_00ad2490c7a9_444b455f4775657374_managed_psk
TE-M321-SDK-01054
wifi_00ad2490c7a9_54452d4d3332312d53444b2d3031303534_managed_psk
dd-wrt wifi_00ad2490c7a9_64642d777274_managed_psk
Scan completed for wifi

Patch is now merged:

https://github.com/RobertCNelson/ti-linux-kernel-dev/commit/7c4ed449b9506ca04147b55323d234f25c5aecb5

and pushed out to the build farm…

in roughly 6 hours from now, just run:

sudo /opt/scripts/tools/update_kernel.sh

and it should try to install “4.14.94-ti-r92” which has the fix for this module.

Regards,