Richard Spencer <[EMAIL PROTECTED]> writes:

> 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!

Hopefully not.  Okay, first thing to check... 
/usr/src/linux is normally a symlink (think shortcut) to /usr/src/linux-2.x.x
(replace x with your kernel version).  So type "ls -l /usr/src/" (no
quotes) if you see a directory like /usr/src/linux-2.x.x you'll fix
your problem in about 10 seconds.  More about that in a minute.

If you don't see a linux-2.x.x directory the fix will take a wee bit
longer.  You'll need to download the kernel source.

Now, for that 10 second fix...
cd /usr/src
ln -s linux-`uname -r` linux
cd linux
make menuconfig


-- 
---Regards, Steve Youngs--------Email:-<[EMAIL PROTECTED]>---
|     If Microsoft is the answer, then all I can say is that     |
|               you are asking the wrong question.               |
------------------------------<Don't be a Newbie--Be a Gnu-bie>---

Reply via email to