Re: where do I find the kernel headers? *solved*

2002-11-25 Thread Rob Weir
On Sat, Nov 23, 2002 at 06:47:11PM -0500, sean finney wrote: On Sat, Nov 23, 2002 at 10:49:25AM -0900, Andy wrote: What am I doing wrong? Where are my headers? if you made the kernel the debian way, you may have already made yourself a kernel headers package, take a look in /usr/src.

Re: where do I find the kernel headers? *solved*

2002-11-25 Thread sean finney
On Mon, Nov 25, 2002 at 10:13:08PM +1100, Rob Weir wrote: # cd /usr/src/linux make-kpkg clean # cp /boot/config-version /usr/src/linux You'll have to rename config-version to .config for the kernel build system to see it, AFAIK. oops, yeah, my bad. shoudla been # cp

Re: where do I find the kernel headers? *solved*

2002-11-23 Thread Andy
All I ended up needing was the kernel-headers package. That did the trick. Can you, or someone, tell me more about this? I am confused as hell right now. I am trying to get my Lucent Winmodem on my Thinkpad A21e working. In order to build the drivers I need kernel-headers. My kernel is

Re: where do I find the kernel headers? *solved*

2002-11-23 Thread Travis Crump
Andy wrote: All I ended up needing was the kernel-headers package. That did the trick. Can you, or someone, tell me more about this? I am confused as hell right now. I am trying to get my Lucent Winmodem on my Thinkpad A21e working. In order to build the drivers I need kernel-headers. My

Re: where do I find the kernel headers? *solved*

2002-11-23 Thread sean finney
On Sat, Nov 23, 2002 at 10:49:25AM -0900, Andy wrote: What am I doing wrong? Where are my headers? if you made the kernel the debian way, you may have already made yourself a kernel headers package, take a look in /usr/src. failing that if you haven't done anything in /usr/src/linux any time

RE: where do I find the kernel headers? *solved*

2002-11-22 Thread Michael Kahle
Seneca wrote: On Wed, Nov 20, 2002 at 04:28:17PM -0600, Michael Kahle wrote: I hope this isn't a silly question. Most of the time, the only silly question is the one left unasked (trite, I know). From the Debian FAQ (http://www.debian.org/doc/FAQ/ch-kernel.en.html): //snip The kernel headers