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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to