| I don't have any specific knowledge of Sabayon. But the driver that you have is a compressed file that contains the source files for the driver. You need to unpack the file using the tar command. These then need to be compiled on the system that you will use it on.
It really isn't that hard. You will need a few things installed first.
kernel source
kernel headers
gcc
make
There may be others, this is just a general list. There should be a file inside of the driver files with the instructions, called README or INSTALL.
Compiling from source is usually entails this process:
In the terminal, change to the folder where the driver files are using the cd command. Then, as a regular user, enter this command:
make
After it has completed, gain root privileges using sudo or su, and then enter this command:
make install.
__________________
Paul
Please do not PM me with requests for help. I will not reply.
|