No Call or Media Audio Output (F5121)
-
@c4pp4 Looks like there aren't any cards:
phablet@ubuntu-phablet:~$ pacmd list-cards
0 card(s) available. -
Another one:
aplay -l
-
@c4pp4 Nothing:
hablet@ubuntu-phablet:~$ aplay -l
aplay: device_list:268: no soundcards found... -
Have you tried to reinstall UT?
Another one:
cat /proc/asound/cards
-
@c4pp4 Yes, multiple times. I mainly wanted to see if anybody else experienced this. I now really do think the sound chip is fried. How that happened, I have no clue.
-
@ledfloyd1984 What channel are you using?
-
@c4pp4 Same thing:
phablet@ubuntu-phablet:~$ cat /proc/asound/cards
--- no soundcards --- -
@c4pp4 I selected the dev channel that is selected by default for the Xperia X. Cant remember the exact name.
-
@ledfloyd1984 Can you try stable?
-
@c4pp4 Yeah, I tried that as well. No results. Not sure whats going on here.
-
@ledfloyd1984 Maybe syslog can help:
cat /var/log/syslog | grep -E "audio|tasha"
Or you can try to manually load missing modules:
pacmd load-module module-droid-card-24 rate=44100 quirks=+unload_call_exit pacmd load-module module-droid-glue-24
You can try to install back an android rom to test audio.
-
@c4pp4 Yeah, that didn't yield any results either. Both of the commands failed.