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.