Hi, Just installed the PA packages on Ubuntu 7.10, with alsa drivers. Followed (I think) the steps for set up from the PA "Perfect setup" web page... when I try to run audio through PA (aplay -Dpulse music.mp3) no sound goes to the speakers, however, I can see quite a few udp packets being pushed through eth0... How can I get PA to send those audio packets back to my audio card? $0> sudo tshark ... 1200815959.616270 192.168.0.150 -> 224.0.0.56 RTP PT=16-bit uncompressed audio, stereo, SSRC=0x97735F9C, Seq=56261, Time=4193600 ... $0> sudo netstat -entup Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name udp 0 0 192.168.0.150:32776 224.0.0.56:46900 ESTABLISHED1000 38910 8009/pulseaudio udp 0 0 192.168.0.150:32777 224.0.0.56:9875 ESTABLISHED1000 38911 8009/pulseaudio Some info about my audio hardware: $0> sudo lspci -v 00:0e.0 Multimedia audio controller: VIA Technologies Inc. ICE1712 [Envy24] PCI Multi-Channel I/O Controller (rev 02) Subsystem: VIA Technologies Inc. M-Audio Delta 66 Flags: bus master, medium devsel, latency 64, IRQ 10 I/O ports at 10a0 [size=32] I/O ports at 1080 [size=16] I/O ports at 1010 [size=16] I/O ports at 1040 [size=64] Capabilities: [80] Power Management version 1 Thanks Richard