You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to microdia
Oh dear, I tried later, and there is no video0 in /dev, and if I go
to debug directory, cd to microdia, but no video0 shows there.
I tried rebooting and then
mknod /dev/video0 c 81 0
chmod 777 /dev/video0
chgrp video /dev/video0
ln -s /dev/video0
so that there is a file there
before the videodev and compat modprobes
and then insmod micrododia.ko
with the same result
doing the mplayer tv:// -tv thing just says video0 no such device.
So, how do I get the video0 file in /dev to be recognised as a device?
lsmod shows videodev depending on v4l1_compat and microdia depending
on usb-core and v4l1, I guess this should depend on v4l2-common. Being
new
to loading and unloading modules I am not sure what to do about this
or whether it is as it should be.
Is this why I get no video0 as well, or is all as it should be?
so v4l1-compat is compiled into the kernel?
Menuconfig-> device drivers-> multimedia devices-> shows video for
linux cannot be unchecked. So are the above dependencies right after
all?
GWater
unread,
Sep 3, 2008, 2:58:03 PM9/3/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to micr...@googlegroups.com
Chris schrieb:
please post the output of $ sudo cat /var/log/messages | grep microdia
after you insmod microdia.ko
GWater
Chris
unread,
Sep 4, 2008, 5:04:28 AM9/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to microdia
I just get
microdia: Microdia USB2.0 webcam driver startup
usbcore: registered new interface driver usb_microdia_driver
microdia: v0.0.0 : Microdia USB Video Camera
And that's it. Looks pretty innocent...
Chris
unread,
Sep 4, 2008, 7:07:23 AM9/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to microdia
In my root directory I have a file called rootmicrodia
and a copy of microdia.ko
I have cut and paste from this, so this is exactly what
sh rootmicrodia does, no typos!
mount -t debugfs none /sys/kernel/debug
mknod /dev/video0 c 81 0
chmod 777 /dev/video0
chgrp video /dev/video0
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to micr...@googlegroups.com
Chris schrieb:
Ok, here's the explanation: your webcam is not yet supported.
Maybe we already have support for the same chipset/sensor combination but your webcams usb-id is not yet associated with it.
Therefore we need to know which bridge and sensor your webcam has.
GWater
Chris
unread,
Sep 9, 2008, 1:00:48 PM9/9/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to microdia
That explains a lot!
All I know is from taking an instrument screwdriver to the thing is
that there is an E218418 chip on it
The IDs on the other side are
VP-38R(01) and VP-38C(02)
I doubt if this helps any though.
GWater
unread,
Sep 9, 2008, 3:46:16 PM9/9/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to micr...@googlegroups.com
Chris schrieb:
If you have access to a windows system try installing the driver and find the *.inf file for it. In many cases the bridge-sensor combination is in there.
GWater
GWater
unread,
Sep 9, 2008, 3:46:53 PM9/9/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to micr...@googlegroups.com
Chris schrieb:
I am of course referring to the windows driver that came with your webcam.