<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.graphics.scanning.sane.devel">
    <title>gmane.comp.graphics.scanning.sane.devel</title>
    <link>http://blog.gmane.org/gmane.comp.graphics.scanning.sane.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22533"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22532"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22531"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22530"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22529"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22528"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22527"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22526"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22525"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22524"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22523"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22522"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22521"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22520"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22519"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22518"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22517"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22515"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22514"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22533">
    <title>Re: Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiff scan format</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22533</link>
    <description>&lt;pre&gt;     Hello,

     we can do:

diff --git a/frontend/scanimage.c b/frontend/scanimage.c
index ce958df..5c52f45 100644
--- a/frontend/scanimage.c
+++ b/frontend/scanimage.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -894,7 +894,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; fetch_options (SANE_Device * device)
           exit (1);
         }

-      if (!SANE_OPTION_IS_SETTABLE (opt-&amp;gt;cap))
+      if (!SANE_OPTION_IS_SETTABLE (opt-&amp;gt;cap) || opt-&amp;gt;type == 
SANE_TYPE_GROUP)
         continue;

        option_number[option_count] = i;


  I can commit this if OK.

Regards,
     Stef

&lt;/pre&gt;</description>
    <dc:creator>Stef</dc:creator>
    <dc:date>2013-06-18T20:00:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22532">
    <title>Re: Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiff scan format</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22532</link>
    <description>&lt;pre&gt;
Sounds like we need to armor scanimage against this.

allan
&lt;/pre&gt;</description>
    <dc:creator>m. allan noah</dc:creator>
    <dc:date>2013-06-18T19:22:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22531">
    <title>Re: Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiff scan format</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22531</link>
    <description>&lt;pre&gt;
     Hello,

     I eventually found the root of the problem. Two option groups 
didn't have there .cap value defined explicitly. This was working until 
it broke recently, possibly related to the use of a newer compiler. 
However I pushed a fix in git, and now this issue is fixed.

Regards,
     Stef

&lt;/pre&gt;</description>
    <dc:creator>Stef</dc:creator>
    <dc:date>2013-06-18T19:15:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22530">
    <title>Fwd: [Bug 1178405] Re: just scans 1 page</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22530</link>
    <description>&lt;pre&gt;Hello Team,

I'm not sure since when, but it seems that libsane is not working correctly
with my Canon LiDE 20. It only scans the first page and after that all the
scans end in a black page.

I've replicated this with simple-scan and xsane.

The output of xsane after export SANE_DEBUG_DLL=255 is attached.

IS this something related to libsane?

Thank you,
Stefano

---------- Forwarded message ----------
From: Michael Nagel &amp;lt;ubuntu&amp;lt; at &amp;gt;nailor.devzero.de&amp;gt;
Date: 17 June 2013 10:31
Subject: [Bug 1178405] Re: just scans 1 page
To: stefanoprenna&amp;lt; at &amp;gt;gmail.com


please send an email to the sane-devel mailing list
http://lists.alioth.debian.org/mailman/listinfo/sane-devel
please report back the results.

--
You received this bug notification because you are subscribed to the bug
report.
https://bugs.launchpad.net/bugs/1178405

Title:
  just scans 1 page

Status in Simple Scan:
  Incomplete

Bug description:
  I have a Canon CanoScan N67oU/LiDE20

  Since a few days (maybe after upgrade to 13.04.) the software just
  scans 1 page after starting the program.

  The other pages are scanned but either blank or black.

  More pages are only scanned after restart of the program.

To manage notifications about this bug go to:
https://bugs.launchpad.net/simple-scan/+bug/1178405/+subscriptions
&lt;/pre&gt;</description>
    <dc:creator>Stefano Prenna</dc:creator>
    <dc:date>2013-06-17T19:26:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22529">
    <title>Re: Looking to get my Mustek A3 1200S flatbed Scanner with GL128 chip working with XSANE</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22529</link>
    <description>&lt;pre&gt;
pcap format.

Are there substantial differences (e.g., timing precision) between the
various formats (usbmon, pcap/ng, usbsnoop)?  Is there a preferred choice?

the closest support chip in genesys backend.

No problems keeping the livestream going for at least another month or so.
Also open to the idea of swapping out scanners if there are other
development targets.

+ A write-up on remote development:
http://gchriss.tumblr.com/post/53081576632/remote-development

Sincerely,
George


