hello,
i am trying to compile the ligitech quickcam driver for 2.4.20, it does not work beacuse some structures inside (kernel source) linux/usb.h have been changed.
however when i changed all references to these old structures i am getting a undefined error for the structure. and i am including ( /usr/src/linux/include/linux/usb.h )
can anyone help out here.
rahul
On Sun, 30 Mar 2003, Rahul Saxena wrote:
hello,
i am trying to compile the ligitech quickcam driver for 2.4.20, it does not work beacuse some structures inside (kernel source) linux/usb.h have been changed.
however when i changed all references to these old structures i am getting a undefined error for the structure. and i am including ( /usr/src/linux/include/linux/usb.h )
if the structure has changed, it means certain data variables may not be available, hence you are getting undefined errors, as the Makefile tries to access old structure variables. Stage one to get somewhere includes stating the driver version, are you using the latest release from, http://qce-ga.sourceforge.net/ ? May be you can post compile errors. Have you gone through the faq http://qce-ga.sourceforge.net/faq.html ?
HTH, Rajesh
the qce-ga driver has been changed already. I am using it for a logitech quickcam express ( kernel 2.4.20 ) . Get version 0.40d ( or whatever is latest ) from sourceforge ( http://qce-ga.sourceforge.net )
On Sunday 30 March 2003 10:58 pm, Rahul Saxena wrote:
i am trying to compile the ligitech quickcam driver for 2.4.20, it does not work beacuse some structures inside (kernel source) linux/usb.h have
C'ya Erle.
On Tuesday 01 April 2003 03:02 pm, Erle Pereira wrote:
the qce-ga driver has been changed already. I am using it for a logitech quickcam express ( kernel 2.4.20 ) . Get version 0.40d ( or whatever is latest ) from sourceforge ( http://qce-ga.sourceforge.net )
Yep thanks ! the latest stuff is in qc-usb on sourceforge and its working with 2.4.20 and it also has jpeg compression which imporves frame rates from 7.5 closer the the max of 15.
Althought i dont understand HOW
:-)
On Sunday 30 March 2003 10:58 pm, Rahul Saxena wrote:
i am trying to compile the ligitech quickcam driver for 2.4.20, it does not work beacuse some structures inside (kernel source) linux/usb.h have
C'ya Erle.