Installation
============
Please enter the following commands at the UNIX prompt. Remember, UNIX is
case sensitive.
1) Create a temporary directory:
#mkdir /temp
2) Change to the temporary directory:
#cd /temp
3) Copy driver (rhinefet.tar) from DOS disk.
#mount -t msdos /dev/fd0 /mnt/floppy
#cp /mnt/floppy/linux/rhinefet.tar /temp
untar the archive file:
#tar xzvf rhinefet.tar
#cd rhinefet-4.10
4) Compile the driver source files and it will generate rhinefet.o, and
copy it to correct driver installation path. The installation directory
is different in different kernel versions. In 2.4.x kernel, the path is
"/lib/modules/KERNEL_VERSION/kernel/drivers/net/", and in 2.2.x kernel,
the path is "/lib/modules/KERNEL_VERSION/net/", the KERNEL_VERSION
means the kernel version of your Linux distribution.
If you don't know your kernel version, please run 'uname -r' command
in command line.
The kernel version will look like '2.2.16', '2.4.2-2smp' etc.:
#make install |