Sometimes No Sound

Sometimes No Sound

From time to time, sound is not available. It happened on Monday, resumed working on Tuesday (yesterday) morning but since Tuesday evening my computer remains silent.

Sound Device

My sound device is detected:

~ lsusb                                                  
...
Bus 003 Device 007: ID 046d:0a4c Logitech, Inc. Logi Z407

and shown in pavucontrol:


dmesg

usb 3-1.2.1.2: device descriptor read/64, error -71
usb 3-1.2.1.2: New USB device found, idVendor=046d, idProduct=0a4c, bcdDevice=22.30
usb 3-1.2.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 3-1.2.1.2: Product: Logi Z407
usb 3-1.2.1.2: Manufacturer: Logitech
usb 3-1.2.1.2: SerialNumber: 00000000

excerpt of my configuration:

services.pipewire = {
  enable = true;
  alsa.enable = true;
  alsa.support32Bit = true;
  pulse.enable = true;
};
services.pulseaudio = {
  enable = false;
  package = pkgs.pulseaudioFull;
};
~ sudo nix-channel --list                                                                                              
home-manager https://github.com/nix-community/home-manager/archive/release-25.05.tar.gz
nixos https://nixos.org/channels/nixos-25.05

Where should I look for the problem?
There are so many logs (dmesg, journalctl, …) available…

Thanks for any hint.

forgot to say:
With the Windows :face_vomiting: laptop of my employer, the sound works well.

Hello
So my first question would be what you did in the time between where it worked and then it did not work anymore. For example have you done a reboot, moved something physically or anything else.
Also how is your system connected to your sound-system?
Next would be to look for errors on the software side. Therefor first try it with pulseaudio and see if that solves the problem. Additionally can you post your journalctl and dmesg logs of the time where the sound went away? Those you can post on pastebin.com and share the link