Code: Select all
amixer set Master 100 unmute
amixer set PCM 100 unmute
Below are the outputs I've been seeing requested....
Code: Select all
myth2 ~ # lspci -v | grep audio
0000:00:0e.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 08)
Code: Select all
myth2 ~ # less /etc/modules.d/alsa
# OSS/Free portion
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
## alias snd-card-0 snd-interwave
## OSS/Free portion
## alias sound-slot-0 snd-card-0
##
# OSS/Free portion - card #1
## 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
# Set this to the correct number of cards.
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# --- 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
cat /usr/src/linux/.config | grep SND
CONFIG_SND=m
CONFIG_SND_TIMER=m
CONFIG_SND_PCM=m
CONFIG_SND_RAWMIDI=m
CONFIG_SND_SEQUENCER=m
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_AC97_CODEC=m
CONFIG_SND_ENS1371=m
alsasound is set to run at boot. dmesg shows no errors. Not sure if it matters, but I'm using ndiswrapper, and both it and the soundcard are using IRQ11. I was getting errors on boot if I set alsasound to run as default until I set pci=routeirq in grub.conf. I have also tried building the kernel with all of the kernel config options set to 'y'. Can anyone help out?


