Hi, Richard,
I'm not very used to RedHat, but you should have an option to install
the kernel source. So mount the RedHatCD, and browse it for something like
kernel-2.*.*.rpm, or kernel-2.*.*.tar.gz. If you find it, just copy it
into '/usr/src', and unrpm (or unzip) it. It should create the directory
'/usr/src/linux-2.*.*'. Change to that directory, and do the make config,
make dep, make clean, make bzImage, make modules, make modules_install.
Then install the new kernel in the '/boot' directory. For more infos, I'm
sure you have a Kernel-HOWTO somewhere (at least the docs should be
installed...). Or just send another e-mail...
Have fun,
bogdan
On Mon, 30 Aug 1999, Richard Spencer wrote:
> I'm a Linux-newbie running Win95 and RedHat 6.0 in a dual-boot
> configuration on my Pentium notebook. After compiling my kernel, everything
> ran just fine.
>
> Recently, I bought a 100 Mb SCSI Zip drive, and an Adaptec 1460 slimSCSI
> adapter. I have a parallel port Syquest SparQ as well. I would like to use
> the PCMCIA adapter and the Zip drive, and run the SparQ at the parallel port.
>
> When I configured my kernel three months ago, I failed to plan ahead and
> enable SCSI support. It's clear that I need to reconfigure my kernel. When
> I tried to 'make config', 'make menuconfig', and 'make xconfig' however,
> they wouldn't work! In fact, I don't have a /usr/src/linux directory.
>
> Where should I begin to fix this mess? Tell me I don't have to start from
> ground zero!
>
> Thanks!
>