Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
wiki:system_configuration [2026/08/11 19:59] – [Power management] autostaticwiki:system_configuration [2026/08/11 20:04] (current) – [Power management] autostatic
Line 293: Line 293:
  
 === USB autosuspend === === USB autosuspend ===
-When using an USB audio interface it is recommended to disable the power management of the USB subsystem. This way your USB audio interface won't be disconnected when the kernel thinks it is in an idle state. Disabling the power management can be done by adding the following kernel parameter to your GRUB configuration:+When using an USB audio interface it is recommended to disable the power management of the USB subsystem. This way your USB audio interface won't be disconnected when the kernel thinks it is in an idle state. Disabling the power management can be done by adding the following kernel parameter to your the ''GRUB_CMDLINE_LINUX_DEFAULT'' line in your GRUB configuration:
   usbcore.autosuspend=-1   usbcore.autosuspend=-1
 +
 +And then run ''sudo update-grub''. After a reboot this setting will then be picked up. To activate the setting immediately use the following command:
 +  echo "-1" | sudo tee /sys/module/usbcore/parameters/autosuspend
  
 ==== Filesystems ==== ==== Filesystems ====
wiki/system_configuration.txt · Last modified: by autostatic