On Tue, May 28, 2002 at 03:58:20AM -0700, faisal gillani wrote: > i installed debian 2.2 from a cdrom but the > installation didnt install kernal source now i want > to install some new hardware & it wants kernal source > .. how can i install it from the cdrom ?
apt-cache search kernel-source Pick one, then 'apt-get install' it. For instance: apt-get install kernel-source-2.2.19 You'll find a .tar.bz2 file in /usr/src. 'apt-get install bzip2' if you don't have it already, and unpack it like this: cd /usr/src tar --bzip2 -xvf kernel-source-2.2.19.tar.bz2 -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]