Results 1 to 6 of 6

Thread: Serp1 webcam under Ubuntu 9.04

  1. #1
    Join Date
    Jan 2008
    Beans
    67

    Post Serp1 webcam under Ubuntu 9.04

    I haven't had a consistently working webcam since the day I bought my Serp1. I just want it to work so I can use Skype. I once followed the instructions of http://ubuntuforums.org/showthread.p...32#post4918932 and it worked for a while, but never for very long.

    I need help.
    Last edited by 982000971; September 1st, 2009 at 12:12 AM.
    Serval Performance (Serp1)
    Ubuntu 9.10 (Karmic Koala)

  2. #2
    Join Date
    Oct 2007
    Beans
    13
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Serp1 webcam under Ubuntu 9.04

    The instructions you linked to are quite outdated. Currently the code to support the microdia sn9c20x based webcams has been merged into the mainline kernel and will appear in karmic.

    If you don't wish to wait for karmic to be released you can install the latest version of the v4l-dvb tree which also has the code in it with the following instructions.

    Install the necessary build tools
    # sudo apt-get install build-essential mercurial linux-headers-`uname -r`

    Checkout the most recent version of v4l-dvb
    # hg clone http://linuxtv.org/hg/v4l-dvb/

    Build drivers
    # cd v4l-dvb
    # make

    and finally install the updated v4l subsystem
    # sudo make install

    You should now be able to load the driver with
    # sudo modprobe gspca_sn9c20x

    And next time you reboot the driver should load automatically when you connect your camera.

    Brian Johnson

  3. #3
    Join Date
    Jan 2008
    Beans
    67

    Arrow Re: Serp1 webcam under Ubuntu 9.04

    Thank you very much for the response. Everything ran pretty smoothly until:

    # sudo modprobe gspca_sn9c20x

    which returned:

    Code:
    FATAL: Error inserting gspca_sn9c20x (/lib/modules/2.6.28-15-generic/kernel/drivers/media/video/gspca/gspca_sn9c20x.ko): Unknown symbol in module, or unknown parameter (see dmesg)
    Serval Performance (Serp1)
    Ubuntu 9.10 (Karmic Koala)

  4. #4
    Join Date
    Oct 2007
    Beans
    13
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Serp1 webcam under Ubuntu 9.04

    It may be an issue with some parts of the previous version of teh v4l subsystem being loaded. The following commands will print out exactly what its complaining about.

    # sudo dmesg -c
    # sudo modprobe gspca_sn9c20x
    # dmesg

    I'd try rebooting first however its likely parts of the old version ofthe v4l subsystem are still loaded. Rebooting will fix that.

  5. #5
    Join Date
    Sep 2006
    Location
    Denver, Colorado
    Beans
    5,638
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Serp1 webcam under Ubuntu 9.04

    Here is how we got it working on the SerP2. It may work on the SerP1 as well...

    add the following to your list of apt sources...

    deb http://ppa.launchpad.net/nickel62metal/ubuntu jaunty main

    (To do this, run...
    sudo gedit /etc/apt/sources.list
    ...and paste that line into the bottom of the file and save it.)

    Then run...
    sudo apt-get update
    ...followed by...
    apt-get install microdia-dkms

    Then reboot your computer. Check to see if your cam works in cheese, Ekiga and Skype.
    To err is human, to forgive is very ... dog-like.

    Thomas Aaron
    FetchMasters, LLC

  6. #6
    Join Date
    Jan 2008
    Beans
    67

    Re: Serp1 webcam under Ubuntu 9.04

    I need an update on this for 9.10
    Serval Performance (Serp1)
    Ubuntu 9.10 (Karmic Koala)

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
  •