&lt;/pre&gt;</description>
    <dc:creator>George Chriss</dc:creator>
    <dc:date>2013-06-17T19:34:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22528">
    <title>Re: Looking to get my Mustek A3 1200S flatbed Scanner with GL128 chip working with XSANE</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22528</link>
    <description>&lt;pre&gt;     Hello,

     it took me some time to adapt my decoding scripts from usbsnoop to 
pcap format. I am now trying to find how much different it is from the 
GL124, which is the closest support chip in genesys backend.

Regards,
     Stef
&lt;/pre&gt;</description>
    <dc:creator>Stef</dc:creator>
    <dc:date>2013-06-17T19:14:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22527">
    <title>Re: Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiff scan format</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22527</link>
    <description>&lt;pre&gt;     Hello,

     for me the scanimage code is perfectly correct. I don't think 
anything needs fixing in it. My "patch" is a workaround for a bug that 
comes from elsewhere.
So the ppa you built is working fine for you and failing for others ? 
Are glibc used different, or compiled with a different compiler ?

Regards,
     Stef

&lt;/pre&gt;</description>
    <dc:creator>Stef</dc:creator>
    <dc:date>2013-06-14T18:30:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22526">
    <title>TPU negatives scan for Canon CS8800F and CS9000F</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22526</link>
    <description>&lt;pre&gt;Hi list,

I disabled TPU negatives scan for Canon for CS8800F and CS9000F with my
last commit.

I received some feedback, that negatives scan confuses the users.

The only difference between positives and negatives scan is one byte in
the protocol. I didn't found any visual difference between the scanned
images.

Anyway, converting negatives is part of the frontend (e.g. xsane) or
another external application.

Cheers,
Rolf

&lt;/pre&gt;</description>
    <dc:creator>Rolf Bensch</dc:creator>
    <dc:date>2013-06-14T16:01:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22525">
    <title>Re: Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiff scan format</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22525</link>
    <description>&lt;pre&gt;Hello,

Am 13.06.2013 20:45, schrieb Stef:

The Pixma backend is running with and without this patch on my 64-bit
Ubuntu 12.04. I have no problems with any linux kernel (tested with
kernel version 3.2.0 and 3.8.0) without this patch.

'cause my ppa is affected, I would like to have an official patch for
this issue.

Somebody who is involved in coding scanimage should tell something about
this. I have no idea about the usage/need of the optind parameter in the
getopt library.

Cheers,
Rolf



&lt;/pre&gt;</description>
    <dc:creator>Rolf Bensch</dc:creator>
    <dc:date>2013-06-14T15:46:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22524">
    <title>Re: Help needed diagnosing strange failure to scanwith Samsung SCX-4500W</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22524</link>
    <description>&lt;pre&gt;Hello Mike,

Am Donnerstag, 13. Juni 2013, 16:26:45 schrieb Mike Cloaked:
apis.de&amp;gt;wrote:

I just did a quick google search. Since I don't know how archlinux 
handles logins and security, I cannot offer lots of help at this point. 
If you use systemd, then systemd can be used to set the ACLs, but since 
I don't use systemd, I don't know much about it. Perhaps it's enough to 
just set the group ACLs and no user ACLs, so you could just delete the 
line starting with TEST.

HTH
Greetings
Thorsten

&lt;/pre&gt;</description>
    <dc:creator>Thorsten Müller</dc:creator>
    <dc:date>2013-06-14T10:25:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22523">
    <title>Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiffscan format</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22523</link>
    <description>&lt;pre&gt;Greetings,

With archlinuxarm I've had no issues with the --format=tiff.  See below
example:

DPI=300
XFR=`gamma4scanimage 1.5 0 181 255 65535`
scanimage --device-name $SCANBD_DEVICE --resolution $DPI -l 0 -t 0 -x 215mm
-y 280mm \
     --custom-gamma=yes --gamma-table=$XFR \
     --format=tiff &amp;gt; ${TMPFILE}".tiff"


The only render issue I've had is related to ghostscript 9.07, so I've gone
back to 9.06.

R/
Michael

-----Original Message-----
From: sane-devel
[mailto:sane-devel-bounces+mwatson33=comcast.net&amp;lt; at &amp;gt;lists.alioth.debian.org] On
Behalf Of sane-devel-request&amp;lt; at &amp;gt;lists.alioth.debian.org
Sent: Thursday, June 13, 2013 8:00 AM
To: sane-devel&amp;lt; at &amp;gt;lists.alioth.debian.org
Subject: sane-devel Digest, Vol 96, Issue 13


