I am asking this as there does not seem a clear way to diagnose the problem. I have searched several sites including this one.
After a few minutes Xubuntu freezes and I can't use the mouse or keyboard. I need to hard reboot but the cycle starts again. I have a desktop PC running Xubuntu 14.04 LTS on kernel 3.13.0-48-generic
. It is an older PC.
Asked
Active
Viewed 922 times
0

Mudit Kapil
- 2,051
- 7
- 30
- 47

Jacques MALAPRADE
- 945
- 4
- 17
- 35
1 Answers
0
I am also seeing this issue on Kubuntu 14.04. It started after the update to kernel 3.13.0-48-generic
You can restart the system without hard resetting it by pressing Ctrl + Alt + F1 (brings you to command prompt) Login and then type: "sudo shutdown now -r" this will at least allow you to bring down the system cleanly.
I am going to boot into an earlier kernel until there is a new kernel. Here is a link to an article on how to do it: Pressing shift does not get me into any grub menu Update: Issue had nothing to do with the kernel revision

user286904
- 31
-
guys Ubuntu 14.04LTS uses 3.16.0.30 currently and it works fine I guess you better upgrade not downgrade. – JoKeR Mar 31 '15 at 20:25
-
Looks like the issue had nothing to do with the kernel as it happened with the previous one. My issue was with the Nouveau driver. Looks like Jacques has a radeon card so my issue must be something different then his. – user286904 Apr 02 '15 at 01:37
-
@joker I don't think 3.16 has been released for 14.04 yet. I have performed all the updates as of yesterday and I get 'code' $ uname -a Linux system 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux – user286904 Apr 02 '15 at 01:45
-
I'm using standard Ubuntu 14.04LTS and since February it's got 3.16.0.30 kernel by default. You can run
sudo apt-get install build-essential linux-headers-
uname -r` it must say already the latest, if so maybe for Kubuntu is lower then. (there's ( ' ) mark before uname also. – JoKeR Apr 02 '15 at 20:24
nouveau driver
after installingnvidia
the problem disappeared. Check what video driver you're using is it stock?lspci -nnk | grep -iA2 VGA
– JoKeR Mar 28 '15 at 11:49