Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: getting a webcam to work.

  1. #1

    getting a webcam to work.

    Hi,
    I have a Lili webcam: http://www.unitedpepper.org.uk/prodd...Webcam%20(Red) and I can't get it working. When I plug it in nothing happens, and the dmesg is:
    [41688.723334] usb 4-4: new high speed USB device using ehci_hcd and address 7
    [41688.856374] usb 4-4: unable to read config index 0 descriptor/start: -71
    [41688.856387] usb 4-4: chopping to 0 config(s)
    [41688.857994] usb 4-4: string descriptor 0 read error: -71
    [41688.890680] usb 4-4: no configuration chosen from 0 choices

    Can anyone help me set it up, or should I give up?

    Thanks,
    Ewan

  2. #2
    Join Date
    Oct 2005
    Location
    ENGLAND
    Beans
    2,543

    Re: getting a webcam to work.

    Code:
    lsub
    find the exact vendor and product id and then you can search for driver.

  3. #3

    Re: getting a webcam to work.

    I'm not sure I follow... the webcam is made by a company called united pepper.
    What do I do with lsub?

  4. #4
    Join Date
    Aug 2007
    Location
    Hull, East Yorkshire, UK
    Beans
    297
    Distro
    Xubuntu Development Release

    Re: getting a webcam to work.

    think Teaker1s meant to say get the result of lsusb, with webcam plugged in, type this into a terminal and check the results, it should give you more details of the cam and enable a better search result for help.
    Sony Vaio VGN-NS11J Laptop 2x Intel(R) Core(TM)2 Duo CPU T5800 @ 2.00GHz, 3 GB RAM, 320GB HD. My Linux Blog and My Folding@Home Stats

  5. #5
    Join Date
    Oct 2005
    Location
    ENGLAND
    Beans
    2,543

    Re: getting a webcam to work.

    correct you need webcam plugged in and terminal type the code
    Code:
    lsusb
    often with devices the makers name is useless and we can find much more by vendor and product id. example

    daniel@daniel-desktop:~$ lsusb
    Bus 002 Device 004: ID 0bda:0111 Realtek Semiconductor Corp. Card Reader
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 004: ID 0a5c:200a Broadcom Corp. Bluetooth dongle
    Bus 001 Device 003: ID 046d:08af Logitech, Inc. QuickCam Easy/Cool
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

    note the red string is my webcam vendor and product id, find the whole line and paste as a reply

  6. #6

    Re: getting a webcam to work.

    Bus 004 Device 003: ID 0c45:6270 Microdia U-CAM PC Camera NE878
    Bus 004 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 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 093a:2510 Pixart Imaging, Inc.
    Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

  7. #7
    Join Date
    Oct 2005
    Location
    ENGLAND
    Beans
    2,543

    Re: getting a webcam to work.

    Bus 004 Device 003: ID 0c45:6270 Microdia U-CAM PC Camera NE878

    don't seem to be able to find MUCH support for it in common drivers
    found this discussion
    http://www.linuxmint.com/forum/viewt...p?f=49&t=17132
    Last edited by teaker1s; January 4th, 2009 at 11:43 PM.

  8. #8

    Re: getting a webcam to work.

    Thanks a lot for finding that.
    I'm trying to follow:
    Code:
    sudo aptitude install kernel-package linux-source build-essential git-core exuberant-ctags cheese
    git clone http://repo.or.cz/r/microdia.git
    cd microdia
    make
    sudo insmod ./microdia.ko
    cheese
    what do I do with this bit: "kernel-package linux-source"?

  9. #9
    Join Date
    Oct 2005
    Location
    ENGLAND
    Beans
    2,543

    Re: getting a webcam to work.

    Code:
    sudo aptitude install nameofpackage nameofpackage1
    will install each package listed. have you tried plugging camera in then
    Code:
    cheese
    can you see yourself on camera?

    if no try rebooting and again
    Code:
    cheese
    if nothing post output of
    Code:
    lsmod

  10. #10

    Re: getting a webcam to work.

    When I enter:
    Code:
    sudo insmod ./microdia.ko
    I get:
    Code:
    insmod: can't read './microdia.ko': No such file or directory
    I can't see myself.
    My lsmod output is...long; is there any part of it you need?

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •