Linux Lite Kernel - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=30) +--- Thread: Linux Lite Kernel (/showthread.php?tid=458) |
Re: Linux Lite Kernel - Coastie - 05-01-2017 (05-01-2017, 03:49 PM)firenice03 link Wrote: Will a "new" kernel version be available via Updates -- I would say for now most likely not -- although there are tools that can install kernels as well as remove (Lite Tweaks - kernel removal).. Thanks, [member=5414]firenice03[/member]. I just did an update and got a kernel update. I guess from what you wrote it was an incremental update. I have been removing the old kernels or increments by Lite Teaks after rebooting and running my computer for maybe a day. Is that safe or would it be better to just leave the old kernels or updates installed? :-\ Re: Linux Lite Kernel - firenice03 - 05-01-2017 [member=14]Coastie[/member] Most likely an incremental - - Lite tweaks classifies Kernel Removal as cautious.. As there is always a potential.. I think you are fine in doing so keeping in mind.. There are 3 or 4 entries per kernel version.. Ensure you are removing those associated with each other and are removing older kernels.. I don't believe the in use kernel is selectable.. But know which kernel you're running prior. This can be done with the following command... Code: uname -r Obviously don't remove your current - unless having problems with it. Which you would most likely of booted into an old kernel if you were having problems... As such, I like to keep the previous kernel or 2 just on the in case (all 3 or 4 entries of each).. Example: I have 4.4.0-70, 4.4.0-75 and 4.4.0-77.. I also have 4.10.0 installed so I would remove 4.4.0-70 being the oldest knowing all has worked fine since then. I would defiantly keep 4.4.0-77 should I find 4.10 doesn't fit my needs and I need to revert my kernel back... And 4.4.0-75 could go either way being the middle child as such I may let it hang around a bit more ;D Re: Linux Lite Kernel - Coastie - 05-02-2017 Thanks Re: Linux Lite Kernel - firenice03 - 05-02-2017 (05-01-2017, 08:53 AM)Jerry link Wrote: 4.11 Linux Lite Kernel is now available for 32 & 64bit machines. Ran the 4.11 kernel update on the 32-bit mini.. Install process was smooth, no errors to report. All appears to stable.. For those debating on older hardware (Noticed on Dell Mini) I did find the littlest of things - in both 4.10 and 4.11 on a laptop touch pad I couldn't click and drag windows around (terminal/Firefox/etc), using an external (USB) mouse this was not an issue. *Most likely due to my hardware being old and not the kernel* I'll try to hit the Kangaroo in the next couple days.. Thanks Jerry!! Re: Linux Lite Kernel - Valtam - 05-02-2017 No problemo Re: Linux Lite Kernel - Valtam - 05-02-2017 Linux Lite Kernel 4.9 for i386 fixed, tested and uploaded Re: Linux Lite Kernel - Valtam - 07-03-2017 4.12 Linux Lite Kernel is now available for 32 & 64bit machines. Open a terminal and do: Code: sudo apt-get update && sudo apt-get install linux-headers-linuxlite-4.12.0 linux-image-linuxlite-4.12.0 linux-firmware-image-linuxlite-4.12.0 -y NOTE: If you have the nVidia proprietary graphics drivers installed, this kernel may break functionality with nVidia. If you have the nVidia proprietary graphics drivers installed and you still decide to go ahead with this kernel install, you should be competent in repairing your graphics drivers. If you aren't, DO NOT install this kernel. Our installer no longer throws innocuous errors (other than for VirtualBox), if you do get errors in your terminal, please post them in this thread. IMPORTANT: Only install this kernel if you need it or if you are adept at getting out of trouble from a TTY. Re: Linux Lite Kernel - TuxInAGalaxy - 07-29-2017 I've been running linux lite on the intel DG965OT mainboard. I think it is almost a year now! Under all the kernels I have tried, I experienced shutdown issues. I'm not going to go into to many details about it because I have already in older posts. I noticed that Linux Mint is now using 4.10 with Mint 18.2. After upgrading the kernel to 4.10 on that other machine, I decided to try it on Linux Lite. Ever since I upgraded to 4.10 this mainboard DG965OT seems to be shutdown better. How long is linux lite going to support 4.10? System Specs Code: System: Host: gregory-DG965OT Kernel: 4.10.0 x86_64 (64 bit gcc: 5.4.0) Desktop: Xfce 4.12.3 (Gtk 2.24.28) Re: Linux Lite Kernel - Valtam - 07-29-2017 4.10 will always be around. There are no so called 'support' periods. If 4.10 is working for your particular set up, you won't need support Re: Linux Lite Kernel - TuxInAGalaxy - 07-31-2017 (07-29-2017, 02:02 PM)Jerry link Wrote: 4.10 will always be around. There are no so called 'support' periods. If 4.10 is working for your particular set up, you won't need support What I mean by support is security updates for kernel. |