At 09:55 PM 11/12/2010, you wrote:
At 10:33 AM 11/12/2010, you wrote:
At 11:50 AM 11/9/2010, you wrote:
On Tue, 2010-11-09 at 10:42 -0500, Dave wrote:
> At 05:31 AM 11/9/2010, you wrote:
> > > I tried adding each of the following (one at a time of course) to
> > > ~/.bashrc and none of these variations worked:
> > >
> > > export PULSE_SERVER=192.168.1.64
> >
> >This is the only form you need. I presume you logged out and back in
> >again after setting this env var?
> >
> >Try this on the command line and post the results:
> >
> >export PULSE_SERVER=192.168.1.64
> >export PULSE_LOG=99
> >paplay -vvv /usr/share/sounds/startup3.wav
>
> j...@ubuntu-jmrt:~$ export PULSE_SERVER=192.168.64
> j...@ubuntu-jmrt:~$ export PULSE_LOG=99
> j...@ubuntu-jmrt:~$ paplay /usr/share/sounds/purple/logout.wav
> D: memblock.c: Using shared memory pool with 1024 slots of size 64.0
> KiB each, total size is 64.0 MiB, maximum usable slot size is 65472
> D: context.c: Trying to connect to 192.168.64...
> Connection failure: Connection refused
> j...@ubuntu-jmrt:~$
> - No sound was played

Regarding the question of where to put the environment variable export
so that it's set for the whole session and not just terminal - I don't
think there's any standard place that will work everywhere.
- I tried setting the server address in the following
  places and none worked when i launch applications
  from gnome:

~/.bashrc
/etc/pulse/client.conf
~/.pulse/client.conf
/usr/bin/start-pulseaudio-x11


Also, as Colin pointed out earlier, tunnels might make more sense than
connecting directly to the remote server. ..... the command for loading
a tunnel sink is basically the following:

- I tried the following command:

j...@ubuntu-jmrt:~$ pactl load-module module-tunnel-sink server=192.168.1.64 sink=alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0 sink_name=sink-DGTM

15

I am trying this on another system (I dont have access to j...@ubuntu-jmrt this evening).

da...@davem-eee901:~$ pactl load-module module-tunnel-sink server=192.168.1.64 sink=alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0 sink_name=sink-DGTM

21

- So it looks like it is creating the tunnel to the server.
- How do I set this tunnel as the default sink (so apps launched from gnome will use it)?

- Dave

- One step forward and one step back. Looks like there is a problem creating the tunnel with the version of pulse used in the ubuntu 9.04 distribution. If I do the following on ubuntu 10.04 it works:

#
# Create a tunnel to the remote sound card
pactl load-module module-tunnel-sink "server=192.168.1.64 sink=alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0 sink_name=sink-DGTM"
#
# Make it the default sink
pacmd set-default-sink sink-DGTM
#

- Unfortunately this does not work on ubuntu 9.04. The syslog shows:

Nov 13 14:45:33 ubuntu-JMRT pulseaudio[3473]: module-tunnel.c: Stream died.

- In case someone is interested in seeing what happened when I tried this in 9.04, I have attached the complete terminal session as a text file.

- So I am going to assume that there is a bug in this version. Although it does work with padevchooser, I can not get it to work from the command line. I also tried adding the following to /etc/pulse/default.pa and got the same results:

### Make some devices default
#set-default-sink output
load-module module-tunnel-sink server=192.168.1.64 sink=alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0 sink_name=sink-DGTM
set-default-sink sink-DGTM
#set-default-source input

- syslog:
Nov 13 14:45:33 ubuntu-JMRT pulseaudio[3473]: module-tunnel.c: Stream died.

- So, unless someone has a better suggestion, I am back to trying to figure out where to export PULSE_SERVER so that apps launched from gnome see it when I reboot. Any pulse/ubuntu guru's out there? :)

