PlaneShift

Support => Linux Specific Issues => Topic started by: slysly on September 13, 2008, 10:43:09 pm

Title: OpenSuse 11.0 - No Sound
Post by: slysly 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.
Title: Re: OpenSuse 11.0 - No Sound
Post by: Namach 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!