Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] no soundcards found.. on debian 10

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
EMoroRodriguez
Posts: 7
Joined: 2021-01-12 17:18

[SOLVED] no soundcards found.. on debian 10

#1 Post by EMoroRodriguez »

Hello:

I need help to configure the sound card of my laptop.

I have recently done a Debian 10 Buster installation using the backport sources, but I can't configure the sound.

Here I leave some information about it.

Code: Select all

# aplay -l 
aplay: device_list:272: no soundcards found..

Code: Select all

lshw -short
H/W path           Device     Class          Description
========================================================
                              system         HP EliteBook 830 G7 Notebook PC (8PV71AV)
/0                            bus            8723
/0/1                          memory         64KiB BIOS
/0/7                          memory         16GiB System Memory
/0/7/0                        memory         16GiB SODIMM DDR4 Synchronous 2667 MHz (0,4 ns)
/0/7/1                        memory         [empty]
/0/12                         memory         256KiB L1 cache
/0/13                         memory         1MiB L2 cache
/0/14                         memory         6MiB L3 cache
/0/15                         processor      Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz
/0/100                        bridge         Intel Corporation
/0/100/2                      display        Intel Corporation
/0/100/4           /dev/fb0   generic        Skylake Processor Thermal Subsystem
/0/100/12                     generic        Intel Corporation
/0/100/14                     bus            Intel Corporation
/0/100/14/0        usb1       bus            xHCI Host Controller
/0/100/14/0/2                 multimedia     HP HD Camera
/0/100/14/0/4                 input          HP USB 1000dpi Laser Mouse
/0/100/14/0/a                 communication  Bluetooth wireless interface
/0/100/14/1        usb2       bus            xHCI Host Controller
/0/100/14.2                   memory         RAM memory
/0/100/14.3        wlp0s20f3  network        Intel Corporation
/0/100/15                     bus            Intel Corporation
/0/100/15.1                   bus            Intel Corporation
/0/100/16                     communication  Intel Corporation
/0/100/1c                     bridge         Intel Corporation
/0/100/1c/0                   bridge         Intel Corporation
/0/100/1c/0/0                 bridge         Intel Corporation
/0/100/1c/0/0/0               generic        Intel Corporation
/0/100/1c/0/1                 bridge         Intel Corporation
/0/100/1c/0/2                 bridge         Intel Corporation
/0/100/1c/0/2/0               bus            Intel Corporation
/0/100/1c/0/2/0/0  usb3       bus            xHCI Host Controller
/0/100/1c/0/2/0/1  usb4       bus            xHCI Host Controller
/0/100/1c/0/4                 bridge         Intel Corporation
/0/100/1d                     bridge         Intel Corporation
/0/100/1d/0                   storage        Non-Volatile memory controller
/0/100/1f                     bridge         Intel Corporation
/0/100/1f.3                   multimedia     Intel Corporation
/0/100/1f.4                   bus            Intel Corporation
/0/100/1f.5                   bus            Intel Corporation
/0/0                          system         PnP device PNP0c02
/0/2                          system         PnP device PNP0c02
/0/3                          system         PnP device PNP0c02
/0/4                          system         PnP device PNP0c02
/0/5                          system         PnP device PNP0b00
/0/6                          generic        PnP device INT3f0d
/0/8                          generic        PnP device HPQ8002
/0/9                          system         PnP device PNP0c02
/0/a                          system         PnP device PNP0c02
/0/b                          system         PnP device PNP0c02
/1                            power          CC03053XL

Code: Select all

lspci -k
00:1f.3 Multimedia audio controller: Intel Corporation Comet Lake PCH-LP cAVS
	Subsystem: Hewlett-Packard Company Comet Lake PCH-LP cAVS
	Kernel driver in use: sof-audio-pci
I really appreciate any help you can provide.

__
J. Ernesto Moro Rodríguez
Last edited by EMoroRodriguez on 2021-01-13 09:44, edited 2 times in total.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: no soundcards found.. on debian 10

#2 Post by Head_on_a_Stick »

http://deb.debian.org/debian/pool/non-f ... -1_all.deb ← try installing that .deb package.

EDIT: all of the files for v1.6.1 are in the repositories but there are no .debs for it, which is weird. The changelog claims it was updated on 2021-01-04 :?

I took the files and built a version for buster in my OBS repository: https://download.opensuse.org/repositor ... -1_all.deb

Give it a while to build, it should be available soon.
deadbang

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: no soundcards found.. on debian 10

#3 Post by stevepusser »

I was also under the impression that Intel 10th gen graphics did not work correctly even with buster-backports.

Could you install inxi and report the output of "inxi -G" in a terminal?
MX Linux packager and developer

EMoroRodriguez
Posts: 7
Joined: 2021-01-12 17:18

Re: no soundcards found.. on debian 10

#4 Post by EMoroRodriguez »

stevepusser wrote:I was also under the impression that Intel 10th gen graphics did not work correctly even with buster-backports.

Could you install inxi and report the output of "inxi -G" in a terminal?

Code: Select all

inxi -G
Graphics:  Device-1: Intel UHD Graphics driver: i915 v: kernel 
           Device-2: Quanta type: USB driver: uvcvideo 
           Display: wayland server: X.Org 1.20.4 driver: vesa unloaded: fbdev,modesetting resolution: 1920x1080~60Hz 
           OpenGL: renderer: llvmpipe (LLVM 7.0 256 bits) v: 3.3 Mesa 18.3.6 

EMoroRodriguez
Posts: 7
Joined: 2021-01-12 17:18

Re: no soundcards found.. on debian 10

#5 Post by EMoroRodriguez »

Head_on_a_Stick wrote:http://deb.debian.org/debian/pool/non-f ... -1_all.deb ← try installing that .deb package.
....

Give it a while to build, it should be available soon.

Code: Select all

dpkg -i firmware-sof-signed_1.6~rc3-1_all.deb 
Seleccionando el paquete firmware-sof-signed previamente no seleccionado.
(Leyendo la base de datos ... 334083 ficheros o directorios instalados actualmente.)
Preparando para desempaquetar firmware-sof-signed_1.6~rc3-1_all.deb ...
Desempaquetando firmware-sof-signed (1.6~rc3-1) ...
Configurando firmware-sof-signed (1.6~rc3-1) ...
Procesando disparadores para initramfs-tools (0.133+deb10u1) ...
update-initramfs: Generating /boot/initrd.img-5.9.0-0.bpo.2-amd64
W: Possible missing firmware /lib/firmware/i915/rkl_dmc_ver2_01.bin for module i915

SOLVED I have sound already.

Thank you very much Head_on_a_Stick

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 132 times

Re: [SOLVED] no soundcards found.. on debian 10

#6 Post by Head_on_a_Stick »

Your graphics are not working properly. See the other recent thread about X.Org freezes with 10th generation Intel.
deadbang

Post Reply