Ok, that worked. Don't know what happens after this. I'll see if the readme (came with tarball) can help.
Thanks again.
Readme has this:
Code:
INSTALLING
==========
First you need to install the tool libraries and binaries. Do this by typing
in the following commands:
sudo -i # become root
make install
ldconfig
To automatically start the required system daemon "razerd" at system bootup time,
you need to install the init-script. This software package includes a generic
example script, that should work out-of-the-box on many Linux distributions.
To install it, invoke the following commands:
sudo -i # become root
cp ./razerd.initscript /etc/init.d/razerd
ln -s /etc/init.d/razerd /etc/rc2.d/S99razerd
ln -s /etc/init.d/razerd /etc/rc5.d/S99razerd
ln -s /etc/init.d/razerd /etc/rc0.d/K01razerd
ln -s /etc/init.d/razerd /etc/rc6.d/K01razerd
So we did the first bit, but no directory is found when I try the "cp" line. Do I need to change the path somehow?
Bookmarks