<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Pete,<br>
    <br>
    To find the hardware type:<br>
    <br>
    Connect the webcam<br>
    <br>
    Open up a terminal<br>
    <br>
    Type in: lsusb and press return. This will display all usb devices
    connected to the system<br>
    <br>
    You should get a list containing lines similar to this:<br>
    <br>
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub<br>
    <br>
    Locate the camera entry and copy the ID number (from above this
    would be:  1d6b:0002 )<br>
    <br>
    Paste into google or your preferred search and have a click around.
    This should get you the camera type and point you in the correct
    direction.<br>
    <br>
    Also have a look at
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a href="https://help.ubuntu.com/community/Webcam">https://help.ubuntu.com/community/Webcam</a>
    for some more pointers.<br>
    <br>
    <br>
    Michael <br>
    <br>
    On 30/05/12 19:08, Simon Greenwood wrote:
    <blockquote
cite="mid:CAOX0bxnmFWL76bYVgMtOpFvsHZu5diRLHD3z2N94XiHJ_BqBww@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">On 30 May 2012 18:30, pete smout <span
          dir="ltr"><<a moz-do-not-send="true"
            href="mailto:psmouty@live.com" target="_blank">psmouty@live.com</a>></span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div class="im">On 30/05/12 17:59, Simon Greenwood wrote:<br>
          </div>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div class="im">
              <br>
              <br>
              On 30 May 2012 17:56, pete smout <<a
                moz-do-not-send="true" href="mailto:psmouty@live.com"
                target="_blank">psmouty@live.com</a><br>
            </div>
            <div>
              <div class="h5">
                <mailto:<a moz-do-not-send="true"
                  href="mailto:psmouty@live.com" target="_blank">psmouty@live.com</a>>>
                wrote:<br>
                <br>
                   Hi all,<br>
                <br>
                   I have just purchased a very cheap webcam (£1.00),
                and I cannot get<br>
                   *buntu to recognise it?!<br>
                <br>
                   The only details I have are:<br>
                <br>
                   PNP (plug and Play)<br>
                   CMOS colour sensors  ?<br>
                   24 bit true colour video mode<br>
                   USB interface<br>
                <br>
                <br>
                   "System Requirements"<br>
                   Pentium 200, or higher CPU<br>
                   win 98SE - XP<br>
                <br>
                   My Machine (s)<br>
                   Ideally It would be used with the laptop so I will
                give that ones specs!<br>
                <br>
                <br>
                <br>
                   running Oneric (11.10)<br>
                   Kernel 3.0.0-20-generic<br>
                   Gnome 3.2.1<br>
                   Dual core Intel Core duo T5250<br>
                   3gb ram<br>
                <br>
                   Trying to use cheese but have got Kamoso installed
                and open to<br>
                   suggestions!<br>
                <br>
                   I have a driver on disk for Windows but cannot get
                any joy with wine<br>
                   or Mono-runtime<br>
                <br>
                   Any Ideas gratefully received<br>
                <br>
                <br>
                Grep for it in dmesg, you should at least be able to get
                a<br>
                manufacturer's name if it's connecting.<br>
                <br>
                s/<br>
                --<br>
                Twitter: @sfgreenwood<br>
                "TBA are particularly glib"<br>
                <br>
                <br>
                <br>
              </div>
            </div>
          </blockquote>
          Hi,<br>
          <br>
          I hope this makes more sense to you than it does me!<br>
          <br>
          pete@petes-lappy:/var/log$ grep usb dmesg<br>
          [    0.394321] usbcore: registered new interface driver usbfs<br>
          [    0.394339] usbcore: registered new interface driver hub<br>
          [    0.394388] usbcore: registered new device driver usb<br>
          [    1.070556] usb usb7: hash matches<br>
          [    1.604097] usb 3-1: new low speed USB device number 2
          using uhci_hcd<br>
          [    2.016067] usb 5-1: new full speed USB device number 2
          using uhci_hcd<br>
          [    2.298272] input: SONiX USB Device as
          /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1:1.0/input/input5<br>
          [    2.298444] generic-usb 0003:0C45:7428.0001: input,hidraw0:
          USB HID v1.00 Mouse [SONiX USB Device] on
          usb-0000:00:1a.0-1/input0<br>
          [    2.298471] usbcore: registered new interface driver usbhid<br>
          [    2.298474] usbhid: USB HID core driver<br>
          pete@petes-lappy:/var/log$<br>
          <br>
          The web cam was the only thing plugged in to usb at the time
          of running...
          <div class="HOEnZb">
            <div class="h5"><br>
            </div>
          </div>
        </blockquote>
        <div>Hmm, looks like some Sonix devices are supported but not
          that one. It *might* work with the Windows drivers and
          ndiswrapper: try extracting the installer in Wine and install
          the driver with <span
            style="background-color:rgb(247,246,245);font-size:13px;text-align:left">sudo
            ndiswrapper -i /filepath/filename.inf where
            /filepath/filename.inf is the path to the extracted files
            and the driver inf file. Video4Linux might also work but
            again there's no guarantee.</span></div>
        <div><span
            style="background-color:rgb(247,246,245);font-size:13px;text-align:left"><br>
          </span></div>
        <div><span
            style="background-color:rgb(247,246,245);font-size:13px;text-align:left">s/</span></div>
      </div>
      -- <br>
      Twitter: @sfgreenwood
      <div>
        "TBA are particularly glib"<br>
      </div>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>