southoz / RetroOZ

RetroOZ Odroid Hardkernel Go Super and Powkiddy RGB 10 Max firmware
54 stars 6 forks source link

Internal Wifi doesn't work #44

Open Thranthir opened 2 years ago

Thranthir commented 2 years ago

I am using my Powkiddy RGB10 Max with the recent RetroOZ Version (0.51)

Unfortunately, the internal Wifi is not working. I can choose my Network and add the Password, but it does not activate.

I already tried the Hotkeys and the WiFi-Switch is ON.

Am I the only one? Is there any solution?

Wifi with EmuELEC is working fine on the same device.

Regards Dean

southoz commented 2 years ago

Sounds like a missing kernel module, what is the chipset?

Thranthir commented 2 years ago

Hey,

thanks for the response.

According to a Forum Post, I found, it should be the RTL8723 do you know how I can get this info to verify without disassembling the Device?

Regards Dean

neil-9000 commented 2 years ago

It works just fine on my RGB10 Max.

southoz commented 2 years ago

That is wierd, mine also works fine, I will check the chipset to see if there is a match.

southoz commented 2 years ago

To check, connect an ethernet adapter, ssh and enter dmesg copy the output and paste it here as an attachment.

[ 6.546460] usb 1-1.1: New USB device found, idVendor=0bda, idProduct=b720 [ 6.546499] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber =3 [ 6.546522] usb 1-1.1: Product: 802.11n WLAN Adapter [ 6.546543] usb 1-1.1: Manufacturer: Realtek [ 6.546563] usb 1-1.1: SerialNumber: 00e04c000001

[ 7.698263] ======================================================= [ 7.698278] ==== Launching Wi-Fi driver! (Powered by Rockchip) ==== [ 7.698291] ======================================================= [ 7.698304] Realtek 8723BU USB WiFi driver (Powered by Rockchip) init. [ 7.698322] [WLAN_RFKILL]: rockchip_wifi_power: 1 [ 7.698337] [WLAN_RFKILL]: rockchip_wifi_power: rfkill-wlan driver has not Su ccessful initialized [ 7.698352] RTL871X: module init start [ 7.698368] RTL871X: rtl8723bu v4.4.2_18635.20161006_BTCOEX20151228-664a [ 7.698382] RTL871X: rtl8723bu BT-Coex version = BTCOEX20151228-664a

Thranthir commented 2 years ago

dmesg_20211025.log Unfortunately, i dont have a Ethernet-Adapter, but i could use the Terminal of EmuELEC to generate a dmesg. Its attached, I hope it helps.

Thranthir commented 2 years ago

usb 1-1.1: Product: 802.11n WLAN Adapter [ 13.778645] usb 1-1.1: Manufacturer: Realtek [ 13.778665] usb 1-1.1: SerialNumber: 00e04c000001 [ 13.885213] usbcore: registered new interface driver btusb [ 13.976155] Bluetooth: hci0: RTL: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723 [ 13.976155] [ 13.977101] Bluetooth: hci0: RTL: rom_version status=0 version=1 [ 13.977101] [ 13.977142] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723b_fw.bin [ 13.977142] [ 14.008527] Bluetooth: hci0: RTL: rtl: loading rtl_bt/rtl8723b_config.bin [ 14.008527] [ 14.008781] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2 [ 14.008839] Bluetooth: hci0: RTL: cfg_sz -2, total sz 22496 [ 14.008839] [ 14.377798] usbcore: registered new interface driver rtl8723bu [ 16.481914] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 17.161561] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_vo-supply from device tree [ 17.161573] rockchip-pm-domain ff000000.power-management:power-controller: Looking up pd_vo-supply property in node /power-management@ff000000/power-controller failed [ 17.196478] rockchip-vop ff460000.vop: [drm:vop_crtc_enable] Update mode to 480x854p60, type: 16 [ 17.196828] dw-mipi-dsi ff450000.dsi: final DSI-Link bandwidth: 366 x 2 Mbps [ 20.483630] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

When i recognize it correctly, it is the rtl8723bu chipset

southoz commented 2 years ago

Unfortunately, as the chipset and serial number match and my RGB10Max functions without a problem there is not much more I can add, feel free to compile your own kernel using my Github versions https://github.com/southoz/linux and modify the drivers. I would double-check that you have not disabled the wifi with the hotkey combination https://github.com/southoz/RetroOZ/wiki/Hotkeys

Thranthir commented 2 years ago

Hey, i now have a Ethernet-Adapter and could extract the dmesg of the actual device with RetroOZ. The output is attached. The Driver initialization failed.

If you need some logs or more information, it may delay in my answer, I will be on vacation for the next two weeks. dmesg.log g.

southoz commented 2 years ago

Initiates and does not connect also attempt to start Bluetooth which is not supported, try a fresh flash on a spare SDCard

danstans commented 2 years ago

I am having the same exact issue with internal wifi not working, networks show up on the list. Input the password, "please wait" flashes on the screen for half a second and then no connection.

Thranthir commented 2 years ago

Hey, I reinstalled the OS freshly. I found an interesting behavior. When I use a Hotspot with my phone, it works, but with the "home" WLAN (I use an AVM FritzBox Router) it still doesn't work.