No sound after updating to polypaudio
NicS
ulist at gs1.ubuntuforums.org
Wed Feb 23 15:10:27 UTC 2005
Finally worked for me!
Guys, unplug all your buil-in mic webcams!!
Can play Video in Totem and Rhythmbox at the same time!!! Great
In gnome-volume-control, sound is linked to PCM in OSS and Headphones
in ALSA.
Here is my polypaudio default:
--------------------------------------------------------------------------------
# Load audio drivers statically
load-module module-alsa-sink sink
load-module module-alsa-source device=plughw:1,0
#load-module module-oss device="/dev/dsp" sink_name=output
source_name=input
#load-module module-oss-mmap device="/dev/dsp" sink_name=output
source_name=input
#load-module module-null-sink
#load-module module-pipe-sink
# Load audio drivers automatically on access
# ALSA
add-autoload-sink output module-alsa-sink sink_name=output
add-autoload-source input module-alsa-source source_name=input
source_name=input
# OSS
#add-autoload-sink output module-oss device="/dev/dsp" sink_name=output
source_name=input
#add-autoload-source input module-oss device="/dev/dsp"
source_name=input sink_name=output
#add-autoload-sink output module-oss-mmap device="/dev/dsp"
sink_name=output source_name=input
#add-autoload-source input module-oss-mmap device="/dev/dsp"
sink_name=output source_name=input
# Load several protocols
load-module module-esound-protocol-unix
#load-module module-esound-protocol-tcp
load-module module-native-protocol-unix
#load-module module-simple-protocol-tcp
#load-module module-cli-protocol-unix
# Load the CLI module
load-module module-cli
# Make some devices default
set-default-sink output
set-default-source input
.nofail
# Load something to the sample cache
load-sample x11-bell /usr/share/sounds/generic.wav
load-sample-dir-lazy /usr/share/sounds/*.wav
# Load X11 bell module
load-module module-x11-bell sample=x11-bell sink=output
# Publish connection data in the X11 root window
load-module module-x11-publish
--------------------------------------------------------------------
Everything is set to ESD in gstreamer-properties
Here is my asound.conf
pcm.card0 {
type hw
card 0
}
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1025
slave {
pcm "hw:0,0"
period_time 0
period_size 2048
buffer_size 32768
rate 44100
}
bindings {
0 0
1 1
}
-----------------------------------------------------------------
and my esd.conf
-------------------------------------------------------------------
[esd]
auto_spawn=1
spawn_options=-terminate -nobeeps -as 2 -d dmixer
spawn_wait_ms=100
# default options are used in spawned and non-spawned mode
default_options=
---------------------------------------------------------------------
Well after 3 weeks with no sound finally I can enjoy!
--
NicS
More information about the ubuntu-users
mailing list