Realtek USB Wifi problems

84 views
Skip to first unread message

Todd Peterson

unread,
May 13, 2017, 3:02:47 PM5/13/17
to beagl...@googlegroups.com
I have a BBB running Angstrom 3.8.13. I have a Realtek USB Wifi, lsusb shows
Bus 002 Device 004: ID 0bda:818b Realtek Semiconductor Corp.
I put 8192cu.ko in /lib/modules/3.8.13-00720-g4202df2-dirty
I did insmod 8192cu.ko
lsmod shows 
Module                  Size  Used by
8192cu                445685  0

dmesg shows [    6.699120] usbcore: registered new interface driver rtl8192cu

The interface does not show up with ifconfig

What am I missing?

Thanks in advance,
Todd

William Hermans

unread,
May 13, 2017, 3:12:14 PM5/13/17
to beagl...@googlegroups.com
What does this show for your system ?
root@wgd:~# apt-cache search firmware-ralink
firmware-ralink - Binary firmware for Ralink wireless cards


And if that shows what does:
root@wgd:~# dpkg -l | grep ralink

Show for you ? It does not return anything for me, but I also do not have a realtech wifi adapter installed either . . . Anyway, if you show that package available through apt-cache search( run apt-get update first ), and dpkg does not report it as install. Install that package *MAYBE* needs a reboot, then run ifconfig again.

--
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 beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAMSLvQzXLoBvLDVRrA17BmmKUPyWqzi0dzT3G6kwd4BwVraLmg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

acheesehead

unread,
May 13, 2017, 3:23:48 PM5/13/17
to BeagleBoard
Neither command exists on my system. Nor is it connected to the Internet. I am connected directly to my laptop with an Ethernet cable. I have the Chipsee 7" display and installed the Angstrom image on the DVD that came with the display. I did reboot.


On Saturday, May 13, 2017 at 1:12:14 PM UTC-6, William Hermans wrote:
What does this show for your system ?
root@wgd:~# apt-cache search firmware-ralink
firmware-ralink - Binary firmware for Ralink wireless cards


And if that shows what does:
root@wgd:~# dpkg -l | grep ralink

Show for you ? It does not return anything for me, but I also do not have a realtech wifi adapter installed either . . . Anyway, if you show that package available through apt-cache search( run apt-get update first ), and dpkg does not report it as install. Install that package *MAYBE* needs a reboot, then run ifconfig again.
On Sat, May 13, 2017 at 12:02 PM, Todd Peterson <achee...@gmail.com> wrote:
I have a BBB running Angstrom 3.8.13. I have a Realtek USB Wifi, lsusb shows
Bus 002 Device 004: ID 0bda:818b Realtek Semiconductor Corp.
I put 8192cu.ko in /lib/modules/3.8.13-00720-g4202df2-dirty
I did insmod 8192cu.ko
lsmod shows 
Module                  Size  Used by
8192cu                445685  0

dmesg shows [    6.699120] usbcore: registered new interface driver rtl8192cu

The interface does not show up with ifconfig

What am I missing?

Thanks in advance,
Todd

--
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 beagleboard...@googlegroups.com.

William Hermans

unread,
May 13, 2017, 3:31:30 PM5/13/17
to beagl...@googlegroups.com
You have opkg . . .

To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/83fa9cc6-4c65-468e-bf64-9cdd59615421%40googlegroups.com.

acheesehead

unread,
May 13, 2017, 3:33:39 PM5/13/17
to BeagleBoard
root@beaglebone-exp:~# opkg list | grep ralink
linux-firmware-ralink - 1:0.0+r8-gitAUTOINC+c530a75c1e6a472b0eb9558310b518f0dfcd8860-r8.1 - linux-firmware version 0.0+r8-gitAUTOINC+c530a75c1e6a472b0eb9558310b518f0dfcd8860-r8

William Hermans

unread,
May 13, 2017, 3:44:20 PM5/13/17
to beagl...@googlegroups.com
Ok, so I do believe that Angstrom does use dpkg too, but it's modified, But ah here we go:

opkg list-installed |grep ralink

If that does not show anything then opkg install linux-firmware-ralink, reboot, reload your drivers if needed, then check ifconfig again.

And you probably don't want to hear my alternative is that does not work ;) It should work however.

--
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 beagleboard+unsubscribe@googlegroups.com.

acheesehead

unread,
May 13, 2017, 3:53:02 PM5/13/17
to BeagleBoard
root@beaglebone-exp:~# opkg list-installed |grep ralink
linux-firmware-ralink - 1:0.0+r8-gitAUTOINC+c530a75c1e6a472b0eb9558310b518f0dfcd8860-r8.1


