Looking for users with no working WiFi or BT

Working again on nightly 20200506
T95m with rtl8723bs bluetooth

Great job!! thank you very much :smiley:

Glad to see it’s working again.

Hi @anon88919003 - any progress on RTL8814AU compatibility? Not working in any recent nightlies.

@Dhrystone totally forgot about this one sorry, please try the following build here.

@anon88919003 And just like that, it WORKS. Both bands. 8.1mb/sec transfer. You’re amazing. THANK YOU!

@anon88919003
Thanks!!! Everything working flawless in last nightly!! Bluetooth and WiFi
Box: Mini m8s

Hi, I am facing the Bluetooth not Found issue. Version is CoreELEC (official): 9.2.2 (Amlogic.arm).
It is a Beelink MiniMXIII S905 (original version, not the II version).

P: /devices/d0070000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
L: 0
E: DEVPATH=/devices/d0070000.sdio/mmc_host/sdio/sdio:0001/sdio:0001:1
E: DRIVER=rtl8723bs
E: SDIO_CLASS=07
E: SDIO_ID=024C:B723
E: MODALIAS=sdio:c07v024CdB723
E: SUBSYSTEM=sdio
E: USEC_INITIALIZED=9482260
E: SYSTEMD_WANTS=rtkbt-firmware-aml.service
E: TAGS=:systemd:

http://ix.io/2lEf

@Gaudi please try the nightly.

Thank you, will do and report back.

Regards

1 Like

Checked and now it does recognize the bluetooth module.
Will the solution find its way into stable branch?

Regards

It will be included in the next stable release.

Hi, still no solution for Bluetooth with the mt7668 sdio?
I have some source code that I could try to compile but I don’t know from where to start… :thinking:
I got and extract the amlogic-4.9.zip, but don’t know how to include the mt7668 source so to compile the module.

@anon88919003 spent a lot of time on my box trying to get the Bluetooth for the MT7668 working and got so close.

But at the moment it does seem like a no go and is a case of watch this space for any future progress.

@Compent, but what you archive so far?
I’m trying to use this source: https://github.com/chaosmaster/android_kernel_amazon_mantis/tree/master/drivers/misc/mediatek/connectivity/bt_mt7668_sdio

I already tried this, you are wasting your time, the driver compiles, it loads but it doesn’t have the function to register the hci device, I even tried to modify the driver based from others but it led nowhere.

Also Debian has a package with MediaTek MT7668 Bluetooth firmware (mediatek/mt7668pr2h.bin).

@anon88919003 Doesn’t help all the files from android stock firmware ?
I found this inside mine:
:confused: $ ls -l vendor/firmware/
total 948
-rw-r–r-- 1 root root 1024 2008-12-31 16:00 EEPROM_MT7668.bin
-rw-r–r-- 1 root root 19064 2008-12-31 16:00 TxPwrLimit_MT76x8.dat
-rw-r–r-- 1 root root 51816 2008-12-31 16:00 WIFI_RAM_CODE2_SDIO_MT7668.bin
-rw-r–r-- 1 root root 55880 2008-12-31 16:00 WIFI_RAM_CODE2_USB_MT7668.bin
-rw-r–r-- 1 root root 462456 2008-12-31 16:00 WIFI_RAM_CODE_MT7668.bin
-rw-r–r-- 1 root root 152302 2008-12-31 16:00 mt7668_patch_e1_hdr.bin
-rw-r–r-- 1 root root 169118 2008-12-31 16:00 mt7668_patch_e2_hdr.bin
-rw-r–r-- 1 root root 835 2008-12-31 16:00 wifi.cfg
-rw-r–r-- 1 root root 1675 2008-12-31 16:00 woble_setting.bin

and:
/vendor/lib/modules/btmtksdio.ko

There should be some solution as the stock firmware has working modules, and I keep receiving new firmware updates once in a while, so they are compiling things.

Firmware is irrelevant, the firmware is loaded from the driver but as I said without it registering the hci interface then it is unusable.

Could you send me the driver you have so I can do further testes and see what you are saying regarding the hci?

I was using this one, the hci changes where backported from mainline but unfortunately, I don’t have them anymore as I gave up after a number of days trying.