- Dave  
j...@ubuntu-jmrt:~$ pacmd list
Welcome to PulseAudio! Use "help" for usage information.
>>> Memory blocks currently allocated: 1, size: 63.9 KiB.
Memory blocks allocated during the whole lifetime: 1462, size: 2.9 MiB.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default sink name: alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0
Default source name: alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0
Memory blocks of type POOL: 1 allocated/545 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/917 accumulated.
Memory blocks of type IMPORTED: 0 allocated/0 accumulated.
16 module(s) loaded.
    index: 0
        name: <module-gconf>
        argument: <>
        used: -1
        auto unload: no
    index: 1
        name: <module-suspend-on-idle>
        argument: <>
        used: -1
        auto unload: no
    index: 2
        name: <module-device-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 3
        name: <module-stream-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 4
        name: <module-alsa-sink>
        argument: <device_id=0 
sink_name=alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0 tsched=0>
        used: -1
        auto unload: no
    index: 5
        name: <module-alsa-source>
        argument: <device_id=0 
source_name=alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0 tsched=0>
        used: -1
        auto unload: no
    index: 6
        name: <module-hal-detect>
        argument: <tsched=0>
        used: -1
        auto unload: no
    index: 7
        name: <module-esound-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
    index: 8
        name: <module-native-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
    index: 9
        name: <module-default-device-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 10
        name: <module-rescue-streams>
        argument: <>
        used: -1
        auto unload: no
    index: 11
        name: <module-always-sink>
        argument: <>
        used: -1
        auto unload: no
    index: 12
        name: <module-console-kit>
        argument: <>
        used: -1
        auto unload: no
    index: 13
        name: <module-position-event-sounds>
        argument: <>
        used: -1
        auto unload: no
    index: 14
        name: <module-x11-publish>
        argument: <display=:0>
        used: -1
        auto unload: no
    index: 15
        name: <module-cli-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
1 sink(s) available.
  * index: 0
        name: <alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0>
        driver: <modules/module-alsa-sink.c>
        flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  77% 1:  77%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max request: 14 KiB
        max rewind: 0 KiB
        monitor source: 0
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        module: 4
        properties:
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ALC888 Analog"
alsa.id = "ALC888 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xe03a0000 irq 22"
device.description = "HDA Intel - ALC888 Analog"
device.string = "front:0"
device.buffering.buffer_size = "14336"
device.buffering.fragment_size = "1792"
device.access_mode = "mmap"
2 source(s) available.
    index: 0
        name: <alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0.monitor>
        driver: <modules/module-alsa-sink.c>
        flags: DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  49% 1:  49%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max rewind: 0 KiB
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        monitor_of: 0
        module: 4
        properties:
device.description = "Monitor of HDA Intel - ALC888 Analog"
device.class = "monitor"
  * index: 1
        name: <alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0>
        driver: <modules/module-alsa-source.c>
        flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  77% 1:  77%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max rewind: 0 KiB
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        module: 5
        properties:
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ALC888 Analog"
alsa.id = "ALC888 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xe03a0000 irq 22"
device.description = "HDA Intel - ALC888 Analog"
device.string = "front:0"
device.buffering.buffer_size = "14336"
device.buffering.fragment_size = "1792"
device.access_mode = "mmap"
2 client(s) logged in.
    index: 0
        driver: <modules/module-console-kit.c>
        properties:
application.name = "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1"
console-kit.session = "/org/freedesktop/ConsoleKit/Session1"
    index: 7
        driver: <pulsecore/cli.c>
        owner module: 15
        properties:
application.name = "UNIX socket client"
0 sink input(s) available.
0 source outputs(s) available.
12 cache entries available.
    name: <button-toggle-off.ogg>
        index: 0
        sample spec: n/a
        channel map: n/a
        length: 0
        duration: 0.0 s
        volume: (invalid)
        lazy: yes
        filename: </usr/share/sounds/ubuntu/stereo/button-toggle-off.ogg>
        properties:
media.role = "event"
media.filename = "/usr/share/sounds/ubuntu/stereo/button-toggle-off.ogg"
.
.
.
    name: <bell.ogg>
        index: 11
        sample spec: n/a
        channel map: n/a
        length: 0
        duration: 0.0 s
        volume: (invalid)
        lazy: yes
        filename: </usr/share/sounds/ubuntu/stereo/bell.ogg>
        properties:
