I am trying to install the HighPoint RocketRaid 454, and I am following this turorial: http://stefan.freyr.org/?page_id=6 however i am getting this error:
root@Ubuntu-x64:/home/mballow223# cd /home/mballow223/RocketRaid/hpt374
root@Ubuntu-x64:/home/mballow223/RocketRaid/hpt374# make
cp -f raid-x86_64.o raid.obj
make -C /usr/src/linux-headers-2.6.24-16 SUBDIRS=`pwd` modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16'
WARNING: Symbol version dump /usr/src/linux-headers-2.6.24-16/Module.symvers
is missing; modules will have no dependencies and modversions.
CC [M] /home/mballow223/RocketRaid/hpt374/hpt.o
/home/mballow223/RocketRaid/hpt374/hpt.c:1:26: error: linux/config.h: No such file or directory
In file included from /home/mballow223/RocketRaid/hpt374/hpt.c:161:
/home/mballow223/RocketRaid/hpt374/entry.c:88: error: ‘MUTEX_LOCKED’ undeclared here (not in a function)
/home/mballow223/RocketRaid/hpt374/entry.c: In function ‘scsicmd_buf_get’:
/home/mballow223/RocketRaid/hpt374/entry.c:271: error: ‘struct scatterlist’ has no member named ‘page’
/home/mballow223/RocketRaid/hpt374/entry.c:271: error: ‘OS_KMAP_TYPE’ undeclared (first use in this function)
/home/mballow223/RocketRaid/hpt374/entry.c:271: error: (Each undeclared identifier is reported only once
/home/mballow223/RocketRaid/hpt374/entry.c:271: error: for each function it appears in.)
/home/mballow223/RocketRaid/hpt374/entry.c: In function ‘hpt3xx_Detect’:
/home/mballow223/RocketRaid/hpt374/entry.c:767: error: ‘SA_SHIRQ’ undeclared (first use in this function)
/home/mballow223/RocketRaid/hpt374/entry.c:767: warning: passing argument 2 of ‘request_irq’ from incompatible pointer type
/home/mballow223/RocketRaid/hpt374/entry.c:768: error: ‘SA_INTERRUPT’ undeclared (first use in this function)
/home/mballow223/RocketRaid/hpt374/entry.c:768: warning: passing argument 2 of ‘request_irq’ from incompatible pointer type
/home/mballow223/RocketRaid/hpt374/entry.c: In function ‘hpt3xx_Reset’:
/home/mballow223/RocketRaid/hpt374/entry.c:837: error: ‘Scsi_Cmnd’ has no member named ‘pid’
/home/mballow223/RocketRaid/hpt374/entry.c: In function ‘fOsBuildSgl’:
/home/mballow223/RocketRaid/hpt374/entry.c:1028: error: ‘struct scatterlist’ has no member named ‘page’
/home/mballow223/RocketRaid/hpt374/entry.c: In function ‘hpt_worker_thread’:
/home/mballow223/RocketRaid/hpt374/entry.c:1226: warning: unused variable ‘sem’
make[2]: *** [/home/mballow223/RocketRaid/hpt374/hpt.o] Error 1
make[1]: *** [_module_/home/mballow223/RocketRaid/hpt374] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16'
make: *** [default] Error 2
Thanks for your help.




Bookmarks