Welcome to the Linux Foundation Forum!

[SOLVED] Microdia SN9C201 webcam is not working

hoseini
hoseini Posts: 28

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

hasan@hasan-laptop:~$ 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

  • mfillpot
    mfillpot Posts: 2,177
    If you would like assistance the following would help.

    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
  • mfillpot
    mfillpot Posts: 2,177
    Based upon the output of lspci I cannot find the identifier for the webcam.

    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.
  • Goineasy9
    Goineasy9 Posts: 1,114
    I think lsusb would give the information. Give us the output of lsusb. Here's mine:

    [GoinEasy9@Fedora11xps13 ~]$ 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
  • hoseini
    hoseini Posts: 28
    hasan@hasan-laptop:~$ 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

    Do it means that my system knows hardware?and what can i do ?
  • mfillpot
    mfillpot Posts: 2,177
    Yes the one that is listed as the PC Camera is your webcam. Also after a little bit of google searching I found that someone does have drivers that work http://www.linux-projects.org/modules/mydownloads/singlefile.php?cid=7&lid=48, but it is for 32-bit, fi you are running 64-bit ubuntu then it might not work.

    Your webcam is a Microdia SN9C201.
  • Goineasy9
    Goineasy9 Posts: 1,114
    While I couldn't find the Microdia part number for my webcam, I did read that most (if not all) of the recent Microdia products use the uvc driver. I don't know if that's the case with the webcam in the asus, but, to check you could try:

    "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.
  • mfillpot
    mfillpot Posts: 2,177
    It is good to see that it works, thanks to google it is far easier to find this information now.

    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.

Categories

Upcoming Training