From ghent@linuxscript.org Mon, 11 Dec 2000 20:56:15 +0000 Date: Mon, 11 Dec 2000 20:56:15 +0000 From: ghent@linuxscript.org ghent@linuxscript.org Subject: [cpia] No Subject I download your driver for the webcam ans when I do 'make' in 'module', I got that. I'm just learning C, so I can't help you (sorry). I hope it will help you. root@captain[module]-# make gcc -c -D_CPIA_DEBUG_ -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=686 -fomit-frame-pointer -fno-strength-reduce -I. -I/usr/src/linux/include -D__KERNEL__ -DMODULE -DCONFIG_VIDEO_CPIA_MODULE -DCONFIG_VIDEO_CPIA_PP_MODULE -DCONFIG_VIDEO_CPIA_PP_DMA cpia.c cpia.c: In function `uvirt_to_kva': cpia.c:271: invalid operands to binary | cpia.c: In function `rvmalloc': cpia.c:312: warning: implicit declaration of function `MAP_NR' cpia.c:312: invalid type argument of `->' cpia.c: In function `rvfree': cpia.c:340: invalid type argument of `->' {standard input}: Assembler messages: {standard input}:8: Warning: Ignoring changed section attributes for modinfo make: *** [cpia.o] Error 1 root@captain[module]-# -- (> Matthieu Bonetti /) http://perso.linuxscript.yi.org/ghent/ -- From gleicon@uol.com.br Tue, 12 Dec 2000 07:51:04 -0200 Date: Tue, 12 Dec 2000 07:51:04 -0200 From: Gleicon S. Moraes gleicon@uol.com.br Subject: [cpia] No Subject Hi ! Please, when you send error messages like that, attach at least a uname -a of your system, or more data that can help us to help you. Regards. -- Gleicon S. Moraes Writing about music is like dancing about architecture. -- Frank Zappa From Peter_Pregler@email.com Tue, 12 Dec 2000 12:18:35 +0100 Date: Tue, 12 Dec 2000 12:18:35 +0100 From: Peter Pregler Peter_Pregler@email.com Subject: [cpia] No Subject Hi, AFAIK this is a know problem with the latest release of the driver on the web-site. See the driver in the normal kernel source for a fix of this. I am not sure this is already checked in to the CVS-tree. I have a look at it and will release a new version. All this under the assumption that you compile on a system for a 2.4.pre10+ (or so) kernel. And I do second the comment that such short and incomplete problem reports are not really motivating for me to answer. -Peter On Mon, Dec 11, 2000 at 08:56:15PM +0000, ghent@linuxscript.org wrote: > I download your driver for the webcam ans when I do 'make' in > 'module', I got that. I'm just learning C, so I can't help you (sorry). > I hope it will help you. > > root@captain[module]-# make > gcc -c -D_CPIA_DEBUG_ -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer > -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 > -malign-functions=2 -DCPU=686 -fomit-frame-pointer -fno-strength-reduce -I. > -I/usr/src/linux/include -D__KERNEL__ -DMODULE -DCONFIG_VIDEO_CPIA_MODULE > -DCONFIG_VIDEO_CPIA_PP_MODULE -DCONFIG_VIDEO_CPIA_PP_DMA cpia.c > cpia.c: In function `uvirt_to_kva': > cpia.c:271: invalid operands to binary | > cpia.c: In function `rvmalloc': > cpia.c:312: warning: implicit declaration of function `MAP_NR' > cpia.c:312: invalid type argument of `->' > cpia.c: In function `rvfree': > cpia.c:340: invalid type argument of `->' > {standard input}: Assembler messages: > {standard input}:8: Warning: Ignoring changed section attributes for > modinfo > make: *** [cpia.o] Error 1 > root@captain[module]-# > -- 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 Peter_Pregler@email.com Tue, 12 Dec 2000 12:18:35 +0100 Date: Tue, 12 Dec 2000 12:18:35 +0100 From: Peter Pregler Peter_Pregler@email.com Subject: [cpia] No Subject Hi, AFAIK this is a know problem with the latest release of the driver on the web-site. See the driver in the normal kernel source for a fix of this. I am not sure this is already checked in to the CVS-tree. I have a look at it and will release a new version. All this under the assumption that you compile on a system for a 2.4.pre10+ (or so) kernel. And I do second the comment that such short and incomplete problem reports are not really motivating for me to answer. -Peter On Mon, Dec 11, 2000 at 08:56:15PM +0000, ghent@linuxscript.org wrote: > I download your driver for the webcam ans when I do 'make' in > 'module', I got that. I'm just learning C, so I can't help you (sorry). > I hope it will help you. > > root@captain[module]-# make > gcc -c -D_CPIA_DEBUG_ -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer > -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 > -malign-functions=2 -DCPU=686 -fomit-frame-pointer -fno-strength-reduce -I. > -I/usr/src/linux/include -D__KERNEL__ -DMODULE -DCONFIG_VIDEO_CPIA_MODULE > -DCONFIG_VIDEO_CPIA_PP_MODULE -DCONFIG_VIDEO_CPIA_PP_DMA cpia.c > cpia.c: In function `uvirt_to_kva': > cpia.c:271: invalid operands to binary | > cpia.c: In function `rvmalloc': > cpia.c:312: warning: implicit declaration of function `MAP_NR' > cpia.c:312: invalid type argument of `->' > cpia.c: In function `rvfree': > cpia.c:340: invalid type argument of `->' > {standard input}: Assembler messages: > {standard input}:8: Warning: Ignoring changed section attributes for > modinfo > make: *** [cpia.o] Error 1 > root@captain[module]-# > -- 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 ghent@linuxscript.org Tue, 12 Dec 2000 12:48:53 +0000 Date: Tue, 12 Dec 2000 12:48:53 +0000 From: ghent ghent@linuxscript.org Subject: [cpia] More Informations I'm sorry, here are more information ghent@captain[~]-% uname -a Linux captain 2.4.0-test11 #3 Mon Dec 11 20:13:52 UTC 2000 i686 unknown ghent@captain[~]-% cat /proc/bus/usb/devices T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2 B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0 D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0000 ProdID=0000 Rev= 0.00 S: Product=USB UHCI Root Hub S: SerialNumber=fce0 C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=041e ProdID=4003 Rev= 1.10 S: Manufacturer=WINBOND S: Product=W9967CF C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=500mA I: If#= 0 Alt= 0 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 0 Ivl= 1ms I: If#= 0 Alt= 1 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS=1023 Ivl= 1ms I: If#= 0 Alt= 2 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 959 Ivl= 1ms I: If#= 0 Alt= 3 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 895 Ivl= 1ms I: If#= 0 Alt= 4 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 831 Ivl= 1ms I: If#= 0 Alt= 5 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 767 Ivl= 1ms I: If#= 0 Alt= 6 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 703 Ivl= 1ms I: If#= 0 Alt= 7 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 639 Ivl= 1ms I: If#= 0 Alt= 8 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 575 Ivl= 1ms I: If#= 0 Alt= 9 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 511 Ivl= 1ms I: If#= 0 Alt=10 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 447 Ivl= 1ms I: If#= 0 Alt=11 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 383 Ivl= 1ms I: If#= 0 Alt=12 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 319 Ivl= 1ms I: If#= 0 Alt=13 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 255 Ivl= 1ms I: If#= 0 Alt=14 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 191 Ivl= 1ms I: If#= 0 Alt=15 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 127 Ivl= 1ms I: If#= 0 Alt=16 #EPs= 1 Cls=00(>ifc ) Sub=00 Prot=00 Driver=(none) E: Ad=81(I) Atr=01(Isoc) MxPS= 63 Ivl= 1ms My usb configuration seems to work. I use a laptop HP XE2. I hope it's enough. (> Matthieu Bonetti /) http://perso.linuxscript.yi.org/ghent/ -- From gargoyle@noise.net.nz Thu, 14 Dec 2000 10:53:57 +1300 (NZDT) Date: Thu, 14 Dec 2000 10:53:57 +1300 (NZDT) From: Matt Camp gargoyle@noise.net.nz Subject: [cpia] Askey VC100 ? Anyone know if the Askey VC100 USB Camera is a Cpia based one? The vc80 one is according to linux-usb.org... However, i was told that Cpia is limited to 100k pixels? The VC80 is a 100k pixel camera, whereas the VC100 is a 350k pixel unit. The dmesg output of me trying to use the Cpia driver is blow. (Note that i've got usb-debug turned on in my 2.3.99-pre9 kernel) ------ Dec 14 02:28:44 fnord kernel: usb.c: registered new driver hub Dec 14 02:28:44 fnord kernel: PCI: Setting latency timer of device 00:02.0 to 64 Dec 14 02:28:44 fnord kernel: usb-ohci.c: USB OHCI at membase 0xcc840000, IRQ 7 Dec 14 02:28:44 fnord kernel: usb-ohci.c: Acer Laboratories Inc. [ALi] M5237 USB Dec 14 02:28:44 fnord kernel: usb.c: new USB bus registered, assigned bus number 1 Dec 14 02:28:44 fnord kernel: usb.c: USB new device connect, assigned device number 1 Dec 14 02:28:44 fnord kernel: Product: USB OHCI Root Hub Dec 14 02:28:44 fnord kernel: SerialNumber: cc840000 Dec 14 02:28:44 fnord kernel: hub.c: USB hub found Dec 14 02:28:44 fnord kernel: hub.c: 2 ports detected Dec 14 02:28:56 fnord kernel: Linux video capture interface: v1.00 Dec 14 02:29:16 fnord kernel: V4L-Driver for Vision CPiA based cameras v1.1.0 Dec 14 02:29:21 fnord kernel: usb.c: registered new driver cpia Dec 14 02:29:36 fnord kernel: usb.c: USB new device connect, assigned device number 2 Dec 14 02:29:36 fnord kernel: usb.c: This device is not recognized by any installed USB driver. Dec 14 02:29:36 fnord kernel: Length = 18 Dec 14 02:29:36 fnord kernel: DescriptorType = 01 Dec 14 02:29:36 fnord kernel: USB version = 1.00 Dec 14 02:29:36 fnord kernel: Vendor:Product = 06a5:d001 Dec 14 02:29:36 fnord kernel: MaxPacketSize0 = 64 Dec 14 02:29:36 fnord kernel: NumConfigurations = 1 Dec 14 02:29:36 fnord kernel: Device version = 1.00 Dec 14 02:29:36 fnord kernel: Device Class:SubClass:Protocol = 00:00:00 Dec 14 02:29:36 fnord kernel: Per-interface classes Dec 14 02:29:36 fnord kernel: Configuration: Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 02 Dec 14 02:29:36 fnord kernel: wTotalLength = 00f9 Dec 14 02:29:36 fnord kernel: bNumInterfaces = 01 Dec 14 02:29:36 fnord kernel: bConfigurationValue = 01 Dec 14 02:29:36 fnord kernel: iConfiguration = 00 Dec 14 02:29:36 fnord kernel: bmAttributes = 80 Dec 14 02:29:36 fnord kernel: MaxPower = 300mA Dec 14 02:29:36 fnord kernel: Dec 14 02:29:36 fnord kernel: Interface: 0 Dec 14 02:29:36 fnord kernel: Alternate Setting: 0 Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 04 Dec 14 02:29:36 fnord kernel: bInterfaceNumber = 00 Dec 14 02:29:36 fnord kernel: bAlternateSetting = 00 Dec 14 02:29:36 fnord kernel: bNumEndpoints = 03 Dec 14 02:29:36 fnord kernel: bInterface Class:SubClass:Protocol = ff:ff:ff Dec 14 02:29:36 fnord kernel: iInterface = 00 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 81 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 03 (Interrupt) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 82 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0000 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 83 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0000 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Alternate Setting: 1 Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 04 Dec 14 02:29:36 fnord kernel: bInterfaceNumber = 00 Dec 14 02:29:36 fnord kernel: bAlternateSetting = 01 Dec 14 02:29:36 fnord kernel: bNumEndpoints = 03 Dec 14 02:29:36 fnord kernel: bInterface Class:SubClass:Protocol = ff:ff:ff Dec 14 02:29:36 fnord kernel: iInterface = 00 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 81 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 03 (Interrupt) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 82 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 03c0 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 83 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Alternate Setting: 2 Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 04 Dec 14 02:29:36 fnord kernel: bInterfaceNumber = 00 Dec 14 02:29:36 fnord kernel: bAlternateSetting = 02 Dec 14 02:29:36 fnord kernel: bNumEndpoints = 03 Dec 14 02:29:36 fnord kernel: bInterface Class:SubClass:Protocol = ff:ff:ff Dec 14 02:29:36 fnord kernel: iInterface = 00 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 81 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 03 (Interrupt) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 82 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0380 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 83 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Alternate Setting: 3 Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 04 Dec 14 02:29:36 fnord kernel: bInterfaceNumber = 00 Dec 14 02:29:36 fnord kernel: bAlternateSetting = 03 Dec 14 02:29:36 fnord kernel: bNumEndpoints = 03 Dec 14 02:29:36 fnord kernel: bInterface Class:SubClass:Protocol = ff:ff:ff Dec 14 02:29:36 fnord kernel: iInterface = 00 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 81 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 03 (Interrupt) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 82 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0300 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 83 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Alternate Setting: 4 Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 04 Dec 14 02:29:36 fnord kernel: bInterfaceNumber = 00 Dec 14 02:29:36 fnord kernel: bAlternateSetting = 04 Dec 14 02:29:36 fnord kernel: bNumEndpoints = 03 Dec 14 02:29:36 fnord kernel: bInterface Class:SubClass:Protocol = ff:ff:ff Dec 14 02:29:36 fnord kernel: iInterface = 00 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 81 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 03 (Interrupt) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 82 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0280 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 83 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Alternate Setting: 5 Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 04 Dec 14 02:29:36 fnord kernel: bInterfaceNumber = 00 Dec 14 02:29:36 fnord kernel: bAlternateSetting = 05 Dec 14 02:29:36 fnord kernel: bNumEndpoints = 03 Dec 14 02:29:36 fnord kernel: bInterface Class:SubClass:Protocol = ff:ff:ff Dec 14 02:29:36 fnord kernel: iInterface = 00 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 81 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 03 (Interrupt) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 82 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0200 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 83 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Alternate Setting: 6 Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 04 Dec 14 02:29:36 fnord kernel: bInterfaceNumber = 00 Dec 14 02:29:36 fnord kernel: bAlternateSetting = 06 Dec 14 02:29:36 fnord kernel: bNumEndpoints = 03 Dec 14 02:29:36 fnord kernel: bInterface Class:SubClass:Protocol = ff:ff:ff Dec 14 02:29:36 fnord kernel: iInterface = 00 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 81 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 03 (Interrupt) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 82 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0180 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 83 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Alternate Setting: 7 Dec 14 02:29:36 fnord kernel: bLength = 9 Dec 14 02:29:36 fnord kernel: bDescriptorType = 04 Dec 14 02:29:36 fnord kernel: bInterfaceNumber = 00 Dec 14 02:29:36 fnord kernel: bAlternateSetting = 07 Dec 14 02:29:36 fnord kernel: bNumEndpoints = 03 Dec 14 02:29:36 fnord kernel: bInterface Class:SubClass:Protocol = ff:ff:ff Dec 14 02:29:36 fnord kernel: iInterface = 00 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 81 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 03 (Interrupt) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 82 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0100 Dec 14 02:29:36 fnord kernel: bInterval = 01 Dec 14 02:29:36 fnord kernel: Endpoint: Dec 14 02:29:36 fnord kernel: bLength = 7 Dec 14 02:29:36 fnord kernel: bDescriptorType = 05 Dec 14 02:29:36 fnord kernel: bEndpointAddress = 83 (in) Dec 14 02:29:36 fnord kernel: bmAttributes = 01 (Isochronous) Dec 14 02:29:36 fnord kernel: wMaxPacketSize = 0001 Dec 14 02:29:36 fnord kernel: bInterval = 01 --- Matt Camp From Peter_Pregler@email.com Thu, 14 Dec 2000 21:53:36 +0100 Date: Thu, 14 Dec 2000 21:53:36 +0100 From: Peter Pregler Peter_Pregler@email.com Subject: [cpia] Askey VC100 ? On Thu, Dec 14, 2000 at 10:53:57AM +1300, Matt Camp wrote: > > Anyone know if the Askey VC100 USB Camera is a Cpia based one? > > The vc80 one is according to linux-usb.org... > > However, i was told that Cpia is limited to 100k pixels? The VC80 is a > 100k pixel camera, whereas the VC100 is a 350k pixel unit. There is no 350k cpia-based camera. > Dec 14 02:29:36 fnord kernel: Vendor:Product = 06a5:d001 This is not a cpia-camera. Check out linux-usb.org. If it is supported it should be listed there somewhere. -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 Mon, 18 Dec 2000 18:58:25 +0000 Date: Mon, 18 Dec 2000 18:58:25 +0000 From: Adam Harrison adam@antispin.org Subject: [cpia] STV0680 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've put together a small website detailing STV0680 support in Linux, which you can view at the following URL: http://www.darcadia.demon.co.uk/adam/stv0680/ Cheers, Adam. - -- "All that is necessary for the triumph of evil is that good men do nothing" - - Edmunde Burke -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE6Pl5RurtIeT2BVkgRAsy/AJ9R8qI2O/pcjrZcTjQticcP+yaKmgCfYzDI qpmipvvBLt6cmwcJg60N3ko= =ytMO -----END PGP SIGNATURE----- From scottf@unr.edu Mon, 18 Dec 2000 13:16:58 -0600 Date: Mon, 18 Dec 2000 13:16:58 -0600 From: Scott Fritzinger scottf@unr.edu Subject: [cpia] Re: [gphoto-devel] STV0680 > I've put together a small website detailing STV0680 support in Linux, which > you can view at the following URL: > > http://www.darcadia.demon.co.uk/adam/stv0680/ Adam, that looks great! the URL should probably go in CVS in a README for the driver. Do you have CVS access? if not and you want it, send me your sourceforge userid and i'll put you in. if you don't want CVS access, let me know and i'll just add the URL and commit it myself. Thanks! =-=-=-=-=-=-=-------------------- - - - - - Scott Fritzinger email: scottf@gphoto.net gPhoto Project icq: 15884777 www.gphoto.net From Jochen.Scharrlach@schwaben.de Thu, 21 Dec 2000 22:01:22 +0100 (CET) Date: Thu, 21 Dec 2000 22:01:22 +0100 (CET) From: Jochen Scharrlach Jochen.Scharrlach@schwaben.de Subject: [cpia] CPIA and 2.4.0-test Hi, after buying a new USB-cam (I thought the old one was broken) and buying an USB-controller (I recognized that actually my onboard USB isn't working well anymore...) I wanted to use the latest cpia-drivers with the latest kernel (2.4.0-test12 which comes with cpia 0.74) - and found that it wouldn't compile. After comparing the kernel-sources with the v1.1-sources I found a few small differences, which made the new driver compile+work again. What's the current status of the driver, is there anyone working on it? Bye, Jochen -- Erst wenn euer letzter Mailserver zusammengebrochen, euer letztes Paßwort geknackt, euer letztes BIOS gelöscht und eure letzten Dokumente zerstört wurden, werdet ihr merken, dass Outlook ein Schei* ist. From pamcastro25@hotmail.com Tue, 26 Dec 2000 12:14:30 -0600 Date: Tue, 26 Dec 2000 12:14:30 -0600 From: Pamela Castro pamcastro25@hotmail.com Subject: [cpia] Webcams with Linux Hello, I am in the beginning stages of installing the cpia device driver for webcams. I am new to configuring the kernel for webcams and do have a few questions. Currently, I am using kernel 2.2.16 and would have to upgrade to at least 2.3.X in order to have USB support, correct? Does anyone know of any software for Linux that will take snapshots periodically (for example, every 5 seconds)using the webcam(s)? I may want to use more than one USB webcam and have been using a USB hub for some webcams on Windows. I may be able to get away with just using one if it allows me to zoom in and out on images. Which webcams do you suggest? I am not running RedHat 7.0 but a previous version. Would it be easier to use RedHat 7.0 before attempting to install the cpia device driver? Thanks in advance! ~P _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com From PWarner@Catena.com Tue, 26 Dec 2000 17:08:35 -0500 Date: Tue, 26 Dec 2000 17:08:35 -0500 From: Paul Warner PWarner@Catena.com Subject: [cpia] Creative II & USB... I was all excited - 2.2.18 offered USB, CPiA webcams, and all should be good. Sure enough, I used (vgrabber - simple software which grabs image from /dev/video0) and I grabbed a frame. And then another! And then nothing! Nothing at all! The machine locked up. My first action was to look to the /var/log/messages for solace - sure enough, two indicator lines from the file indicated that "cpia.c:parse_picture(2304):line length wa...". The USB complained... I zipped of to these archives to see if other people had seen this problem. Sure enough, they had, I just hadn't seen any resolution. If anybody knows of whether there is some way to get this cleared up, I'd be a much happier person, running a webcam - contributing more to the cause. I'll even name one of my Windoze-computers-to-be-converted-to-linux after you. Particulars of the system: [root@scsi-surfer log]# uname -a Linux scsi-surfer 2h.2.18 #4 SMP Tue Dec 26 11:33:34 EST 2000 i586 Unknown from the messages: (video information) Dec 26 14:13:17 scsi-surfer kernel: Linux video capture interface: v1.00 Dec 26 14:13:17 scsi-surfer kernel: V4L-Driver for Vision CPiA based cameras v1. 0.0 (USB information) Dec 26 14:13:17 scsi-surfer kernel: usb.c: registered new driver usbdevfs Dec 26 14:13:17 scsi-surfer kernel: usb.c: registered new driver hub Dec 26 14:13:17 scsi-surfer kernel: usb-ohci.c: USB OHCI at membase 0xc2804000, IRQ 11 Dec 26 14:13:17 scsi-surfer kernel: usb.c: new USB bus registered, assigned bus number 1 Dec 26 14:13:17 scsi-surfer kernel: usb.c: USB new device connect, assigned devi ce number 1 Dec 26 14:13:17 scsi-surfer kernel: Product: USB OHCI Root Hub Dec 26 14:13:17 scsi-surfer kernel: SerialNumber: c2804000 Dec 26 14:13:17 scsi-surfer kernel: hub.c: USB hub found Dec 26 14:13:17 scsi-surfer kernel: hub.c: 2 ports detected Dec 26 14:13:17 scsi-surfer kernel: VFS: Mounted root (ext2 filesystem) readonly . Dec 26 14:13:17 scsi-surfer kernel: Freeing unused kernel memory: 92k freed Dec 26 14:13:17 scsi-surfer kernel: usb.c: USB new device connect, assigned devi ce number 2 Dec 26 14:13:17 scsi-surfer kernel: usb.c: USB device 2 (prod/vend 0x553/0x2) is not claimed by any active driver. Dec 26 14:13:17 scsi-surfer kernel: Length = 18 Dec 26 14:13:17 scsi-surfer kernel: DescriptorType = 01 Dec 26 14:13:17 scsi-surfer kernel: USB version = 1.00 Dec 26 14:13:17 scsi-surfer kernel: Vendor:Product = 0553:0002 Dec 26 14:13:17 scsi-surfer kernel: MaxPacketSize0 = 8 Dec 26 14:13:17 scsi-surfer kernel: NumConfigurations = 1 Dec 26 14:13:17 scsi-surfer kernel: Device version = 1.00 Dec 26 14:13:17 scsi-surfer kernel: Device Class:SubClass:Protocol = 00:00:00 Dec 26 14:13:17 scsi-surfer kernel: Per-interface classes Dec 26 14:13:17 scsi-surfer kernel: Configuration: Dec 26 14:13:17 scsi-surfer kernel: bLength = 9 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 02 Dec 26 14:13:17 scsi-surfer kernel: wTotalLength = 0049 Dec 26 14:13:17 scsi-surfer kernel: bNumInterfaces = 01 Dec 26 14:13:17 scsi-surfer kernel: bConfigurationValue = 01 Dec 26 14:13:17 scsi-surfer kernel: iConfiguration = 00 Dec 26 14:13:17 scsi-surfer kernel: bmAttributes = 80 Dec 26 14:13:17 scsi-surfer kernel: MaxPower = 400mA Dec 26 14:13:17 scsi-surfer kernel: Dec 26 14:13:17 scsi-surfer kernel: Interface: 0 Dec 26 14:13:17 scsi-surfer kernel: Alternate Setting: 0 Dec 26 14:13:17 scsi-surfer kernel: bLength = 9 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 04 Dec 26 14:13:17 scsi-surfer kernel: bInterfaceNumber = 01 Dec 26 14:13:17 scsi-surfer kernel: bInterfaceNumber = 01 Dec 26 14:13:17 scsi-surfer kernel: bAlternateSetting = 00 Dec 26 14:13:17 scsi-surfer kernel: bNumEndpoints = 01 Dec 26 14:13:17 scsi-surfer kernel: bInterface Class:SubClass:Protocol = f f:00:ff Dec 26 14:13:17 scsi-surfer kernel: iInterface = 00 Dec 26 14:13:17 scsi-surfer kernel: Endpoint: Dec 26 14:13:17 scsi-surfer kernel: bLength = 7 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 05 Dec 26 14:13:17 scsi-surfer kernel: bEndpointAddress = 81 (in) Dec 26 14:13:17 scsi-surfer kernel: bmAttributes = 01 (Isochronou s) Dec 26 14:13:17 scsi-surfer kernel: wMaxPacketSize = 0000 Dec 26 14:13:17 scsi-surfer kernel: bInterval = 01 Dec 26 14:13:17 scsi-surfer kernel: Alternate Setting: 1 Dec 26 14:13:17 scsi-surfer kernel: bLength = 9 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 04 Dec 26 14:13:17 scsi-surfer kernel: bInterfaceNumber = 01 Dec 26 14:13:17 scsi-surfer kernel: bAlternateSetting = 01 Dec 26 14:13:17 scsi-surfer kernel: bNumEndpoints = 01 Dec 26 14:13:17 scsi-surfer kernel: bInterface Class:SubClass:Protocol = f f:00:ff Dec 26 14:13:17 scsi-surfer kernel: iInterface = 00 Dec 26 14:13:17 scsi-surfer kernel: Endpoint: Dec 26 14:13:17 scsi-surfer kernel: bLength = 7 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 05 Dec 26 14:13:17 scsi-surfer kernel: bEndpointAddress = 81 (in) Dec 26 14:13:17 scsi-surfer kernel: bmAttributes = 01 (Isochronou s) Dec 26 14:13:17 scsi-surfer kernel: wMaxPacketSize = 01c0 Dec 26 14:13:17 scsi-surfer kernel: bInterval = 01 Dec 26 14:13:17 scsi-surfer kernel: Alternate Setting: 2 Dec 26 14:13:17 scsi-surfer kernel: bLength = 9 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 04 Dec 26 14:13:17 scsi-surfer kernel: bInterfaceNumber = 01 Dec 26 14:13:17 scsi-surfer kernel: bAlternateSetting = 02 Dec 26 14:13:17 scsi-surfer kernel: bNumEndpoints = 01 Dec 26 14:13:17 scsi-surfer kernel: bInterface Class:SubClass:Protocol = f f:00:ff Dec 26 14:13:17 scsi-surfer kernel: iInterface = 00 Dec 26 14:13:17 scsi-surfer kernel: Endpoint: Dec 26 14:13:17 scsi-surfer kernel: bLength = 7 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 05 Dec 26 14:13:17 scsi-surfer kernel: bEndpointAddress = 81 (in) Dec 26 14:13:17 scsi-surfer kernel: bmAttributes = 01 (Isochronou s) Dec 26 14:13:17 scsi-surfer kernel: wMaxPacketSize = 02c0 Dec 26 14:13:17 scsi-surfer kernel: bInterval = 01 Dec 26 14:13:17 scsi-surfer kernel: Alternate Setting: 3 Dec 26 14:13:17 scsi-surfer kernel: bLength = 9 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 04 Dec 26 14:13:17 scsi-surfer kernel: bInterfaceNumber = 01 Dec 26 14:13:17 scsi-surfer kernel: bAlternateSetting = 03 Dec 26 14:13:17 scsi-surfer kernel: bNumEndpoints = 01 Dec 26 14:13:17 scsi-surfer kernel: bInterface Class:SubClass:Protocol = f f:00:ff Dec 26 14:13:17 scsi-surfer kernel: iInterface = 00 Dec 26 14:13:17 scsi-surfer kernel: Endpoint: Dec 26 14:13:17 scsi-surfer kernel: bLength = 7 Dec 26 14:13:17 scsi-surfer kernel: bDescriptorType = 05 Dec 26 14:13:17 scsi-surfer kernel: bEndpointAddress = 81 (in) Dec 26 14:13:17 scsi-surfer kernel: bmAttributes = 01 (Isochronou s) Dec 26 14:13:17 scsi-surfer kernel: wMaxPacketSize = 03c0 Dec 26 14:13:17 scsi-surfer kernel: bInterval = 01 (camera information) Dec 26 14:22:54 scsi-surfer last message repeated 3 times Dec 26 14:24:29 scsi-surfer kernel: usb.c: registered new driver cpia Dec 26 14:24:29 scsi-surfer kernel: USB CPiA camera found Dec 26 14:24:30 scsi-surfer kernel: CPiA Version: 1.20 (2.0) Dec 26 14:24:30 scsi-surfer kernel: CPiA PnP-ID: 0553:0002:0100 Dec 26 14:24:30 scsi-surfer kernel: VP-Version: 1.0 0141 (lockup/problem time) Dec 26 14:30:38 scsi-surfer kernel: cpia.c:parse_picture(2304):line length was n ot 1 but -1 after 765/203660 bytes Dec 26 14:32:48 scsi-surfer kernel: cpia.c:parse_picture(2304):line length was n ot 1 but -2 after 10666/203676 bytes Dec 26 14:33:18 scsi-surfer kernel: usb-ohci.c: unlink URB timeout! Thanks, Pablo. Paul Darren Warner | Catena Networks Automation Dude | 307 Legget Drive Phone: (613) 599-6430 x8330 | Kanata, Ontario E-Mail: pwarner@catena.com | K2K 2E3 From Peter_Pregler@email.com Wed, 27 Dec 2000 00:02:04 +0100 Date: Wed, 27 Dec 2000 00:02:04 +0100 From: Peter Pregler Peter_Pregler@email.com Subject: [cpia] Webcams with Linux On Tue, Dec 26, 2000 at 12:14:30PM -0600, Pamela Castro wrote: > > Currently, I am using kernel 2.2.16 and would have to upgrade to at least > 2.3.X in order to have USB support, correct? No, 2.2.18 will do. > Does anyone know of any software for Linux that will take snapshots > periodically (for example, every 5 seconds)using the webcam(s)? There are several such programs around (vidcat, webcam, ...). Check out the v4l-applications pages. > I may want to use more than one USB webcam and have been using a USB hub for > some webcams on Windows. I may be able to get away with just using one if > it allows me to zoom in and out on images. Which webcams do you > suggest? I am not aware of any webcam that can do software-controlled zooms. > I am not running RedHat 7.0 but a previous version. Would it be easier to > use RedHat 7.0 before attempting to install the cpia device driver? No. Distribution has not much to do with kernel drivers unless you use precompiled kernels. -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 Peter_Pregler@email.com Wed, 27 Dec 2000 00:05:11 +0100 Date: Wed, 27 Dec 2000 00:05:11 +0100 From: Peter Pregler Peter_Pregler@email.com Subject: [cpia] Creative II & USB... Hi, I think your problem is the OHCI driver. That seems to be the common factor. At least I have not heard of problems of the cpia-driver with the uhci-driver. Unfortunatly I have no access to such a beast to debug the problem. -Peter On Tue, Dec 26, 2000 at 05:08:35PM -0500, Paul Warner wrote: > I was all excited - 2.2.18 offered USB, CPiA webcams, and all should > be good. Sure enough, I used (vgrabber - simple software which grabs > image from /dev/video0) and I grabbed a frame. And then another! And > then nothing! Nothing at all! The machine locked up. [...] > (USB information) > Dec 26 14:13:17 scsi-surfer kernel: usb.c: registered new driver usbdevfs > Dec 26 14:13:17 scsi-surfer kernel: usb.c: registered new driver hub > Dec 26 14:13:17 scsi-surfer kernel: usb-ohci.c: USB OHCI at membase > 0xc2804000, > IRQ 11 -- 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 Jochen.Scharrlach@schwaben.de Wed, 27 Dec 2000 12:18:35 +0100 (CET) Date: Wed, 27 Dec 2000 12:18:35 +0100 (CET) From: Jochen Scharrlach Jochen.Scharrlach@schwaben.de Subject: [cpia] Creative II & USB... Peter Pregler writes: > I think your problem is the OHCI driver. That seems to be the common > factor. At least I have not heard of problems of the cpia-driver with > the uhci-driver. Unfortunatly I have no access to such a beast to debug > the problem. My OHCI-controller works fine with 2.4.0-test12 and two different webcams! Bye, Jochen -- Erst wenn euer letzter Mailserver zusammengebrochen, euer letztes Paßwort geknackt, euer letztes BIOS gelöscht und eure letzten Dokumente zerstört wurden, werdet ihr merken, dass Outlook ein Schei* ist. From aaron_800@yahoo.com Sat, 30 Dec 2000 11:58:18 -0800 (PST) Date: Sat, 30 Dec 2000 11:58:18 -0800 (PST) From: Aaron Littich aaron_800@yahoo.com Subject: [cpia] Ezonics webcam Do I have to have the newer 2.3 kernel for USB ezonics webcam?? I have 2.2.14 on redhat 6.2 system. __________________________________________________ Do You Yahoo!? Yahoo! Photos - Share your holiday photos online! http://photos.yahoo.com/