Kubuntu 14.04 (64bit) Shutdown Problem

Sometimes I have trouble shutting down the computer. Yes I can initiate the shutdown commands without any issue at all BUT when the computer begins the shutdown procedure where you can see the Kubuntu logo, the keyboard lights and the monitor will turn off but the system unit will not as I can tell by it’s fan still spinning. All I can do is press the power button for 5 seconds or hit the resset button and boot Windows 7 to shut it down.

I occasionally encounter this issue whenever I’m using Linux regardless of the distro.

How can i fix this?

Hi there.
It would be better that you register in an Ubuntu/Kubuntu forum. Surely there, people tell you better what to do.
Just in case update to a new Kernel:
http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.16.1-utopic/

Create a new folder in your /home/YOUR_USER and download there the packages labeled as:

linux-headers-3.16.1-031601-generic_3.16.1-031601.201408140014_amd64.deb
linux-headers-3.16.1-031601_3.16.1-031601.201408140014_all.deb
linux-image-3.16.1-031601-generic_3.16.1-031601.201408140014_amd64.deb

Open Dolphin, enter to this folder where you download the packages, open the terminal in this location (Shift+F4 for Konsole or F4 directly in Dolphin) and install the kernel with this command:

sudo dpkg -i *.deb

You wait for the process to finish completely. Reboot the system and login whit the new Kernel from GRUB (“uname -r” to check you are in this Kernel when log in).

PS: Where you can see the Kubuntu logo, you can press the Esc key to see if there is any useful message.

Thanks for the tip. I’ll try those tomorrow.

You could try to follow this - http://ubuntuforums.org/showthread.php?t=2020630

This kind of problems can be related to many causes. It may be a problem with the system/kernel/driver/acpi/GRUB, or can be related only to Unity in Ubuntu or KDE on Kubuntu.

This is why is better to ask these questions in a specific forum of the distribution.

In any case, if you follow some of these guides I recommend do first a backup of the file before editing it manually, and if you see “sudo gedit”, you use “kdesudo kate” (not “sudo” to open graphical interfaces on Kubuntu)