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 - 04-19-2017 (02-20-2017, 04:55 AM)Jerry link Wrote: ... IMPORTANT: Only install this kernel if you need it or if you are adept at getting out of trouble from a TTY. So I won't be attempting this. Will it be available by Lite Update when it won't be a problem? Or is it not needed? :-\ Re: Linux Lite Kernel - firenice03 - 04-27-2017 So with a fresh Systemback restore point I installed 4.10 on the 32-bit Mini... SO much better than 4.9 attempt, none of the issues quoted below... Don't know if I notice anything right off over 4.4 kernel on the "old girl" - but 4.10 installed smoothly (02-10-2017, 02:24 AM)firenice03 link Wrote: So for 32-bit 4.9... Re: Linux Lite Kernel - Valtam - 04-27-2017 Nice Re: Linux Lite Kernel - Valtam - 05-01-2017 4.11 Linux Lite Kernel is now available for 32 & 64bit machines. This is the first Linux Lite Kernel that includes our Firmware package 'linux-firmware-image-linuxlite' (a.k.a linux-image-extra). Thank you to [member=6891]light_user[/member] for this suggestion. Open a terminal and do: Code: sudo apt-get update && sudo apt-get install linux-headers-linuxlite-4.11.0 linux-image-linuxlite-4.11.0 linux-firmware-image-linuxlite-4.11.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. Ignore any errors in the terminal. 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 - light_user - 05-01-2017 (05-01-2017, 08:53 AM)Jerry link Wrote: 4.11 Linux Lite Kernel is now available for 32 & 64bit machines. Thank you for implying my suggestion so fast !!! I've tried the new kernel (installed the three packages that you mentioned) but I feel regression: My laptop model is: HP-6450b, and it uses internal Broadcom wireless driver: BCM4313, but the new kernel doesn't work well with this chipset and doesn't show my wireless network. I return to kernel 4.8 and everythings works great My driver manager screenshot: http://imgur.com/3rLCQl2 Re: Linux Lite Kernel - Valtam - 05-01-2017 [member=6891]light_user[/member] you get that. Newer kernels drop drivers etc. This stops the kernel ballooning over time. Re: Linux Lite Kernel - light_user - 05-01-2017 (05-01-2017, 10:47 AM)Jerry link Wrote: [member=6891]light_user[/member] you get that. Newer kernels drop drivers etc. This stops the kernel ballooning over time. This Broadcom chipset is very popular. I thought that the extra package ("linux-firmware-image-linuxlite-4.11.0 ") will add support to common drivers but although it writes the specific driver it doesn't work well. Re: Linux Lite Kernel - Coastie - 05-01-2017 (05-01-2017, 10:47 AM)Jerry link Wrote: ... Newer kernels drop drivers etc. This stops the kernel ballooning over time. I understand now that is an advantage to installing new kernels. I think they also fix bugs in kernels, like the mad cow. As I posted before "Will it be available by Lite Update when it won't be a problem?" Re: Linux Lite Kernel - Valtam - 05-01-2017 I don't know about that. Re: Linux Lite Kernel - firenice03 - 05-01-2017 (05-01-2017, 02:16 PM)Coastie link Wrote: [quote author=Jerry link=topic=474.msg31659#msg31659 date=1493635650] I understand now that is an advantage to installing new kernels. I think they also fix bugs in kernels, like the mad cow. As I posted before "Will it be available by Lite Update when it won't be a problem?" [/quote] [member=14]Coastie[/member] I hope this may help enlighten... 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).. Again this is something that one would need to understand what their getting into, how it may affect their machine and how to get out of; not necessarily "safe"... As for "fixes" those typically are patched via Updates incrementally an example:Kernel 4.4.0 -> 4.4.28 -> 4.4.53 etc.... (looking at lite tweaks one can see the various installed kernels) |