Saturday, 2023-01-14

T42<edp_17> Wifi built as module has fixed wifi issue. Wifi now works. :D00:21
malgood00:33
T42<edp_17> Interestingly, Audio and mic do not work.00:34
T42<edp_17> There is no sound either.00:34
malis your devcie 32-bit or 64-bit?00:36
T42<edp_17> 6400:36
malyou need libaudioroute.so symlink /usr/libexec/droid-hybris/system/lib64/libaudioroute.so which point to whereever the file file really is00:36
T42<edp_17> I'll try this. Thanks.00:37
malit could be also just pointing to vndk-29/libaudioroute.so or whatever vndk version your device uses00:38
malwhere is that file on your device?00:38
T42<edp_17> I have /system/lib/vndk-29/libaudioroute.so00:42
T42<edp_17> I've symlinked it to /usr/libexec/droid-hybris/system/lib64/00:43
malis it only in /system/lib/ not in lib64?00:43
T42<edp_17> Oh, okay.00:43
malif it's in lib64 also just try symlink pointing to vndk-29/libaudioroute.so not the full path00:44
T42<edp_17> Yeah, I have both /system/lib/vndk-29/libaudioroute.so and /system/lib64/vndk-29/libaudioroute.so00:46
malso "mkdir -p /usr/libexec/droid-hybris/system/lib64/" then "ln -s vndk-29/libaudioroute.so /usr/libexec/droid-hybris/system/lib64/libaudioroute.so"00:47
T42<edp_17> I already have that /usr/libexec/droid-hybris/system/lib64/ directory.00:47
malok, then just the symlink00:48
T42<edp_17> I guess need to be in /system/lib64/ before I issue that command?00:49
malno00:49
malI mean in ln command the first path is the target and second in the link you create00:49
malit's intentional that the first path is not full path00:50
T42<edp_17> Okay, so what directory should I be in before run that command? currently I am in /home/defaultuser/00:51
maldoesn't matter since the latter path is full path00:52
T42<edp_17> Okay.00:52
T42<edp_17> Done, should I restart something or just try to play a music?00:52
malyou need to run "systemctl-user restart pulseaudio"00:52
T42<edp_17> Done, but still no sound.00:54
maldid pulseaudio start?00:55
maldo you see "library "libaudioroute.so" not found" still in journal00:55
malor something else like that from pulseaudio00:55
T42<edp_17> Yes, it started: https://paste.ubuntu.com/p/jkdGk2jQDr/00:55
malhmm, maybe try rebooting just in case00:56
T42<edp_17> Journal doesn't show, that error.00:58
T42<edp_17> Should I symlink libdroid-util.so to /usr/lib64/pulseaudio ?00:58
T42<edp_17> After reboot, still no sound, although, pulseaudio is running.01:01
T42<edp_17> mal : I am going to bed now. Thanks for your help. Good night.01:07

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