Kodibuntu 15.2 linux Kernel 4.3 upgrade
#1
I am running Kodibuntu 15.2 linux Kernel version 3.19.

Can i upgrade to version Linux Kernel version 4.3 stable?
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#2
Yes you can via Ubuntu mainline. Be aware that the running kernel won't get security updatess anymore. It might also change e.g. network interface name and so on

Your kubuntu won't be easily support by us anymore - as many fixes Ubuntu integrated might not be there anymore (including compatibility with 3rd party drivers). Upgrading kernel is personal fun and personal risk.

Code:
mkdir kernel43
cd kernel43
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300-generic_4.3.0-040300.201511020949_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-headers-4.3.0-040300_4.3.0-040300.201511020949_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.3-wily/linux-image-4.3.0-040300-generic_4.3.0-040300.201511020949_amd64.deb

sudo dpkg -i *deb
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#3
Thanks but why is your answer so personal....
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
#4
I just wanted to make fully clear:

- Upgrading a kernel might have side effects that are hard to manage (like non working drivers, changed interface names for e.g. network)
- As the version is much higher than the shipped version, future security updates won't update your custom kernel and therefore those issues are not fixed on your system
- Every sideeffect this kernel produces might lead to the point: that upstream (e.g. ubuntu) won't accept your bugreports anymore.

Was not really something personal concerning you - as this will be an issue for everybody joe that upgrades kernel.

As I am not a native speaker and rereading my first sentence I think I "overformulated" that sentence - will edit it. Sorry - no offense.
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#5
No worries!

I just taught upgrading from 3.19 to 4.3 will improve the device.
I guess If it ain't broke don't fix it.
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply

Logout Mark Read Team Forum Stats Members Help
Kodibuntu 15.2 linux Kernel 4.3 upgrade0