Author Topic: OpenSuse 11.0 - No Sound  (Read 948 times)

slysly

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
OpenSuse 11.0 - No Sound
« on: September 13, 2008, 10:43:09 pm »
I have tried the ALSA, OSS and Jack settings in the config and I still have no sound.

I tried setting the buffers to 350 as suggested as well to no avail.

Namach

  • Traveller
  • *
  • Posts: 12
    • View Profile
Re: OpenSuse 11.0 - No Sound
« Reply #1 on: October 09, 2008, 10:31:03 pm »
Just comment the '!default' sections in your /etc/asound-pulse.conf, make it look like the following:

-----
pcm.pulse {
    type pulse
}

ctl.pulse {
    type pulse
}

# Let's make it the default!

#pcm.!default {
#    type pulse
#}

#ctl.!default {
#    type pulse
#}
-----

After that, try a

/etc/init.d/alsasound restart

and you should be done! ^_^ See you!