Re: [Alsa-user] how to keep mixer settings and sounfonts on reboot?

2003-12-13 Thread phony
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. ---

[Alsa-user] only root can play music cds?

2003-12-13 Thread phony
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?

[Alsa-user] how to keep mixer settings and sounfonts on reboot?

2003-12-13 Thread phony
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

[Alsa-user] midi doesn't work with soundblaster live! (rev.3)

2003-12-09 Thread phony
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

Re: [Alsa-user] ALSA on Debian Problems, EMU10k1 failed

2003-12-08 Thread phony
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

Re: [Alsa-user] no sound after installing 0.9.8 from source with 2.6 kernel

2003-12-08 Thread phony
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

Re: [Alsa-user] alsa 0.9.8 + 2.6-test9 + debian = errors in compiling

2003-12-08 Thread phony
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.)

[Alsa-user] no sound after installing 0.9.8 from source with 2.6 kernel

2003-12-08 Thread phony
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

[Alsa-user] alsa 0.9.8 + 2.6-test9 + debian = errors in compiling

2003-12-07 Thread phony
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