Lubomir Rintel 81d834
--- alsa-plugins-1.0.15/pulse/pulse.c.orig	2008-03-04 18:56:22.000000000 +0100
Lubomir Rintel 81d834
+++ alsa-plugins-1.0.15/pulse/pulse.c	2008-03-04 18:58:33.000000000 +0100
Lubomir Rintel 81d834
@@ -204,7 +204,10 @@ int pulse_connect(snd_pulse_t *p, const 
Lubomir Rintel 81d834
     return 0;
Lubomir Rintel 81d834
 
Lubomir Rintel 81d834
 error:
Lubomir Rintel 81d834
-    fprintf(stderr, "*** PULSEAUDIO: Unable to connect: %s\n",
Lubomir Rintel 81d834
+    fprintf(stderr,
Lubomir Rintel 81d834
+        "*** PULSEAUDIO: Unable to connect: %s\n"
Lubomir Rintel 81d834
+        "*** Is your sound server running?\n"
Lubomir Rintel 81d834
+        "*** See: http://www.pulseaudio.org/wiki/Troubleshooting\n",
Lubomir Rintel 81d834
         pa_strerror(pa_context_errno(p->context)));
Lubomir Rintel 81d834
 
Lubomir Rintel 81d834
     pa_threaded_mainloop_unlock(p->mainloop);