Hi Federico,
On 30.06.25 18:12, Federico Bruni wrote:
What's the output of:
ls -l /usr/local/share/alsa/alsa.conf
You should probably add your user to a group which can read that file.
Why /usr/local?
Don't you have the same file in /usr?
well…
>> ~$ frescobaldi
>> ALSA lib conf.c:4580:(snd_config_update_r) Cannot access file
>> /usr/local/share/alsa/alsa.conf
>> ALSA lib seq.c:1011:(snd_seq_open_noupdate) Unknown SEQ default
~$ ls -l /usr/local/share/alsa/alsa.conf
ls: cannot access '/usr/local/share/alsa/alsa.conf': No such file or
directory
~$ ls -l /usr/share/alsa/alsa.conf
-rw-r--r-- 1 root root 10117 Jan 19 2022 /usr/share/alsa/alsa.conf
So I guess the question is why is Frescobaldi (or the ALSA sub-process?)
looking for the file in /usr/local, isn’t it?
Best, Simon