Hi,
Ive had a dig around, and so far not seen much in the way of my problem. Ofcourse I have to be honest im no linux expert, so im struggling a little to exactly understand my issue.
I am trying to install and load some driver files for a OEM Qlogic fibre channel card for 2.6 kernel. During compile of the driver i get the following error:
[root@vle extras]# ./build.sh
QLA2XXX -- Building the qla2xxx driver, please wait...
make: Entering directory `/usr/src/kernels/2.6.22.4-65.fc7-i686'
scripts/Makefile.build:17: /root/qlogic/qla2xxx-8.01.06/extras/Makefile: No such file or directory
make[1]: *** No rule to make target `/root/qlogic/qla2xxx-8.01.06/extras/Makefile'. Stop.
make: *** [_module_/root/qlogic/qla2xxx-8.01.06/extras] Error 2
make: Leaving directory `/usr/src/kernels/2.6.22.4-65.fc7-i686'
QLA2XXX -- Failed.
[root@vle extras]# make
make: *** No targets specified and no makefile found. Stop.
If anyone has any pointers or comments I would be delighted to hear them.
Thanks.