PDA

View Full Version : Plextor PX-TV402U / Wis-Go7007 driver


Zerias
1st July 2007, 03:03 AM
I'm trying to install the driver for the Plextor PX-TV402U. The driver has been downloaded from here: http://oss.wischip.com/

however, attempting to install the driver results in this error

cd '/home/Zerias/wis/wis-go7007-linux-0.9.8'
[Zerias@localhost ~]$ cd '/home/Zerias/wis/wis-go7007-linux-0.9.8'
[Zerias@localhost wis-go7007-linux-0.9.8]$ make

***** Using kernel source in /usr/src/kernels/2.6.21-1.3194.fc7-i686 *****

make modules -C /usr/src/kernels/2.6.21-1.3194.fc7-i686 M=/home/Zerias/wis/wis-go7007-linux-0.9.8/kernel
make[1]: Entering directory `/usr/src/kernels/2.6.21-1.3194.fc7-i686'
CC [M] /home/Zerias/wis/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.o
/home/Zerias/wis/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c:20:26: error: linux/config.h: No such file or directory
/home/Zerias/wis/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c: In function ‘go7007_do_ioctl’:
/home/Zerias/wis/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c:942: error: ‘AUDC_SET_INPUT’ undeclared (first use in this function)
/home/Zerias/wis/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c:942: error: (Each undeclared identifier is reported only once
/home/Zerias/wis/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c:942: error: for each function it appears in.)
make[2]: *** [/home/Zerias/wis/wis-go7007-linux-0.9.8/kernel/go7007-v4l2.o] Error 1
make[1]: *** [_module_/home/Zerias/wis/wis-go7007-linux-0.9.8/kernel] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.21-1.3194.fc7-i686'
make: *** [all] Error 2
[Zerias@localhost wis-go7007-linux-0.9.8]$



As far as I can find, I don't see any instructions on how to get around the need for linux/config.h, which is reported to have been removed in release 6.

Any help for getting this driver installed?