Send sane-devel mailing list submissions to
sane-devel&amp;lt; at &amp;gt;lists.alioth.debian.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
or, via email, send a message with subject or body 'help' to
sane-devel-request&amp;lt; at &amp;gt;lists.alioth.debian.org

You can reach the person managing the list at
sane-devel-owner&amp;lt; at &amp;gt;lists.alioth.debian.org

When replying, please edit your Subject line so it is more specific than
"Re: Contents of sane-devel digest..."


Today's Topics:

   1. Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiffscan
      format (Thorsten M?ller)


----------------------------------------------------------------------

Message: 1
Date: Thu, 13 Jun 2013 12:26:58 +0200
From: Thorsten M?ller &amp;lt;thorsten&amp;lt; at &amp;gt;mueller-kleinheinz.de&amp;gt;
To: sane-devel&amp;lt; at &amp;gt;lists.alioth.debian.org
Subject: [sane-devel] Sane genesys Backend 1.0.24 CanoScan LiDE 210
and tiffscan format
Message-ID: &amp;lt;3198229.lUCPXkXujj&amp;lt; at &amp;gt;dungeonmaster&amp;gt;
Content-Type: text/plain; charset="us-ascii"

Hello,

I've got a problem with the 1.0.24 genesys backend. I need to use 1.0.24 
since the 5 front panel buttons of my CanScan LidE 210 are not fully 
supported in earlier versions.

When I try to scan in tiff format, this it what happens:

| tm&amp;lt; at &amp;gt;dungeonmaster:~ $ scanimage --format=tiff &amp;gt; /tmp/test.tiff
| scanimage: unrecognized option '--format=tiff'

It works with earlier versions of sane (tested with 1.0.22 and 1.0.23).

I use Kubuntu Linux 12.04 Precise Pangolin x86_64 and the 1.0.24git 
packages from this ppa: http://ppa.launchpad.net/rolfbensch/sane-git/ubuntu

scanimage --format=tiff works with the oroginal packages from the distro 
(Version 1.0.22-7ubuntu1) and from this ppa:
http://ppa.launchpad.net/nathan-renniewaldock/sane/ubuntu/ (Version 
1.0.23-0ubuntu1~ppa1~precise)

I tried building from the daily 1.0.24 snapshot sources myself, it gives 
the same results:

| tm&amp;lt; at &amp;gt;dungeonmaster:~ $ scanimage --format=tiff &amp;gt; /tmp/test.tiff
| scanimage: unrecognized option '--format=tiff'

Perhaps someone can shed some light on this. And BTW, there are some 
more long options that don't work any longer:
--icc-profile, --batch-* 

TIA for any help
Greetings
Thosten



------------------------------

Subject: Digest Footer

_______________________________________________
sane-devel mailing list
sane-devel&amp;lt; at &amp;gt;lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel

------------------------------

End of sane-devel Digest, Vol 96, Issue 13
******************************************


&lt;/pre&gt;</description>
    <dc:creator>Michael Watson</dc:creator>
    <dc:date>2013-06-13T22:18:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22522">
    <title>Re: Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiff scan format</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22522</link>
    <description>&lt;pre&gt;     Hello,

     I have ran into similar issue. The following patch fixes for me:

