[solved] mint 19.1 not playing sound anymore

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mm1992
Level 1
Level 1
Posts: 25
Joined: Mon Jan 01, 2018 1:33 pm

[solved] mint 19.1 not playing sound anymore

Post by mm1992 »

It has worked before, and at some point it stopped working, but I can't pinpoint when. Its sometime in the past 2 weeks or so.

Code: Select all

~$ inxi -Fxz
System:    Host: My-PC Kernel: 4.15.0-45-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.9 
           Distro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic 
Machine:   Type: Desktop Mobo: Gigabyte model: H97M-D3H v: x.x serial: <filter> UEFI: American Megatrends v: F2 
           date: 04/24/2014 
CPU:       Topology: Quad Core model: Intel Core i5-4690 bits: 64 type: MCP arch: Haswell rev: 3 L2 cache: 6144 KiB 
           flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 28001 
           Speed: 800 MHz min/max: 800/3900 MHz Core speeds (MHz): 1: 841 2: 889 3: 874 4: 820 
Graphics:  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics vendor: Gigabyte driver: i915 v: kernel 
           bus ID: 00:02.0 
           Device-2: NVIDIA GK106 [GeForce GTX 660] vendor: eVga.com. driver: nvidia v: 390.77 bus ID: 01:00.0 
           Display: x11 server: X.Org 1.19.6 driver: modesetting,nvidia unloaded: fbdev,nouveau,vesa 
           resolution: 1920x1080~60Hz, 1920x1080~60Hz 
           OpenGL: renderer: GeForce GTX 660/PCIe/SSE2 v: 4.6.0 NVIDIA 390.77 direct render: Yes 
Audio:     Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio driver: N/A bus ID: 00:03.0 
           Device-2: Intel 9 Series Family HD Audio vendor: Gigabyte driver: N/A bus ID: 00:1b.0 
           Device-3: NVIDIA GK106 HDMI Audio vendor: eVga.com. driver: N/A bus ID: 01:00.1 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet vendor: Gigabyte driver: r8169 v: 2.3LK-NAPI 
           port: d000 bus ID: 03:00.0 
           IF: enp3s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
Drives:    Local Storage: total: 3.75 TiB used: 1.09 TiB (29.2%) 
           ID-1: /dev/sda vendor: Seagate model: ST2000DM001-1CH164 size: 1.82 TiB temp: 30 C 
           ID-2: /dev/sdb vendor: Seagate model: ST2000DM001-1CH164 size: 1.82 TiB temp: 34 C 
           ID-3: /dev/sdc vendor: Crucial model: CT120M500SSD1 size: 111.79 GiB temp: 25 C 
RAID:      Hardware-1: Intel SATA Controller [RAID mode] driver: ahci v: 3.0 bus ID: 00:1f.2 
           Device-1: md0 type: mdraid status: active Components: online: sda~c0 sdb~c1 
           Info: raid: mirror blocks: 1953383488 report: 2/2 UU chunk size: N/A 
Partition: ID-1: / size: 45.58 GiB used: 9.72 GiB (21.3%) fs: ext4 dev: /dev/sdc2 
           ID-2: /home size: 63.52 GiB used: 4.48 GiB (7.1%) fs: ext4 dev: /dev/sdc3 
Sensors:   System Temperatures: cpu: 29.8 C mobo: 27.8 C gpu: nvidia temp: 50 C 
           Fan Speeds (RPM): N/A gpu: nvidia fan: 35% 
Info:      Processes: 228 Uptime: 4h 03m Memory: 15.54 GiB used: 1.38 GiB (8.9%) Init: systemd runlevel: 5 Compilers: 
           gcc: 7.3.0 Shell: bash v: 4.4.19 inxi: 3.0.27 

Code: Select all

:~$ aplay -l
aplay: device_list:270: no soundcards found...
The device I want to use is number 2, the integrated analog out on my mobo. Its a realtek ALC892.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: mint 19.1 not playing sound anymore

Post by MrEen »

Hi mm1992.

Usually, a sudden disappearance of sound can be fixed by deleting the files in ~/.config/pulse then running pulseaudio -k in the terminal.

I'm suspecting that may not be the case in your situation with no drivers loaded/running from your inxi report. I'm wondering if you uninstalled some application recently that took out alsa-base along with it (or some other necessary sound bit.)

See if this gets the driver showing in inxi again:
apt install alsa-base pulseaudio libasound2

