HP (Hewlett-Packard) A6826A MP3 Player Accessories User Manual


 
Building a driver from sources32
Building a uniprocessor version of the driver
Perform the following steps to build a uniprocessor version of the qla2300 driver:
1. If not already installed, extract the kernel-header and kernel-source RPM files from your Linux
CD-ROM distribution. For example:
# cd /mnt/cdrom/RedHat/RPMS
# rpm -iv kernel-headers*.rpm
# rpm -iv kernel-source*.rpm
2. Locate the driver source files:
If you have installed the driver RPM, the driver source files reside in
/opt/hp/src/…
If you have copied your drivers from other media, copy the qla2x00src-xx.xx.tgz file
to the /home/qla2x00 directory. For example, if you have copied the driver source file
on to a CD-ROM, enter:
# cd /home
# mkdir qla2x00
# cd /home/qla2x00
# cp /mnt/cdrom/qla* . (The period [.] at the end is required.)
# tar -xvzf qla*.tgz
3. Build the qla2300 driver from the sources:
For RedHat, enter:
# make
For SUSE, enter:
# make OSVER=linux