Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
Okay, I am in hot water here and I really need some help getting my Debian system to recognize my Sony DSC-W1. I don't think I have any drivers, so ...
  1. #1
    Just Joined! KonquerorPenguin's Avatar
    Join Date
    Jun 2006
    Posts
    77

    Question Help with my Sony DSC-W1 and the /ect/apt/sources.list

    Okay, I am in hot water here and I really need some help getting my Debian system to recognize my Sony DSC-W1. I don't think I have any drivers, so can someone help me? It also would be nice if I could learn how to add to my etc/apt/sources.list, that would be huge... Thanks!:drown:

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    It appears that camera works with gphoto2.
    http://www.gphoto.org/proj/libgphoto2/support.php
    do a
    Code:
    apt-get install gphoto2
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Just Joined! KonquerorPenguin's Avatar
    Join Date
    Jun 2006
    Posts
    77
    Thanks. But how do I run gphoto2? (I found out how to edit the etc/apt/sources list.)

  4. #4
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Code:
    gphoto2 --auto-detect
    gphoto2 --get-all-files
    http://www.gphoto.org/doc/manual/using-gphoto2.html
    Brilliant Mediocrity - Making Failure Look Good

  5. #5
    Just Joined! KonquerorPenguin's Avatar
    Join Date
    Jun 2006
    Posts
    77
    I tried it, and it didn't work....

  6. #6
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by KonquerorPenguin
    I tried it, and it didn't work....
    what does
    Code:
    gphoto2 --auto-detect
    show or failing that
    Code:
    gphoto2 --list-ports
    Brilliant Mediocrity - Making Failure Look Good

  7. #7
    Just Joined! KonquerorPenguin's Avatar
    Join Date
    Jun 2006
    Posts
    77
    Auto-detect shows nothing, and List-ports shows: Devices found: 6
    Path Description
    --------------------------------------------------------------
    serial:/dev/ttyS0 Serial Port 0
    serial:/dev/ttyS1 Serial Port 1
    serial:/dev/ttyS2 Serial Port 2
    serial:/dev/ttyS3 Serial Port 3
    serial:/dev/ttyS4 Serial Port 4
    usb: Universal Serial Bus

    Also, by chance, do you know if there is any way to update the system without losing all your files? (I am not running the newest version of Debian.)

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by KonquerorPenguin
    Also, by chance, do you know if there is any way to update the system without losing all your files? (I am not running the newest version of Debian.)
    Code:
    apt-get update
    apt-get dist-upgrade
    Brilliant Mediocrity - Making Failure Look Good

  9. #9
    Just Joined! KonquerorPenguin's Avatar
    Join Date
    Jun 2006
    Posts
    77
    Thanks. But can you upgrade your system, like from an old version of Debian to Sarge?

  10. #10
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Quote Originally Posted by KonquerorPenguin
    Thanks. But can you upgrade your system, like from an old version of Debian to Sarge?
    that is what the above does....
    Brilliant Mediocrity - Making Failure Look Good

Page 1 of 2 1 2 LastLast

Posting Permissions

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