| Installing
the kernel-source I had a little bit of trouble getting gCCD running on RH9 but with a little help from the author, David Schmenk, (thanks David!) I managed to get enough info together to get it running and put together this quick guide. First of all there are a few things that must be installed. One of the most important is the linux kernel sources. The easiest way to install them (in Redhat) is thorugh the Add/Remove application found under System Tools in the Gnome or KDE menu. To add the kernel sources, scroll down to the Development section, check the Kernel Development checkbox and click on the Update button. You'll need root access for this (and other sections of the install) and you'll need your Redhat CDs. Once the
kernel sources are installed it is always a good idea to run the Redhat
Network application (found under System
Tools) to update the kernel souces (and any other software
that might need it) we just installed from the CD. This may take a little
while but it is very important to have the same version for the system
kernel and the kernel sources. To make sure of this, at the command
line as root, run the followng command: |
| rpm -q kernel kernel-source |
|
Now we
must create a symbolic link
called linux to your kernel
sources in the /usr/src/
directory. This is the link that the gCCD kernel drivers package looks
for at compile time and is not created automatically. First we need
to take a look at the directory name we are going to be linking to: |
| ls /usr/src |
|
| debug linux-2.4 linux-2.4.20-19.9 redhat |
|
| ln -s /usr/src/linux-2.4.20-19.9 /usr/src/linux |
|
| apt-get install gdk-pixbuf gdk-pixbuf-devel gnome-libs-devel |
| /sbin/modprobe/ccd /sbin/modprobe sx_usb model=7 color=1 |
This covers pretty much everything I know about how to get this sweet piece of software to work. As soon as I know more about the modules.conf file and getting these puppies to load automatically I'll update this page. In the meantime, pleasee feel free to direct all questions, comments and criticisims to turtle@astroturtle.com.
|