PDA

View Full Version : AC97 Sound Card Problem - Toshiba A60


fthamura
29th November 2004, 12:24 PM
I have a Toshiba A60 Notebook with IXP150 AC'97 Audio Controller, I try several step the card is not working, when I try to use Volume Control, the message is devices is not found.

I try lsmod

get this

snd_atiixp_modem 17769 3
snd_atiixp 20713 0
snd_ac97_codec 64401 2 snd_atiixp_modem,snd_atiixp
snd_pcm_oss 47609 0
snd_mixer_oss 17217 2 snd_pcm_oss
snd_pcm 97993 3 snd_atiixp_modem,snd_atiixp,snd_pcm_oss
snd_timer 29765 1 snd_pcm
snd 54053 11 snd_atiixp_modem,snd_atiixp,snd_ac97_codec,snd_pcm _oss,snd_mixer_oss,snd_pcm,snd_timer

what should i do?

Frans (frans@intercitra.com)

macemoneta
29th November 2004, 02:46 PM
Try adding "alias snd-card-0 snd-atiixp" to /etc/modprobe.conf (comment out any existing "alias snd-card-0"). I think that's the chipset in that machine.

fthamura
30th November 2004, 03:09 AM

this is my modprobe.conf, there is alias, but still not working
----------------------------------
alias eth0 8139too
alias snd-card-0 snd-atiixp
options snd-card-0 index=0
install snd-atiixp /sbin/modprobe --ignore-install snd-atiixp && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-atiixp { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-atiixp
alias usb-controller ehci-hcd
alias usb-controller1 ohci-hcd
alias ieee1394-controller ohci1394

# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.7 ---
alias snd-card-0 snd-atiixp
alias sound-slot-0 snd-atiixp

macemoneta
30th November 2004, 04:56 AM
You have multiple entries for snd-card-0; remove the duplicates.

It looks like a recent kernel change (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=125873) broke the snd-atiixp driver. You can use an old kernel, or put yourself on the cc: list for that bug to get notification of the fix.