diff --git a/frontend/scanimage.c b/frontend/scanimage.c
index ce958df..49030a3 100644
--- a/frontend/scanimage.c
+++ b/frontend/scanimage.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2091,7 +2091,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Parameters are separated by a blank from 
single-character options (e.g.\n\

        /* re-run argument processing with backend-specific options included
         * this time, enable error printing and arg permutation */
-      optind = 0;
+      /* optind = 0; */
        opterr = 1;
        while ((ch = getopt_long (argc, argv, full_optstring, all_options,
                                 &amp;amp;index)) != EOF)

     Since the current has been correct for years,  maybe there is a 
regression in glibc ?

Regards,
     Stef

&lt;/pre&gt;</description>
    <dc:creator>Stef</dc:creator>
    <dc:date>2013-06-13T18:45:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22521">
    <title>Re: Xerox 3220 USB problem</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22521</link>
    <description>&lt;pre&gt;
Bump! I see there are others facing similar problems with other
backends and laptops.

[1] http://lists.alioth.debian.org/pipermail/sane-devel/2013-June/031321.html

&lt;/pre&gt;</description>
    <dc:creator>Alex Eftimie</dc:creator>
    <dc:date>2013-06-13T14:15:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22520">
    <title>Re: Help needed diagnosing strange failure to scanwith Samsung SCX-4500W</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22520</link>
    <description>&lt;pre&gt;Hello,


I don't know if your problem still exists since it's about a month back 
you wrote about it, but I did not find any post regarding a solution.

Since the automagic setup by your distro's predefined udev rules seems 
to fail, we have to force udev doing our biding.

First, comment out the above line in 70-printers-rules.
Second, create a file /etc/udev/rules.d/99-samsung-scx4500w.rules

Third, add the follwing lines to the newly created file:

--- Start here ---
# ACL settings for Samsung SCX-4500W printer MFP
ATTR{idVendor}=="04e8", ATTR{idProduct}=="342b", GOTO="samsung"
GOTO="samsung_end"

LABEL="samsung"
RUN+="/bin/setfacl -m g:scanner:rw -m g:lp:rw $env{DEVNAME}"
TEST=="/var/run/ConsoleKit/database", \
RUN+="udev-acl --action=$env{ACTION} --device=$env{DEVNAME}"

LABEL="samsung_end"
--- Stop here ---

You can copy and paste the aboce lines. That should set the permissions 
for your multi function device so that sane, cups and your logged in 
users have complete access. Unplug and plug in again and see if that 
works.

Greetings
Thorsten

&lt;/pre&gt;</description>
    <dc:creator>Thorsten Müller</dc:creator>
    <dc:date>2013-06-13T13:26:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22519">
    <title>Sane genesys Backend 1.0.24 CanoScan LiDE 210 and tiffscan format</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22519</link>
    <description>&lt;pre&gt;Hello,

I've got a problem with the 1.0.24 genesys backend. I need to use 1.0.24 
since the 5 front panel buttons of my CanScan LidE 210 are not fully 
supported in earlier versions.

When I try to scan in tiff format, this it what happens:

| tm&amp;lt; at &amp;gt;dungeonmaster:~ $ scanimage --format=tiff &amp;gt; /tmp/test.tiff
| scanimage: unrecognized option '--format=tiff'

It works with earlier versions of sane (tested with 1.0.22 and 1.0.23).

I use Kubuntu Linux 12.04 Precise Pangolin x86_64 and the 1.0.24git 
packages from this ppa:
http://ppa.launchpad.net/rolfbensch/sane-git/ubuntu

scanimage --format=tiff works with the oroginal packages from the distro 
(Version 1.0.22-7ubuntu1) and from this ppa:
http://ppa.launchpad.net/nathan-renniewaldock/sane/ubuntu/ (Version 
1.0.23-0ubuntu1~ppa1~precise)

I tried building from the daily 1.0.24 snapshot sources myself, it gives 
the same results:

| tm&amp;lt; at &amp;gt;dungeonmaster:~ $ scanimage --format=tiff &amp;gt; /tmp/test.tiff
| scanimage: unrecognized option '--format=tiff'

Perhaps someone can shed some light on this. And BTW, there are some 
more long options that don't work any longer:
--icc-profile, --batch-* 

TIA for any help
Greetings
Thosten

&lt;/pre&gt;</description>
    <dc:creator>Thorsten Müller</dc:creator>
    <dc:date>2013-06-13T10:26:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22518">
    <title>Re: Epson GT-7300U</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22518</link>
    <description>&lt;pre&gt;
Julian H. Stacey writes:


Looks like Julian is talking about the information from the epson2
backend.  Please find a patch attached that fixes all the URLs.  If
someone with commit privileges could push this (and update the HTML
pages) I'd appreciate it.

The patch can be applied with `git am`.

Hope this helps,
&lt;/pre&gt;</description>
    <dc:creator>Olaf Meeuwissen</dc:creator>
    <dc:date>2013-06-13T03:41:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22517">
    <title>Epson GT-7300U</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22517</link>
    <description>&lt;pre&gt;To whoever maintains page:
http://www.sane-project.org/sane-backends.html
At line found by
GT-7300U
The URL behind is
http://avasys.jp/product/linux_driver/index.php
which needs changing as
- Its Japanese (with an English button) to http://avasys.jp/eng/
&amp;amp; the their:
2013/01/21Notice of termination of the Linux Driver Download Service
So now please point to
http://download.ebz.epson.net/dsc/search/01/search/searchModule
which with
GT-7300U
now lists:
---------
# GT-7300U
#       Scanner Driver  Linux
#       latest  for gcc 3.2/3.3         All language
#       12-21-2011
# GT-7300U
#       Scanner Driver  Linux
#       latest  for gcc 3.4 or later    All language
#       12-21-2011
# GT-7300U
#       Scanner Driver  Linux
#       latest  iscan plugin package for gcc 3.2/3.3    All language
#       12-21-2011
# GT-7300U
#       Scanner Driver  Linux
#       latest  iscan plugin package for gcc 3.4 or later       All language
#       12-21-2011
# -----------
# Product name  GT-7300U, Perfection 1260, Perfection 1260 Photo
# Language      All language
# OS    Linux
# Country/Region        All country
# Version       Ver. latest(12-2011)
--------
I havent looked at what its for yet, but some C code.

