[Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread roland

I installed Mandrake 9 b 2 on my Leadtek 7350 KDA with an integrated
sound peripheral.

Mandrake 9.0 beta 2 detect a SiS 7012 PCI Audio Accelerator, but there
is no sound.

So I tried to type this line in my /etc/modules.conf file:
alias sound i810_audio

It's a miracle :-), the sound runs.

But there is a problem, it is chopped, cut in many parts.

I've do the same thing on my Mandrake 8.2, and it functions really well.

Roland





Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread Thierry Vignaud

roland [EMAIL PROTECTED] writes:

 I installed Mandrake 9 b 2 on my Leadtek 7350 KDA with an integrated
 sound peripheral.

 Mandrake 9.0 beta 2 detect a SiS 7012 PCI Audio Accelerator, but there
 is no sound.

send me the result of lspcidrake -v so that i make your card use i810_audio

 So I tried to type this line in my /etc/modules.conf file:
 alias sound i810_audio

 It's a miracle :-), the sound runs.

 But there is a problem, it is chopped, cut in many parts.

 I've do the same thing on my Mandrake 8.2, and it functions really well.

could you try snd-intel8x0 instead of i810_audio (don't forget to
install alsa-utils, libalsa2, libalsa2-data, to run the alsa service
and to set the sound volume level since alsa is muted by default)





Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread roland

On jeu, 2002-08-15 at 13:10, Thierry Vignaud wrote:
 roland [EMAIL PROTECTED] writes:

send me the result of lspcidrake -v so that i make your card use i810_audio

I will try this

 could you try snd-intel8x0 instead of i810_audio (don't forget to
 install alsa-utils, libalsa2, libalsa2-data, to run the alsa service
 and to set the sound volume level since alsa is muted by default)

snd-intel8x0 is that Mandrake 9.0 put in /etc/modules.conf
I've put a # before this for type i810_audio.
 






Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread Thierry Vignaud

roland [EMAIL PROTECTED] writes:

  could you try snd-intel8x0 instead of i810_audio (don't forget to
  install alsa-utils, libalsa2, libalsa2-data, to run the alsa
  service and to set the sound volume level since alsa is muted by
  default)

 snd-intel8x0 is that Mandrake 9.0 put in /etc/modules.conf
 I've put a # before this for type i810_audio.

when you wrote there's no sound, what do you exactely means ?
i understood your mail as there was no driver for your sound card.

do you mean that:
- apps complains that there's no /dev/dsp, and thus cannot play sound ?
- apps complains that they cannot open /dev/dsp, and thus cannot play
  sound ?
- the alsa module isn't load ?
- the apps seems to play but there's no sound ?





Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread iroland

On jeu, 2002-08-15 at 13:10, Thierry Vignaud wrote:

 send me the result of lspcidrake -v so that i make your card use
i810_audio

I joign the result of lspcidrake -v and my /etc/modules.conf,
before the modification and after.






unknown : Silicon Integrated Systems [SiS]|735 Host [BRIDGE_HOST] (vendo
unknown : Silicon Integrated Systems [SiS]|5591/5592 AGP [BRIDGE_PCI] (v
unknown : Silicon Integrated Systems [SiS]|85C503/5513 [BRIDGE_ISA] (ven
usb-ohci: Silicon Integrated Systems [SiS]|7001 USB [SERIAL_USB] (vendor
usb-ohci: Silicon Integrated Systems [SiS]|7001 USB [SERIAL_USB] (vendor
unknown : Silicon Integrated Systems [SiS]|5513 [IDE] [STORAGE_IDE] (ven
snd-intel8x0: Silicon Integrated Systems [SiS]|SiS7012 PCI Audio Accelerator
8139too : Realtek|RTL-8139 [NETWORK_ETHERNET] (vendor:10ec device:8139)
Card:NVIDIA GeForce3 (generic): nVidia Corporation|GeForce3 (rev 1) [DISPLAY_VGA
unknown : Virtual|Hub [] (vendor: device:)
unknown : Virtual|Hub [] (vendor: device:)


probeall usb-interface usb-ohci
alias eth0 8139too
above snd-intel8x0 snd-pcm-oss
alias sound-slot-0 snd-intel8x0
alias usb-interface0 usb-ohci



probeall usb-interface usb-ohci
alias eth0 8139too
# above snd-intel8x0 snd-pcm-oss
# alias sound-slot-0 snd-intel8x0
alias usb-interface0 usb-ohci
alias sound i810_audio



Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread iroland

Le Jeudi 15 Août 2002 13:34, vous avez écrit :
 roland [EMAIL PROTECTED] writes:
   could you try snd-intel8x0 instead of i810_audio (don't forget to
   install alsa-utils, libalsa2, libalsa2-data, to run the alsa
   service and to set the sound volume level since alsa is muted by
   default)
 
  snd-intel8x0 is that Mandrake 9.0 put in /etc/modules.conf
  I've put a # before this for type i810_audio.

 when you wrote there's no sound, what do you exactely means ?
 i understood your mail as there was no driver for your sound card.

 do you mean that:
 - apps complains that there's no /dev/dsp, and thus cannot play sound ?
 - apps complains that they cannot open /dev/dsp, and thus cannot play
   sound ?
 - the alsa module isn't load ?
 - the apps seems to play but there's no sound ?

KDE didn't produce any sound at the boot
XMMS tells: 

impossible open audio

try to check if you use the good module
if you card is correctly configurated
if any program black the sound card

(I traduced this from French to English, so it's no perfect:)

I think it's this:
 - apps complains that they cannot open /dev/dsp, and thus cannot play
  sound ?




Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread iroland


could you try snd-intel8x0 instead of i810_audio (don't forget to
install alsa-utils, libalsa2, libalsa2-data, to run the alsa
service and to set the sound volume level since alsa is muted by
default)

I will try to install alsa.




Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread Thierry Vignaud

[EMAIL PROTECTED] writes:

 I joign the result of lspcidrake -v and my /etc/modules.conf,
 before the modification and after.

 snd-intel8x0: Silicon Integrated Systems [SiS]|SiS7012 PCI Audio Accelerator

yes, but have you retested with alsa module, enabled alsa service, and
sound volume unmuted ?

me thinking forcing alsa default volume to 50,50 and enabling alsa by
default.





Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread iroland

Le Jeudi 15 Août 2002 20:09, vous avez écrit :
 [EMAIL PROTECTED] writes:
  I joign the result of lspcidrake -v and my /etc/modules.conf,
  before the modification and after.
 
  snd-intel8x0: Silicon Integrated Systems [SiS]|SiS7012 PCI Audio
  Accelerator


enabled alsa service, 

The alsa service is enabled at boot

 sound volume unmuted ?

I use aumix to set sound volume, and there isn't any part wich is muted.

 me thinking forcing alsa default volume to 50,50 and enabling alsa by
 default.

Is there a special utility for set alsa volume and enable alsa by default?
Don't you think it's easier to add the driver (if it's possible)

PS: if you are French, we can talk in French, it would be more simple for me 
:-)




Re: [Cooker] Sound problem on SiS 730 with mdk 9 b2

2002-08-15 Thread Thierry Vignaud

[EMAIL PROTECTED] writes:

 enabled alsa service, 

 The alsa service is enabled at boot

  sound volume unmuted ?

 I use aumix to set sound volume, and there isn't any part wich is
 muted.

so does the sound works with the alsa module ?

  me thinking forcing alsa default volume to 50,50 and enabling alsa
  by default.

 Is there a special utility for set alsa volume and enable alsa by
 default?

using oss's /dev/mixier as aumix does is fine, but frederic saw a bug
one day where oss mixer emulation and alsa mixer were'nt synced.

 Don't you think it's easier to add the driver (if it's possible)

what driver ? i guess you mean to the driver ? that's be the easier
way i had seen.

 PS: if you are French, we can talk in French, it would be more
 simple for me :-)

i'm, so you can but in private then.