Re: compiling pcmcia-source

2001-05-17 Thread Eric Richardson
Robert Voigt wrote: > > On Thursday 17 May 2001 20:59, Vivek Dasmohapatra wrote: > > I usually use > > > > apt-get install FOO-source > > cd /usr/src/linux > > make-kpkg modules_image > > > > to create the pcmcia/thinkpad/alsa/whatever debs. Have you tried that? > > It says > make-kpkg No such fi

Re: compiling pcmcia-source

2001-05-17 Thread Vivek Dasmohapatra
On Thu, 17 May 2001, Robert Voigt wrote: > > apt-get install FOO-source > > cd /usr/src/linux > > make-kpkg modules_image > > It says > make-kpkg No such file or directory. > In what package is it? I thought I used it before, don't know what's wrong. kernel-package [in woody, anyway, not sure a

Re: compiling pcmcia-source

2001-05-17 Thread Robert Voigt
On Thursday 17 May 2001 20:59, Vivek Dasmohapatra wrote: > I usually use > > apt-get install FOO-source > cd /usr/src/linux > make-kpkg modules_image > > to create the pcmcia/thinkpad/alsa/whatever debs. Have you tried that? It says make-kpkg No such file or directory. In what package is it? I th

Re: compiling pcmcia-source

2001-05-17 Thread Vivek Dasmohapatra
On Thu, 17 May 2001, Robert Voigt wrote: > symbols. Unresolved symbols in modules I just built for my kernel? I guess I > did something wrong with the kernel source. What could I do now? I usually use apt-get install FOO-source cd /usr/src/linux make-kpkg modules_image to create the pcmcia/th

Re: compiling pcmcia-source

2001-05-17 Thread Robert Voigt
On Thursday 17 May 2001 11:56, Stephen Rank wrote: > Have a look in /boot, which should contain config-2.2.18pre21. The > depend will come from a make depend (either from you or from a > make-kpkg). I copied /boot/config-2.2.18pre21 to /usr/src/linux/.config, then did make oldconfig in /usr/src/

Re: compiling pcmcia-source

2001-05-17 Thread Eric Richardson
Robert Voigt wrote: > > On Thursday 17 May 2001 20:59, Vivek Dasmohapatra wrote: > > I usually use > > > > apt-get install FOO-source > > cd /usr/src/linux > > make-kpkg modules_image > > > > to create the pcmcia/thinkpad/alsa/whatever debs. Have you tried that? > > It says > make-kpkg No such f

Re: compiling pcmcia-source

2001-05-17 Thread Vivek Dasmohapatra
On Thu, 17 May 2001, Robert Voigt wrote: > > apt-get install FOO-source > > cd /usr/src/linux > > make-kpkg modules_image > > It says > make-kpkg No such file or directory. > In what package is it? I thought I used it before, don't know what's wrong. kernel-package [in woody, anyway, not sure

Re: compiling pcmcia-source

2001-05-17 Thread Robert Voigt
On Thursday 17 May 2001 20:59, Vivek Dasmohapatra wrote: > I usually use > > apt-get install FOO-source > cd /usr/src/linux > make-kpkg modules_image > > to create the pcmcia/thinkpad/alsa/whatever debs. Have you tried that? It says make-kpkg No such file or directory. In what package is it? I t

Re: compiling pcmcia-source

2001-05-17 Thread Vivek Dasmohapatra
On Thu, 17 May 2001, Robert Voigt wrote: > symbols. Unresolved symbols in modules I just built for my kernel? I guess I > did something wrong with the kernel source. What could I do now? I usually use apt-get install FOO-source cd /usr/src/linux make-kpkg modules_image to create the pcmcia/t

Re: compiling pcmcia-source

2001-05-17 Thread Robert Voigt
On Thursday 17 May 2001 11:56, Stephen Rank wrote: > Have a look in /boot, which should contain config-2.2.18pre21. The > depend will come from a make depend (either from you or from a > make-kpkg). I copied /boot/config-2.2.18pre21 to /usr/src/linux/.config, then did make oldconfig in /usr/src

Re: compiling pcmcia-source

2001-05-17 Thread Stephen Rank
Robert Voigt wrote: [ ...] > Can I just copy a .config file to the kernel source tree Yes. You'd then need to do a `make oldconfig' (I think) in case there are any options in the new kernel that weren't in the original one. > and where can I get the .config file that was used to build the >

Re: compiling pcmcia-source

2001-05-17 Thread Stephen Rank
Robert Voigt wrote: [ ...] > Can I just copy a .config file to the kernel source tree Yes. You'd then need to do a `make oldconfig' (I think) in case there are any options in the new kernel that weren't in the original one. > and where can I get the .config file that was used to build the >