The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Webcam driver Sony VGN-SZ280P

    Discussion in 'Linux Compatibility and Software' started by realonedet, Jun 7, 2009.

  1. realonedet

    realonedet Newbie

    Reputations:
    0
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    5
    I am running Ubuntu 9.04 Desktop and need a driver for the built in webcam for this notebook (Sony Vaio VGN-SZ280P), does anyone have any idea where i could get a driver for this ? TIA

    Regards,
     
  2. ALLurGroceries

    ALLurGroceries  Vegan Vermin Super Moderator

    Reputations:
    15,730
    Messages:
    7,146
    Likes Received:
    2,343
    Trophy Points:
    331
    I'm not sure what kind of camera you have, but you find out by running:
    Code:
    sudo lsusb -v | grep -i 'video control' -C 50 | grep -i imanufacturer
    sudo lsusb -v | grep -i 'video control' -C 50 | grep -i iproduct
    
    The first command should return the manufacturer of the webcam, the second should return the model.

    Once you have figured out which webcam you have, you just need to figure out which driver it needs. If you need further help just post the make/model.
     
  3. geekygirl

    geekygirl Notebook Consultant

    Reputations:
    145
    Messages:
    257
    Likes Received:
    0
    Trophy Points:
    30
    Have you tried installing something like wxcam (from getdeb) or Cheese (apt-get install cheese)?

    My Sony's webcam was automagically discovered but I needed either of the above applications to actually use it.