Results 1 to 4 of 4
Hey there.
I want to install the new linux kernel, but I am having some problems.
I download the kernel to my /usr/src/ and extract it there.
Then I:
Code:
...
- 02-26-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Installing Kernel 2.6.20 Problems
Hey there.
I want to install the new linux kernel, but I am having some problems.
I download the kernel to my /usr/src/ and extract it there.
Then I:
Then I get tons of errors, too many to copy and paste in this post, but the last lines are theseCode:cd /usr/src/linux-2.6.20/ make menuconfig
What is the problem here?Code:make[1]: *** [scripts/kconfig/lxdialog/checklist.o] Error 1 make: *** [menuconfig] Error 2
- 02-26-2007 #2
Did you install the dependencies first ?
Minimally you need :
More details here :Code:apt-get install build-essential libncurses-dev kernel-package bzip2
http://technowizah.com/2005/12/debia...l-compile.html"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 02-26-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 13
Do I need to put anything in /ect/apt/sources.list because it says it cannot find fakeroot.(I'm taking that from your website).
- 02-26-2007 #4Well, not really, since fakeroot is part of the main section of the official Debian repository. As long as your /etc/apt/sources.list looks like that you should be ok :
Originally Posted by Abenenati
Of course, don't forget to runCode:#Local Mirror deb ftp://ftp.us.debian.org/debian/ etch main contrib non-free #deb-src ftp://ftp.us.debian.org/debian/ etch main contrib non-free #Security deb http://security.debian.org/ etch/updates main contrib non-free #deb-src http://security.debian.org/ etch/updates main contrib non-free #Multimedia deb http://debian-multimedia.org/ etch main #deb-src http://debian-multimedia.org/ etch main
afterwards.Code:apt-get update
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
