LMDE 6 No Sound

Questions about hardware and drivers
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
kb90210
Level 1
Level 1
Posts: 15
Joined: Thu Mar 11, 2021 8:11 pm
Location: Canada

LMDE 6 No Sound

Post by kb90210 »

After a fresh install of LMDE 6 I have no sound.
If someone can help, I'd greatly appreciate it. I have issues starting form a fresh install from USB.

Code: Select all

aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: chtrt5650 [chtrt5650], device 0: Audio (*) []
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: chtrt5650 [chtrt5650], device 1: Deep-Buffer Audio (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Code: Select all

/sbin/lsmod | grep snd
snd_seq_dummy          16384  0
snd_hrtimer            16384  1
snd_seq                90112  7 snd_seq_dummy
snd_seq_device         16384  1 snd_seq
snd_soc_sst_cht_bsw_rt5645    28672  3
snd_intel_sst_acpi     20480  2
snd_hda_codec_hdmi     81920  1
snd_intel_sst_core     69632  1 snd_intel_sst_acpi
snd_soc_sst_atom_hifi2_platform   114688  2 snd_intel_sst_core
snd_soc_acpi_intel_match    77824  1 snd_intel_sst_acpi
snd_hda_intel          57344  1
snd_soc_acpi           16384  3 snd_soc_acpi_intel_match,snd_intel_sst_acpi,snd_soc_sst_cht_bsw_rt5645
snd_hda_codec         184320  2 snd_hda_codec_hdmi,snd_hda_intel
snd_soc_rt5645        180224  2 snd_soc_sst_cht_bsw_rt5645
snd_soc_rt5640        147456  0
snd_soc_rl6231         20480  2 snd_soc_rt5640,snd_soc_rt5645
snd_soc_core          348160  4 snd_soc_rt5640,snd_soc_sst_atom_hifi2_platform,snd_soc_rt5645,snd_soc_sst_cht_bsw_rt5645
snd_hda_core          122880  3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
snd_intel_dspcfg       36864  2 snd_hda_intel,snd_intel_sst_acpi
snd_compress           28672  1 snd_soc_core
snd_hwdep              16384  1 snd_hda_codec
snd_intel_sdw_acpi     20480  1 snd_intel_dspcfg
snd_pcm               159744  11 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_soc_rt5640,snd_compress,snd_soc_sst_atom_hifi2_platform,snd_soc_core,snd_soc_rt5645,snd_hda_core,snd_soc_sst_cht_bsw_rt5645
snd_timer              49152  3 snd_seq,snd_hrtimer,snd_pcm
snd                   126976  20 snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_compress,snd_soc_sst_atom_hifi2_platform,snd_soc_core,snd_pcm
soundcore              16384  1 snd

Code: Select all

lspci -v
00:1b.0 Audio device: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series High Definition Audio Controller (rev 35)
Last edited by LockBot on Mon Apr 01, 2024 10:00 pm, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
kb90210
Level 1
Level 1
Posts: 15
Joined: Thu Mar 11, 2021 8:11 pm
Location: Canada

Re: LMDE 6 No Sound

Post by kb90210 »

Looks like I'll be using LMDE 5
User avatar
SMG
Level 25
Level 25
Posts: 32007
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: LMDE 6 No Sound

Post by SMG »

kb90210 wrote: Sun Oct 01, 2023 8:03 am After a fresh install of LMDE 6 I have no sound.
If someone can help, I'd greatly appreciate it. I have issues starting form a fresh install from USB.
It's helpful to provide your system information.

From what you did provide, it seems you may have a computer that falls in the realm of what was seen in Linux Mint main edition computers BEEP with Intel Atom/Celeron/Pentium Computers. There was sound for them, but then they would hear screeching. That was with the 5.15 kernel.

The leap from LMDE 5 to LMDE 6 would have moved you from kernel 5.10 to 6.1 and may have taken you completely from sound to no sound rather than sound to screechy sound. See if the kernel parameter mentioned in that section helps you. If you need more instructions, just let us know.

These lines are what I noticed in your output that makes me think you may have similar hardware.

Code: Select all

card 1: chtrt5650 [chtrt5650], device 0: Audio (*) []
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 1: chtrt5650 [chtrt5650], device 1: Deep-Buffer Audio (*) []
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Code: Select all

snd_soc_rt5645        180224  2 snd_soc_sst_cht_bsw_rt5645
snd_soc_rt5640        147456  0
snd_soc_rl6231         20480  2 snd_soc_rt5640,snd_soc_rt5645
Image
A woman typing on a laptop with LM20.3 Cinnamon.
omicron
Level 1
Level 1
Posts: 1
Joined: Mon Oct 02, 2023 9:35 am

Re: LMDE 6 No Sound

Post by omicron »

My first forum post. I upgraded from LMDE 5 to LMDE 6 and ... NO SOUND but found a SOLUTION
No sound applet in panel despite it being installed. Removing and adding gave a background flash on screen.

Delete folder.config/pulse then reboot.

I found this SOLUTION on Linux Mint Forums - [SOLVED] No sound after updating to LMDE 5 Elsie

Re: No sound after updating to LMDE 5 Elsie
Post by Joysn71 » Sat Aug 05, 2023 4:09 pm
On my machine, sound is working again. I do not know if it is related, but I deleted the folder
.config/pulse
Even though a kill and (automatic) restart of pulseaudio right afterwards did not change the situation, a reboot afterwards did. "

This worked for me on LMDE 6 and restored applet. Thanks to Joysn71 and I hope it works for others
Yamelesswrench
Level 2
Level 2
Posts: 71
Joined: Wed Jul 29, 2020 12:42 pm

Re: LMDE 6 No Sound

Post by Yamelesswrench »

I had no sound, in LMDE6, but it fixed itself?

Under sound settings I have two select-able outputs that align with the two sound outputs of my motherboard, HDMI & s/pdif (AKA optical). For some reason Mint mainline always defaulted to the s/pdif, on fresh install I had to go into sound setting and select HDMI where my monitors speakers are. and then it would just stay that way.


In LMDE6 Evey time I opened it the the s/pdif (AKA optical) output was selected, of course there are no speakers there. I kept opening and selecting HDMI until it finally stuck, no idea why that finally worked or why it did not work at first.

I should probably go in the bios and see if that s/pdif output that I am not using can be disabled, that should remove it from the sound settings.
DF Hammack
Level 1
Level 1
Posts: 20
Joined: Tue Feb 17, 2015 4:21 pm

Re: LMDE 6 No Sound

Post by DF Hammack »

I had a similar problem with LMDE5. When I upgraded to 6, I had sound :D till I did the first update, :x now no sound again. I am using a USB sound card, but that is a poor solution, since it only provides Mono audio. LSPCI finds the Intel audio, but evidently the kernel no longer recognizes it.
Locked

Return to “Hardware Support”