LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   sound not working, sarge with alsa installed (https://www.linuxquestions.org/questions/debian-26/sound-not-working-sarge-with-alsa-installed-339585/)

yoyoguy2 07-03-2005 09:14 AM

sound not working, sarge with alsa installed
 
I just installed ALSA via apt-get and ran alas-conf but there is no sound. It detected the card fine (it's a creative audigy 2) and made a popping noise over the speakers while running alsa-conf. it looks like it's playing sound, but i hear nothing... no error or anything.

McCloud 07-03-2005 09:32 AM

Please do some searching in this forum before posting these questions. Almost the same question was posted a few days ago (it is actually still on the first topics-page). Check this topic and especially 'Dead Parrot's answer: Sound won't work in Sarge

darkleaf 07-03-2005 09:33 AM

Do you get sound as root?

yoyoguy2 07-03-2005 10:00 AM

i did search, if you read the post you're referencing you'd see that he had a 2.4 kernel, an error message, and ALSA not installed. i'm already running 2.6, I installed ALSA, have no error message, and checked the mute setting in alsa-mixer first. so this is what i like to call "a different problem."

and i do not appear to have sound as root either.

darkleaf 07-03-2005 10:12 AM

Do you have the proper sound modules loaded? You can check with "lsmod"

yoyoguy2 07-03-2005 10:16 AM

Code:


snd_emu10k1            80776  2
snd_rawmidi            23204  1 snd_emu10k1
snd_pcm_oss            48168  1
snd_mixer_oss          16640  1 snd_pcm_oss
snd_pcm                85384  2 snd_emu10k1,snd_pcm_oss
snd_timer              23300  1 snd_pcm
snd_seq_device          7944  2 snd_emu10k1,snd_rawmidi
snd_ac97_codec        59268  1 snd_emu10k1
snd_page_alloc        11144  2 snd_emu10k1,snd_pcm
snd_util_mem            4608  1 snd_emu10k1
snd_hwdep              9092  1 snd_emu10k1
snd                    50660  12 snd_emu10k1,snd_rawmidi,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,snd_util_mem,snd_hwdep
soundcore              9824  2 snd

i have all these sound related modules

McCloud 07-03-2005 10:26 AM

You didn't mention in your first post that you configured the alsa-mixer and that you had run the 'alsactl store' command. That's why I assumed you hadn't read the post.

Can you give some more info?? What kind of soundcard do you have, etc. Do you have the right permissions set on the sound devices. Do you have al the necessary kernel-modules loaded??

yoyoguy2 07-03-2005 10:30 AM

it's a creative audigy 2. the sound doesn't work as root either, so i don't think it's a permissions thing, which files would i have to check, and which kernel modules should be installed?

darkleaf 07-03-2005 11:09 AM

I don't have that card but a bit of googling suggests that maybe you want to try removing the snd-emu10k1 and insert the module 'emu10k1'

yoyoguy2 07-03-2005 11:37 AM

where would i get the other module? i looked at the emu10k1 driver project at sourceforge, and it seems much less up t o date than the alsa driver...

zero79 07-03-2005 02:01 PM

you would do

Code:

# rmmod snd-emu10k1
# modprobe emu10k1

if that works correctly, then you would add snd-emu10k1 to /etc/hotplug/blacklist and emu10k1 to /etc/modules

yoyoguy2 07-03-2005 03:30 PM

that worked! thanks a lot, i'll put the one without the snd_ in front of it in etc/modules and see if it works after reboot

darkleaf 07-03-2005 06:19 PM

Glad to see that was the right direction :)

It should just work now.


All times are GMT -5. The time now is 05:59 PM.