media.role = "event"
media.filename = "/usr/share/sounds/ubuntu/stereo/bell.ogg"
>>> j...@ubuntu-jmrt:~$ 
j...@ubuntu-jmrt:~$ export PULSE_LOG=99
j...@ubuntu-jmrt:~$ pactl load-module module-tunnel-sink 
"server=tcp:192.168.1.64:4713 
sink=alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0 sink_name=sink-DGTM"
D: memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, 
total size is 64.0 MiB, maximum usable slot size is 65472
D: context.c: Trying to connect to 
{ubuntu-JMRT}unix:/home/jmrt/.pulse/97b27b90d4d319fb6953cb744a7dad9b:runtime/native...
D: context.c: SHM possible: yes
D: context.c: Protocol version: remote 14, local 14
D: context.c: Negotiated SHM: yes
16
j...@ubuntu-jmrt:~$ pacmd list
Welcome to PulseAudio! Use "help" for usage information.
>>> Memory blocks currently allocated: 1, size: 63.9 KiB.
Memory blocks allocated during the whole lifetime: 1462, size: 2.9 MiB.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default sink name: alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0
Default source name: alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0
Memory blocks of type POOL: 1 allocated/545 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/917 accumulated.
Memory blocks of type IMPORTED: 0 allocated/0 accumulated.
16 module(s) loaded.
    index: 0
        name: <module-gconf>
        argument: <>
        used: -1
        auto unload: no
    index: 1
        name: <module-suspend-on-idle>
        argument: <>
        used: -1
        auto unload: no
    index: 2
        name: <module-device-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 3
        name: <module-stream-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 4
        name: <module-alsa-sink>
        argument: <device_id=0 
sink_name=alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0 tsched=0>
        used: -1
        auto unload: no
    index: 5
        name: <module-alsa-source>
        argument: <device_id=0 
source_name=alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0 tsched=0>
        used: -1
        auto unload: no
    index: 6
        name: <module-hal-detect>
        argument: <tsched=0>
        used: -1
        auto unload: no
    index: 7
        name: <module-esound-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
    index: 8
        name: <module-native-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
    index: 9
        name: <module-default-device-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 10
        name: <module-rescue-streams>
        argument: <>
        used: -1
        auto unload: no
    index: 11
        name: <module-always-sink>
        argument: <>
        used: -1
        auto unload: no
    index: 12
        name: <module-console-kit>
        argument: <>
        used: -1
        auto unload: no
    index: 13
        name: <module-position-event-sounds>
        argument: <>
        used: -1
        auto unload: no
    index: 14
        name: <module-x11-publish>
        argument: <display=:0>
        used: -1
        auto unload: no
    index: 15
        name: <module-cli-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
1 sink(s) available.
  * index: 0
        name: <alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0>
        driver: <modules/module-alsa-sink.c>
        flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  77% 1:  77%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max request: 14 KiB
        max rewind: 0 KiB
        monitor source: 0
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        module: 4
        properties:
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ALC888 Analog"
alsa.id = "ALC888 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xe03a0000 irq 22"
device.description = "HDA Intel - ALC888 Analog"
device.string = "front:0"
device.buffering.buffer_size = "14336"
device.buffering.fragment_size = "1792"
device.access_mode = "mmap"
2 source(s) available.
    index: 0
        name: <alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0.monitor>
        driver: <modules/module-alsa-sink.c>
        flags: DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  49% 1:  49%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max rewind: 0 KiB
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        monitor_of: 0
        module: 4
        properties:
device.description = "Monitor of HDA Intel - ALC888 Analog"
device.class = "monitor"
  * index: 1
        name: <alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0>
        driver: <modules/module-alsa-source.c>
        flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  77% 1:  77%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max rewind: 0 KiB
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        module: 5
        properties:
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ALC888 Analog"
alsa.id = "ALC888 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xe03a0000 irq 22"
device.description = "HDA Intel - ALC888 Analog"
device.string = "front:0"
device.buffering.buffer_size = "14336"
device.buffering.fragment_size = "1792"
device.access_mode = "mmap"
2 client(s) logged in.
    index: 0
        driver: <modules/module-console-kit.c>
        properties:
