View Single Post
Old 09-14-2024, 07:03 PM   #36
billie
Junior Member
billie began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2024
Device: Kobo Clara BW
Hi, this looks really cool !

I'm trying to get it to work on my Clara BW. I got the 'No result from the Bluetooth script' error so I tried running it manually, via SSH.

Output of running on.sh:
Code:
# pwd
/mnt/onboard/.adds/koreader/plugins/bluetooth.koplugin
# ash ./on.sh
insmod: can't insert '/drivers/mx6sll-ntx/wifi/sdio_bt_pwr.ko': No such file or directory
insmod: can't insert './uhid/uhid.ko': invalid module format
Realtek Bluetooth ERROR: Can't open serial port, 2, No such file or directory
Realtek Bluetooth ERROR: Can't initialize device 2, No such file or directory
Error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)
Can't open HCI socket.: Address family not supported by protocol
When I check /drivers/ there's only the following:
Code:
# pwd && ls
/drivers/mt8113t-ntx/mt66xx
wlan_drv_gen4m.ko   wmt_cdev_bt.ko      wmt_chrdev_wifi.ko  wmt_drv.ko
(there's no other directories or subdirectories)

I don't know if these are equivalent, but I tried the following:
Code:
# insmod /drivers/mt8113t-ntx/mt66xx/wmt_cdev_bt.ko
insmod: can't insert '/drivers/mt8113t-ntx/mt66xx/wmt_cdev_bt.ko': File exists
and the same output for all other files listed here.
Anyways, if you could point me in the right direction (or tell me there's no easy solution) that would be greatly appreciated.. Thank you!
billie is offline   Reply With Quote