
It's present. Excluding the header bits, here it is:alsac wrote:Siege,
I think Splink meant to check: /etc/modules.d/alsa (nano that file)
Code: Select all
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.9a ---
alias snd-card-0 snd-ens1371
alias sound-slot-0 snd-ens1371
# --- END: Generated by ALSACONF, do not edit. ---
Code: Select all
codec_semaphore: semaphore is not ready [0x1][0x701300]
codec_write 1: semaphore is not ready for register 0x54I use a brand new Soundblaster Audigy 2 ZS, and that did not help.Jawa_69 wrote:The solution for me has been enabling External Amplifier on the alsamixer
in the xmms-alsa configuration menu can u try turning off multi-thread mode. have a play with the optionsmonicajae wrote:XMMS runs fine, the configure opt for the alsa output plugin is correct, i can't find the issue either, or at least a solution. the equalizer bars move, the speakers are hooked up correctly, to my knowledge, and my sound card is unmuted. All permissions are ok and i am part of the audio group.
Code: Select all
emerge alsa-oss
I managed to get my sound working. I tried your tips, but they didn't work for me. So I did something else entirely.UTgamer wrote:< Solved >
Forget the modules in this cases!
Way to build a working system:
1) rename /lib/modules/[your-kernel-version]
2) emerge unmerge alsa-driver alsa-oss alsa-firmware
3) build a sound monolythic kernel. Put all needed sound drivers in kernel, do not build modules!
- do not forget to make modules && modules_install and move kernel into /boot
...
8 ) reboot with your new kernel.

That's what I'm using too. I tried your approach, it didn't work. I tried a couple variations on things, and no luck.UTgamer wrote:Thats sorry, but I used kernel 2.6.13-gentoo-r2, possibly it will only work there.
The main issue with this solution is I had actually tried in-kernel sound FIRST, and then decided it'd be easier to mess with fixing things as modules, so I have the same problem even with sound fully compiled into kernel. I also always remember to properly re-emerge graphics stuff, etc. after kernel recompiles.UTgamer wrote:Forget the modules in this cases!
Way to build a working system:
1) rename /lib/modules/[your-kernel-version]
2) emerge unmerge alsa-driver alsa-oss alsa-firmware
3) build a sound monolythic kernel. Put all needed sound drivers in kernel, do not build modules!
- do not forget to make modules && modules_install and move kernel into /boot
4) emerge [your graphics card driver]
5) emerge [your graphics card glx]
6) edit your /etc/modules.d/alsa file
- at mine is nothing enabled there anymore
7) modules-update
8 ) reboot with your new kernel.
My sound card doesn't have any of these options in Alsamixer (yes, I know to scroll to the right), so adjusting them is of no helpshmobag wrote:pecifically, I can now only get sound if I mute the "Headphone Jack Sense" and "Line Jack Sense" controls. Unlike some of the earlier posters, adjusting the "External Amplifier" makes no difference for me.
Thanks schmobag, that did it for me. Sound working again, so my girlfriend doesn't have to boot tio windows to use skype!!!schmobag wrote:Specifically, I can now only get sound if I mute the "Headphone Jack Sense" and "Line Jack Sense" controls. Unlike some of the earlier posters, adjusting the "External Amplifier" makes no difference for me.
OK, I use AMD64 possibly there is a difference between 64 Bit and 32 Bit systems.SDraconis wrote:The main issue with this solution is I had actually tried in-kernel sound FIRST, and then decided it'd be easier to mess with fixing things as modules, so I have the same problem even with sound fully compiled into kernel. I also always remember to properly re-emerge graphics stuff, etc. after kernel recompiles.
After upgrading to kernel 2.6.13-r3 from 2.6.12-r10 I also was unable to get sound working as a module. I have a SB Live card. Following schmobag's advice, I muted "Headphone LFE1", "Headphone 1", "Headphone Center 1", and "SB Live Analog/Digital Output Jack" in alsamixer. Not sure which of those controls did the trick but sound started working.schmobag wrote:Specifically, I can now only get sound if I mute the "Headphone Jack Sense" and "Line Jack Sense" controls. Unlike some of the earlier posters, adjusting the "External Amplifier" makes no difference for me.
My Hero! Worked on Thinkpad T40p with intel8x0.schmobag wrote:I found a solution at http://forums.gentoo.org/viewtopic-p-27 ... ml#2736006
My problem was solved by adjusting settings in alsamixer, but it wasn't the usual newbie mistake of forgetting to unmute the "PCM" and "Master" volume levels. Specifically, I can now only get sound if I mute the "Headphone Jack Sense" and "Line Jack Sense" controls. Unlike some of the earlier posters, adjusting the "External Amplifier" makes no difference for me.
This whole problem was especially annoying since I have had sound working on this computer for well over a year. In that time, I've done multiple kernel updates, and had no problem. I've always just had alsa and my sound driver built in to the kernel. I guess the powers-that-be made a change to alsa but didn't publicize it very well.

Code: Select all
lspci | grep audio
0000:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound Controller (rev a0)
0000:00:0b.0 Multimedia audio controller: Creative Labs SB0400 Audigy2 Value
Code: Select all
#
# Sound
#
CONFIG_SOUND=y
#
# Advanced Linux Sound Architecture
#
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
#
# PCI devices
#
CONFIG_SND_AC97_CODEC=y
CONFIG_SND_EMU10K1=y
CONFIG_SND_INTEL8X0=y
Code: Select all
# ALSA portion
# OSS/Free portion
## ALSA portion
alias snd-card-0 snd-emu10k1
alias snd-card-1 snd-intel8x0
## OSS/Free portion
## alias sound-slot-0 snd-emu10k1
alias sound-slot-0 snd-card-0
alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
alias sound-service-1-0 snd-mixer-oss
alias sound-service-1-3 snd-pcm-oss
alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
Code: Select all
cat /dev/urandom > /dev/dspI have an Audigy 2 ZS and exactly had same problem. So how does your .asoundrc entry looks?jimcerberus wrote:Hi, i'm having the same problem with an audigy 2 value (OEM), I'll try to resume how's my sistem configured:
I've 2 sound cards, both configured to work with alsa, the first one is an MB integrated intel8x0, it works perfectly and i'm using it right now.
I've sound compiled in-kernel as follows in my /usr/src/.config file:
-
I've tried everything that was posted here (mute/unmute, volume up in master, pcm, etc) and all I got was static sound doing:I think that there could be someting lost between the audigy driver and /dev/dsp, cuz when I start playing music with any player it "starts" and you can "see" that the sound analyzer draws: it appears to be working but no sound come's out, so I get no error at all.Code: Select all
cat /dev/urandom > /dev/dsp
Any help would be greatly appreciated.
BTW: my kernel version is 2.6.13-r3
Code: Select all
pcm.emu10k1 {
type hw
card 0
}
ctl.emu10k1 {
type hw
card 0
}

I've also tryed disabling the Intel8x0 card and there's no difference.Did you make your emu10k1 settings?
Sorry that wasn't clear written down. That did mean the .asoundrc file.jimcerberus wrote: What did you mean with:I've also tryed disabling the Intel8x0 card and there's no difference.Did you make your emu10k1 settings?
I'm going out of thoughts.
