Ok, so git clone http://repo.or.cz/r/microdia.git (in empty dir) cd microdia git checkout --track -b development origin/development make sudo insmod microdia.ko log_level=15 [45123.071066] microdia: Microdia USB 2.0 webcam driver loaded [45123.073223] usbcore: registered new interface driver usb_microdia_driver [45123.075155] microdia: v2008.10 : Microdia USB 2.0 Webcam Driver (now I plug in the camera) [45218.000059] usb 1-1: new full speed USB device using uhci_hcd and address 4 [45218.177226] usb 1-1: configuration #1 chosen from 1 choice [45218.183022] microdia: Probe function called with VendorID=0C45, ProductID=6270 and InterfaceNumber=0 [45218.183039] microdia: Microdia USB 2.0 Webcam - 0C45:6270 plugged- in. [45218.183049] microdia: Release: 0100 [45218.183053] microdia: Number of interfaces : 1 [45218.183058] microdia: Detected SN9C20X Bridge [45218.241864] microdia: I2C write to 0a: 90 30 0a 00 00 00 00 10 [45218.244875] microdia: I2C slave 0x30 returned error during write to address 0x0a [45218.244899] microdia: I2C write to 0a: 90 30 0a 00 00 00 00 10 [45218.250866] microdia: I2C slave 0x30 returned error during write to address 0x0a [45218.250888] microdia: I2C write to 0a: 90 30 0a 00 00 00 00 10 [45218.255862] microdia: I2C slave 0x30 returned error during write to address 0x0a [45218.255881] microdia: I2C write to 0a: 90 21 0a 00 00 00 00 10 [45218.261880] microdia: I2C slave 0x21 returned error during write to address 0x0a [45218.261906] microdia: I2C write to 0a: 90 21 0a 00 00 00 00 10 [45218.266859] microdia: I2C slave 0x21 returned error during write to address 0x0a [45218.266878] microdia: I2C write to f0: b0 5d f0 00 00 00 00 10 [45218.268961] microdia: I2C write to 00: 90 5d 00 00 00 00 00 10 [45218.270858] microdia: I2C read from 00: a2 5d 00 00 00 00 00 10 [45218.276308] microdia: I2C read: 00 00 00 00 12 29 [45218.276324] microdia: I2C write to 01: b0 5c 01 00 04 00 00 10 [45218.278870] microdia: I2C slave 0x5c returned error during write to address 0x01 [45218.278895] microdia: I2C write to ff: 90 5d ff 00 00 00 00 10 [45218.281855] microdia: I2C read from 00: a2 5d 00 00 00 00 00 10 [45218.284875] microdia: I2C read: ff 00 ff 00 12 29 [45218.284897] microdia: I2C write to 00: 90 5d 00 00 00 00 00 10 [45218.286867] microdia: I2C read from 00: a2 5d 00 00 00 00 00 10 [45218.289971] microdia: I2C read: 00 00 00 00 12 29 [45218.289982] microdia: Failed to detect sensor. [45218.289991] microdia: Device Init failed (-19)! (disconnecting camera) [45320.928077] usb 1-1: USB disconnect, address 4 sudo rmmod microdia [45349.784864] microdia: usb_microdia_exit: Microdia USB 2.0 webcam driver unloaded [45349.788169] usbcore: deregistering interface driver usb_microdia_driver
Anything usefull here? On 22 Lis, 10:26, GWater <[EMAIL PROTECTED]> wrote: > One way to find out. > > Use this line to insmod the module: > # insmod microdia.ko log_level=15 > > Then post the dmesg output. > > GWater > > JoJo jojo schrieb: > > > Hi > > > This is a known issue with 6270, > > the sensor is not getting probed > > > hence at this point the support is very poor. > > > -JoJo > > > On Sat, Nov 22, 2008 at 7:16 AM, ChanibaL <[EMAIL PROTECTED]> wrote: > >> Ok, made the "git checkout --track -b development origin/development" > >> on a fresh source, after compilation and inserting the module > >> (insmod), here's the dmesg output: > >> [37725.143421] microdia: Microdia USB 2.0 webcam driver loaded > >> [37725.149711] microdia: Microdia USB 2.0 Webcam - 0C45:6270 plugged- > >> in. > >> [37725.149739] microdia: Detected SN9C20X Bridge > >> [37725.233533] usbcore: registered new interface driver > >> usb_microdia_driver > >> [37725.234310] microdia: v2008.10 : Microdia USB 2.0 Webcam Driver > > >> No problems here, but: > >> $ LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so mplayer tv:// -tv > >> driver=v4l2:width=640:height=480:fps=25:device=/dev /video0 -vo xv > >> MPlayer 1.0rc2-4.3.2 (C) 2000-2007 MPlayer Team > >> CPU: Intel Celeron 2/Pentium III Coppermine,Geyserville (Family: 6, > >> Model: 8, Stepping: 10) > >> CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0 > >> Compiled with runtime CPU detection. > >> mplayer: could not connect to socket > >> mplayer: No such file or directory > >> Failed to open LIRC support. You will not be able to use your remote > >> control. > > >> Playing tv://. > >> TV file format detected. > >> Selected driver: v4l2 > >> name: Video 4 Linux 2 input > >> author: Martin Olschewski <[EMAIL PROTECTED]> > >> comment: first try, more to come ;-) > >> v4l2: unable to open '/dev/video0': No such file or directory > >> v4l2: ioctl set mute failed: Bad file descriptor > >> v4l2: 0 frames successfully processed, 0 frames dropped. > > >> Exiting... (End of file) > > >> Also: > >> $ ls /dev/ | grep -c video > >> 0 > >> There's no /dev/video* file, the old driver has a /dev/video0 (even > >> says so in dmesg) > >> There are 64 files called /dev/.static/dev/video*, but they don't seem > >> to work and are there after i remove the module, probably some > >> placeholder or smth. > > >> Maybe something about my machine - it's a old pentium 3/1GHz (dell > >> gx150), quite possible the usb version is 1.1, can't find any way to > >> check it (lsusb -vv in my last message if someone's interested), > >> through i doubt that's the error here. > > > > > > > signature.asc > < 1KWyświetlPobierz --~--~---------~--~----~------------~-------~--~----~ Lets make microdia webcams plug'n play, (currently plug'n pray) To post to this group, send email to [email protected] Visit us online https://groups.google.com/group/microdia -~----------~----~----~----~------~----~------~--~---
