Looking for users with no working WiFi or BT

Hello, I’m commenting here that I have a realtek 8811au usb wifi, I’m testing it on a s905w2/s905y4 (t95w2), with core 21 (stable and nightly versions)
It does not recognize it, I passed the info in case it were possible to add the drivers. Thank you

lsusb | paste

https://paste.coreelec.org/MoistFours

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0bda:c811 Realtek Semiconductor Corp. 802.11ac NIC
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub


dmesg | paste

https://paste.coreelec.org/CruelReopen

Hi there,
I bought a Magicsee N5max X4 Androidbox.
When the box arrived, I installed coreelec straight away.
everything actually works, except for bluetooth.
Apparently there is no bluetooth module installed.
I have already experimented with the command: udevadm info /sys/bus/sdio/devices/sdio*.
The result is: Unknown device “/sys/bus/sdio/devices/sdio*”: No such device

Außerdem habe ich noch folgende Befehle ausgeführt:
lspci -nnk | grep -iA2 net; lsusb; hciconfig -a; dmesg | egrep -i ‘blue|firm’

Result:

CoreELEC:~ # lspci -nnk | grep -iA2 net; lsusb; hciconfig -a; dmesg | egrep -i ' blue|firm'
Bus 001 Gerät 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Gerät 001: ID 1d6b:0003 Linux Foundation 3.0 Root-Hub
Bus 002 Gerät 002: ID 174c:55aa ASMedia Technology Inc. ASM1051E SATA 6Gb/s-Brücke, ASM1053E SATA 6Gb/s-Brücke, ASM1153 SATA 3Gb/s-Brücke, ASM1153E SATA 6Gb/s-Brücke
[ 1.179732@3] hifi4dsp: hifi4dsp0, Firmware :base:0x30000000, size:0x800000, virt:ffffffc013792000
[ 1.181002@2] aml_aucpu aucpu: Direktes Laden der Firmware für aucpu_fw.bin mit Fehler -2 fehlgeschlagen
[ 2.474447@1] plattform regulatory.0: Direktes Laden der Firmware für regulatory.db mit Fehler -2 fehlgeschlagen
[ 4.979621@1] kernel-overlays-setup: Firmware aus /usr/lib/kernel-ove rlays/base/lib/firmware hinzugefügt
[ 9.233962@3] aml wifi module SN:0631 sn txt nicht gefunden, die rf config: /usr /lib/firmware/w1/aml_wifi_rf.txt
[ 10.782773@0] Bluetooth: bt_init: Core ver 2.22
[ 15.349933@0] Registrierter Firmware-Treiber erfolgreich.
[ 15.352266@0] firmware_codec firmware_vdec: Direktes Laden der Firmware für video/h 264_enc.bin mit Fehler -2 fehlgeschlagen
[ 15.356227@0] loa

CoreELEC:~ # udevadm info
A device name or path is required
CoreELEC:~ # dmesg | paste
https://paste.coreelec.org/CouplesBrother
CoreELEC:~ # System log
-sh: System: command not found
CoreELEC:~ #

What can I do to make bluetooth work?
I hope you can help me.

Did you look at just the post above yours before asking?

unt413a,s905l3a,no wifi

