Ticket #132 (closed defect: fixed)

Opened 1 year ago

Last modified 10 months ago

pulseaudio fails with M-Audio Revolution 5.1

Reported by: xpaulbettsx Assigned to: lennart
Priority: normal Milestone: 0.9.7
Component: daemon Severity: normal
Keywords: Cc:

Description

It appears to be failing at set_format(). I'm using PA 0.9.6 on Ubuntu Gutsy. Revolution cards are a severely broken experience with Pulseaudio, as not only can I not use PA, I can't even use regular ALSA because PA is set as the default ALSA device. Let me know if you need more info

E: shm.c: shm_open() failed: Permission denied
W: core.c: failed to allocate shared memory pool. Falling back to a normal memory pool.
E: module-alsa-sink.c: Entering Alsa Sink
W: alsa-util.c: Set rate and access!
W: alsa-util.c: Failing at set format!
E: module-alsa-sink.c: Failed to set hardware parameters: Operation not permitted
E: module.c: Failed to load  module "module-alsa-sink" (argument: "device=hw:0 sink_name=alsa_output.pci_1412_1724_alsa_playback_0"): initialization failed.
E: module-alsa-source.c: Failed to set hardware parameters: Operation not permitted
E: module.c: Failed to load  module "module-alsa-source" (argument: "device=hw:0 source_name=alsa_input.pci_1412_1724_alsa_capture_0"): initialization failed.

(I added some extra debug messages)

Change History

09/24/07 15:28:47 changed by caravena

Hello, user exist in group pulse?

$ cat /etc/group | grep pulse audio:x:29:caravena,pulse pulse:x:120:caravena pulse-access:x:122: pulse-rt:x:123:

TEST $sudo adduser YouCount? pulse

I work with Gutsy and pulse audio. Not problem...

09/24/07 15:54:41 changed by caravena

$ cat /etc/group | grep pulse
audio:x:29:caravena,pulse[[BR]] pulse:x:120:caravena[[BR]] pulse-access:x:122:[[BR]] pulse-rt:x:123:[[BR]]

09/24/07 15:59:27 changed by caravena

$ cat /etc/group | grep pulse
audio:x:29:caravena,pulse
pulse:x:120:caravena
pulse-access:x:122:
pulse-rt:x:123:

Test:

$sudo adduser YouCount pulse

:- )

09/24/07 18:30:10 changed by lennart

  • status changed from new to assigned.

I assume that your soundcard is one of those 24-bit only sound cards, is that right?

Please check whether "aplay -D hw:0 -f cd /dev/urandom" works or produces the same error.

OH, and POSIX shared memory (/dev/shm) is not properly set up on your machine, as it seems.

Recent SVN versions of PulseAudio (in the "lennart" branch) support these sound cards properly.

10/30/07 14:54:05 changed by lennart

  • status changed from assigned to closed.
  • resolution set to fixed.

Commited to trunk.