<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Install a scanner in debian (and problem solving in general)</title>
	<atom:link href="http://www.debian-news.net/2010/06/23/install-a-scanner-in-debian-and-problem-solving-in-general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debian-news.net/2010/06/23/install-a-scanner-in-debian-and-problem-solving-in-general/</link>
	<description>All the news you need about Debian</description>
	<lastBuildDate>Tue, 14 May 2013 09:09:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://www.debian-news.net/2010/06/23/install-a-scanner-in-debian-and-problem-solving-in-general/comment-page-1/#comment-6321</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Wed, 23 Feb 2011 17:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.debian-news.net/?p=7238#comment-6321</guid>
		<description><![CDATA[Keywords: Debian squeeze scanner Epson Perfection V330 Photo iscan drivers installation
I was wondering many hours(days) about which scanner work with linux.
Then I found this website http://www.sane-project.org/sane-supported-devices.html
First I check which scanner drivers work with Debian Squeeze and which hardware is available in local supermarket.

My chose was Epson Perfection V330 Photo scanner
Before buying anything I just test driver installation with my Debian squeeze installations.
1)Downloading Debian Lenny version packages iscan_2.26.1-3.tar.gz  iscan-data_1.6.0-0_all.deb and esci-interpreter-perfection-v330_0.0.1-1_amd64.deb
from http://www.avasys.jp
Source file package iscan_2.26.1-3.tar.gz because there was not debian package for squeeze.

2)Install package cdbs libsane-dev libltdl7-dev libgtk2.0-dev libgimp2.0-dev libxml2-dev
Because dpkg-buildpackage command ask them.
I used Synaptic package manager for those package installation.

3)Unzipping and untar the source package.
gunzip iscan_2.26.1-3.tar.gz
tar xvf iscan_2.26.1-3.tar

4)Creating Debian package.
cd iscan-2.26.1 directory
dpkg-buildpackage
I got error message:&quot;dpkg-genchanges: error: cannot read ../iscan_2.26.1-3.ltdl7.dsc: No such file or directory&quot;
I don&#039;t know why but just in case I run again command
dpkg-buildpackage
Now I get only warning message:&quot;dpkg-buildpackage: warning: Failed to sign .dsc and .changes file&quot;
So what?

5)Installing driver package.
Login to root (super user) by typing su in command line.
Then typing three command.
dpkg -i iscan-data_1.6.0-0_all.deb
dpkg -i iscan_2.26.1-3.ltdl7_amd64.deb
dpkg -i esci-interpreter-perfection-v330_0.0.1-1_amd64.deb

Everything seems okay when I open Synaptic package manager.
No error message not any broken package.
Then I made decision to buy the hardware from local market.
What I had to do was only connect the scanner usb cable.
Open Gimp and select menu File-Create-Scanning(iscan) or xsane or quiteinsane or whatever.

I think in file /etc/sane.d/epkowa.conf should be lines?
usb
scsi
I think in file /etc/sane.d/dll.d/iscan should be line
epkowa

Happy end.
Deleting windows7 from my hard disk and recycle the windows-only scanner :)
Now I am very happy Linux newbie and I like to share this :)]]></description>
		<content:encoded><![CDATA[<p>Keywords: Debian squeeze scanner Epson Perfection V330 Photo iscan drivers installation<br />
I was wondering many hours(days) about which scanner work with linux.<br />
Then I found this website <a href="http://www.sane-project.org/sane-supported-devices.html" rel="nofollow">http://www.sane-project.org/sane-supported-devices.html</a><br />
First I check which scanner drivers work with Debian Squeeze and which hardware is available in local supermarket.</p>
<p>My chose was Epson Perfection V330 Photo scanner<br />
Before buying anything I just test driver installation with my Debian squeeze installations.<br />
1)Downloading Debian Lenny version packages iscan_2.26.1-3.tar.gz  iscan-data_1.6.0-0_all.deb and esci-interpreter-perfection-v330_0.0.1-1_amd64.deb<br />
from <a href="http://www.avasys.jp" rel="nofollow">http://www.avasys.jp</a><br />
Source file package iscan_2.26.1-3.tar.gz because there was not debian package for squeeze.</p>
<p>2)Install package cdbs libsane-dev libltdl7-dev libgtk2.0-dev libgimp2.0-dev libxml2-dev<br />
Because dpkg-buildpackage command ask them.<br />
I used Synaptic package manager for those package installation.</p>
<p>3)Unzipping and untar the source package.<br />
gunzip iscan_2.26.1-3.tar.gz<br />
tar xvf iscan_2.26.1-3.tar</p>
<p>4)Creating Debian package.<br />
cd iscan-2.26.1 directory<br />
dpkg-buildpackage<br />
I got error message:&#8221;dpkg-genchanges: error: cannot read ../iscan_2.26.1-3.ltdl7.dsc: No such file or directory&#8221;<br />
I don&#8217;t know why but just in case I run again command<br />
dpkg-buildpackage<br />
Now I get only warning message:&#8221;dpkg-buildpackage: warning: Failed to sign .dsc and .changes file&#8221;<br />
So what?</p>
<p>5)Installing driver package.<br />
Login to root (super user) by typing su in command line.<br />
Then typing three command.<br />
dpkg -i iscan-data_1.6.0-0_all.deb<br />
dpkg -i iscan_2.26.1-3.ltdl7_amd64.deb<br />
dpkg -i esci-interpreter-perfection-v330_0.0.1-1_amd64.deb</p>
<p>Everything seems okay when I open Synaptic package manager.<br />
No error message not any broken package.<br />
Then I made decision to buy the hardware from local market.<br />
What I had to do was only connect the scanner usb cable.<br />
Open Gimp and select menu File-Create-Scanning(iscan) or xsane or quiteinsane or whatever.</p>
<p>I think in file /etc/sane.d/epkowa.conf should be lines?<br />
usb<br />
scsi<br />
I think in file /etc/sane.d/dll.d/iscan should be line<br />
epkowa</p>
<p>Happy end.<br />
Deleting windows7 from my hard disk and recycle the windows-only scanner <img src='http://www.debian-news.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Now I am very happy Linux newbie and I like to share this <img src='http://www.debian-news.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Install a scanner in debian (and problem solving in general) &#124; Debian-News.net - Your one stop for news about Debian -- Topsy.com</title>
		<link>http://www.debian-news.net/2010/06/23/install-a-scanner-in-debian-and-problem-solving-in-general/comment-page-1/#comment-3033</link>
		<dc:creator>Tweets that mention Install a scanner in debian (and problem solving in general) &#124; Debian-News.net - Your one stop for news about Debian -- Topsy.com</dc:creator>
		<pubDate>Wed, 23 Jun 2010 18:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.debian-news.net/?p=7238#comment-3033</guid>
		<description><![CDATA[[...] This post was mentioned on Twitter by vegalyra, Debian Project. Debian Project said: (debian-news.net) Install a scanner in debian (and problem solving in general) http://tinyurl.com/32p5nrv [...]]]></description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by vegalyra, Debian Project. Debian Project said: (debian-news.net) Install a scanner in debian (and problem solving in general) <a href="http://tinyurl.com/32p5nrv" rel="nofollow">http://tinyurl.com/32p5nrv</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using n/a (User agent is rejected)
Database Caching 16/23 queries in 0.037 seconds using disk: basic

 Served from: www.debian-news.net @ 2013-05-24 00:10:29 by W3 Total Cache -->