udevadm info /sys/bus/sdio/devices/* | paste
https://paste.coreelec.org/MercedesBlocks

dmesg | paste
https://paste.coreelec.org/NyazianRecycled

魔白盒M411A刷CoreELEC | r0yanx's Blog try this.

x96x4 1.Bluetooth adapter not found 2.Infrared remote control does not work 3.vfd vfd cannot be displayed
CoreELEC (official): 21.0-Omega (Amlogic-ne.aarch64)
Machine model: Amlogic
CoreELEC dt-id: sc2_s905x4_4g_1gbit

https://paste.coreelec.org/CoolersHurry
x96x4 4G/64G 千兆网口 没有蓝牙驱动

BT is not supported on Amlogic w1-aml chip. There does no driver exist yet.

Infrared and VFD must be manualy configured.

I have the A95X F3 Air 2 with a S905W2 processor and 2/16 GB.
It comes with Android TV 11 installed and has working bluetooth in it.

I am running CoreElec Omega 21 from microSD , Amlogic-ne with s4_s905w2_2g and everything except bluetooth works. I searched a bit but couldn’t find an obvious cause or solution.

lsusb doesn’t show a device :
CoreELECA95X:~ # lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0406:2814 Fujitsu-ICL Computers 2.4G Composite Devic
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

I don’t see much bluetooth related in the kernel output:
CoreELECA95X:~ # dmesg | grep -i blu
[ 12.291512@3] Bluetooth: bt_init: Core ver 2.22
CoreELECA95X:~ # dmesg | grep -i bt
[ 1.280410@3] unifykey: fail to obtain phy addr of shared mem
[ 3.220877@0] input: input_btrcu as /devices/platform/aml_bt/input/input1
[ 12.291512@3] Bluetooth: bt_init: Core ver 2.22

I also noticed :
[ 1.612857@1] aml_aucpu aucpu: Direct firmware load for aucpu_fw.bin failed with error -2
[ 1.612869@1] load aucpu_fw.bin fail
[ 1.612874@1] load start_aucpu_fw fail

Not sure if it is related, I tried to load : vendor/lib/firmware/aucpu_fw.bin · soul-user-11-RTT0.211222.001-1440-release-keys · Android Dumps / xiaomi / soul · GitLab by putting it in /usr/lib/firmware but it made no difference and after that I saw the file is in /vendor/lib/firmware.

More info:
CoreELECA95X:/vendor/lib/firmware # lsmod | grep bl
iptable_nat 16384 0
nf_nat 45056 1 iptable_nat
iptable_filter 16384 0
bluetooth 483328 7 btbcm
CoreELECA95X:/vendor/lib/firmware # lsmod | grep bt
btbcm 20480 0
bluetooth 483328 7 btbcm
CoreELECA95X:/vendor/lib/firmware # modprobe btusb
CoreELECA95X:/vendor/lib/firmware # lsmod | grep bt
btusb 49152 0
btrtl 24576 1 btusb
btintel 24576 1 btusb
btbcm 20480 1 btusb
bluetooth 483328 10 btrtl,btintel,btbcm,btusb

No change likely because no device exists to match.

I saw here someone else posting the same:

I will try the other builds and nightlies and report.
If anyone has a solution, please share, thank you!

More info:
udevadm info /sys/bus/sdio/devices/* | paste
https://paste.coreelec.org/AlarmingSpilt

udevadm info /sys/bus/pci/devices/* | paste
Unknown device “/sys/bus/pci/devices/*”: No such device
No data send.

It’s pretty much the same on 20.5, the difference being that bluetooth is disabled in services but does not work after enabling.

hi, I am not following ?
I just tested the latest nightly : CoreELEC-Amlogic-no.aarch64-22.0-Piers_nightly_20240816-Generic.img and it’s the same problem.

You mean about aml-w1 not working? this is a w2.
Is that the same family ? Anything we can do to get bluetooth working?
And by the way, the VFL works.

Idealroyal S905X4 “T95 Plus” (findable at Amazon)
Dtb sc2_s905x4_4g
Wifi/BT not working, according SDIO_ID it could be a RTL8821CS?

udevadm: https://paste.coreelec.org/FightingDonation
dmesg: https://paste.coreelec.org/TacomaHeadset

1 Like

5 posts were merged into an existing topic: Tencent Aurora 4 Pro

I have the same problem with versions 21.1 and 21.1.1 for 905x4_4G_1G, wifi speed is very slowly, less than 0.5MBPS.

With 21.0 wifi speed works fine, but I have display problems for 1080@24, playback is not smooth, therefore, neither of the two versions works for me.

g7 max
CoreELEC (official): 21.1-Omega (Amlogic-ne.aarch64)
dbt.img: sc2_s905x4_4g_1gbit

udevadm info /sys/bus/sdio/devices/* | paste

https://paste.coreelec.org/BailingAvenger

dmesg | paste

https://paste.coreelec.org/MeridianEchelon

Hi!
I’m new to this forum and CoreElec. Have used Kodi on Rpi 3 before.

Now I got a “Turewell S905Y4” Android TV Box with working CoreElec.
Bluetooth and wired network works, but WiFi is not.

Did not find anything related to that chipset here.

My logs:

udevadm info /sys/bus/sdio/devices/* | paste

P: /devices/platform/soc/fe088000.sdio/mmc_host/mmc2/mmc2:0001/mmc2:0001:1
M: mmc2:0001:1
R: 1
U: sdio
E: DEVPATH=/devices/platform/soc/fe088000.sdio/mmc_host/mmc2/mmc2:0001/mmc2:0001:1
E: SUBSYSTEM=sdio
E: OF_NAME=wifi
E: OF_FULLNAME=/soc/sdio@fe088000/wifi@1
E: OF_COMPATIBLE_0=brcm,bcm4329-fmac
E: OF_COMPATIBLE_N=1
E: SDIO_CLASS=07
E: SDIO_ID=024C:B822
E: MODALIAS=sdio:c07v024CdB822
E: USEC_INITIALIZED=12331065
E: ID_SDIO_CLASS_FROM_DATABASE=WLAN interface
E: SYSTEMD_WANTS=rtkbt-firmware-aml.service
E: TAGS=:systemd:
E: CURRENT_TAGS=:systemd:

lsusb | paste

Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub

dmesg | paste

https://paste.coreelec.org/WeddedOvertime

Would be great to use WiFi instead wired network. But nevertheless thanks for anyone involved in developing and continuing such software!

Kind regards =)

First try latest nightly build and post dmesg.

Hello, is it posible to use the Netgear Nighthawk AXE3000 WiFi Stick with CoreElec? Only put IT in the USB Port the Stick dosn’t work

Thank you.

Did that rn but can’t upload file here.

https://dpaste.org/zBmg0