I have a problem where my laptop randomly loses all sound capabilities after some time.
It started happening just today, and it persists over restarts.
I’m not sure if it started before or after my latest rebuild.
It cripples video playback and the “Test” feature in the GNOME settings sound panel.
It might be because I have lots of tabs open and/or I restarted VSCode and/or memory use from GHC (things I did shortly before discovering it had stopped working)
Here’s some information:
- My laptop is a 81FV Lenovo Legion Y530-15ICH
- My DE is GNOME 41.4
- My CPU is Intel i5-8300H (8) @ 4.000GHz
- I have a dual GPU setup, with:
- NVIDIA GeForce GTX 1050 Ti Mobile
- Intel CoffeeLake-H GT2 [UHD Graphics 630]
- I don’t know what sound system I’m using, here are some attempts at getting info:
-
systemctl status sound.target
shows “active” -
pactl info
shows nothing of interest - Running
alsa-info
spits out some errors about files not found and produces this: -
systemctl show pipewire.service
shows that it’s masked -
lspci
shows two “Audio” devices:- 00:1f.3 Audio device: Intel Corporation Cannon Lake PCH cAVS (rev 10)
- 01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
-
- My nixpkgs revision is 062a0c5437b68f950b081bbfc8a699d57a4ee026. The specific configs are:
- NixOS configuration: GitHub - schuelermine/configuration
- home-manager configuration: GitHub - schuelermine/home-manager-configuration