They may say they are already the most recent version, or might install any of them if they got uninstalled somehow.

Good luck.
mm1992
Level 1
Level 1
Posts: 25
Joined: Mon Jan 01, 2018 1:33 pm

Re: mint 19.1 not playing sound anymore

Post by mm1992 »

Tried both of those, no dice. Those 3 packages were all installed. I then tried purging them, and then reinstalled them (apt-get install...) along with all of the other stuff they took with them. Same results for inxi -Fxz and aplay -l that I had before.
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: mint 19.1 not playing sound anymore

Post by MrEen »

Have you done a complete shutdown since this started?

If dual booting with Windows, does sound work in Windows?

You didn't happen to set up the RAID configuration some time in the past 2 weeks or so, did you?

Wild stab in the dark here. Try sudo alsa force-reload in the terminal.

I'll keep trying to think of other things to try/check.
mm1992
Level 1
Level 1
Posts: 25
Joined: Mon Jan 01, 2018 1:33 pm

Re: mint 19.1 not playing sound anymore

Post by mm1992 »

Yes to the complete shutdown, not dual booting, but I have had it working on this computer before. RAID was setup when I did the last install, and it was working after that. I tried the force-reload and it said there are no driver modules to reload
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: mint 19.1 not playing sound anymore

Post by MrEen »

Let's give sudo modprobe snd_hda_intel a shot.
mm1992
Level 1
Level 1
Posts: 25
Joined: Mon Jan 01, 2018 1:33 pm

Re: mint 19.1 not playing sound anymore

Post by mm1992 »

MrEen wrote: Sat Feb 16, 2019 4:30 pm Let's give sudo modprobe snd_hda_intel a shot.

Code: Select all

modprobe: ERROR: ../libkmod/libkmod-module.c:192 kmod_module_parse_depline() ctx=0x55890b76a260 path=/lib/modules/4.15.0-45-generic/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory
modprobe: ERROR: ../libkmod/libkmod-module.c:192 kmod_module_parse_depline() ctx=0x55890b76a260 path=/lib/modules/4.15.0-45-generic/kernel/sound/pci/hda/snd-hda-codec.ko error=No such file or directory
modprobe: ERROR: could not insert 'snd_hda_intel': Unknown symbol in module, or unknown parameter (see dmesg)
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: mint 19.1 not playing sound anymore

Post by MrEen »

Using your File Manager, see if /lib/modules/4.15.0-45-generic/kernel/sound/pci/hda/snd-hda-codec.ko really doesn't exist please.

Also check dmesg | grep snd to see what it says.
mm1992
Level 1
Level 1
Posts: 25
Joined: Mon Jan 01, 2018 1:33 pm

Re: mint 19.1 not playing sound anymore

Post by mm1992 »

That folder is empty. There is also a 4.15.0-20-generic folder that has that .ko file, but there is nothing if I follow the path with the 4.15.0-45-generic folder.
Also check dmesg | grep snd to see what it says.
That command doesn't return anything.

edit- just rebooted and selected 4.15.0.20 in grub. When I logged in the sound worked as expected.
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: mint 19.1 not playing sound anymore

Post by MrEen »

Okay, it sound like the kernel upgrade broke your sound. I'm not comfortable being the one to give instructions on reinstalling a kernel so try this first: apt update followed by apt install -f
Maybe that'll fix it without reinstalling the kernel.
mm1992
Level 1
Level 1
Posts: 25
Joined: Mon Jan 01, 2018 1:33 pm

Re: mint 19.1 not playing sound anymore

Post by mm1992 »

Nope, those didn't do anything. But thanks, with your help I was able to identify the issue and now I can get it fixed.
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: [solved] mint 19.1 not playing sound anymore

Post by MrEen »

No problem. Glad we could at least figure out what caused the issue.
raphabatagini

Re: [solved] mint 19.1 not playing sound anymore

Post by raphabatagini »

Hi guys!

mm1992, could you please share with us the solution that you have found?
I'm having the same issue as you and can't figure out what to do to get rid of it.
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: [solved] mint 19.1 not playing sound anymore

Post by MrEen »

Hi raphabatagini, and welcome to the forum.

mm1992 hasn't been on the forum in over a month, so let's see if we can help. Let's start with the outputs of inxi -Fxz, aplay -l and lsmod | grep snd please.
Locked

Return to “Sound”