Ticket #132 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

pulseaudio fails with M-Audio Revolution 5.1

Reported by: xpaulbettsx Owned by: lennart
Milestone: 0.9.7 Component: daemon
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

Changed 4 years ago 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...

Changed 4 years ago 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]]

Changed 4 years ago 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

:- )

Changed 4 years ago 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.

Changed 4 years ago by lennart

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

Commited to trunk.

Note: See TracTickets for help on using tickets.