Hi Takashi,

Thanks for your reply. You're correct, my system has a CMI9739A codec
chip. The odd thing is that with RH8 I'm positive that I did have a PCM
control and that it did affect the volume. Regardless of that, I still
have no audio. Do I need to rebuild the alsa driver ? If anyone has
sound working with a CMI9739A and a SIS7012 then I'd like to see their
/etc/modules.conf, .asoundrc etc.

Curiously, insmod reports the following errors when I try to load the
snd-intel8x0 module. Are these messages relevant to the problem ?

# insmod snd-intel8x0
Using /lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_card_proc_new_Rbd40f1ac
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_lib_ioctl_R55b9f368
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_period_elapsed_R14ccd8ea
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_lib_preallocate_pci_pages_for_all_Rd29d23ed
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_ac97_tune_hardware_R988ff525
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_ac97_mixer_Rb001eb74
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_ac97_update_bits_R73a1ae11
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_card_free_Rd557b7c4
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_verbose_printk_R49d4e4d1
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_lib_free_pages_R9f1a407a
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_lib_malloc_pages_R6b511499
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol _snd_magic_kcalloc_R2061fcb1
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_ac97_set_rate_R2655a795
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_wrapper_kfree_R6782bdd7
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_magic_kfree_R734de7d7
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_mpu401_uart_new_R753de13d
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_set_ops_Redbb9d79
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_verbose_printd_Ra577f073
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_card_register_Ra4fa1ca3
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_suspend_all_R301aa1b7
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_iprintf_R2f0b152f
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_hw_constraint_list_Rf268f1fc
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_card_new_R6970367b
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_hw_constraint_integer_Rbccd0e68
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_free_pci_pages_R18040818
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_device_new_Rb9ed43e2
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_malloc_pci_pages_R1ee865fa
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_pcm_new_R5397fd47
/lib/modules/2.4.20-18.9/kernel/sound/pci/snd-intel8x0.o: unresolved
symbol snd_ac97_resume_R9fb68d08

Nigel

On Mon, 2003-07-14 at 05:44, Takashi Iwai wrote:
> At Thu, 10 Jul 2003 22:31:36 -0700,
> Nigel Simpson wrote:
> > 
> > When I run alsamixer I see Master and PCM volume controls which I
> > unmute, but I can't adjust the volume on the PCM control.
> 
> check your ac97 codec chip.  if it's a CMI9xxx chip, there is no PCM
> volume control in fact.
> 
> >When I start
> > xmms and select the ALSA 0.9 output plugin [libALSA.so] and use the
> > default selection of "SIS SI7012" audio device and try to play mp3 audio
> > I get this error:
> > 
> >     broken configuration for playback: no configuration available:
> > Invalid argument
>  
> it seems trying to somethin invalid parameters for playback.
> try to contact with the plugin author.
> also try oss plugin whether the driver works correctly.
> 
> 
> Takashi



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to