DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I installed Debian Sarge with the new installer through FTP and then dist-upgraded to unstable and then installed x-window-system and gnome. So, now I want to have sound with ALSA, but when I type alsamixer it gives me that:
Code:
alsamixer: function snd_ctl_open failed for default: No such device
I have run alsaconf before alsamixer and it says that everything is okay.
Personally, I use aumix-gtk as my sound mixer in WindowMaker. In theory, you should be able to use any mixer you have available to control the sound levels in ALSA (once you've done "alsaconf").
Last edited by Dead Parrot; 06-20-2004 at 05:39 AM.
Here's the procedure that worked for me: I installed (I used Aptitude that also installs the "recommended" packages) the "alsa-base" package and did (as root) "alsaconf". The "alsaconf" command did a probe to find my soundcard and after it had correctly detected my sound hardware, I was able to use aumix-gtk to set up the sound levels like I wish. In what step of this procedure do you experience problems?
On second thought, does "nano /etc/group" show that you're a member in the "audio" group? If not, this may be one source of your sound problems. You can add your normal user into new groups with the "adduser" command (check out "man adduser" to get more detailed info on this command).
Running update-modules...
Loading driver...
Restoring ALSA mixer settings ... failed:
You may want to run 'alsactl restore' manually to view any errors.
Setting default volumes...
Saving the mixer setup used for this in /var/lib/alsa/asound.state.
/usr/sbin/alsactl: save_state:1061: No soundcards found...
Has the sound worked before installing ALSA? Do you have the correct kernel module for your sound card loaded? You can use the "lsmod" command to view the modules that are loaded at the moment.
My brother and I had the same problem the other day. We solved it by going to /lib/modules/2.6.6-1-k7/kernel/sound and removing the oss folder --- renaming it would probably work too. I just stuck mine in /home in case I ever need it for something.
We had Alsa set up but the old sound modules would load first and wouldn't share the sound with Alsa. Taking out the folder kept the old modules from being found....... so they couldn't load.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.