Thanks David! > lsusb > Bus 001 Device 005: ID 2001:331b D-Link Corp.
This looks like fun one, i've got a unit on order from Amazon, should be arrive in the next week or two... I've found a possible work-around here: https://github.com/ev3dev/ev3dev/wiki/USB-Wi-Fi-Dongles Please give this a try.. sudo modprobe 8188eu sudo sh -c "echo '2001 331b' > /sys/bus/usb/drivers/r8188eu/new_id" > uname -r > 4.14.71-ti-r80 > > Sudo /opt/scripts/tools/version.sh > git: /oopt/scripts/:[1aa73453b2c980b75e31e83dab7dd8b6696f10c7] > eeprom:[A335BNLT00C02016BBBK2827] > MODEL:[TI_AM336x_Beaglebone_Black] > dogtag:[BeagleBoard.org Debian Image 2018-10-07] > bootloader:[microSD-(push-button):[/dev/mmcblk0]:[U-Boot > 2018.09.00002-g0b54a51eee]:[location:dd MBR] > bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot > 2015.10-00001-g143c9ee]:[location:dd MBR] BTW, your version of u-boot in teh eMMC will cause some other problems.. It's best to run: sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100 This will "clear" out the first 100Mb of the eMMC partition, thus removing the old version of u-boot.. BTW, one side issues we've had with rtl8188eu devices is noise from the HDMI port, are you currently using the HDMI for anything.. If not you should add: disable_uboot_overlay_video=1 to /boot/uEnv.txt and that will disable the hdmi output and one source of noise that causes some wifi antenna issues. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYjLa6ESOnCy7Hzh5FtRyT1wetCL0sBDF%2BcRODYqXfUnNg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
