Difference between pages "/etc/network/interfaces" and "Build and install gphoto2"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
 
Line 1: Line 1:
/etc/network/interfaces holds the [[network]] [[configuration]] in [[debian-based distributions]]. Here is an example:
+
gphoto2 is a utility to download pictures from a [[digital camera]].
iface eth0 inet static
 
address 192.168.178.7
 
netmask 255.255.255.0
 
gateway 192.168.178.1
 
This will work well when [[connecting to the net]] with a [[fritzBox]] as the [[Fritz!BOx]] has the IP address 192.168.178.1 by default.
 
  
= See also =
+
To [[build]] and [[install]] it, [[find out your distribution]] and proceed accordingly
* http://www.cyberciti.biz/faq/setting-up-an-network-interfaces-file/
+
 
 +
= SUSE Linux 12.1 =
 +
* [[open a console]] as root and [[install]] some [[dependencies]]:
 +
[[yast]] -i libgphoto2-devel
 +
* download the source code from http://sourceforge.net/projects/gphoto/files/gphoto/
 +
* [[extract]] it, in this example version 2.4.14:
 +
cd
 +
[[tar]] xvzf Downloads/gphoto2-2.4.14.tar.gz
 +
cd gphoto2-2.4.14/

Revision as of 18:44, 11 August 2012

gphoto2 is a utility to download pictures from a digital camera.

To build and install it, find out your distribution and proceed accordingly

SUSE Linux 12.1

yast -i libgphoto2-devel
cd
tar xvzf Downloads/gphoto2-2.4.14.tar.gz
cd gphoto2-2.4.14/