Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 12832  / 1 Year ago, wed, february 1, 2023, 4:01:21

this question regarding the LTS Enablement Stack has actually two parts:




  1. I installed Linux 3.5.0-x on Precise 64bit via sudo apt-get install linux-generic-lts-quantal xserver-xorg-lts-quantal . As it turns out, VirtualBox does not work yet on the new kernel (EDIT: This is fixed now.). Therefore I want to remove it from the system. As expected removing the meta-packages via sudo apt-get install linux-generic-lts-quantal xserver-xorg-lts-quantal is not enough. What packages do I need to remove manually? For the kernel I would do (as of now): sudo apt-get remove linux-image-3.5.0-25-generic . However, regarding xserver-org I am lost. How can I switch back to the original xserver?

  2. I installed a system with the 12.04.2 installation media. There I have also the 3.5.0-x kernel, because that's the default for this point release. How can I downgrade to the kernel (and xserver?) to the 3.2.0-x series?



Thank you!


More From » 12.04

 Answers
6

Important: The below instructions only work if you have one of the pre-enablement stack kernels installed still, e.g. 3.2.0-38.



With the Enablement Stack installed run 'uname -r' to check the current kernel version. Substitute it into the command below:



sudo apt-get purge linux-generic-lts-quantal xserver-xorg-lts-quantal linux-headers-generic-lts-quantal linux-image-generic-lts-quantal linux-image-3.5.0-25-generic linux-headers-3.5.0-25


Re-install important components (including X itself!) that are removed due to dependencies by the above commands:



sudo apt-get install xserver-xorg xserver-xorg-input-synaptics


Fix the steam client:



sudo apt-get install libgl1-mesa-glx:i386


Finally, reboot your computer.



IMHO the enablement stack isn't ready for release. In my experience Virtualbox, Samba, and the Steam client all break with the Enablement Stack installed. There's a workaround for Virtualbox but none for Samba or Steam so far (March 2013).


[#32285] Friday, February 3, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bleger

Total Points: 468
Total Questions: 108
Total Answers: 100

Location: Belarus
Member since Wed, Dec 7, 2022
1 Year ago
;