AeolusUX / ArkOS-R3XS

Community Maintained Image of ArkOS for the RetroBox Console / Game Station / Game Consoie R35S / R36S / PowKiddy RGB20S
https://aeolusux.github.io/ArkOS-R3XS/
465 stars 17 forks source link

RTL8188 + USB-C adapter will not connect to a WPA2/WPA3 wifi network on ArkOS R3XS V2.0 (04022024) #17

Closed CSFFlame closed 7 months ago

CSFFlame commented 8 months ago

ArkOS R3XS V2.0 (04022024) R36S

An RTL8188 + USB-C adapter will not connect to a WPA2/WPA3 wifi network on ArkOS. It will connect to a WPA/WPA2 network. It will connect to both networks on AmberELEC prerelease-20240331_2102

The error message presented is: "Activation Failed. Secrets were required, but not provided..."

The router is a Xiaomi AX3000T running the latest openwrt snapshot. Multiple other devices are connected at WPA3.

Exact Adapter: https://www.aliexpress.us/item/3256805200687461.html Exact RTL8188 device: https://www.aliexpress.us/item/3256805937479543.html

I tried another usb-c adapter I got years ago, with the same result on both systems.

802.11r is off.

WPA2/WPA3 (unable to connect): badwifi1 badwifi2 WPA/WPA2 (able to connect): goodwifi1 goodwifi2

AeolusUX commented 8 months ago

The RTL8188 has variations so not sure if I can help you with this unless we have the same ones. You could try using this file if it would fix your problem. I compiled it long ago for one of my dongles and always forget to add into my builds. rtl8188fu.zip This one is for the RTL8188FU the RTL8188FTV can also use this. By default ArkOS uses the rtl8192cu driver.

  1. Go to ./usr/lib/modules/4.4.189/kernel/drivers/net/wireless then paste the .ko file
  2. in ssh do sudo depmod
manipuladordedados commented 8 months ago

Same thing happens here, even with the same chip, but not only with it. I've tested with various other brands' chips, and they manage to recognize and detect the connections, but it always ends up giving the same error.

The RTL8188 has variations so not sure if I can help you with this unless we have the same ones. You could try using this file if it would fix your problem. I compiled it long ago for one of my dongles and always forget to add into my builds. rtl8188fu.zip This one is for the RTL8188FU the RTL8188FTV can also use this. By default ArkOS uses the rtl8192cu driver.

1. Go to ./usr/lib/modules/4.4.189/kernel/drivers/net/wireless then paste the .ko file

2. in ssh do `sudo depmod`

I tested it and it didn't solve the issue.