Cheers,
Julian
&lt;/pre&gt;</description>
    <dc:creator>Julian H. Stacey</dc:creator>
    <dc:date>2013-06-13T01:25:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22516">
    <title>Re: Scanner hp scanjet 8390</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22516</link>
    <description>&lt;pre&gt;Hi, Reference:

Aricired Chirino wrote:

Hi Aricired,
It's an English language list, 
but I suppose your hp scanjet 8390 is not recognised by Sane 0.996,
0.997, 0.998 &amp;amp; 0.999 on some operating system you failed to name.

My mail archive shows
latest source annoucement was for SANE-Backends-1.0.23
Date: Mon, 27 Aug 2012 20:49:28 -0400 (Tue 02:49 CEST)
To: sane-announce&amp;lt; at &amp;gt;lists.alioth.debian.org

http://www.sane-project.org
also shows 
2012-08-19: SANE-Backends-1.0.23 has been released. 

So You are running old code

I also see
http://www.sane-project.org/sane-backends.html
ScanJet 8390 USB 0x03f0/0x3805 Good 1 pass, 4800 (?) dpi - USB 2.0

So you are in luck !

Hmm, I reckon that worked out, since I dont speak Spanish, 
except maybe Dos Cervezas Por Favor, from TV perhaps ;-)

Cheers,
Julian
&lt;/pre&gt;</description>
    <dc:creator>Julian H. Stacey</dc:creator>
    <dc:date>2013-06-13T00:04:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22515">
    <title>Scanner hp scanjet 8390</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22515</link>
    <description>&lt;pre&gt;Buenas Tardes,

Necesito configurar el Scanner hp scanjet 8390 para canaima 3.1, ya he 
realizado pruebas con las versiones
de xsane 0.996, 0.997, 0.998 y 0.999; Pero no lo reconoce.

Saludos,


&lt;/pre&gt;</description>
    <dc:creator>Aricired Chirino</dc:creator>
    <dc:date>2013-06-12T19:54:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22514">
    <title>Canon CanoScan N650U on Ubuntu</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22514</link>
    <description>&lt;pre&gt;Hi all, I am new to this list and would like to know if my canoscan
N650U can be get working with Ubuntu, or if I have to lose my hope about
it. There is a bug filed here:

https://bugs.launchpad.net/ubuntu/+source/xsane/+bug/361278

where there are some informations, but they are quite old and at present
the behaviour is a little different (in Ubuntu 12.04).

So, if someone could guide me through any troubleshooting work, I would
very happy to make my own part of the job with testing, providing logs,
and so on.

Thank you very much,

Best regards,
Andrea Vai


&lt;/pre&gt;</description>
    <dc:creator>Andrea Vai</dc:creator>
    <dc:date>2013-06-12T06:17:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22513">
    <title>Re: Fujitsu ScanSnap ix500 supported?</title>
    <link>http://permalink.gmane.org/gmane.comp.graphics.scanning.sane.devel/22513</link>
    <description>&lt;pre&gt;I just committed backend version 117 to our development tree. This
includes a minor fix for a continuous feed problem with the iX500. All
other 'normal' scanning features are supported. WiFi however, is not.
Also, one user has reported some odd behavior related to higher
resolution color scans. I have not been able to reproduce, but wonder
if it might be related to USB 3 ports.

This should be available from our git snapshots tomorrow night. I
could walk you thru compiling it, or maybe someone builds a package
for Ubuntu. I don't use Ubuntu, so I don't know.

allan

On Mon, Jun 10, 2013 at 10:42 PM, Dale Amon &amp;lt;amon&amp;lt; at &amp;gt;vnl.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>m. allan noah</dc:creator>
    <dc:date>2013-06-12T01:55:15</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.graphics.scanning.sane.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.graphics.scanning.sane.devel</link>
  </textinput>
</rdf:RDF>
