adduser lamps). Login as lamps for the present (root login is required
later)
cd /home/lamps/driver).
/home/lamps/driver/cc2002_load
Jun 3 09:33:11 hp1 kernel: Driver cc2000: Registered Device cc2000 major no 254
Jun 3 09:33:11 hp1 kernel: PCI: Found IRQ 11 for device 00:10.0
Jun 3 09:33:11 hp1 kernel: Driver cc2000: IO Address de00 dc00 da00
Module Size Used by Tainted: PF
cc2000 7380 0 (unused)
1. Download driver_any.tgz in /home/lamps/driver. Unpack with: tar zxvf driver_any.tgz
2. Login as root and install the kernel source files
E.g: In RedHat8.0 it is on the second CD and can be installed with
rpm --install /mnt/cdrom/RedHat/RPMS/kernel-source-2.4.18-14.i386.rpm
Verify with: rpm -q kernel-source
3. Compile the driver with the command:
cc -O2 -D__KERNEL__ -I /lib/modules/`uname -r`/build/include -c cc2002.c
4. There should be no errors and cc2002.o should be created. If the kernel source
is not correctly installed there will be a lot of error messages.