Skip to main content
2 of 4
added 24 characters in body
Kiwy
  • 9.9k
  • 13
  • 51
  • 81

You could just use apt to get the source, check that the file /etc/apt/sources.list contains a line starting with

deb-src 

and then use the command:

apt-get update
apt-get source linux-image-$(uname -r)

It will download the source in the folder:

/usr/src or /usr/sources
Kiwy
  • 9.9k
  • 13
  • 51
  • 81