On Saturday 13 December 2003 10:16 am, kluu te wrote:
> add the line /usr/sbin/alsactl restore in rc.local
> to restore mixer settings. You must use alsactl store to save them.
Thank you.
I don't have rc.local, but I was able to edit /etc/init.d/alsasound instead.
It works now.
---
Everyone who is a member of audio can play wav and midi files, but only root
can play music cds. I've tried a couple of cdplayers with the same results. I
figure it's a permission issue. Is there a reasonably secure way of making it
so that members of audio can play music cds?
For the soundfonts, I saw in the archives to put
post-install snd-mixer-oss sfxload /usr/local/sfbank/mysoundfont.sf2
in modules.conf. Since I use debian and modules.conf isn't supposed to be
edited directly, I put it in /etc/modutils/alsa with all of the aliases for
the sound stuff. It e
I found just about the same problem listed here:
http://www.geocrawler.com/archives/3/12350/2001/9/200/6611505/
There were no solutions suggested.
Soundfonts don't load. Midi players don't work. They say:
/dev/sequencer: No such device or address
It's there.
cat /proc/asound/seq/drive
I'm just getting finished with something similar. I'm sure there's a better
way, but this was how I got it to work:
I followed the instructions from
http://alsa.opensrc.org/index.php?page=CompilingTips
It didn't work, so I tried again.
After the reboot, I did a modprobe and noticed that the modu
I tried
modprobe -l
None of the sound modules show up. But I can go to
/lib/modules/kernel/sound
and see them (in acore, pci, synth, etc)
Doing
modprobe snd-mixer-oss
returns
Module snd-mixer-oss not found.
But it's there. The aliases are in /etc/modutils/alsa
upd
I still don't understand why, but now it compiles.
Previously, I used the 'O'
option on the make and sent it to a different directory. Apparently, this is
broken in the kernel source. I recompiled the kernel in its source directory.
Now ALSA compiles. (Still doesn't work, but compiles.)
modprobe snd-emu10k1 fails
Looking in /proc/asound, its says "no soundcards". Under that, all the audio
and midi devices say "NOT ENABLED IN CONFIG". For a sound driver, it says
3.8.1a-980706 (ALSA v0.9.7 emulation code), which I don't understand. (I
installed 0.9.8 not 0.9.7)
What config is t
I built my own kernel, so here's what I started with:
./configure --with-cards=emu10k1 --with-sequencer=yes
--with-kernel=/usr/build/kernel2.6 --with-isapnp=no
isapnp isn't compiled into the kernel, so I needed --with-isapnp=no in order
to get it to configure
then I tried to make. The first fe