application.name = "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1"
console-kit.session = "/org/freedesktop/ConsoleKit/Session1"
    index: 9
        driver: <pulsecore/cli.c>
        owner module: 15
        properties:
application.name = "UNIX socket client"
0 sink input(s) available.
0 source outputs(s) available.
12 cache entries available.
    name: <button-toggle-off.ogg>
        index: 0
        sample spec: n/a
        channel map: n/a
        length: 0
        duration: 0.0 s
        volume: (invalid)
        lazy: yes
        filename: </usr/share/sounds/ubuntu/stereo/button-toggle-off.ogg>
        properties:
media.role = "event"
media.filename = "/usr/share/sounds/ubuntu/stereo/button-toggle-off.ogg"
.
.
.
    name: <bell.ogg>
        index: 11
        sample spec: n/a
        channel map: n/a
        length: 0
        duration: 0.0 s
        volume: (invalid)
        lazy: yes
        filename: </usr/share/sounds/ubuntu/stereo/bell.ogg>
        properties:
media.role = "event"
media.filename = "/usr/share/sounds/ubuntu/stereo/bell.ogg"
>>> j...@ubuntu-jmrt:~$ 
j...@ubuntu-jmrt:~$ pacmd set-default-sink sink-DGTM
Welcome to PulseAudio! Use "help" for usage information.
>>> >>> j...@ubuntu-jmrt:~$ 
j...@ubuntu-jmrt:~$ pacmd list
Welcome to PulseAudio! Use "help" for usage information.
>>> Memory blocks currently allocated: 1, size: 63.9 KiB.
Memory blocks allocated during the whole lifetime: 1462, size: 2.9 MiB.
Memory blocks imported from other processes: 0, size: 0 B.
Memory blocks exported to other processes: 0, size: 0 B.
Total sample cache size: 0 B.
Default sample spec: s16le 2ch 44100Hz
Default sink name: set-defau
Default source name: alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0
Memory blocks of type POOL: 1 allocated/545 accumulated.
Memory blocks of type POOL_EXTERNAL: 0 allocated/0 accumulated.
Memory blocks of type APPENDED: 0 allocated/0 accumulated.
Memory blocks of type USER: 0 allocated/0 accumulated.
Memory blocks of type FIXED: 0 allocated/917 accumulated.
Memory blocks of type IMPORTED: 0 allocated/0 accumulated.
16 module(s) loaded.
    index: 0
        name: <module-gconf>
        argument: <>
        used: -1
        auto unload: no
    index: 1
        name: <module-suspend-on-idle>
        argument: <>
        used: -1
        auto unload: no
    index: 2
        name: <module-device-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 3
        name: <module-stream-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 4
        name: <module-alsa-sink>
        argument: <device_id=0 
sink_name=alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0 tsched=0>
        used: -1
        auto unload: no
    index: 5
        name: <module-alsa-source>
        argument: <device_id=0 
source_name=alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0 tsched=0>
        used: -1
        auto unload: no
    index: 6
        name: <module-hal-detect>
        argument: <tsched=0>
        used: -1
        auto unload: no
    index: 7
        name: <module-esound-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
    index: 8
        name: <module-native-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
    index: 9
        name: <module-default-device-restore>
        argument: <>
        used: -1
        auto unload: no
    index: 10
        name: <module-rescue-streams>
        argument: <>
        used: -1
        auto unload: no
    index: 11
        name: <module-always-sink>
        argument: <>
        used: -1
        auto unload: no
    index: 12
        name: <module-console-kit>
        argument: <>
        used: -1
        auto unload: no
    index: 13
        name: <module-position-event-sounds>
        argument: <>
        used: -1
        auto unload: no
    index: 14
        name: <module-x11-publish>
        argument: <display=:0>
        used: -1
        auto unload: no
    index: 15
        name: <module-cli-protocol-unix>
        argument: <>
        used: -1
        auto unload: no
