T42 | <edp_17> Wifi built as module has fixed wifi issue. Wifi now works. :D | 00:21 |
---|---|---|
mal | good | 00:33 |
T42 | <edp_17> Interestingly, Audio and mic do not work. | 00:34 |
T42 | <edp_17> There is no sound either. | 00:34 |
mal | is your devcie 32-bit or 64-bit? | 00:36 |
T42 | <edp_17> 64 | 00:36 |
mal | you need libaudioroute.so symlink /usr/libexec/droid-hybris/system/lib64/libaudioroute.so which point to whereever the file file really is | 00:36 |
T42 | <edp_17> I'll try this. Thanks. | 00:37 |
mal | it could be also just pointing to vndk-29/libaudioroute.so or whatever vndk version your device uses | 00:38 |
mal | where is that file on your device? | 00:38 |
T42 | <edp_17> I have /system/lib/vndk-29/libaudioroute.so | 00:42 |
T42 | <edp_17> I've symlinked it to /usr/libexec/droid-hybris/system/lib64/ | 00:43 |
mal | is it only in /system/lib/ not in lib64? | 00:43 |
T42 | <edp_17> Oh, okay. | 00:43 |
mal | if it's in lib64 also just try symlink pointing to vndk-29/libaudioroute.so not the full path | 00:44 |
T42 | <edp_17> Yeah, I have both /system/lib/vndk-29/libaudioroute.so and /system/lib64/vndk-29/libaudioroute.so | 00:46 |
mal | so "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 |
mal | ok, then just the symlink | 00:48 |
T42 | <edp_17> I guess need to be in /system/lib64/ before I issue that command? | 00:49 |
mal | no | 00:49 |
mal | I mean in ln command the first path is the target and second in the link you create | 00:49 |
mal | it's intentional that the first path is not full path | 00:50 |
T42 | <edp_17> Okay, so what directory should I be in before run that command? currently I am in /home/defaultuser/ | 00:51 |
mal | doesn't matter since the latter path is full path | 00:52 |
T42 | <edp_17> Okay. | 00:52 |
T42 | <edp_17> Done, should I restart something or just try to play a music? | 00:52 |
mal | you need to run "systemctl-user restart pulseaudio" | 00:52 |
T42 | <edp_17> Done, but still no sound. | 00:54 |
mal | did pulseaudio start? | 00:55 |
mal | do you see "library "libaudioroute.so" not found" still in journal | 00:55 |
mal | or something else like that from pulseaudio | 00:55 |
T42 | <edp_17> Yes, it started: https://paste.ubuntu.com/p/jkdGk2jQDr/ | 00:55 |
mal | hmm, maybe try rebooting just in case | 00: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/!