Saturday, 2023-01-21

*** ggabriel is now known as Guest203916:28
T42<edp_17> mal : Good evening. I've installed droid-config-$DEVICE-bluez5 and bluebinder. The Settings/Bluetooth menu is empty.22:15
T42<edp_17> logcat: https://paste.ubuntu.com/p/DtGMbwbf6f/22:15
T42<edp_17> journal: https://paste.ubuntu.com/p/RngTTJfRfG/22:15
T42<edp_17> what I have installed: https://paste.ubuntu.com/p/gFrX8rhbDq/22:15
T42<edp_17> It seems bluetooth service is happy and running.22:16
maldo you have the needed configs enabled in kernel defconfig22:20
malCONFIG_BT_HCIVHCI=y22:20
malCONFIG_BT_HIDP=y22:20
malbased on log at least the first might be missing22:20
T42<edp_17> Both missing. I'll add them.22:21
malalso CONFIG_BT_RFCOMM=y and maybe22:21
malCONFIG_BT_HCIUART=y22:22
malCONFIG_BT_HCIUART_H4=y22:22
T42<edp_17> Some of these were not in defconfig at all.22:23
malnot sure if those all are needed but official devices have those so probably good to have22:24
T42<edp_17> I'll added all and will check what's written into .config.22:26
T42<edp_17> These two didn't make into .config: CONFIG_BT_HIDP and CONFIG_BT_RFCOMM22:31
malthose seem to need CONFIG_BT_BREDR22:33
malcheck if that is enabled22:34
T42<edp_17> That is not set.22:36
T42<edp_17> Okay, now all those are set and went into .config too. I've rebuilt hybris-hal. I'll flash it on device. Is there something else required for BT?22:39
malshould not be needed22:46
T42<edp_17> Thank you! I'll try it now.22:46
T42<edp_17> mal : BT works and audio is routed to BT speaker. Thanks for the help.23:10
malbut normal speakers are still failing?23:10
T42<edp_17> Yes.23:11
T42<edp_17> That's the only outstanding major problem now.23:11
T42<edp_17> I also routed audio to headphones but that also silent.23:11
malmaybe add file /etc/pulse/arm_droid_card_custom.pa with content: load-module module-droid-card rate=48000 hw_volume=false23:12
T42<edp_17> Is it one line?23:13
malyes23:14
malload-module module-droid-card rate=48000 hw_volume=false23:14
T42<edp_17> When restarted pulseaudio, I got: "Job for pulseaudio.service failed because a fatal signal was delivered causing the control process to dump core"23:16
T42<edp_17> When deleted that file (/etc/pulse/arm_droid_card_custom.pa), pulseaudio restarted without any error.23:16
T42<edp_17> I am not sure this is correct: https://paste.ubuntu.com/p/JS3wM6jqRJ/23:18
malit should be ok, it helped before23:19
T42<edp_17> Okay.23:19
maltry changing the content of /etc/pulse/arm_droid_card_custom.pa to this: load-module module-droid-card rate=48000 quirks=+no_hw_volume23:20
T42<edp_17> Pulseaudio restarts without error but still no sound.23:22
malhmm23:23
T42<edp_17> Yep. :D23:24
T42<edp_17> I reboot for just in case.23:24
T42<edp_17> Reboot didn't help either.23:28
malok, needs some more debugging, can you show output "pactl list" as defaultuser23:36
T42<edp_17> pactl list as defaultuser: https://paste.ubuntu.com/p/JCNqKfjbt2/23:38
malcan you also show output of "binder-list -d /dev/hwbinder" the program is in libgbinder-tools package I think23:50
T42<edp_17> binder-list command not found.23:52
T42<edp_17> I need to install binder-utils23:52
malok, forgot which package contains it23:53
T42<edp_17> I've installed binder-utils but it only gave me binder-add command.23:53
malit's in libgbinder-tools like I said https://github.com/mer-hybris/libgbinder/blob/master/rpm/libgbinder.spec#L8323:54
T42<edp_17> Yeah, it was libgbinder-tools : https://paste.ubuntu.com/p/Rnz6GxgJFb/23:55
T42<edp_17> Do I need "audiosystem-passthrough-dummy-af" or something?23:58

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!