You are not logged in.

#1 2010-05-07 02:54:32

Ravenman
Member
Registered: 2009-07-03
Posts: 236

With PulseAudio and without sound in my computer

Hi to everyone.

I followed the instructions for to install PulseAudio but I can't hear nothing in my computer. sad

Only I found these messages in the /var/log/errors:

May  4 19:31:09 archerpc kdm_greet[3974]: Cannot load /usr/share/apps/kdm/faces/.default.face: No such file or directory
May  4 19:32:10 archerpc pulseaudio[4201]: pid.c: Daemon already running.
May  4 19:32:10 archerpc pulseaudio[4214]: pid.c: Daemon already running.
May  4 19:32:11 archerpc pulseaudio[4225]: pid.c: Daemon already running.
May  4 19:32:11 archerpc pulseaudio[4231]: pid.c: Daemon already running.

Someone else with the same problem ... anyone knows how to fix it? neutral

Offline

#2 2010-05-07 03:59:33

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,362

Re: With PulseAudio and without sound in my computer

The daemon is already running. Did you setup your .asoundrc so that apps play to pulseaudio?


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2010-05-08 02:14:57

Ravenman
Member
Registered: 2009-07-03
Posts: 236

Re: With PulseAudio and without sound in my computer

ngoonee wrote:

The daemon is already running. Did you setup your .asoundrc so that apps play to pulseaudio?

No, I didn't. I don't have the ~/.asoundrc file. I configured the /etc/asound.conf file:

[user@archerpc ~]$ cat /etc/asound.conf 
pcm.pulse {
    type pulse
}
ctl.pulse {
    type pulse
}
pcm.!default {
    type pulse
}
ctl.!default {
    type pulse
}
pcm.pulse_monitor {
  type pulse
  device alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
}

ctl.pulse_monitor {
  type pulse
  device alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
}
pcm.phononpulse {
  type plug
  slave.pcm {
    type pulse
  }
  hint {
    show on
    description "PulseAudio"
  }
}

[user@archerpc ~]$

Offline

#4 2010-05-09 10:17:13

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,362

Re: With PulseAudio and without sound in my computer

Run pavucontrol to see what cards etc. pulseaudio is detecting. You may simply have something muted. The error message says that something is trying to start pulseaudio, but a pulse daemon is already running.

Please specify exactly what you've been doing, not just "i followed the wiki", cos that branches.


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

Board footer

Powered by FluxBB