Re: Re: apt-get source linux-image-$(uname -r) downloads incorrect version

2017-01-26 Thread David Wittman
Danke, Sven. > 3.16.0-4 is *not* the kernel version but the ABI name used. I feel dumb for asking, but the output of uname is not the exact kernel version I'm running? That seems contradictory to everything I've learned and read... including what I just read here[1]: > Kernel version > This is t

apt-get source linux-image-$(uname -r) downloads incorrect version

2017-01-25 Thread David Wittman
I am trying to download the kernel source so that I can patch a kernel module, but I keep finding that it's pulling a more recent kernel release than the one I specify. IE: ``` vagrant@debian-jessie:~$ uname -r 3.16.0-4-amd64 vagrant@debian-jessie:~$ dpkg-query --show linux-image-$(uname -r) linux