[ardour-dev] Alsaconf and Ardour beta11.1...

Sampo Savolainen v2 at iki.fi
Sun Feb 25 12:32:44 PST 2007


On Sun, 2007-02-25 at 21:19 +0200, muadib at in.gr wrote:
> Well, it returns:
> 
>   ALSA lib seq_hw.c:451:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
>   ardour-2.0beta11.1: seq.c:2177: snd_seq_create_port: Assertion `seq && port' failed.
>   Aborted
>   # 
> 
> The machine runs on FC3. On other thing I hadn't bothered to correct until now is that every 
> time I reboot, I have to manually restore alsamixer's channels...Is there any way to fix that?
>  "alsactl store" doesn't seem to work....


You need to make sure your system loads the snd-seq-midi module
automatically on every boot. This is done by adding the name of the
module (snd-seq-midi) into /etc/modules

"alsactl store" does store mixer settings, but it doesn't help if your
system does not "alsactl restore" them at boot up. Look at the scripts
in /etc/init.d/ and see if any of them run the command. It's possible
that there are scripts which load the settings, but the feature has been
disabled.

If FC3 does not do this, you can always either run "alsactl restore" by
hand, or write an init script to do that automatically.

 Sampo





More information about the Ardour-Dev mailing list