You are not logged in.

#1 2025-02-14 23:42:43

MarkW
Member
Registered: 2024-11-03
Posts: 240

Pulseaudio Doesn't Know I Have Analog Devices

For some reason it can only see the HDMI ports.

Offline

#2 2025-02-15 12:07:36

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

Output of aplay -l

aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Output of arecord -l

arecord -l
**** List of CAPTURE Hardware Devices ****

Offline

#3 2025-02-15 14:43:41

PackRat
jgmenu user Numero Uno
Registered: 2015-10-02
Posts: 2,611

Re: Pulseaudio Doesn't Know I Have Analog Devices

Open pavucontrol and go to the Configuration tag. I had a similar problem in the past and changing the profile fixed it.


You must unlearn what you have learned.
    -- yoda

Offline

#4 2025-02-15 14:48:16

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

Under the Configuration tab I have the choice of

Digital Stereo (HDMI) Output (unplugged)  (unavailable)
Digital Surround 7.1 (HDMI) Output (unplugged) (unavailable)
Digital Surround 5.1 (HDMI) Output (unplugged) (unavailable)
Off

No analog stereo options

Offline

#5 2025-02-15 15:36:55

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: Pulseaudio Doesn't Know I Have Analog Devices

Is the firmware-sof-signed package installed?

Please share the output of

lspci -knn -d ::0403

(That command assumes you're running BunsenLabs Boron; if not omit the -d option and only paste the sections relating to audio devices.)

Offline

#6 2025-02-15 15:39:06

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

Possibly?

lspci -knn -d ::0403
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 04)
    Subsystem: Hewlett-Packard Company 6 Series/C200 Series Chipset Family High Definition Audio Controller [103c:161c]
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel

Offline

#7 2025-02-15 15:53:24

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: Pulseaudio Doesn't Know I Have Analog Devices

No "Kernel module in use" line then? Nevermind.

How about the package?

apt policy firmware-sof-signed

Last edited by Head_on_a_Stick (2025-02-15 15:53:54)

Offline

#8 2025-02-15 15:56:04

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

Looks like it

apt policy firmware-sof-signed
firmware-sof-signed:
  Installed: 2.2.4-1
  Candidate: 2.2.4-1
  Version table:
*** 2.2.4-1 500
        500 https://deb.debian.org/debian bookworm/non-free-firmware amd64 Packages
        100 /var/lib/dpkg/status

Offline

#9 2025-02-15 16:13:43

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: Pulseaudio Doesn't Know I Have Analog Devices

Can we see the output of dmesg? Please use [code] tags when posting terminal output, it greatly improves readability.

Offline

#10 2025-02-15 16:24:48

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

dmesg
dmesg: read kernel buffer failed: Operation not permitted

Offline

#11 2025-02-15 16:48:09

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: Pulseaudio Doesn't Know I Have Analog Devices

Try

sudo dmesg

Offline

#12 2025-02-15 17:20:17

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

Too much output :eek:

Offline

#13 2025-02-15 17:23:37

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: Pulseaudio Doesn't Know I Have Analog Devices

Okay, let's try

sudo dmesg | curl -F 'file=@-' 0x0.st

Then share the returned URL. Thanks.

Offline

#14 2025-02-15 17:27:08

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

Okay, here it is

Offline

#15 2025-02-15 17:38:19

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: Pulseaudio Doesn't Know I Have Analog Devices

So you have some log spam from snaps. Not sure why the output has been clipped hmm

Anyway, has the sound ever worked in this system? Does the sound work in the live ISO?

Offline

#16 2025-02-15 17:41:09

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

No and no.

Offline

#17 2025-02-15 17:57:00

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: Pulseaudio Doesn't Know I Have Analog Devices

We can see if the journal will print a full record:

sudo journalctl | curl -F 'file=@-' 0x0.st

It would make it easier if you rebooted then ran the above command immediately the terminal is available. Thanks.

Offline

#18 2025-02-15 23:37:47

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

Something went wrong

Last edited by MarkW (2025-02-15 23:38:34)

Offline

#19 2025-02-15 23:51:09

MarkW
Member
Registered: 2024-11-03
Posts: 240

Re: Pulseaudio Doesn't Know I Have Analog Devices

Offline

#20 2025-02-16 09:24:22

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,063
Website

Re: Pulseaudio Doesn't Know I Have Analog Devices

Well that didn't work hmm

We need to see a full journal. I can't help otherwise.

Offline

Board footer

Powered by FluxBB