ho provato, ma al boot mi da sempre l'errore

"Informativo - Messaggio di aRts

Sound server informational message:
Error while initializing the sound driver:
device: default can't be opened for capture (Device or resource busy)
The sound server will continue, using the null output device."

Se lancio audacity da console mi da

[giorgio@localhost ~]$ audacity
PaHost_OpenStream: could not open /dev/dsp for O_RDWR
PaHost_OpenStream: ERROR - result = -10000
PaHost_OpenStream: could not open /dev/dsp for O_RDONLY
PaHost_OpenStream: ERROR - result = -10000

Se da audacity (dopo aver creato un nuovo progetto) provo a registrare ottengo

"Error while opening sound device. Please check the input device settings and the project sample rate"

il device è /dev/dsp ed i settaggi sono corretti.

Infine

[giorgio@localhost ~]$ ls -la /dev/dsp
crw-rw-rw- 1 giorgio audio 14, 3 apr 2 16:11 /dev/dsp
[giorgio@localhost ~]$

cat: /dev/dsp: Dispositivo o risorsa occupata
[giorgio@localhost ~]$

[root@localhost giorgio]# fuser /dev/dsp
/dev/dsp: 3701 3715 3717 3718 3719 3721 3722 3723 3728 3729 3732 3734 3735 3736 3737 3755 3756 3777 3998

[root@localhost giorgio]# /dev/dsp stop
bash: /dev/dsp: Permission denied
[root@localhost giorgio]#

anche

# top

nom di ha dato utili indicazioni su quale processo usi /dev/dsp.

Quindi non riesco a capire perchè /dev/dsp non si avvii o da chi sia occupato ...

Spero in qualche suggerimento.

Ancora grazie