Re: compiled and installed new kernel, but dkpg does not find it

2003-12-08 Thread Bill Goudie
On Sat, Dec 06, 2003 at 05:25:12PM -0500, H. S. wrote: > But I can get a list when I grep the output of dpkg -l: > /usr/src# dpkg -l | grep nvidia > ii nvidia-glx 1.0.4496-2.1 NVIDIA binary XFree86 4.x driver > ii nvidia-kernel- 1.0.4496-2+10. NVIDIA binary kernel module for Linux > 2.4.22

Re: compiled and installed new kernel, but dkpg does not find it

2003-12-06 Thread H. S.
Hugo Vanwoerkom wrote: H. S. wrote: Hi, I downloaded the source for 2.4.22 and compiled it and installed using dpkg: 461 cd kernel-source-2.4.22 462 cp /boot/config-2.4.18-bf2.4 ./.config 463 make menuconfig 464 make menuconfig 465 make-kpkg clean 466 make-kpkg --append_to_vers

Re: compiled and installed new kernel, but dkpg does not find it

2003-12-06 Thread H. S.
Andreas Janssen wrote: Hello You are using dpkg the wrong way. If you want to get information about installed packages, leave out the filename extension. Try dpkg -l kernel-image* to get a list and see how they are called. Your package probably is called kernel-image-2.4.22-nvidia best regards

Re: compiled and installed new kernel, but dkpg does not find it

2003-12-06 Thread H. S.
Andreas Janssen wrote: Hello You are using dpkg the wrong way. If you want to get information about installed packages, leave out the filename extension. Try dpkg -l kernel-image* to get a list and see how they are called. Your package probably is called kernel-image-2.4.22-nvidia best regards

Re: compiled and installed new kernel, but dkpg does not find it

2003-12-06 Thread Hugo Vanwoerkom
H. S. wrote: Hi, I downloaded the source for 2.4.22 and compiled it and installed using dpkg: 461 cd kernel-source-2.4.22 462 cp /boot/config-2.4.18-bf2.4 ./.config 463 make menuconfig 464 make menuconfig 465 make-kpkg clean 466 make-kpkg --append_to_version -nvidia kernel_image

Re: compiled and installed new kernel, but dkpg does not find it

2003-12-06 Thread Andreas Janssen
Hello H. S. (<[EMAIL PROTECTED]>) wrote: > I downloaded the source for 2.4.22 and compiled it and installed using > dpkg: >461 cd kernel-source-2.4.22 >462 cp /boot/config-2.4.18-bf2.4 ./.config >463 make menuconfig >464 make menuconfig >465 make-kpkg clean >466 make

compiled and installed new kernel, but dkpg does not find it

2003-12-06 Thread H. S.
Hi, I downloaded the source for 2.4.22 and compiled it and installed using dpkg: 461 cd kernel-source-2.4.22 462 cp /boot/config-2.4.18-bf2.4 ./.config 463 make menuconfig 464 make menuconfig 465 make-kpkg clean 466 make-kpkg --append_to_version -nvidia kernel_image modules_image