You are not logged in.
I have an error message:
$ speaker-test -D plug:surround51 -c6 -t wav
speaker-test 1.0.24.2
Playback device is plug:surround51
Stream parameters are 48000Hz, S16_LE, 6 channels
WAV file(s)
Playback open error: -16,Az eszköz vagy erőforrás foglalt (The device or resource busy)
Why? How can I setup or test this sound card surround sound?
What I need to change?
I HAVE these configurations:
──────────────────── AlsaMixer v1.0.24.2 ────────────────────────────┐
│ Card: HDA SIS966 F1: Help │
│ Chip: Realtek ALC880
$ lsmod | grep snd
snd_seq_dummy 1479 0
snd_seq_oss 29240 0
snd_seq_midi_event 5516 1 snd_seq_oss
snd_seq 50562 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 5281 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 39509 0
snd_hda_codec_hdmi 22857 4
snd_mixer_oss 17730 1 snd_pcm_oss
snd_hda_codec_realtek 295685 1
snd_hda_intel 21837 6
snd_hda_codec 74609 3 snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 6222 1 snd_hda_codec
snd_pcm 72321 6 saa7134_alsa,snd_hda_codec_hdmi,snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 19537 3 snd_seq,snd_pcm
snd 58906 27 saa7134_alsa,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 6161 1 snd
snd_page_alloc 7361 2 snd_hda_intel,snd_pcm
$ aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
default:CARD=SIS966
HDA SIS966, ALC880 Analog
Default Audio Device
front:CARD=SIS966,DEV=0
HDA SIS966, ALC880 Analog
Front speakers
surround40:CARD=SIS966,DEV=0
HDA SIS966, ALC880 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=SIS966,DEV=0
HDA SIS966, ALC880 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=SIS966,DEV=0
HDA SIS966, ALC880 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=SIS966,DEV=0
HDA SIS966, ALC880 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=SIS966,DEV=0
HDA SIS966, ALC880 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=SIS966,DEV=0
HDA SIS966, ALC880 Digital
IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=NVidia,DEV=0
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=1
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=2
HDA NVidia, HDMI 0
HDMI Audio Output
hdmi:CARD=NVidia,DEV=3
HDA NVidia, HDMI 0
HDMI Audio Output
[gyurmo@Archunk mapper]$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SIS966 [HDA SIS966], device 0: ALC880 Analog [ALC880 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: SIS966 [HDA SIS966], device 1: ALC880 Digital [ALC880 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
/etc/asound.conf none
$ pulseaudio --kill
E: main.c: A démon kilövése nem sikerült: Nincs ilyen folyamat (Kill the daemon failed: No such process)
/etc/modprobe.d/sound.conf
# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-hda-intel
# module options should go here
options snd-hda-intel model=6stack-digout enable=1 index=0
# OSS/Free portion
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
# card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
Offline
Ok, this is working well with this configuration. Phomon (KDE) used. KDE get me correct sound with pulseaudio, and with asond.conf of pa.
Offline