Re: Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread Thomas Adam
--- * Tong* <[EMAIL PROTECTED]> wrote: > Thanks Thomas, > > are you saying that I don't need kernel-source at all, and > merely the correct kernel-header would be enough? Should be. -- Thomas Adam = "The Linux Weekend Mechanic" -- http://linuxgazette.net "TAG Editor" -- ht

Re: Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread * Tong*
On Fri, 09 Jul 2004 21:32:31 +0100, Thomas Adam wrote: > --- * Tong* <[EMAIL PROTECTED]> wrote: > >> But when I compile my pctel modem driver, I get the "no >> modversions.h file found" error: >> >> $ ./configure -auto > > > Install the 'kernel-header--1-' package, where: > > is the version

Re: Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread Thomas Adam
--- * Tong* <[EMAIL PROTECTED]> wrote: > But when I compile my pctel modem driver, I get the "no > modversions.h file found" error: > > $ ./configure -auto Install the 'kernel-header--1-' package, where: is the version of your kernel, and is the architecture type, be it 386,486, etc. Also,

Prepare the Debian kernel-source, modversions.h

2004-07-09 Thread * Tong*
Hi, I'm preparing my Debian kernel-source so that I can compile my pctel modem driver. I've done the kernel-source-preparing before in RedHat, basically: make mrproper # get the configuration file ready, then make dep But when I compile my pctel modem driver, I get the "no modversions.h file