My sound and wireless hardware are not working under my current 3.16.x kernel on my Debian 8 system. I performed:
apt-cache search linux-image
with the intention of getting the 4.x version linux kernel to try to fix this (as the hardware works fine under Ubuntu 16.04).
However it seems the choice of kernel is limited to:
linux-image-3.16.0-4-amd64 - Linux 3.16 for 64-bit PCs
I would like to install the 4.x version and have the option to switch between the current kernel and the 4.x version.
How can I do this using apt-get or a simple way that does not require manual compilation?