Comments on: How to Install and Compile Kernel in Debian https://www.tecmint.com/kernel-compilation-in-debian-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Fri, 19 Jan 2024 09:22:03 +0000 hourly 1 By: kate https://www.tecmint.com/kernel-compilation-in-debian-linux/comment-page-1/#comment-601732 Wed, 17 Jun 2015 09:08:52 +0000 http://www.tecmint.com/?p=4665#comment-601732 try “ls /boot/”

there’re one or more config files.
Copying previous config into new kernel build directory for your convenience.

]]>
By: sHAKaJaada https://www.tecmint.com/kernel-compilation-in-debian-linux/comment-page-1/#comment-397839 Sun, 07 Dec 2014 11:56:15 +0000 http://www.tecmint.com/?p=4665#comment-397839 In reply to alex.

cp -vi /boot/config-`uname -r` .config

]]>
By: alex https://www.tecmint.com/kernel-compilation-in-debian-linux/comment-page-1/#comment-222795 Thu, 24 Jul 2014 15:53:38 +0000 http://www.tecmint.com/?p=4665#comment-222795 In reply to Lui.

you need a space between the * and the .
you’re copying from “/boot/config-`uname -r`*” to destination file “.config”

]]>
By: Gaurav https://www.tecmint.com/kernel-compilation-in-debian-linux/comment-page-1/#comment-206925 Fri, 04 Jul 2014 06:20:49 +0000 http://www.tecmint.com/?p=4665#comment-206925 please!! describe “cp /boot/config-`uname -r` .config”

]]>
By: Reis (Brasil) https://www.tecmint.com/kernel-compilation-in-debian-linux/comment-page-1/#comment-156591 Fri, 02 May 2014 03:04:33 +0000 http://www.tecmint.com/?p=4665#comment-156591 Thank you! I installed kernel 3.12.18 and is working perfectly. Again, thank you!

]]>