Quote:
Originally Posted by RobertJSawyer
The system described here works fine for me on my Kobo Libra 2:
https://www.reddit.com/r/kobo/commen...ally_cross_my/
This is the exact page turner discussed in the above article; color doesn't matter -- I have both the blue and the white, and both work fine. The rechargeable internal battery lasts for a very long time on a charge; I've yet to have to recharge and I've been using them heavily for many weeks. Single press pages forward; double press pages backward:
https://www.aliexpress.com/item/1005002613561422.html
This is my relevant Nickel Menu code:
Code:
menu_item :main :Bluetooth Patch (toggle) :cmd_output :500:quiet :rmmod -w /mnt/onboard/.adds/kobo-libra2-uhid-module/uhid.ko
chain_success:skip:3
chain_failure :cmd_spawn :quiet :exec /mnt/onboard/.adds/kobo-libra2-uhid-module/run.sh
chain_success :dbg_toast :Page turner ENABLED
chain_always:skip:-1
chain_success :dbg_toast :Page turner disabled
|
Could you share the config file you are using? I'm trying to get it to work on my Clara 2e and I've tried all the configs I've been able to find with no luck.
Also, I noticed that when I connected a bluetooth speaker, it added this to the Kobo ereader.config.
[BluetoothSettings]
DefaultAudioDevice=/org/bluez/hci0/dev_28_F0_01_D3_5E_C7
LeftVolume_org_bluez_hci0_dev_98_52_3D_E8_DE_F0=12 5
RightVolume_org_bluez_hci0_dev_98_52_3D_E8_DE_F0=1 25
SoftwareVolume_org_bluez_hci0_dev_98_52_3D_E8_DE_F 0=false
Is there anything like that in your Kobo ereader.config with a working device?
By the way, I reset my reader which took that out so it wouldn't interfer and I am on the original firmware as well.
Thanks!