Hi, i want to use my webcam on my linux box, but as there are no drivers for it (at least i couldn't find any), i want to try it on this mailing list. dmesg tells me on sys-boot: May 3 16:34:17 sheytan kernel: hub.c: new USB device 00:04.2-2, assigned address 3 May 3 16:34:17 sheytan kernel: usb.c: USB device 3 (vend/prod 0x6a5/0xd800) is not claimed by any active driver. May 3 16:34:17 goo kernel: Length = 18 May 3 16:34:17 goo kernel: DescriptorType = 01 May 3 16:34:17 goo kernel: USB version = 1.10 May 3 16:34:17 goo kernel: Vendor:Product = 06a5:d800 May 3 16:34:17 goo kernel: MaxPacketSize0 = 64 May 3 16:34:17 goo kernel: NumConfigurations = 1 May 3 16:34:17 goo kernel: Device version = 1.10 May 3 16:34:17 goo kernel: Device Class:SubClass:Protocol = 00:00:00 May 3 16:34:17 goo kernel: Per-interface classes May 3 16:34:17 goo kernel: Configuration: May 3 16:34:17 goo kernel: bLength = 9 May 3 16:34:17 goo sheytan kernel: bDescriptorType = 02 May 3 16:34:17 goo kernel: wTotalLength = 00f9 May 3 16:34:17 goo kernel: bNumInterfaces = 01 May 3 16:34:17 goo kernel: bConfigurationValue = 01 May 3 16:34:17 goo kernel: iConfiguration = 00 May 3 16:34:17 goo kernel: bmAttributes = 80 May 3 16:34:17 goo kernel: MaxPower = 300mA lsmod says: ov511 73724 0 (unused) usb-uhci 23148 0 (unused) the usbcore support is compiled into the kernel. As there was no /dev/video0 i created it using: mknod /dev/video0 c 81 0 and i sym-linked it to /dev/video as well. But as i can see from my dmesg the drivers loadded (ov511) is not the correct one, how could i try getting this cam to work. (It's a Chicony USB Twinkle Cam :( ; i searched the web, no results upon this issue) Thanks in advance