[beagleboard] running opencv and ps eye camera in beaglebone

after you plug it in can you post the end of the results of

dmesg

hi, thanks for asnwering. after connecting the camera, the result of dmesg is the following:

[ 255.318396] usb 1-1: new high-speed USB device number 3 using musb-hdrc
[ 255.460834] usb 1-1: New USB device found, idVendor=1415, idProduct=2000
[ 255.460861] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 255.460880] usb 1-1: Product: USB Camera-B4.09.24.1
[ 255.460896] usb 1-1: Manufacturer: OmniVision Technologies, Inc.
[ 255.485288] gspca_ov534: Unknown symbol gspca_frame_add (err 0)
[ 255.485347] gspca_ov534: Unknown symbol gspca_disconnect (err 0)
[ 255.485366] gspca_ov534: Unknown symbol gspca_resume (err 0)
[ 255.485384] gspca_ov534: Unknown symbol gspca_dev_probe (err 0)
[ 255.485408] gspca_ov534: Unknown symbol gspca_suspend (err 0)
[ 255.497209] gspca_ov534: Unknown symbol gspca_frame_add (err 0)
[ 255.497268] gspca_ov534: Unknown symbol gspca_disconnect (err 0)
[ 255.497288] gspca_ov534: Unknown symbol gspca_resume (err 0)
[ 255.497306] gspca_ov534: Unknown symbol gspca_dev_probe (err 0)
[ 255.497329] gspca_ov534: Unknown symbol gspca_suspend (err 0)
[ 255.525156] gspca_ov534: Unknown symbol gspca_frame_add (err 0)
[ 255.525214] gspca_ov534: Unknown symbol gspca_disconnect (err 0)
[ 255.525234] gspca_ov534: Unknown symbol gspca_resume (err 0)
[ 255.525252] gspca_ov534: Unknown symbol gspca_dev_probe (err 0)
[ 255.525276] gspca_ov534: Unknown symbol gspca_suspend (err 0)
[ 255.551319] gspca_ov534: Unknown symbol gspca_frame_add (err 0)
[ 255.551377] gspca_ov534: Unknown symbol gspca_disconnect (err 0)
[ 255.551397] gspca_ov534: Unknown symbol gspca_resume (err 0)
[ 255.551415] gspca_ov534: Unknown symbol gspca_dev_probe (err 0)
[ 255.551439] gspca_ov534: Unknown symbol gspca_suspend (err 0)

by the way, a long time ago i followed this directions http://markmail.org/message/t3ffcekm2bo3f7pa to be able to insert usb memory cards in beaglebone, which may be causing the problem too, but i am not sure.

thanks in advance for future help

Did you compile your own kernel? It looks like the ov534 module was built against a different kernel than the one you are running.

thanks for the suggestion. i have not compiled my own kernel, and i do not know how to do that.
can you give me some info about that?

thanks for the suggestion. i have not compiled my own kernel, and i do not know how to do that.
can you give me some info about that?