We are looking for users who have devices that doesn’t have working WiFi or BT so we can continue to improve CoreELEC support for all devices.
If you have any of the following devices then please do not reply as we are unable to support these devices due to no driver being available.
Mecool K1 Plus (S905D) (9028xs)
Tanix TX3 Mini (S905W) (9028xs)
T95N (S905X) (9082xs)
If you have issues with INTERNAL WiFi or BT then please also SSH to your device and enter the following command and paste the resulting link with any post you make.
udevadm info /sys/bus/sdio/devices/* | paste
If your issue relates to a USB WiFi or BT dongle then please paste the output of the command lsusb instead.
lsusb | paste
If your issue relates to a PCI WiFi or BT dongle then please paste the output of the command lspci instead. (Supported since Amlogic-ne 20230919)
X96S 2GB version (g12a_s905x2_2gb.dtb). It uses a RTL8723BS. I am able to get the WiFi to work simply by adding the correct driver, but bluetooth does not seem to want to coexist. It currently does not see the device at all if I try to run rtk_hciattach against it (on ttyS0). I’ll post the devices list next time I have the stick up and running.
@lbernstone I’m guessing you created a custom -ng build with the RTL8723BS-aml package included?
We have recently dumped the rtl8723bs_bt firmware package which included rtk_hciattach in favour of a more up-to date Generic version that can be used with multiple Realtek based adaptors.
You may need to cycle the BT chip before running rtk_hciattach, install the latest nightly image and try the following:
I currently have no way of bringing up the terminal in CoreELEC when it is running and trying the Terminal Emulator for Android keeps telling me udevadm is not found.
Your device has the Mediatek mt7668 chip which we do not have a driver for in our builds and this is why it doesn’t work, we are still working on locating this.
That was the ticket. There is still a filename mismatch in the build, but with some manual symlinks, I got a device in hciconfig!. rtk_attach is looking for this:
Realtek Bluetooth ERROR: Can't access Config file: /lib/firmware/rtlbt/rtl8723b_config, No such file or directory
Realtek Bluetooth ERROR: Read Config file error, use eFuse settings
Realtek Bluetooth ERROR: Can't access firmware /lib/firmware/rtlbt/rtl8723b_fw, No such file or directory
CoreELEC:/var/lib/firmware/rtlbt # ls rtl8723*
rtl8723bs_VQ0_config rtl8723bs_config
rtl8723bs_VQ0_fw rtl8723bs_fw
@lbernstone thanks for the heads up, I will look at this later, I would like to get it working without you having to use a symlink so other users can benefit also.
@Joni2012 this thread is for people who do not have working WiFi or BT, not for hijacking with configuration issues. RTL8822CS is already confirmed working.
Tested build CoreELEC-Amlogic-ng.arm-9.2-nightly_20200220.tar on X96S 2/16G Android TV stick, now both WiFi and BT (detects all Mi-band nearby right away) are working.