error: /dev/dsp: Device or resource busy

Danilo Piazzalunga danilopiazza at libero.it
Sun Dec 12 11:36:04 UTC 2004


Gabriel Menini wrote:
> Now, how can I "see if anything is allocationg audio device"?

Use "lsof /dev/dsp" to find if any process is using the audio device. You
should find it is held by ESD: it is the sound server, and you either:

 *  kill it: "killall esd"
 * disable it: Applications -> Preferences -> Audio, uncheck "Enable sound
   server startup
 * configure your applications to use ESD
    - For xmms, you simply select eSound as the output plugin
    - For MPlayer, you set "ao=esd" in ~/.mplayer/config (or choose esd as
      audio driver within the GUI).
    - For other applications, you install esound-clients and then run your app
      with esddsp, e.g. "esddsp xmame".

-- 
Danilo Piazzalunga <danilopiazza at libero.it> +--------------------+
GPG Key available at http://pgp.mit.edu     | Linux User #245762 |
Fingerprint: D018 815E 8C7F 2AE2 5565       | ICQ #105550412     |
             0C36 B5F6 DB20 B800 CB9F       +--------------------+





More information about the ubuntu-users mailing list