Results 1 to 5 of 5
I have been trying to install the source for the kernel. I have tried
<tt>apt-get install kernel-source-2.6.18</tt>
but it does not work (package not found). Where is the package, and ...
- 01-30-2008 #1Just Joined!
- Join Date
- Jan 2008
- Posts
- 20
Kernel source install
I have been trying to install the source for the kernel. I have tried
<tt>apt-get install kernel-source-2.6.18</tt>
but it does not work (package not found). Where is the package, and how do I get it?
- 01-30-2008 #2
Have you tried just using kernel-source without the version number e.g.
Code:apt-get install kernel-source
- 01-30-2008 #3
if you want a newer kernel i'd recommend just downloading it from The Linux Kernel Archives instead of using the apt repositories, that is what I do anyways
- 01-30-2008 #4Just Joined!
- Join Date
- Jan 2008
- Posts
- 20
I don't need a newer kernel, just the source code for the one I have (I'm trying to install a driver for my wireless card, and it needs the source.)
- 01-30-2008 #5
run this it will do what you need
this should download everything you needCode:su apt-get install build-essential module-assistant m-a prepare


Reply With Quote
