From: Claude F. <Cla...@ba...> - 2015-09-23 13:37:26
|
On 09/23/2015 12:11 PM, Håken Hveem wrote: Hi Håken, In my opinion, if there are missing packages in source code, you cannot compile. If there are missing packages in compiled library form, you cannot start the program. It is necessary to have all the needed packages, but more packages are not necessary here. I have compared the module list you have posted to the one I'm have myself. The main differences are: The modules in your config but not in mine: module-oss, module-zeroconf-discover, module-zeroconf-publish. The modules in my config but not in yours: module-hal-detect, module-jack-sink, module-jack-source, module-jackdbus-detect, module-role-ducking. I do not think that these differences are important. I have compared the /etc/pulse/daemon.conf you have posted to the one I'm using myself. In your config, I note the line dl-search-path = /usr/lib/pulse-4.0/modules while here I have dl-search-path = /usr/lib/pulse-6.0/modules Are you sure that this path exists and that the needed modules are there ? Are you sure that you have pulseaudio 4 installed ? It's really old. In your config, you have resample-method = speex-float-1 default-sample-rate = 44100 default-fragments = 8 default-fragment-size-msec = 10 deferred-volume-safety-margin-usec = 1 I have resample-method = auto default-sample-rate = 48000 default-fragments = 4 default-fragment-size-msec = 25 deferred-volume-safety-margin-usec = 8000 Your default-sample-rate is probably a problem. Set it to 48000 and alternate-sample-rate to 44100, if you need it. I ignore the importance of resample-method = speex-float-1 and of deferred-volume-safety-margin-usec. Best 88 de Claude |