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

 

 

 

Debian Testing doesn't detect soundcard

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
speltriao1
Posts: 4
Joined: 2020-09-07 14:21

Debian Testing doesn't detect soundcard

#1 Post by speltriao1 »

Hello, I'm trying to get Debian to recognize my intel's laptop speakers and internal microphone.

On arch, I had to install sof-firmware, The Free Open Sound Firmware, to get them working.

I can't find this package on Debian, I've installed linux-firmware, firmware-intel-sound, alsa*, pulseaudio* etc. But with no success.

Someone knows how to install sof-firmware on Debian?

Thanks!

Bulkley
Posts: 6387
Joined: 2006-02-11 18:35
Has thanked: 2 times
Been thanked: 39 times

Re: Debian Testing doesn't detect soundcard

#2 Post by Bulkley »

How do you know it's not detected? It may simply be turned off. Check alsamixer and/or pavucontrol.

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

Re: Debian Testing doesn't detect soundcard

#3 Post by Head_on_a_Stick »

Debian haven't packaged the firmware yet so just follow the steps in the Arch PKGBUILD to either install it manually or package it up for Debian yourself.
deadbang

User avatar
sunrat
Administrator
Administrator
Posts: 6494
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Debian Testing doesn't detect soundcard

#4 Post by sunrat »

SOF may be a red herring. Intel audio usually "just works". I suspect, as Bulkley said, it's just not turned up.
Check alsamixer and pavucontrol as suggested.
Also to see if device is recognised, post here the output of:

Code: Select all

lspci -k |grep -i -A 3 audio
and

Code: Select all

aplay -l
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

speltriao1
Posts: 4
Joined: 2020-09-07 14:21

Re: Debian Testing doesn't detect soundcard

#5 Post by speltriao1 »

Code: Select all

lspci -k |grep -i -A 3 audio
Output:

00:1f.3 Multimedia audio controller: Intel Corporation Cannon Point-LP High Definition Audio Controller (rev 30)
Subsystem: Xiaomi Cannon Point-LP High Definition Audio Controller
Kernel driver in use: sof-audio-pci
Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci
00:1f.4 SMBus: Intel Corporation Cannon Point-LP SMBus Controller (rev 30)
Subsystem: Xiaomi Cannon Point-LP SMBus Controller

Code: Select all

aplay -l
Output:
aplay: device_list:274: no soundcards found...

User avatar
sunrat
Administrator
Administrator
Posts: 6494
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Debian Testing doesn't detect soundcard

#6 Post by sunrat »

OK. I think Head_on_a_Stick's answer above is your best bet. Install firmware manually or build a Debian package.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

speltriao1
Posts: 4
Joined: 2020-09-07 14:21

Re: Debian Testing doesn't detect soundcard

#7 Post by speltriao1 »

I think I can compile it, but I have a doubt: With every Kernel update, will I have to compile it again?

User avatar
sunrat
Administrator
Administrator
Posts: 6494
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 476 times

Re: Debian Testing doesn't detect soundcard

#8 Post by sunrat »

speltriao1 wrote:I think I can compile it, but I have a doubt: With every Kernel update, will I have to compile it again?
No. It's firmware, not a driver. It usually won't care what kernel is active whereas drivers are specific to a kernel.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

speltriao1
Posts: 4
Joined: 2020-09-07 14:21

Re: Debian Testing doesn't detect soundcard

#9 Post by speltriao1 »

OK, I see. Probably it's going to be enough for solving my case.

I don't think I have the knowledge to package this as a .deb file.
How can I suggest Debian maintainers to package this up?

I think it's an important, FOSS and useful package, specially for newer hardware and for new users coming to Debian.

Post Reply