From cpia@heino.virtualave.net Sun, 4 Mar 2001 16:36:47 +0100 Date: Sun, 4 Mar 2001 16:36:47 +0100 From: Jan Kleinluetzum cpia@heino.virtualave.net Subject: [cpia] Terratec USB does nothing at all Hi! I'm trying to get a TerraCAM USB working with Linux Kernel 2.4.2. It seems that both USB subsystem and camera were recognized just fine, but no data gets through /dev/video Some logs: dmesg uhci.c: USB UHCI at I/O 0x7f00, IRQ 11 uhci.c: detected 2 ports usb.c: new USB bus registered, assigned bus number 1 usb.c: kmalloc IF c38c68c0, numif 1 usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 usb.c: USB device number 1 default language ID 0x0 Product: USB UHCI-alt Root Hub SerialNumber: 7f00 hub.c: USB hub found hub.c: 2 ports detected hub.c: standalone hub hub.c: ganged power switching hub.c: global over-current protection hub.c: power on to power good time: 2ms hub.c: hub controller current requirement: 0mA hub.c: port removable status: RR hub.c: local power source is good hub.c: no over-current condition exists hub.c: enabling power on all ports usb.c: hub driver claimed interface c38c68c0 usb.c: kusbd: /sbin/hotplug add 1 uhci.c: root-hub INT complete: port1: 49b port2: 48a data: 6 hub.c: port 1 connection change hub.c: port 1, portstatus 101, change 3, 12 Mb/s hub.c: port 1, portstatus 103, change 0, 12 Mb/s hub.c: USB new device connect on bus1/1, assigned device number 2 usb.c: kmalloc IF c38c6920, numif 1 usb.c: new device strings: Mfr=0, Product=1, SerialNumber=0 usb.c: USB device number 2 default language ID 0x409 Product: USB Camera USB CPiA camera found uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4 uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4 uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4 uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4 CPiA Version: 1.30 (2.10) CPiA PnP-ID: 0553:0002:0100 VP-Version: 1.0 0141 usb.c: cpia driver claimed interface c38c6920 usb.c: kusbd: /sbin/hotplug add 2 hub.c: port 2 connection change hub.c: port 2, portstatus 100, change 3, 12 Mb/s uhci.c: root-hub INT complete: port1: 495 port2: 488 data: 4 hub.c: port 2 enable change, status 100 ls -l /dev/video* lrwxrwxrwx 1 root root 6 Mar 1 01:48 /dev/video -> video0 crw-rw---- 1 root video 81, 0 Mar 1 01:48 /dev/video0 crw-rw---- 1 root video 81, 1 Mar 1 01:48 /dev/video1 [...] lsmod Module Size Used by uhci 18640 0 (unused) cpia_usb 4384 0 (autoclean) (unused) usbcore 50864 1 (autoclean) [uhci cpia_usb] cpia 44560 0 [cpia_usb] videodev 4608 1 [cpia] strace vidcat [...] open("/dev/video", O_RDWR) = 3 ioctl(3, 0x803c7601, 0xbffffa58) = 0 ioctl(3, 0x80887614, 0xbffff9d0) = 0 old_mmap(NULL, 811008, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0x401a4000 ioctl(3, 0x40107613 And that's it, nothing more happens, no errors, no warnings. But the computer does not get locked up, it just works fine. Any ideas? -- ciao: Jan Kleinluetzum _..._ _.._ .' `'._.' '. email: / __ .-' jan@kleinluetzum.de | :]___.'__'./______________._I_I_I. | :|========================I=_____( pgp signed mails preferred | :]จ"'.__.;จจจจจจจ"ดI I I' \ __ | '._ _.-' `'._\ `` From Peter_Pregler@email.com Sun, 4 Mar 2001 21:02:52 +0100 Date: Sun, 4 Mar 2001 21:02:52 +0100 From: Peter Pregler Peter_Pregler@email.com Subject: [cpia] Terratec USB does nothing at all Hi, I have had more success with the driver usb-uhci. But I did not find the time to test it with a 2.4.2. I usually use a plain 2.2.18. Greetings, Peter On Sun, Mar 04, 2001 at 04:36:47PM +0100, Jan Kleinluetzum wrote: > Hi! > > I'm trying to get a TerraCAM USB working with Linux Kernel 2.4.2. It seems > that both USB subsystem and camera were recognized just fine, but no data gets > through /dev/video > > Some logs: > > dmesg > uhci.c: USB UHCI at I/O 0x7f00, IRQ 11 > uhci.c: detected 2 ports > usb.c: new USB bus registered, assigned bus number 1 > usb.c: kmalloc IF c38c68c0, numif 1 > usb.c: new device strings: Mfr=0, Product=2, SerialNumber=1 > usb.c: USB device number 1 default language ID 0x0 > Product: USB UHCI-alt Root Hub > SerialNumber: 7f00 > hub.c: USB hub found > hub.c: 2 ports detected > hub.c: standalone hub > hub.c: ganged power switching > hub.c: global over-current protection > hub.c: power on to power good time: 2ms > hub.c: hub controller current requirement: 0mA > hub.c: port removable status: RR > hub.c: local power source is good > hub.c: no over-current condition exists > hub.c: enabling power on all ports > usb.c: hub driver claimed interface c38c68c0 > usb.c: kusbd: /sbin/hotplug add 1 > uhci.c: root-hub INT complete: port1: 49b port2: 48a data: 6 > hub.c: port 1 connection change > hub.c: port 1, portstatus 101, change 3, 12 Mb/s > hub.c: port 1, portstatus 103, change 0, 12 Mb/s > hub.c: USB new device connect on bus1/1, assigned device number 2 > usb.c: kmalloc IF c38c6920, numif 1 > usb.c: new device strings: Mfr=0, Product=1, SerialNumber=0 > usb.c: USB device number 2 default language ID 0x409 > Product: USB Camera > USB CPiA camera found > uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4 > uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4 > uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4 > uhci.c: root-hub INT complete: port1: 495 port2: 48a data: 4 > CPiA Version: 1.30 (2.10) > CPiA PnP-ID: 0553:0002:0100 > VP-Version: 1.0 0141 > usb.c: cpia driver claimed interface c38c6920 > usb.c: kusbd: /sbin/hotplug add 2 > hub.c: port 2 connection change > hub.c: port 2, portstatus 100, change 3, 12 Mb/s > uhci.c: root-hub INT complete: port1: 495 port2: 488 data: 4 > hub.c: port 2 enable change, status 100 > > ls -l /dev/video* > lrwxrwxrwx 1 root root 6 Mar 1 01:48 /dev/video -> video0 > crw-rw---- 1 root video 81, 0 Mar 1 01:48 /dev/video0 > crw-rw---- 1 root video 81, 1 Mar 1 01:48 /dev/video1 > [...] > > lsmod > Module Size Used by > uhci 18640 0 (unused) > cpia_usb 4384 0 (autoclean) (unused) > usbcore 50864 1 (autoclean) [uhci cpia_usb] > cpia 44560 0 [cpia_usb] > videodev 4608 1 [cpia] > > strace vidcat > [...] > open("/dev/video", O_RDWR) = 3 > ioctl(3, 0x803c7601, 0xbffffa58) = 0 > ioctl(3, 0x80887614, 0xbffff9d0) = 0 > old_mmap(NULL, 811008, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0x401a4000 > ioctl(3, 0x40107613 > > And that's it, nothing more happens, no errors, no warnings. But the computer does not get locked > up, it just works fine. > > Any ideas? -- You can weave your life so long - only so long, and then a thing in the world out of your control will tug at one vital thread and leave you patternless and subdued. ------------------------------- Email: Peter_Pregler@email.com From jan@kleinluetzum.de Mon, 5 Mar 2001 00:04:36 +0100 Date: Mon, 5 Mar 2001 00:04:36 +0100 From: Jan Kleinluetzum jan@kleinluetzum.de Subject: [cpia] Terratec USB does nothing at all On Sun, Mar 04, 2001 at 09:02:52PM +0100, Peter Pregler wrote: > I have had more success with the driver usb-uhci. But I did not find > the time to test it with a 2.4.2. I usually use a plain 2.2.18. Thanks a lot, now it works a little bit. After a short period of time it seems to have crashed (I got ca. 40 Pics). > On Sun, Mar 04, 2001 at 04:36:47PM +0100, Jan Kleinluetzum wrote: > > I'm trying to get a TerraCAM USB working with Linux Kernel 2.4.2. It seems > > that both USB subsystem and camera were recognized just fine, but no data gets > > through /dev/video > > > > Some logs: > > > > dmesg > > uhci.c: USB UHCI at I/O 0x7f00, IRQ 11 > > uhci.c: detected 2 ports > > usb.c: new USB bus registered, assigned bus number 1 > > usb.c: kmalloc IF c38c68c0, numif 1 [...] > > And that's it, nothing more happens, no errors, no warnings. But the computer does not get locked > > up, it just works fine. -- ciao: Jan Kleinluetzum _..._ _.._ .' `'._.' '. email: / __ .-' jan@kleinluetzum.de | :]___.'__'./______________._I_I_I. | :|========================I=_____( pgp signed mails preferred | :]จ"'.__.;จจจจจจจ"ดI I I' \ __ | '._ _.-' `'._\ `` From davey@doa.org Mon, 5 Mar 2001 16:43:08 +1100 (EST) Date: Mon, 5 Mar 2001 16:43:08 +1100 (EST) From: David Murn davey@doa.org Subject: [cpia] Terratec USB does nothing at all On Sun, 4 Mar 2001, Peter Pregler wrote: > I have had more success with the driver usb-uhci. But I did not find > the time to test it with a 2.4.2. I usually use a plain 2.2.18. fwiw, I've never managed to get my camera working with the 2.2 backport, but works a charm with 2.3 and 2.4. Davey From halset@pvv.ntnu.no Mon, 12 Mar 2001 19:19:23 +0100 (CET) Date: Mon, 12 Mar 2001 19:19:23 +0100 (CET) From: Tore Halset halset@pvv.ntnu.no Subject: [cpia] linux-2.4.2 and cpia-1.2 hang.. I am using linux-2.4.2 and cpia-1.2, but vidcat will not grab Output from dmesg: Linux video capture interface: v1.00 usb.c: registered new driver usbdevfs usb.c: registered new driver hub uhci.c: USB UHCI at I/O 0xffe0, IRQ 11 uhci.c: detected 2 ports usb.c: new USB bus registered, assigned bus number 1 hub.c: USB hub found hub.c: 2 ports detected uhci.c: root-hub INT complete: port1: 48a port2: 49b data: 6 hub.c: USB new device connect on bus1/2, assigned device number 2 usb.c: USB device 2 (vend/prod 0x553/0x2) is not claimed by any active driver. uhci.c: root-hub INT complete: port1: 488 port2: 495 data: 2 V4L-Driver for Vision CPiA based cameras v1.2.0 usb.c: registered new driver cpia USB CPiA camera found CPiA Version: 1.20 (2.4) CPiA PnP-ID: 0553:0002:0100 VP-Version: 1.0 0100 Last lines from 'strace vidcat...' open("/dev/video0", O_RDWR) = 3 ioctl(3, 0x803c7601, 0xbffff9d0) = 0 ioctl(3, 0x80887614, 0xbffff948) = 0 old_mmap(NULL, 811008, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0) = 0x40192000 ioctl(3, 0x40107613 'motion' will hang on the same (0x40107613) ioctl. cpia-1.2 works on the same computer with the same camera with good (?) old linux-2.3.99-pre6. Tore. From blue_pion@hotmail.com Tue, 13 Mar 2001 08:35:46 -0000 Date: Tue, 13 Mar 2001 08:35:46 -0000 From: Ricky Foo Chee Hiong blue_pion@hotmail.com Subject: [cpia] Aiptek Webcam Problems Hi there, I am currently using a Aiptek "HyperVcam Home" webcam. However whenever I connect the camera to the usb port, it says that this device is not recognized by any installed usb drivers. I am using RH7, kernel version 2.2.16-22. Under the directory /etc/cpia, it is empty which I think it should not be as from the mailing lists. Can anybody help me out? I am really desperate.......... >From dmesg: hub.c: 2 ports detected usb.c: USB new device connect, assigned device number 2 usb.c: This device is not recognized by any installed USB driver. hub.c: already running port 2 disabled by hub (EMI?), re-enabling... usb.c: USB disconnect on device 2 usb.c: USB new device connect, assigned device number 2 usb.c: This device is not recognized by any installed USB driver. ---------------------------------------------------------------------- lsmod ide-cd 23628 0 (autoclean) soundcore 2596 0 (autoclean) (unused) cpia_usb 3940 0 (autoclean) (unused) cpia 52868 1 (autoclean) [cpia_usb] videodev 2656 0 (autoclean) [cpia] autofs 9124 1 (autoclean) lockd 31176 1 (autoclean) sunrpc 52964 1 (autoclean) [lockd] 3c90x 22224 1 (autoclean) agpgart 18600 0 (unused) nls_cp437 3876 4 (autoclean) vfat 9404 2 (autoclean) fat 30688 2 (autoclean) [vfat] usb-uhci 19052 0 (unused) usbcore 42088 1 [cpia_usb usb-uhci] _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. From Lucien.Murray-Pitts@us.Celoxica.com Tue, 13 Mar 2001 14:50:01 -0800 Date: Tue, 13 Mar 2001 14:50:01 -0800 From: Lucien Murray-Pitts Lucien.Murray-Pitts@us.Celoxica.com Subject: [cpia] MicroTek EyeStar Hi, I am assuming that the Microtek eyestar USB camera is just a USB -> Parallel chip and the old PPT camera stuffed on top? Does anyone know of support for the Parallel port version under Linux? BTW nice pages, excellent stuff! Lucien From fre@wenglor.de Wed, 14 Mar 2001 15:16:01 +0100 Date: Wed, 14 Mar 2001 15:16:01 +0100 From: Franz Reinhardt fre@wenglor.de Subject: [cpia] Re:Aiptek Webcam Problems (Ricky Foo Chee Hiong) On Wednesday, 14. March 2001 06:24, you wrote: > Hi there, > I am currently using a Aiptek "HyperVcam Home" webcam. However whenever > I > connect the camera to the usb port, it says that this device is not > recognized by any installed usb drivers. I am using RH7, kernel version > 2.2.16-22. Under the directory /etc/cpia, it is empty which I think it > should not be as from the mailing lists. Can anybody help me out? I am > really desperate.......... > > From dmesg: > > hub.c: 2 ports detected > usb.c: USB new device connect, assigned device number 2 > usb.c: This device is not recognized by any installed USB driver. > hub.c: already running port 2 disabled by hub (EMI?), re-enabling... > usb.c: USB disconnect on device 2 > usb.c: USB new device connect, assigned device number 2 > usb.c: This device is not recognized by any installed USB driver. IMHO Aiptek Hyper Vcam uses the ov511, not the cpia driver. just look at http://alpha.dyndns.org/ov511/cameras.html :-) Franz From Peter_Pregler@email.com Wed, 14 Mar 2001 20:46:59 +0100 Date: Wed, 14 Mar 2001 20:46:59 +0100 From: Peter Pregler Peter_Pregler@email.com Subject: [cpia] MicroTek EyeStar On Tue, Mar 13, 2001 at 02:50:01PM -0800, Lucien Murray-Pitts wrote: > I am assuming that the Microtek eyestar USB camera is just a USB -> Parallel > chip and the old PPT camera stuffed on top? Does anyone know of support for > the Parallel port version under Linux? AFAIK the CPiA chip was/is available in two versions, parport and USB. There is no extra ppt/usb-chip. -Peter -- You can weave your life so long - only so long, and then a thing in the world out of your control will tug at one vital thread and leave you patternless and subdued. ------------------------------- Email: Peter_Pregler@email.com From Lucien.Murray-Pitts@us.Celoxica.com Wed, 14 Mar 2001 13:06:55 -0800 Date: Wed, 14 Mar 2001 13:06:55 -0800 From: Lucien Murray-Pitts Lucien.Murray-Pitts@us.Celoxica.com Subject: [cpia] MicroTek EyeStar Hi, Thanks for the reply, that's a start in the right direction then. I wish manufacturers were more "open" about historic products :-/ Sooooo one would assume that there _IS_ support under Linux for the PPT Microtek Eyestar as it should just be another cpia-alike? I know the eyestar 2 is a cpia. Lucien -----Original Message----- From: Peter Pregler [mailto:Peter_Pregler@email.com] Sent: Wednesday, March 14, 2001 11:47 AM To: Lucien Murray-Pitts Cc: cpia@risc.uni-linz.ac.at Subject: Re: [cpia] MicroTek EyeStar On Tue, Mar 13, 2001 at 02:50:01PM -0800, Lucien Murray-Pitts wrote: > I am assuming that the Microtek eyestar USB camera is just a USB -> Parallel > chip and the old PPT camera stuffed on top? Does anyone know of support for > the Parallel port version under Linux? AFAIK the CPiA chip was/is available in two versions, parport and USB. There is no extra ppt/usb-chip. -Peter -- You can weave your life so long - only so long, and then a thing in the world out of your control will tug at one vital thread and leave you patternless and subdued. ------------------------------- Email: Peter_Pregler@email.com From edd@usefulinc.com Wed, 14 Mar 2001 21:15:32 +0000 Date: Wed, 14 Mar 2001 21:15:32 +0000 From: Edd Dumbill edd@usefulinc.com Subject: [cpia] MicroTek EyeStar On Wed, Mar 14, 2001 at 01:06:55PM -0800, Lucien Murray-Pitts wrote: > Hi, > > Thanks for the reply, that's a start in the right direction then. I wish > manufacturers were more "open" about historic products :-/ > > Sooooo one would assume that there _IS_ support under Linux for the PPT > Microtek Eyestar as it should just be another cpia-alike? I know the > eyestar 2 is a cpia. I failed to make the parallel version of this camera work under Linux, not for want of trying either. I went out and bought a cheap Zoom USB cam instead (about 50 UKP), which definitely works with cpia. > Lucien > > > > -----Original Message----- > From: Peter Pregler [mailto:Peter_Pregler@email.com] > Sent: Wednesday, March 14, 2001 11:47 AM > To: Lucien Murray-Pitts > Cc: cpia@risc.uni-linz.ac.at > Subject: Re: [cpia] MicroTek EyeStar > > > On Tue, Mar 13, 2001 at 02:50:01PM -0800, Lucien Murray-Pitts wrote: > > I am assuming that the Microtek eyestar USB camera is just a USB -> > Parallel > > chip and the old PPT camera stuffed on top? Does anyone know of support > for > > the Parallel port version under Linux? > > AFAIK the CPiA chip was/is available in two versions, parport and USB. > There is no extra ppt/usb-chip. > > -Peter From Peter_Pregler@email.com Thu, 15 Mar 2001 22:23:44 +0100 Date: Thu, 15 Mar 2001 22:23:44 +0100 From: Peter Pregler Peter_Pregler@email.com Subject: [cpia] MicroTek EyeStar On Wed, Mar 14, 2001 at 01:06:55PM -0800, Lucien Murray-Pitts wrote: > Thanks for the reply, that's a start in the right direction then. I wish > manufacturers were more "open" about historic products :-/ Actually the manufacturer of the cpia-chip was very open due to someone inside the company supporting linux. > Sooooo one would assume that there _IS_ support under Linux for the PPT > Microtek Eyestar as it should just be another cpia-alike? I know the > eyestar 2 is a cpia. Do a 'modprobe parport_auto' (IIRC) and see in /proc/parport/0 what is reported. If it is a genuine cpia-chip driving the parport interface you will find info there and it should work. -Peter -- You can weave your life so long - only so long, and then a thing in the world out of your control will tug at one vital thread and leave you patternless and subdued. ------------------------------- Email: Peter_Pregler@email.com From Lucien.Murray-Pitts@us.Celoxica.com Mon, 19 Mar 2001 11:39:00 -0800 Date: Mon, 19 Mar 2001 11:39:00 -0800 From: Lucien Murray-Pitts Lucien.Murray-Pitts@us.Celoxica.com Subject: [cpia] MicroTek EyeStar When I scrape together the cash I might go and get the camera then. :-) Unless anyone knows of good sources of cheap PPT cpia cameras? Lucien -----Original Message----- From: Peter Pregler [mailto:Peter_Pregler@email.com] Sent: Thursday, March 15, 2001 1:24 PM To: Lucien Murray-Pitts Cc: cpia@risc.uni-linz.ac.at Subject: Re: [cpia] MicroTek EyeStar On Wed, Mar 14, 2001 at 01:06:55PM -0800, Lucien Murray-Pitts wrote: > Thanks for the reply, that's a start in the right direction then. I wish > manufacturers were more "open" about historic products :-/ Actually the manufacturer of the cpia-chip was very open due to someone inside the company supporting linux. > Sooooo one would assume that there _IS_ support under Linux for the PPT > Microtek Eyestar as it should just be another cpia-alike? I know the > eyestar 2 is a cpia. Do a 'modprobe parport_auto' (IIRC) and see in /proc/parport/0 what is reported. If it is a genuine cpia-chip driving the parport interface you will find info there and it should work. -Peter -- You can weave your life so long - only so long, and then a thing in the world out of your control will tug at one vital thread and leave you patternless and subdued. ------------------------------- Email: Peter_Pregler@email.com From adam@antispin.org Thu, 29 Mar 2001 19:20:37 +0100 Date: Thu, 29 Mar 2001 19:20:37 +0100 From: Adam Harrison adam@antispin.org Subject: [cpia] STV0680 Digital Camera ASIC -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, There is now a sourceforge project dedicated to linux support for the STV0680: http://stv0680.sourceforge.net/ Hopefully this will function as an umbrella for stv0680 related resources - protocol specs, video4linux driver, mailing lists etc. Quick news: I have implemented USB support in the gPhoto2 driver, expect this to appear RSN. Additionally, I have a prelimary USB video4linux driver functioning - see the website for status information. Best Regards, Adam. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6w30AurtIeT2BVkgRAqZ+AJ46CKnvq6tRJqmedP3vef3fBW+aYACgtIle yCLrdPpbtXLuAE1sYmmzn9k= =GFFn -----END PGP SIGNATURE-----