I'm using a TS-7200 with debian Kernel 2.4.26-11. I downloaded the
kernel source to my PC, patched it with de spca5xx-le and cross
compiled it with gcc-3.3.4-glibc-2.3.2. Before cross compile I
set ".config" to support videodev. I took the spca5xx.o and the
videodev.o to my ts7200 and made as I saw in the forum :
insmod usbcore
insmod pcipool
insmod usb-ohci
insmod usb-ohci-ep93xx
insmod videodev
insmod spca5xx
mknod /dev/video0 c 81 0
I look in the /dev folder and video0 is there.
I'm using videodog when I try to capture a picture with :
videodog -x 320 -y 240 -w 3 -d /dev/video0 -j -f test.jpg
I get the error:
/dev/video0
open videodev: No such device
My lsusb gives me :
Bus 001 Device 001: ID 0000:0000
Bus 001 Device 003: ID 04fc:0561 Sunplus Technology Co., Ltd Flexcam
100
lsmod gives me :
Module Size Used by Not tainted
spca5xx 77036 0 (unused)
videodev 6552 0 [spca5xx]
af_packet 9456 0 (unused)
usb-ohci-ep93xx 892 0 (unused)
usb-ohci 15580 0 [usb-ohci-ep93xx]
pcipool 2080 1 [usb-ohci-ep93xx usb-ohci]
zd 264068 0 (unused)
usbcore 55944 1 [spca5xx usb-ohci zd]
when I connect the camera -> dmesg :
spca_core.c: spca5xx driver 00.57.06LE registered
hub.c: new USB device not_pci-3, assigned address 3
usb.c: USB device 3 (vend/prod 0x4fc/0x561) is not claimed by any
active driver.
I put the spca5xx.o light edition, videodev.o and videodog I'm using
into the forum files section.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|