[SOLVED] Microdia SN9C201 webcam is not working
.i dont have /dev/video0 so i cant take photos . i have laptop ( asus z53jseries).i before used ubuntu8.10 now I use ubuntu 9.04. In both of them i cant use my camera. when i use a program such as CHEESE , EKIGA softphone , camera monitor preferences it this massages that (no camera found) or( camera monitor is not running) .
[email protected]:~$ lsusb
Bus 001 Device 004: ID 0c45:624f Microdia PC Camera (SN9C201)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c019 Logitech, Inc. Optical Tilt Wheel Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
what do i should to do?
Comments
1. Ask for assistance, just stating something isn't working is a very rude way to start a conversation because it sounds like you are expecting us to solve your problem with very little initiative or cooperation from you.
2. Tell us what version of Ubuntu you are using
3. Give us the device information about the non-working device (I am assuming it is a webcam) as it is displayed when you run the command lspci
Can someone who has experience setting up webcams pop in and give a hand? I don't know were else the device information can be located.
[[email protected] ~]$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 0c45:63fa Microdia
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Microdia is the webcam
Bus 001 Device 004: ID 0c45:624f Microdia PC Camera (SN9C201)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 0b05:1712 ASUSTek Computer, Inc. BT-183 Bluetooth 2.0+EDR adapter
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 046d:c019 Logitech, Inc. Optical Tilt Wheel Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Do it means that my system knows hardware?and what can i do ?
Your webcam is a Microdia SN9C201.
"lsmod | grep video" in a terminal (without quotation marks) to see if the uvcvideo driver is present.
If not, try "modprobe uvcvideo" (without quotes) then try lsmod | grep video again and see if it's there.
Maybe it's just not being loaded up at startup time.
Another way to check is to install "cheese". Cheese is the one app that seems to be working (upstream took the drivers entering the kernel into account early). If Cheese works, then the problems with the webcam might be based on the apps being used to access it (folks are still having problems with kopete, skype and pidgin). You can check the Ubuntu repos for it. Or in a terminal do "sudo apt-get install cheese" (no quotes).
Hope you figured it out already, but if not, try the above.
i solve my problem in this sites http://ubuntu-utah.ubuntuforums.org/showthread.php?t=982471&page=2 and https://groups.google.com/group/microdia/web/testing-microdia-driver-draft
Also, I changed the title to reflect the device type and to state the issue is resolved to it can help guide people in the future.