----- Original Message ----- From: "D. S." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 05, 2002 11:24 PM Subject: Small question for all those out there.
<snip> > I've tried driverguide.com, and found a tar file, > but when I do a make config, it asks me for my linux source directory, and > has the default set as /usr/src/linux, but that's not where it's located on > my machine. <snip> Check your /usr/src directory as you probably have a linux-2.4 directory there, IF the kernel-source rpm is installed. If it doesn't, then either run "up2date kernel-source" or find it on one of your CD's and install it. Then once it's there, "cd /usr/src" then "ln -s linux-2.4 linux", in which your making a symbolic link. Then you should be able to compile it. Hope this helps, Mike