I am trying a RPi (B, 512MB RAM) + TFT (on GPIO) + USB Video Grabber.
If I try connect the Grabber then the RPi reset. So I shutdown the RPi and connect the Grabber, then RPi is starting. Ok.
But the Grabber is not available, no file "/dev/video0".
If I connect the Grabber to my Fedora 20 x64 machine, the Grabber works fine!
Code: Select all
# dmesg
...
[40952.435828] usb 2-1.1: new high-speed USB device number 14 using ehci-pci
[40952.523254] usb 2-1.1: New USB device found, idVendor=1d19, idProduct=6109
[40952.523260] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[40952.523264] usb 2-1.1: Product: Video Grabber
[40952.523267] usb 2-1.1: Manufacturer: DK
[40952.523269] usb 2-1.1: SerialNumber: 0000000000
[40952.528059] cx231xx #0: New device DK Video Grabber @ 480 Mbps (1d19:6109) with 5 interfaces
[40952.528067] cx231xx #0: registering interface 1
[40952.528209] cx231xx #0: Identified as Pixelview Xcapture USB (card=11)
[40952.595642] cx231xx #0: cx231xx_dif_set_standard: setStandard to ffffffff
[40952.850981] cx25840 6-0044: cx23102 A/V decoder found @ 0x88 (cx231xx #0)
[40952.873609] cx25840 6-0044: Firmware download size changed to 16 bytes max length
I tried the module cx231xx in Raspbian-2014-09-09, it was loading, but no device file (/dev/video0):
Code: Select all
# modprobe cx231xxx
# dmesg
media: Linux media interface: v0.10
Linux video capture interface: v2.00
usbcore: registered new interface driver cx231xx