On Thu, 2012-10-18 at 20:07 +0200, Antonio Trande wrote: > No sound after reboot. There's some other problem then too. The pulseaudio log would be useful. > $ pulseaudio -vvvv <snip> > E: [pulseaudio] pid.c: Daemon already running. > E: [pulseaudio] main.c: pa_pid_file_create() failed. That's not very useful, though. You need to ensure that there's no daemon running before you try to start pulseaudio in a terminal. Killing the old daemon instance doesn't necessary help, due to autospawning. Therefore, do this first to disable autospawning: echo "autospawn = no" >> ~/.pulse/client.conf -- Tanu