Results 1 to 10 of 11
I've searched the site and can't find anything. Doesn't anyone know where I can get one? Thanks. (Newbie BTW.)...
- 05-03-2010 #1Just Joined!
- Join Date
- May 2010
- Posts
- 7
Needed: imicro webcam driver for Ubuntu 10.
I've searched the site and can't find anything. Doesn't anyone know where I can get one? Thanks. (Newbie BTW.)
- 05-03-2010 #2
Judging from a quick search, the imicro webcams are more or less unusable with linux.
Which USB ID does your webcam have?
Code:lsusb
You must always face the curtain with a bow.
- 05-03-2010 #3Just Joined!
- Join Date
- May 2010
- Posts
- 7
- 05-03-2010 #4Just Joined!
- Join Date
- May 2010
- Posts
- 7
Just got notice of a message here but it's gone! It read:
I don't know. I'm using Ubuntu.Are you using Debian?
- 05-03-2010 #5
What are you referring to?
Not the usb version.
I was asking for the USB ID, which might give better search results
In windows, you can get that information from the device manager,
right click on the webcam -> options -> details -> "Hardware-IDs"
There should be a 4 digit VID and a 4 digit PID number.
Please post them here.You must always face the curtain with a bow.
- 05-03-2010 #6Just Joined!
- Join Date
- May 2010
- Posts
- 7
That they are unusable.
VID: 0AC8Not the usb version.
I was asking for the USB ID, which might give better search results
In windows, you can get that information from the device manager,
right click on the webcam -> options -> details -> "Hardware-IDs"
There should be a 4 digit VID and a 4 digit PID number.
Please post them here.
PID: 3420
- 05-03-2010 #7
Hmm,
according to this,
Linux UVC driver & tools
you might be halfway lucky.
The device should be supported by the uvcvideo kernel module.
Can you please post the output of:
andCode:dmesg|grep -i uvcvideo
Question: Did you ever just try to start a webcam application like cheese or skype?Code:grep -i uvcvideo /var/log/messages
You must always face the curtain with a bow.
- 05-03-2010 #8Just Joined!
- Join Date
- May 2010
- Posts
- 7
[On Edit: I found the "Terminal"]
Yes I tried it on Skype and it didn't work.
I ran the two commands:
jerry@jerry-desktop:~$ dmesg|grep -i uvcvideo
[ 11.039023] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
[ 11.041037] usbcore: registered new interface driver uvcvideo
jerry@jerry-desktop:~$ grep -i uvcvideo /var/log/messages
Apr 25 19:23:48 jerry-desktop kernel: [ 11.716675] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
Apr 25 19:23:48 jerry-desktop kernel: [ 11.718665] usbcore: registered new interface driver uvcvideo
Apr 26 02:30:43 jerry-desktop kernel: [ 6.139686] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
Apr 26 02:30:43 jerry-desktop kernel: [ 6.141733] usbcore: registered new interface driver uvcvideo
Apr 28 08:26:37 jerry-desktop kernel: [ 8.599326] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
Apr 28 08:26:37 jerry-desktop kernel: [ 8.601220] usbcore: registered new interface driver uvcvideo
Apr 28 09:22:49 jerry-desktop kernel: [ 3379.940733] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
Apr 28 09:59:58 jerry-desktop kernel: [ 8.880932] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
Apr 28 09:59:58 jerry-desktop kernel: [ 8.882839] usbcore: registered new interface driver uvcvideo
Apr 28 10:16:57 jerry-desktop kernel: [ 10.984203] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
Apr 28 10:16:57 jerry-desktop kernel: [ 10.996658] usbcore: registered new interface driver uvcvideo
Apr 29 09:49:41 jerry-desktop kernel: [ 11.167558] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
Apr 29 09:49:41 jerry-desktop kernel: [ 11.172025] usbcore: registered new interface driver uvcvideo
Apr 30 08:06:21 jerry-desktop kernel: [ 11.377241] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
Apr 30 08:06:21 jerry-desktop kernel: [ 11.386337] usbcore: registered new interface driver uvcvideo
May 3 09:49:43 jerry-desktop kernel: [ 11.258940] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
May 3 09:49:43 jerry-desktop kernel: [ 11.263128] usbcore: registered new interface driver uvcvideo
May 3 10:50:52 jerry-desktop kernel: [ 11.151812] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
May 3 10:50:52 jerry-desktop kernel: [ 11.155193] usbcore: registered new interface driver uvcvideo
May 3 13:13:30 jerry-desktop kernel: [ 11.039023] uvcvideo: Found UVC 1.00 device Venus USB2.0 Camera (0ac8:3420)
May 3 13:13:30 jerry-desktop kernel: [ 11.041037] usbcore: registered new interface driver uvcvideo
jerry@jerry-desktop:~$
- 05-03-2010 #9Just Joined!
- Join Date
- May 2010
- Posts
- 7
Works with Skype! I think the download I got this time was better!
- 05-03-2010 #10
hmm, not really sure, what was the issue.
The output from /var/log/messages indicates, that the webcam was working all the time.
And that would mean, the skype config was off.
Anyway, glad it works.
Have fun
You must always face the curtain with a bow.


Reply With Quote
