[Solved] Unable to shutdown PC after new installation or kernel upgrade

More
18 Jun 2023 16:47 #273788 by Aciera
While this is not really a LinuxCNC issue it may be useful for users trying to update older hardware.

If your PC no longer shuts down properly but reboots automatically you can try to modify kernel parameters:

$ sudo nano /etc/default/grub

Modify the line to (ie add xhci_hcd.quirks=270336 to the existing parameters like 'quiet' in this example):
GRUB_CMDLINE_LINUX_DEFAULT="quiet xhci_hcd.quirks=270336"

Save and run:
$ sudo update grub

Reboot and see if the shutdown now works. If it does not you can repeat the above with values 8192 & 262144


discussion here:
forums.linuxmint.com/viewtopic.php?t=283503

Please Log in or Create an account to join the conversation.

More
18 Jun 2023 16:50 #273789 by Aciera
Worked for me on three different machines after updating from kernel 4.x to 6.x.
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

Time to create page: 0.075 seconds
Powered by Kunena Forum