Are you trying to compile a kernel from the source?  If you are just looking for the kernel header the command is... <br><br>sudo  apt-get install linux-headers-$(uname -r) <br><br><br clear="all">Thanks,<br> <br>- Eric<br>
<br>------------------------------<br>Eric J. Krieger<br>Ubuntu Member and Altruistic Network Ninja.<br><br>Email: <a href="mailto:grammatoncleric@ubuntu.com">grammatoncleric@ubuntu.com</a><br>Wiki: <a href="https://wiki.ubuntu.com/GrammatonCleric">https://wiki.ubuntu.com/GrammatonCleric</a><br>
NM LoCo: <a href="https://wiki.ubuntu.com/NewMexicoTeam">https://wiki.ubuntu.com/NewMexicoTeam</a><br>
<br><br><div class="gmail_quote">On Mon, Jun 29, 2009 at 6:18 AM, a <span dir="ltr"><<a href="mailto:akaluta@taosnet.com">akaluta@taosnet.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Anyone know if I am on the right track to get the kernel source of (as<br>
indicated below)required by "parapin" the file looks like over 300 mega<br>
bites? Ubuntu site at its current rate is 16 days download time<br>
required,seems absurd,anyway am I headed in the right direction,anyone?<br>
Antonio<br>
<br>
Starting from Hardy (8.04) this has changed to:<br>
<br>
sudo apt-get build-dep linux-image-$(uname -r)<br>
apt-get source linux-image-$(uname -r)<br>
<br>
Ubuntu modules source may also be needed if you plan to enable PAE and<br>
64GB support in the kernel for 32bit Hardy (8.04). The Ubuntu supplied<br>
modules may not be compatible with PAE enabled kernel.<br>
<br>
sudo apt-get build-dep linux-ubuntu-modules-$(uname -r)<br>
apt-get source linux-ubuntu-modules-$(uname -r)<br>
<br>
_______________________________________________<br>
nmglug mailing list<br>
<a href="mailto:nmglug@nmglug.org">nmglug@nmglug.org</a><br>
<a href="https://nmglug.org/mailman/listinfo/nmglug" target="_blank">https://nmglug.org/mailman/listinfo/nmglug</a><br>
</blockquote></div><br>