On Saturday, May 13, 2017 at 1:44:20 PM UTC-6, William Hermans wrote:
Ok, so I do believe that Angstrom does use dpkg too, but it's modified, But ah here we go:

opkg list-installed |grep ralink

If that does not show anything then opkg install linux-firmware-ralink, reboot, reload your drivers if needed, then check ifconfig again.

And you probably don't want to hear my alternative is that does not work ;) It should work however.
On Sat, May 13, 2017 at 12:33 PM, acheesehead <achee...@gmail.com> wrote:
root@beaglebone-exp:~# opkg list | grep ralink
linux-firmware-ralink - 1:0.0+r8-gitAUTOINC+c530a75c1e6a472b0eb9558310b518f0dfcd8860-r8.1 - linux-firmware version 0.0+r8-gitAUTOINC+c530a75c1e6a472b0eb9558310b518f0dfcd8860-r8


On Saturday, May 13, 2017 at 1:31:30 PM UTC-6, William Hermans wrote:
You have opkg . . .

--
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 beagleboard...@googlegroups.com.

William Hermans

unread,
May 13, 2017, 3:55:25 PM5/13/17
to beagl...@googlegroups.com

On Sat, May 13, 2017 at 12:53 PM, acheesehead <achee...@gmail.com> wrote:
root@beaglebone-exp:~# opkg list-installed |grep ralink
linux-firmware-ralink - 1:0.0+r8-gitAUTOINC+c530a75c1e6a472b0eb9558310b518f0dfcd8860-r8.1

At this point, you're on your own with google. Unless someone else here who is familiar with Angstrom knows what your problem is.

acheesehead

unread,
May 13, 2017, 3:59:22 PM5/13/17
to BeagleBoard
Thanks for your help William. I will try to somehow upgrade the image.

William Hermans

unread,
May 13, 2017, 4:04:34 PM5/13/17
to beagl...@googlegroups.com
On Sat, May 13, 2017 at 12:59 PM, acheesehead <achee...@gmail.com> wrote:
Thanks for your help William. I will try to somehow upgrade the image.

No problem. Yeah, I knew you probably did not want to hear "upgrade to a latest Debian image", but most people here who would be able to help you troubleshoot your problem are going to be using Debian or maybe ArchLinux.

It is possible if you search for related rPI problems you may be able to parse from what you're reading into "Angstromese", but there are no guarantees . . . And unfortunately lately it seems if you need modern wireless support, you're going to maybe need a current image.

Robert Nelson

unread,
May 13, 2017, 5:29:19 PM5/13/17
to Beagle Board, Todd Peterson
It's that small miniature dongle right?

Disable HDMI and suck a little USB extension cable.

Your fighting the HDMI gnd plane that interferes with the wifi radio..


Regards,

acheesehead

unread,
May 13, 2017, 7:10:31 PM5/13/17
to BeagleBoard, achee...@gmail.com
Yes, small dongle. It is plugged into a powered USB hub. Disabled HDMI in uEnv.txt. Rebooted and still no joy.

I tried the Debian image on the Chipsee DVD earlier today and no luck there either, but could easily switch back to that. Other choices on the DVD include Linux-EZSDK and Android. I would welcome any suggestions for other OS's that support the Chipsee 7" display cape.

William Hermans

unread,
May 13, 2017, 7:14:15 PM5/13/17
to beagl...@googlegroups.com
Todd, how are you powering your board ? Hopefully not via USB . . .

--
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 beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/d9aba061-d22f-491b-9729-d3fbc235cc21%40googlegroups.com.

acheesehead

unread,
May 13, 2017, 7:25:13 PM5/13/17
to BeagleBoard
5V, 3A wall wart.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.

acheesehead

unread,
May 13, 2017, 10:17:57 PM5/13/17
to BeagleBoard
I switched to Debian. 3.8.13+. Went through the same steps, with no luck. I have another USB Wifi device as well. It is a 148F:5370 Ralink 5370. Messed with that a bit and got it to work. Thanks all!

Barry Day

unread,
May 16, 2017, 2:03:51 AM5/16/17
to BeagleBoard


On Sunday, May 14, 2017 at 5:02:47 AM UTC+10, acheesehead wrote:
I have a BBB running Angstrom 3.8.13. I have a Realtek USB Wifi, lsusb shows
Bus 002 Device 004: ID 0bda:818b Realtek Semiconductor Corp.


That's an 8192eu, not an 8192cu
Reply all
Reply to author
Forward
0 new messages