Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-11 Thread Manoj Srivastava
>>"Mark" == Mark Phillips <[EMAIL PROTECTED]> writes: Mark> 1) Install modules source Mark> 2) Do "make menuconfig" Mark> 3) If you want a kernel-image do "make-kpkg --revision number Mark> kernel_image" Mark> 3) If you want a modules package "make-kpkg --revision number Mark> modules_image"

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-01 Thread Mark Phillips
> >>"Mark" == Mark Phillips <[EMAIL PROTECTED]> writes: > > Mark> I think this is the problem. I shouldn't have to do the configuring > Mark> myself because make-kpkg should do it for me. For some reason it > Mark> seems that it doesn't. It sounds like a bug with make-kpkg. > >No, t

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-01 Thread Manoj Srivastava
>>"Mark" == Mark Phillips <[EMAIL PROTECTED]> writes: Mark> I think this is the problem. I shouldn't have to do the configuring Mark> myself because make-kpkg should do it for me. For some reason it Mark> seems that it doesn't. It sounds like a bug with make-kpkg. No, this is pilot e

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-05-01 Thread Mark Phillips
> Mark Phillips <[EMAIL PROTECTED]> writes: > > > I am trying to use make-kpkg to make a pcmcia-modules package for a > > laptop. It quits giving the following error: > > > > /usr/src/linux/include/linux/module.h:19: linux/modversions.h: No such > > file or directory > > > > and sure enough, I

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Joachim Trinkwitz
Mark Phillips <[EMAIL PROTECTED]> writes: > I am trying to use make-kpkg to make a pcmcia-modules package for a > laptop. It quits giving the following error: > > /usr/src/linux/include/linux/module.h:19: linux/modversions.h: No such file > or > directory > > and sure enough, I can't find a f

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
> Well I used make menuconfig, and then make dep, make modules, make > modules_install, make bzImage and make bzlilo. > > Of course, by doing things like this, I have no idea what caused the > modversions.h file to get where it has. Thanks. I've sort of solved the problem. I think maybe "make d

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
> Mark> I am guessing you must have done something which creates this > Mark> config directory and puts modversions.h in the right place. If > Mark> you do > > Mark> So the question is, what do you do which creates this file??? > > Did you try configuring the kernel? I think this is the pr

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
> Well I'm not sure what you've done, but I am using kernel 2.2.15 > (pre19-1) and I have the modversions.h file in: Yes that's the same version as me (2.2.15pre19-1) > /usr/src/kernel-source-2.2.15/include/config/modversions.h > /usr/src/kernel-source-2.2.15/include/linux/modversions.h Neither

Re: make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Corey Popelier
Well I'm not sure what you've done, but I am using kernel 2.2.15 (pre19-1) and I have the modversions.h file in: /usr/src/kernel-source-2.2.15/include/config/modversions.h /usr/src/kernel-source-2.2.15/include/linux/modversions.h Cheers, Corey Popelier http://members.dingoblue.net.au/~pancreas

make-kpkg fail: can't find modversions.h (compiling pcmcia-modules)

2000-04-30 Thread Mark Phillips
Hi, I am trying to use make-kpkg to make a pcmcia-modules package for a laptop. It quits giving the following error: /usr/src/linux/include/linux/module.h:19: linux/modversions.h: No such file or directory and sure enough, I can't find a file called "modversions.h" anywhere on the system!! I