ryancw
06-24-2006, 10:15 PM
I am running stock LN3 from original CD, with few minor addtions, the vast majority via apt-get, from whatever sources the CDs gave me. I haven't done anything to change /etc/apt/sources.list or etc/apt/preferences. I think that may have to change now.
I have gphoto2 version 2.1.5-1.
I bought my daughter a Kodak C330 digital camera for graduatiion. We have a Kodak DX7440 which has worked great with LN--it has native support for it in gphoto--it is listed in the drop down box in the setup screen of gtkam. So I figured I couldn't go wrong with another Kodak. Wrong. The C330 is not listed among the supported cameras in my version of gphoto2. Gtkam can access photos from the camera's built in memory, seeing it as a generic PTP camera; but it won't access the photos stored on the camera's SD card.
So I noticed that the newest version of gphoto2 is 2.2.0. It is available in Debian unstable. I don't know how to get it.
I typed
apt-get install -t unstable gphoto2
and was informed that gphoto2 that I have is already the newest version (which it's not.)
So I'm trying to learn about sources and pinning.
My sources file looks like this:
## Libranet APT Configuration
## File: /etc/apt/sources.list
##
## Removing, changing, or re-ordering entries in this file will prevent use of
## the Libranet archive. Un-commenting deb-src entries or adding additional
## mirrors is acceptable.
################################################## ##############################
deb ftp://ftp.debian.org/debian/ sarge main contrib non-free
# deb-src ftp://ftp.debian.org/debian/ sarge main contrib non-free
deb ftp://non-us.debian.org/debian-non-US/ sarge/non-US main contrib non-free
# deb-src ftp://non-us.debian.org/debian-non-US/ sarge/non-US main contrib non-free
deb ftp://security.debian.org/debian-security/ sarge/updates main contrib non-free
# deb-src ftp://security.debian.org/debian-security/ sarge/updates main contrib non-free
# The Libranet archive entries should come last:
deb http://archive.libranet.com/archive/libranet/ hemlock main
# deb-src http://archive.libranet.com/archive/libranet/ hemlock main
deb http://archive.libranet.com/archive/libranet/ hemlock-updates main
# deb-src http://archive.libranet.com/archive/libranet/ hemlock-updates main
deb http://archive.libranet.com/archive/libranet/ hemlock-security main
# deb-src http://archive.libranet.com/archive/libranet/ hemlock-security main
My apt/preferences file looks like this:
Explanation: Libranet APT Configuration
Explanation: File: /etc/apt/preferences
Explanation:
Explanation: Removing or changing entries in this file will prevent use of the
Explanation: Libranet archive.
Explanation:
Package: *
Pin: release o=Debian,a=experimental
Pin-Priority: 1
Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: 50
Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 500
Package: *
Pin: release o=Debian,a=stable
Pin-Priority: 500
Package: *
Pin: release o=Libranet
Pin-Priority: 900
I'm assuming that the reason the -t unstable switch did not have any effect in my apt-get command was that I have no unstable source line in my sources.list.
I used to take a lot of comfort from using the Libranet-safe archives. I never needed anything "cutting edge." But with Libranet as a company pretty much defunk now, maybe that's no longer a tenable approach. Time to "cut the umbilical cord?" My questions are:
What should I do with my sources list? Should I change them to stable, testing, and unstable?
Can I change that pinning, so that the LN archives don't get first dibs?
Would this help in trying to get gphoto2 latest version, so her camera will work?
Thanks very much.
I have gphoto2 version 2.1.5-1.
I bought my daughter a Kodak C330 digital camera for graduatiion. We have a Kodak DX7440 which has worked great with LN--it has native support for it in gphoto--it is listed in the drop down box in the setup screen of gtkam. So I figured I couldn't go wrong with another Kodak. Wrong. The C330 is not listed among the supported cameras in my version of gphoto2. Gtkam can access photos from the camera's built in memory, seeing it as a generic PTP camera; but it won't access the photos stored on the camera's SD card.
So I noticed that the newest version of gphoto2 is 2.2.0. It is available in Debian unstable. I don't know how to get it.
I typed
apt-get install -t unstable gphoto2
and was informed that gphoto2 that I have is already the newest version (which it's not.)
So I'm trying to learn about sources and pinning.
My sources file looks like this:
## Libranet APT Configuration
## File: /etc/apt/sources.list
##
## Removing, changing, or re-ordering entries in this file will prevent use of
## the Libranet archive. Un-commenting deb-src entries or adding additional
## mirrors is acceptable.
################################################## ##############################
deb ftp://ftp.debian.org/debian/ sarge main contrib non-free
# deb-src ftp://ftp.debian.org/debian/ sarge main contrib non-free
deb ftp://non-us.debian.org/debian-non-US/ sarge/non-US main contrib non-free
# deb-src ftp://non-us.debian.org/debian-non-US/ sarge/non-US main contrib non-free
deb ftp://security.debian.org/debian-security/ sarge/updates main contrib non-free
# deb-src ftp://security.debian.org/debian-security/ sarge/updates main contrib non-free
# The Libranet archive entries should come last:
deb http://archive.libranet.com/archive/libranet/ hemlock main
# deb-src http://archive.libranet.com/archive/libranet/ hemlock main
deb http://archive.libranet.com/archive/libranet/ hemlock-updates main
# deb-src http://archive.libranet.com/archive/libranet/ hemlock-updates main
deb http://archive.libranet.com/archive/libranet/ hemlock-security main
# deb-src http://archive.libranet.com/archive/libranet/ hemlock-security main
My apt/preferences file looks like this:
Explanation: Libranet APT Configuration
Explanation: File: /etc/apt/preferences
Explanation:
Explanation: Removing or changing entries in this file will prevent use of the
Explanation: Libranet archive.
Explanation:
Package: *
Pin: release o=Debian,a=experimental
Pin-Priority: 1
Package: *
Pin: release o=Debian,a=unstable
Pin-Priority: 50
Package: *
Pin: release o=Debian,a=testing
Pin-Priority: 500
Package: *
Pin: release o=Debian,a=stable
Pin-Priority: 500
Package: *
Pin: release o=Libranet
Pin-Priority: 900
I'm assuming that the reason the -t unstable switch did not have any effect in my apt-get command was that I have no unstable source line in my sources.list.
I used to take a lot of comfort from using the Libranet-safe archives. I never needed anything "cutting edge." But with Libranet as a company pretty much defunk now, maybe that's no longer a tenable approach. Time to "cut the umbilical cord?" My questions are:
What should I do with my sources list? Should I change them to stable, testing, and unstable?
Can I change that pinning, so that the LN archives don't get first dibs?
Would this help in trying to get gphoto2 latest version, so her camera will work?
Thanks very much.