Clipper USB

needs to be created before the kernel or any driver module can be compiled. There are lots of books and documents available describing how to extract, configure and build the kernel from it's sources.

The driver is compiled and tested for:

RedHat 7.1 : kernels 2.4.2-2 using gcc 2.96

RedHat 8.0 : kernel 2.4.18-14 using gcc 3.2

RedHat 9.0 : kernel 2.4.20-8 using gcc 3.2

For Linux installation instructions, please refer to the text file provided with your Linux driver’s package.

Configuring PC in Linux:

To enable LAN traffic over the ethernet interface:

% ifconfig eth2 192.168.1.200 up

You may also need to modify the netmask and route for the interface. Refer to the manual pages for ifconfig and route for more information.

To test the LAN connection is alive by pinging the remote side: % ping 192.168.1.1

To disconnect the LAN interface: % ifconfig eth2 down

Configuring the Network Properties--- WAN Adapter

The PPP daemon (pppd) talks to the driver over TTY devices. Before the driver can be used, the devices /dev/ttyG0 and /dev/cug0 need to be reated. This can be performed by executing: % make devnodes