Recalbox 6.1.1 WIFI R8188EU dongle
-
Hi everyone,
Since 6.1.1, my odroid XU4 board can't be attached the wifi gateway.
To fix it, just replace the /etc/init.d/S09wifi file line 99 bywpa_supplicant -B -i "$interface" -c "$wpa_file" -Dwext
My dongle is a TL-WN725N with a realtek r8188eu ship.
-
@delferius said in Recalbox 6.1.1 WIFI R8188EU dongle:
wpa_supplicant -B -i "$interface" -c "$wpa_file" -Dwext
Hi,
Thanks. Does that apply for any wifi interface ?
-
@OyyoDams -D is used to specify the driver type.
We can see in this documentation https://wiki.archlinux.org/index.php/wpa_supplicant#Manual,
"west" driver is deprecated even if it's the best solution for wide compatibility.I think, the best solution is to update the script to changed the driver argument when the connection fails with a wrong driver issue.
-
Thank you so much ! You saved my day with this trick!