Re: [pulseaudio-discuss] Strange parsing module args?

2011-05-23 Thread Colin Guthrie
'Twas brillig, and mar...@saepia.net at 21/05/11 16:14 did gyre and gimble: why following command does not work load-module module-null-sink sink_description=tuned\ patchbay:\ TCP\ source\ xxx,sink_name=tuned.patchbay.source.xxx while this one works: load-module module-null-sink

Re: [pulseaudio-discuss] How to redirect pulse audio through ssh?

2011-05-23 Thread Quinn Plattel
Hi, I tried the pulse cookie method. Here is what I did: - on the local sound server side, I copied ~/.pulse-cookie to the remote sound client to /etc/pulse/pulse-cookie-n900 - on the remote sound client side, I added the following two lines to /etc/pulse/client.conf: default-server =

[pulseaudio-discuss] How to change profile of bluetooth headset for different applications?

2011-05-23 Thread Lin, Mengdong
Is it possible to handle bluetooth profile change within module-bluetooth-device, instead of unload this module and reloading it with the new profile argument for the same device? I need my bluetooth headset working under A2DP profile for a music/video application and switch to HSP profile

[pulseaudio-discuss] How to debug a protocol error message?

2011-05-23 Thread Quinn Plattel
Hi, I am currently having problems with communication between a version 0.9.22 pulseaudio client and a version 0.9.15 pulseaudio server. Here are the steps to reproduce the error message: pulseaudio server side: ssh -X -R 4713:localhost:4713 remote-pulseaudio-client PULSE_SERVER=localhost:4713

Re: [pulseaudio-discuss] How to change profile of bluetooth headset for different applications?

2011-05-23 Thread Colin Guthrie
'Twas brillig, and Lin, Mengdong at 23/05/11 16:58 did gyre and gimble: Is it possible to handle bluetooth profile change within “module-bluetooth-device”, instead of unload this module and reloading it with the new profile argument for the same device? Yeah, this can be changed quite easily.

[pulseaudio-discuss] Dealing with the ThinkPad hardware mixer

2011-05-23 Thread Andrew Lutomirski
Most ThinkPad laptops have an extra mixer that has nothing to do with the HDA audio hardware. The kernel can talk to it through the embedded controller and, if it's muted, then there's no sound even if the normal controls are all set on. These laptops have three special buttons. The mute button

Re: [pulseaudio-discuss] Dealing with the ThinkPad hardware mixer

2011-05-23 Thread Colin Guthrie
'Twas brillig, and Andrew Lutomirski at 23/05/11 18:21 did gyre and gimble: What is the kernel supposed to do to get PulseAudio to DTRT? On some, but not (I think) all, models, we can disable hardware mixer control and make all of the buttons act like ordinary buttons, but that will cause the

Re: [pulseaudio-discuss] Dealing with the ThinkPad hardware mixer

2011-05-23 Thread Tom Gundersen
On Mon, May 23, 2011 at 7:50 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Andrew Lutomirski at 23/05/11 18:21 did gyre and gimble: What is the kernel supposed to do to get PulseAudio to DTRT?  On some, but not (I think) all, models, we can disable hardware mixer control and

Re: [pulseaudio-discuss] Dealing with the ThinkPad hardware mixer

2011-05-23 Thread Andrew Lutomirski
On Mon, May 23, 2011 at 4:00 PM, Tom Gundersen t...@jklm.no wrote: On Mon, May 23, 2011 at 7:50 PM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Andrew Lutomirski at 23/05/11 18:21 did gyre and gimble: What is the kernel supposed to do to get PulseAudio to DTRT?  On some, but

Re: [pulseaudio-discuss] Dealing with the ThinkPad hardware mixer

2011-05-23 Thread David Henningsson
Hi Andrew and thanks for dealing with this issue! I'm sometimes working with certifying Lenovo for Canonical/Ubuntu, so this definitely concerns me. However I know very little about the thinkpad-acpi driver and would like to know more about how it works, and especially the mixer part. On