1 sink(s) available.
    index: 0
        name: <alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0>
        driver: <modules/module-alsa-sink.c>
        flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  77% 1:  77%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max request: 14 KiB
        max rewind: 0 KiB
        monitor source: 0
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        module: 4
        properties:
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ALC888 Analog"
alsa.id = "ALC888 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xe03a0000 irq 22"
device.description = "HDA Intel - ALC888 Analog"
device.string = "front:0"
device.buffering.buffer_size = "14336"
device.buffering.fragment_size = "1792"
device.access_mode = "mmap"
2 source(s) available.
    index: 0
        name: <alsa_output.pci_8086_293e_sound_card_0_alsa_playback_0.monitor>
        driver: <modules/module-alsa-sink.c>
        flags: DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  49% 1:  49%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max rewind: 0 KiB
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        monitor_of: 0
        module: 4
        properties:
device.description = "Monitor of HDA Intel - ALC888 Analog"
device.class = "monitor"
  * index: 1
        name: <alsa_input.pci_8086_293e_sound_card_0_alsa_capture_0>
        driver: <modules/module-alsa-source.c>
        flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY 
        state: SUSPENDED
        volume: 0:  77% 1:  77%
        muted: no
        current latency: 0.00 ms
        configured latency: 0.00 ms; range is 81.27 .. 81.27 ms
        max rewind: 0 KiB
        sample spec: s16le 2ch 44100Hz
        channel map: front-left,front-right
        used by: 0
        linked by: 0
        module: 5
        properties:
device.api = "alsa"
device.class = "sound"
alsa.class = "generic"
alsa.subclass = "generic-mix"
alsa.name = "ALC888 Analog"
alsa.id = "ALC888 Analog"
alsa.subdevice = "0"
alsa.subdevice_name = "subdevice #0"
alsa.device = "0"
alsa.card = "0"
alsa.card_name = "HDA Intel"
alsa.long_card_name = "HDA Intel at 0xe03a0000 irq 22"
device.description = "HDA Intel - ALC888 Analog"
device.string = "front:0"
device.buffering.buffer_size = "14336"
device.buffering.fragment_size = "1792"
device.access_mode = "mmap"
2 client(s) logged in.
    index: 0
        driver: <modules/module-console-kit.c>
        properties:
application.name = "ConsoleKit Session /org/freedesktop/ConsoleKit/Session1"
console-kit.session = "/org/freedesktop/ConsoleKit/Session1"
    index: 11
        driver: <pulsecore/cli.c>
        owner module: 15
        properties:
application.name = "UNIX socket client"
0 sink input(s) available.
0 source outputs(s) available.
12 cache entries available.
    name: <button-toggle-off.ogg>
        index: 0
        sample spec: n/a
        channel map: n/a
        length: 0
        duration: 0.0 s
        volume: (invalid)
        lazy: yes
        filename: </usr/share/sounds/ubuntu/stereo/button-toggle-off.ogg>
        properties:
media.role = "event"
media.filename = "/usr/share/sounds/ubuntu/stereo/button-toggle-off.ogg"
.
.
.
    name: <bell.ogg>
        index: 11
        sample spec: n/a
        channel map: n/a
        length: 0
        duration: 0.0 s
        volume: (invalid)
        lazy: yes
        filename: </usr/share/sounds/ubuntu/stereo/bell.ogg>
        properties:
media.role = "event"
media.filename = "/usr/share/sounds/ubuntu/stereo/bell.ogg"
>>> j...@ubuntu-jmrt:~$ paplay /usr/share/sounds/purple/logout.wav
D: memblock.c: Using shared memory pool with 1024 slots of size 64.0 KiB each, 
total size is 64.0 MiB, maximum usable slot size is 65472
D: context.c: Trying to connect to 
{ubuntu-JMRT}unix:/home/jmrt/.pulse/97b27b90d4d319fb6953cb744a7dad9b:runtime/native...
D: context.c: SHM possible: yes
D: context.c: Protocol version: remote 14, local 14
D: context.c: Negotiated SHM: yes
j...@ubuntu-jmrt:~$ 

 - Sound comes out of local sound card, not remote!

_______________________________________________
pulseaudio-discuss mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to