Re: problems compiling webcam driver

2009-12-14 Thread leandro Costantino
Check that videodev.ko is the last one.
Are you compiling vanilla gspca drivers from the kernel? or the
mercuarial version?

On Mon, Dec 14, 2009 at 2:17 PM, Nicolau Werneck  wrote:
> Hello. I have modified the t613 driver to support a new sensor (code
> 0x0802), and I am now trying to prepare a patch to submit.
>
> The problem is that now that I started to work with the driver again,
> I started to get this error message... Does anybody know what is this
> about? I already tried to switch from the 2.6.31 kernel to the 2.6.32,
> but the same happened.
>
>
> [ 1524.864013] usb 6-2: new full speed USB device using uhci_hcd and address 3
> [ 1525.026046] usb 6-2: New USB device found, idVendor=17a1, idProduct=0128
> [ 1525.026049] usb 6-2: New USB device strings: Mfr=32, Product=38, 
> SerialNumber=0
> [ 1525.026052] usb 6-2: Product: USB2.0 JPEG WebCam
> [ 1525.026054] usb 6-2: Manufacturer: TASCORP
> [ 1525.026131] usb 6-2: configuration #1 chosen from 1 choice
> [ 1525.072916] gspca_main: disagrees about version of symbol video_devdata
> [ 1525.072918] gspca_main: Unknown symbol video_devdata
> [ 1525.073060] gspca_main: disagrees about version of symbol 
> video_unregister_device
> [ 1525.073062] gspca_main: Unknown symbol video_unregister_device
> [ 1525.073118] gspca_main: disagrees about version of symbol 
> video_register_device
> [ 1525.073119] gspca_main: Unknown symbol video_register_device
> [ 1525.073649] gspca_t613: Unknown symbol gspca_frame_add
> [ 1525.073731] gspca_t613: Unknown symbol gspca_debug
> [ 1525.073878] gspca_t613: Unknown symbol gspca_disconnect
> [ 1525.073931] gspca_t613: Unknown symbol gspca_resume
> [ 1525.073985] gspca_t613: Unknown symbol gspca_dev_probe
> [ 1525.074038] gspca_t613: Unknown symbol gspca_suspend
>
>
> see you,
>  ++nicolau
>
> --
> Nicolau Werneck           1AAB 4050 1999 BDFF 4862
> http://www.lti.pcs.usp.br/~nwerneck           4A33 D2B5 648B 4789 0327
> Linux user #460716
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: problems compiling webcam driver

2009-12-14 Thread Paulo Assis
Hi,
You have to unload the all the old modules before loading the new ones:
http://www.linuxtv.org/wiki/index.php/How_to_Obtain,_Build_and_Install_V4L-DVB_Device_Drivers#First_Use:_Out_with_the_Old.2C_In_with_the_New

otherwise you will get that type of errors.

Regards,
Paulo

2009/12/14 Nicolau Werneck :
> Hello. I have modified the t613 driver to support a new sensor (code
> 0x0802), and I am now trying to prepare a patch to submit.
>
> The problem is that now that I started to work with the driver again,
> I started to get this error message... Does anybody know what is this
> about? I already tried to switch from the 2.6.31 kernel to the 2.6.32,
> but the same happened.
>
>
> [ 1524.864013] usb 6-2: new full speed USB device using uhci_hcd and address 3
> [ 1525.026046] usb 6-2: New USB device found, idVendor=17a1, idProduct=0128
> [ 1525.026049] usb 6-2: New USB device strings: Mfr=32, Product=38, 
> SerialNumber=0
> [ 1525.026052] usb 6-2: Product: USB2.0 JPEG WebCam
> [ 1525.026054] usb 6-2: Manufacturer: TASCORP
> [ 1525.026131] usb 6-2: configuration #1 chosen from 1 choice
> [ 1525.072916] gspca_main: disagrees about version of symbol video_devdata
> [ 1525.072918] gspca_main: Unknown symbol video_devdata
> [ 1525.073060] gspca_main: disagrees about version of symbol 
> video_unregister_device
> [ 1525.073062] gspca_main: Unknown symbol video_unregister_device
> [ 1525.073118] gspca_main: disagrees about version of symbol 
> video_register_device
> [ 1525.073119] gspca_main: Unknown symbol video_register_device
> [ 1525.073649] gspca_t613: Unknown symbol gspca_frame_add
> [ 1525.073731] gspca_t613: Unknown symbol gspca_debug
> [ 1525.073878] gspca_t613: Unknown symbol gspca_disconnect
> [ 1525.073931] gspca_t613: Unknown symbol gspca_resume
> [ 1525.073985] gspca_t613: Unknown symbol gspca_dev_probe
> [ 1525.074038] gspca_t613: Unknown symbol gspca_suspend
>
>
> see you,
>  ++nicolau
>
> --
> Nicolau Werneck           1AAB 4050 1999 BDFF 4862
> http://www.lti.pcs.usp.br/~nwerneck           4A33 D2B5 648B 4789 0327
> Linux user #460716
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


problems compiling webcam driver

2009-12-14 Thread Nicolau Werneck
Hello. I have modified the t613 driver to support a new sensor (code
0x0802), and I am now trying to prepare a patch to submit.

The problem is that now that I started to work with the driver again,
I started to get this error message... Does anybody know what is this
about? I already tried to switch from the 2.6.31 kernel to the 2.6.32,
but the same happened.


[ 1524.864013] usb 6-2: new full speed USB device using uhci_hcd and address 3
[ 1525.026046] usb 6-2: New USB device found, idVendor=17a1, idProduct=0128
[ 1525.026049] usb 6-2: New USB device strings: Mfr=32, Product=38, 
SerialNumber=0
[ 1525.026052] usb 6-2: Product: USB2.0 JPEG WebCam
[ 1525.026054] usb 6-2: Manufacturer: TASCORP
[ 1525.026131] usb 6-2: configuration #1 chosen from 1 choice
[ 1525.072916] gspca_main: disagrees about version of symbol video_devdata
[ 1525.072918] gspca_main: Unknown symbol video_devdata
[ 1525.073060] gspca_main: disagrees about version of symbol 
video_unregister_device
[ 1525.073062] gspca_main: Unknown symbol video_unregister_device
[ 1525.073118] gspca_main: disagrees about version of symbol 
video_register_device
[ 1525.073119] gspca_main: Unknown symbol video_register_device
[ 1525.073649] gspca_t613: Unknown symbol gspca_frame_add
[ 1525.073731] gspca_t613: Unknown symbol gspca_debug
[ 1525.073878] gspca_t613: Unknown symbol gspca_disconnect
[ 1525.073931] gspca_t613: Unknown symbol gspca_resume
[ 1525.073985] gspca_t613: Unknown symbol gspca_dev_probe
[ 1525.074038] gspca_t613: Unknown symbol gspca_suspend


see you,
  ++nicolau

-- 
Nicolau Werneck   1AAB 4050 1999 BDFF 4862
http://www.lti.pcs.usp.br/~nwerneck   4A33 D2B5 648B 4789 0327
Linux user #460716

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html