No sound when running Lugaru on Arch

The place to discuss all things Lugaru.
Post Reply
karnix
Posts: 1
Joined: Thu Jul 22, 2010 10:01 pm

No sound when running Lugaru on Arch

Post by karnix » Thu Jul 22, 2010 10:05 pm

I'm trying to run Lugaru on Archlinux, but I get no sound.
On startup the program spews this:
$ ./lugaru
open /dev/[sound/]dsp: Device or resource busy
open /dev/[sound/]dsp: Device or resource busy
open /dev/[sound/]dsp: Device or resource busy
Note: I'm using just alsa, with no pulseaudio.

What can I do about this?

karnix

Bruce Connor
Posts: 1
Joined: Fri Sep 30, 2011 7:19 pm

Re: No sound when running Lugaru on Arch

Post by Bruce Connor » Fri Sep 30, 2011 8:33 pm

I know this post is relatively old, but I'm having the exact same problem, running Arch Linux as well.

I didn't even have pulseaudio installed at first, and when I run lugaru I get

Code: Select all

$ ./lugaru
open /dev/[sound/]dsp: No such file or directory
open /dev/[sound/]dsp: No such file or directory
open /dev/[sound/]dsp: No such file or directory
I then tried both
  • 1. installing pulseaudio
    2. adding "driver=pulse" to /etc/openal/alsoft.conf
but both of these got me the exact same error message.

I then tried padsp, and the error message changed slightly

Code: Select all

$ padsp ./lugaru
ERROR: ld.so: object 'libpulsedsp.so' from LD_PRELOAD cannot be preloaded: ignored.
open /dev/[sound/]dsp: No such file or directory
open /dev/[sound/]dsp: No such file or directory
open /dev/[sound/]dsp: No such file or directory
Finally, I tried just uninstalling pulse again, and the original error message came back.

BierLiebHaber
Posts: 8
Joined: Mon Mar 09, 2009 2:59 pm

Re: No sound when running Lugaru on Arch

Post by BierLiebHaber » Tue Nov 08, 2011 4:07 pm

try aoss
$ aoss ./lugaru

Post Reply