View previous topic :: View next topic |
Author |
Message |
ShapeShiftme n00b
Joined: 16 Aug 2006 Posts: 46 Location: South Africa - Gauteng
|
Posted: Thu Nov 29, 2007 6:15 am Post subject: Promise SuperTrak EX 8300 Problem |
|
|
Morning/Evening everybody.
I bought myself the promise Supertrak 8350 Card. Very nice card (I think) if i could get it to work.
Well the problem is that the drivers wont install. (Or from what i have tried.) I have never had to install 3rd party drivers before.
Well i have tried dowloading 3 differernt OPEN Source drivers from the promise website. After i untar them. I run
# make KERNEL_SOURCE_DIR=/usr/src/linux/
I wish that would work. this is the output of my file. And i dont know enough about linux to fix it yet.
Could Someone Please help. Or perhaps put me in the right direction.
Code: |
make V=1 CC=cc LD=ld ARCH=i386 -C /usr/src/linux SUBDIRS=`pwd` modules
make[1]: Entering directory `/usr/src/linux-2.6.22-hardened-r8'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)
mkdir -p /tmp/ex8350driver/2.9.0.22/.tmp_versions
rm -f /tmp/ex8350driver/2.9.0.22/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/ex8350driver/2.9.0.22
cc -Wp,-MD,/tmp/ex8350driver/2.9.0.22/.stex.o.d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Os -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -mtune=i686 -ffreestanding -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -Iinclude/asm-i386/mach-generic -Iinclude/asm-i386/mach-default -fomit-frame-pointer -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -D_LINUXDRIVER -D_MMMAP_ -DMOONFANG -D_X8632B -D_32BPLATFORM -I/usr/src/linux/include -I/usr/src/linux/drivers/scsi -I/usr/src/linux/include -I/usr/src/linux/drivers/scsi -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(stex)" -D"KBUILD_MODNAME=KBUILD_STR(stex)" -c -o /tmp/ex8350driver/2.9.0.22/stex.o /tmp/ex8350driver/2.9.0.22/stex.c
/tmp/ex8350driver/2.9.0.22/stex.c:19:26: error: linux/config.h: No such file or directory
/tmp/ex8350driver/2.9.0.22/stex.c: In function 'stex_probe':
/tmp/ex8350driver/2.9.0.22/stex.c:1403: warning: 'deprecated_irq_flag' is deprecated (declared at include/linux/interrupt.h:66)
/tmp/ex8350driver/2.9.0.22/stex.c:1403: warning: passing argument 2 of 'request_irq' from incompatible pointer type
/tmp/ex8350driver/2.9.0.22/stex.c: In function 'stex_init':
/tmp/ex8350driver/2.9.0.22/stex.c:1567: warning: implicit declaration of function 'pci_module_init'
make[2]: *** [/tmp/ex8350driver/2.9.0.22/stex.o] Error 1
make[1]: *** [_module_/tmp/ex8350driver/2.9.0.22] Error 2
make[1]: Leaving directory `/usr/src/linux-2.6.22-hardened-r8'
make: *** [default] Error 2
|
_________________ Im a nobody, and nobody is perfect : Therefore I must be perfect |
|
Back to top |
|
|
ShapeShiftme n00b
Joined: 16 Aug 2006 Posts: 46 Location: South Africa - Gauteng
|
Posted: Wed Dec 05, 2007 8:40 am Post subject: |
|
|
I gave up and installed suse 10.3 works perfectly _________________ Im a nobody, and nobody is perfect : Therefore I must be perfect |
|
Back to top |
|
|
|