Author Topic: [SOLVED] Strange messages from PulseAudio  (Read 166 times)

Offline ibi

  • Jr. Member
  • **
  • Posts: 24
[SOLVED] Strange messages from PulseAudio
« on: January 12, 2013, 12:16:53 PM »
I have PulseAudio enabled on my KDE installation, and the sound is working just fine. But I keep getting these strange messages in my /var/log/messages file:

Jan 12 14:05:35 kevin-pc rtkit-daemon[3131]: Sucessfully made thread 4882 of process 4882 (/usr/bin/pulseaudio) owned by 'kevin' high priority at nice level -11.

Jan 12 14:05:35 kevin-pc pulseaudio[4882]: [pulseaudio] main.c: Daemon startup without any loaded modules, refusing to work.

Jan 12 14:05:35 kevin-pc pulseaudio[4879]: [pulseaudio] main.c: Daemon startup failed.


Those last two messages don't sound good to me. But, like I said, the sound is working just fine.

Any ideas?
« Last Edit: January 12, 2013, 03:22:27 PM by ibi »

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 11054
  • MLUs Forever!
Re: Strange messages from PulseAudio
« Reply #1 on: January 12, 2013, 01:15:24 PM »
Maybe this

http://www.pclinuxos.com/forum/index.php/topic,105480.msg922606.html#msg922606

Have you tried to use PuleAudio Volume Control?  ....  if not installed then look for the package    pavucontrol   in Synaptic and install it.

If that launches it is a good indication that PulseAudio is functioning correctly.
« Last Edit: January 12, 2013, 03:39:02 PM by Just17 »
MLUs rule the roost!

Linux XPS 3.4.48-pclos1.bfs  64 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline ibi

  • Jr. Member
  • **
  • Posts: 24
Re: Strange messages from PulseAudio
« Reply #2 on: January 12, 2013, 03:21:48 PM »
Yep, I had to change those two files as you did:

/etc/pulse/default.pa
/etc/sysconfig/pulseaudio


Problem solved. Thanks.