WiFi Dongle: How to make it work?

Hi all!

I’m trying to use a wifi dongle (Tp-Link T2U) on a raspi 3b+ (I have some instability issues due (I think) to the -not totally close- metal case). In the compatibility list we can read that it (Tp-Link T2U) works out of the box. It’s wrong for me: No led blinking… No led at all :imp: :angry: . I’m on the latest version of Volumio.

Here is what I get with ifconfig:

[code]eth0 Link encap:Ethernet HWaddr b8:27:eb:a2:df:b0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:43092 errors:0 dropped:0 overruns:0 frame:0
TX packets:43092 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4962306 (4.7 MiB) TX bytes:4962306 (4.7 MiB)

wlan0 Link encap:Ethernet HWaddr b8:27:eb:f7:8a:e5
inet addr:192.168.8.103 Bcast:192.168.8.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3349 errors:0 dropped:0 overruns:0 frame:0
TX packets:3357 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1343339 (1.2 MiB) TX bytes:523203 (510.9 KiB)[/code]

lsusb:

Bus 001 Device 004: ID 152d:1561 JMicron Technology Corp. / JMicron USA Technology Corp. Bus 001 Device 005: ID 2357:011f Bus 001 Device 006: ID 0424:7800 Standard Microsystems Corp. Bus 001 Device 003: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 001 Device 002: ID 0424:2514 Standard Microsystems Corp. USB 2.0 Hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

So it is recognized (Device 005).

I wanted to follow the installation tutorial provided by tp-link on their website https://static.tp-link.com/2018/201812/20181207/Installation%20Guide%20for%20Linux.pdf but at reboot the “8192eu.ko” driver no longer appeared in lsmod. After some researches I’m not sure that I have to load any driver…
Could someone help me?

Compiling the driver will have the issue that when you update, you will break your install.
My advice is: if the dongle does not work, accept it and get another one. I am telling you this because I got mad enough trying to have wifi drivers working… Found out that or it works out of the box or is not worth the pain

Argh… Ok thanks for your reply. I didn’t want to modify my player case but it seems that it will be easier for me than testing many dongle…

Since it is not guaranteed that from one machine to another a same dongle works, it might be nice to put a warning at the beginning of the compatibility list. It might save some people from getting screwed like me, and buying a dongle for nothing.

Anyway, thanks again for your reply and thanks for the work you did: I LOVE Volumio!

Why are you using a USB wifi adapter?
The R Pi 3B+ has on-board wifi.

I observed severe Wifi issues with the latest release on Raspberry with Edimax Wifi dongle.
The same Hardware runs without any issues with an older image. I test it now with a release from 2018 (volumio-2.452-2018-08-27).
older-volumio-versions-img-files-t7009.html
Maybe it is worth to give it a try…

As just seen there is also a bug report at GitHub about that problem. Was there any change in Wifi sections?
github.com/volumio/Volumio2/issues/1924

Ok thanks for the idea. T2U seemed to work with Volumio 2.118… It’s old… But: why not?..