View Single Post
Posts: 30 | Thanked: 24 times | Joined on Mar 2014
#192
Oh yeah, looks like I managed to solve the sound issue on Gemini PDA, SFOS 4.1.0.24:

First I did this:
Code:
$ devel-su
# mkdir -p /odm/etc/
# cd /odm/etc/
# ln -s /vendor/etc/audio_param .
# exit
Then I did this everytime the sound stopped to work:
Code:
$ systemctl --user restart pulseaudio.service
$ systemctl --user status pulseaudio.service
The last line is optional, just a quick check, if everything works.

At last, I played some sound in SFOS and voillį! It also worked in the running instance of Debian!

More information here:
https://forum.sailfishos.org/t/4-1-0...r-upgrade/6530

About the keyboard issue, xev seems to not recognize Fn. It gives blank bytes received, or something like that. After pressing Fn+o, it just writes this
Code:
'' (blank symbol received, key pushed)
'o' (key pushed)
'o' (key pulled)
'' (blank symbol received, key pulled)
or something like that, if I understand the log correctly.
 

The Following 3 Users Say Thank You to Mir57 For This Useful Post: