Answer the question
In order to leave comments, you need to log in
Debian. Why is there no sound?
OS: Debian 7.5
# cat /proc/asound/cards
0 [PCH ]: HDA-Intel - HDA Intel PCH
HDA Intel PCH at 0xf7110000 irq 45
1 [NVidia ]: HDA-Intel - HDA NVidia
HDA NVidia at 0xf7080000 irq 17
Answer the question
In order to leave comments, you need to log in
apt-get install alsa alsa-lib alsa-base alsa-util libdssialsacompat0
We go into alsamixer, we raise the sliders up, we check.
First, to check which cards have been initialized in the kernel, you need to issue the "arecord -l" command, it will be something like this:
[email protected]:~# arecord -l
**** List of CAPTURE Hardware Devices ****
Home directory /home/xxx not ours.
card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 2: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: S0000 [SC580, Audio Capture #00.00], device 0: PCM #00 [PCM #00]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: S0100 [SC580, Audio Capture #01.00], device 0: PCM #01 [PCM #01]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 3: S0200 [SC580, Audio Capture #02.00], device 0: PCM #02 [PCM #02]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 4: S0300 [SC580, Audio Capture #03.00], device 0: PCM #03 [PCM #03]
Subdevices: 1/1
Subdevice #0: subdevice #0
[email protected]:~#
check Pulse audio go to alsa-mixer check if your audio card is set there.
$ sudo aplay -l
aplay: device_list:274: no soundcards found...
$ sudo apt install firmware-sof-signed
# --- Debian 11 --- #
deb http://deb.debian.org/debian bullseye main contrib non-free
deb-src http://deb.debian.org/debian bullseye main contrib non-free
deb http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
deb-src http://deb.debian.org/debian-security/ bullseye-security main contrib non-free
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
deb-src http://deb.debian.org/debian bullseye-updates main contrib non-free
$ inxi -F
Audio: Device-1: Intel Tiger Lake-LP Smart Sound Audio driver: sof-audio-pci
Sound Server: ALSA v: k5.10.0-9-amd64
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question