Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-30 Thread Meikel

Am 26.09.2015 um 14:22 schrieb Akemi Yagi:

On Sat, Sep 26, 2015 at 3:08 AM, Meikel  wrote:


scanner by a CanoScan LiDE 210.
Installed Packages
Name: sane-backends
Arch: x86_64
Version : 1.0.21



I have no idea what I can do now. It is not clear to me if sane-backends
package really includes the required genesys 1.0-63 version.

You need sane-backends 1.0.22 or later to have genesys 1.0-63.

There are a few ways to install a newer version of sane-backends on
EL6. One is to rebuild a src.rpm from Fedora. The other is to use the
linuxtech-backports repo [1]. I have even built it from a tarball but
this should not be necessary.



As I have only very basic skills with yum command I had  problems with 
the same packages (i.e. sane-backends, sane-backends-libs, 
sane-backends-libs-gphoto) available in two repos. Then I ended in using 
yum to remove everything concerning xsane/sane (including hp sane 
packages), then downloading from linuxtech and running "rpm -U ..." and 
then with yum I again installed xsane.


Now I'm able to see the CanoScan LiDE 210 in xsane and it seems to work, 
at least I'm able to scan single page into a PDF file.


And the command line says

# LANG="" yum info sane-backends
...
Installed Packages
Name: sane-backends
Arch: x86_64
Version : 1.0.22
Release : 3.1.el6
Size: 4.5 M
Repo: installed
...

# scanimage -L
device `genesys:libusb:003:005' is a Canon LiDE 210 flatbed scanner



___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210 [SOLVED]

2015-09-30 Thread Meikel

Am 30.09.2015 um 08:30 schrieb Meikel:

Am 26.09.2015 um 14:22 schrieb Akemi Yagi:

On Sat, Sep 26, 2015 at 3:08 AM, Meikel  wrote:


scanner by a CanoScan LiDE 210.
Installed Packages
Name: sane-backends
Arch: x86_64
Version : 1.0.21


I have no idea what I can do now. It is not clear to me if 
sane-backends

package really includes the required genesys 1.0-63 version.

You need sane-backends 1.0.22 or later to have genesys 1.0-63.

There are a few ways to install a newer version of sane-backends on
EL6. One is to rebuild a src.rpm from Fedora. The other is to use the
linuxtech-backports repo [1]. I have even built it from a tarball but
this should not be necessary.



As I have only very basic skills with yum command I had  problems with 
the same packages (i.e. sane-backends, sane-backends-libs, 
sane-backends-libs-gphoto) available in two repos. Then I ended in 
using yum to remove everything concerning xsane/sane (including hp 
sane packages), then downloading from linuxtech and running "rpm -U 
..." and then with yum I again installed xsane.


Now I'm able to see the CanoScan LiDE 210 in xsane and it seems to 
work, at least I'm able to scan single page into a PDF file.


And the command line says

# LANG="" yum info sane-backends
...
Installed Packages
Name: sane-backends
Arch: x86_64
Version : 1.0.22
Release : 3.1.el6
Size: 4.5 M
Repo: installed
...

# scanimage -L
device `genesys:libusb:003:005' is a Canon LiDE 210 flatbed scanner



... which means SOLVED !!!

Thanks very much.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-28 Thread Rob Kampen


On 09/26/2015 10:08 PM, Meikel wrote:

Hi folks,

for some time I used a HP 2840 AiO device, connected via LAN, to scan 
documents. As scanning application I use xsane. I want to replace that 
HP scanner by a CanoScan LiDE 210.


# LANG="" yum info libsane-hpaio
...
Installed Packages
Name: libsane-hpaio
Arch: x86_64
Version : 3.14.6
Release : 3.el6
Size: 148 k
Repo: installed
From repo   : base
Summary : SANE driver for scanners in HP's multi-function devices
URL : http://hplip.sourceforge.net/
License : GPLv2+
Description : SANE driver for scanners in HP's multi-function devices 
(from HPOJ).


Now I connected CanoScan LiDE 210 Scanner via USB cable to my CentOS 6 
workstation.


# dmesg | tail --lines=15
...
usb 3-1: new high speed USB device number 8 using xhci_hcd
usb 3-1: New USB device found, idVendor=04a9, idProduct=190a
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: CanoScan
usb 3-1: Manufacturer: Canon
usb 3-1: configuration #1 chosen from 1 choice
...

After opening xsane it seems to be connected to the HP Scanner. I can 
not find any options for choosing another scanner device. From 
http://www.sane-project.org/sane-mfgs.html  I can see that CanoScan 
LiDE 210 is supported by genesys 1.0-63. From my understanding on 
CentOS the genesys backend is included in sane-backends:


# LANG="" yum info sane-backends
...
Installed Packages
Name: sane-backends
Arch: x86_64
Version : 1.0.21
Release : 3.el6
Size: 4.4 M
Repo: installed
From repo   : anaconda-CentOS-201410241409.x86_64
Summary : Scanner access software
URL : http://www.sane-project.org
License : GPLv2+ and GPLv2+ with exceptions and Public Domain
Description : Scanner Access Now Easy (SANE) is a universal scanner 
interface.  The
: SANE application programming interface (API) provides 
standardized
: access to any raster image scanner hardware (flatbed 
scanner,
: hand-held scanner, video and still cameras, 
frame-grabbers, etc.).


The sane-backends is installed, but I can not "see" the scanner:

# scanimage -L
device `hpaio:/net/HP_Color_LaserJet_2840?zc=NPI9AC264' is a 
Hewlett-Packard HP_Color_LaserJet_2840 all-in-one


I have no idea what I can do now. It is not clear to me if 
sane-backends package really includes the required genesys 1.0-63 
version.


Any help to make the new scanner work is appreciated.

My Cannon printer / scanner needed an application from Cannon called 
scangear in order to work - Cannon doesn't play well with Linux, they 
have proprietary ways of doing things.
Then the scangear results need to be massaged extensively so you can 
attach it to an email as the typical scan is huge / photo quality and no 
options to produce something like my Ricoh copier does with a scan to 
pdf / email.

I will not buy Cannon products again.

Regards,

Meikel

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-28 Thread Fred Smith
On Sat, Sep 26, 2015 at 10:42:24PM +1200, Rob Kampen wrote:
> 
> On 09/26/2015 10:08 PM, Meikel wrote:
> >Hi folks,
> >
> >for some time I used a HP 2840 AiO device, connected via LAN, to
> >scan documents. As scanning application I use xsane. I want to
> >replace that HP scanner by a CanoScan LiDE 210.
> >
> ># LANG="" yum info libsane-hpaio
> >...
> >Installed Packages
> >Name: libsane-hpaio
> >Arch: x86_64
> >Version : 3.14.6
> >Release : 3.el6
> >Size: 148 k
> >Repo: installed
> >From repo   : base
> >Summary : SANE driver for scanners in HP's multi-function devices
> >URL : http://hplip.sourceforge.net/
> >License : GPLv2+
> >Description : SANE driver for scanners in HP's multi-function
> >devices (from HPOJ).
> >
> >Now I connected CanoScan LiDE 210 Scanner via USB cable to my
> >CentOS 6 workstation.
> >
> ># dmesg | tail --lines=15
> >...
> >usb 3-1: new high speed USB device number 8 using xhci_hcd
> >usb 3-1: New USB device found, idVendor=04a9, idProduct=190a
> >usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> >usb 3-1: Product: CanoScan
> >usb 3-1: Manufacturer: Canon
> >usb 3-1: configuration #1 chosen from 1 choice
> >...
> >
> >After opening xsane it seems to be connected to the HP Scanner. I
> >can not find any options for choosing another scanner device. From
> >http://www.sane-project.org/sane-mfgs.html  I can see that
> >CanoScan LiDE 210 is supported by genesys 1.0-63. From my
> >understanding on CentOS the genesys backend is included in
> >sane-backends:
> >
> ># LANG="" yum info sane-backends
> >...
> >Installed Packages
> >Name: sane-backends
> >Arch: x86_64
> >Version : 1.0.21
> >Release : 3.el6
> >Size: 4.4 M
> >Repo: installed
> >From repo   : anaconda-CentOS-201410241409.x86_64
> >Summary : Scanner access software
> >URL : http://www.sane-project.org
> >License : GPLv2+ and GPLv2+ with exceptions and Public Domain
> >Description : Scanner Access Now Easy (SANE) is a universal
> >scanner interface.  The
> >: SANE application programming interface (API)
> >provides standardized
> >: access to any raster image scanner hardware (flatbed
> >scanner,
> >: hand-held scanner, video and still cameras,
> >frame-grabbers, etc.).
> >
> >The sane-backends is installed, but I can not "see" the scanner:
> >
> ># scanimage -L
> >device `hpaio:/net/HP_Color_LaserJet_2840?zc=NPI9AC264' is a
> >Hewlett-Packard HP_Color_LaserJet_2840 all-in-one
> >
> >I have no idea what I can do now. It is not clear to me if
> >sane-backends package really includes the required genesys 1.0-63
> >version.
> >
> >Any help to make the new scanner work is appreciated.
> >
> My Cannon printer / scanner needed an application from Cannon called
> scangear in order to work - Cannon doesn't play well with Linux,
> they have proprietary ways of doing things.
> Then the scangear results need to be massaged extensively so you can
> attach it to an email as the typical scan is huge / photo quality
> and no options to produce something like my Ricoh copier does with a
> scan to pdf / email.
> I will not buy Cannon products again.
> >Regards,
> >
> >Meikel

Yeah. if they don't care about us, why should we care about them?

Only reason I bought the Canon LiDE 210 was because it had "full"
support from SANE.

-- 
---
Under no circumstances will I ever purchase anything offered to me as
the result of an unsolicited e-mail message. Nor will I forward chain
letters, petitions, mass mailings, or virus warnings to large numbers
of others. This is my contribution to the survival of the online
community.
 --Roger Ebert, December, 1996
- The Boulder Pledge -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-26 Thread Meikel

Hi folks,

for some time I used a HP 2840 AiO device, connected via LAN, to scan 
documents. As scanning application I use xsane. I want to replace that 
HP scanner by a CanoScan LiDE 210.


# LANG="" yum info libsane-hpaio
...
Installed Packages
Name: libsane-hpaio
Arch: x86_64
Version : 3.14.6
Release : 3.el6
Size: 148 k
Repo: installed
From repo   : base
Summary : SANE driver for scanners in HP's multi-function devices
URL : http://hplip.sourceforge.net/
License : GPLv2+
Description : SANE driver for scanners in HP's multi-function devices 
(from HPOJ).


Now I connected CanoScan LiDE 210 Scanner via USB cable to my CentOS 6 
workstation.


# dmesg | tail --lines=15
...
usb 3-1: new high speed USB device number 8 using xhci_hcd
usb 3-1: New USB device found, idVendor=04a9, idProduct=190a
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: CanoScan
usb 3-1: Manufacturer: Canon
usb 3-1: configuration #1 chosen from 1 choice
...

After opening xsane it seems to be connected to the HP Scanner. I can 
not find any options for choosing another scanner device. From 
http://www.sane-project.org/sane-mfgs.html  I can see that CanoScan LiDE 
210 is supported by genesys 1.0-63. From my understanding on CentOS the 
genesys backend is included in sane-backends:


# LANG="" yum info sane-backends
...
Installed Packages
Name: sane-backends
Arch: x86_64
Version : 1.0.21
Release : 3.el6
Size: 4.4 M
Repo: installed
From repo   : anaconda-CentOS-201410241409.x86_64
Summary : Scanner access software
URL : http://www.sane-project.org
License : GPLv2+ and GPLv2+ with exceptions and Public Domain
Description : Scanner Access Now Easy (SANE) is a universal scanner 
interface.  The
: SANE application programming interface (API) provides 
standardized

: access to any raster image scanner hardware (flatbed scanner,
: hand-held scanner, video and still cameras, 
frame-grabbers, etc.).


The sane-backends is installed, but I can not "see" the scanner:

# scanimage -L
device `hpaio:/net/HP_Color_LaserJet_2840?zc=NPI9AC264' is a 
Hewlett-Packard HP_Color_LaserJet_2840 all-in-one


I have no idea what I can do now. It is not clear to me if sane-backends 
package really includes the required genesys 1.0-63 version.


Any help to make the new scanner work is appreciated.

Regards,

Meikel

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-26 Thread Meikel

Am 26.09.2015 um 13:11 schrieb Leon Fauster:

Am 26.09.2015 um 12:08 schrieb Meikel :

Hi folks,

for some time I used a HP 2840 AiO device, connected via LAN, to scan 
documents. As scanning application I use xsane. I want to replace that HP 
scanner by a CanoScan LiDE 210.

# LANG="" yum info libsane-hpaio
...
Installed Packages
Name: libsane-hpaio
Arch: x86_64
Version : 3.14.6
Release : 3.el6
Size: 148 k
Repo: installed
 From repo   : base
Summary : SANE driver for scanners in HP's multi-function devices
URL : http://hplip.sourceforge.net/
License : GPLv2+
Description : SANE driver for scanners in HP's multi-function devices (from 
HPOJ).

Now I connected CanoScan LiDE 210 Scanner via USB cable to my CentOS 6 
workstation.

# dmesg | tail --lines=15
...
usb 3-1: new high speed USB device number 8 using xhci_hcd
usb 3-1: New USB device found, idVendor=04a9, idProduct=190a
usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 3-1: Product: CanoScan
usb 3-1: Manufacturer: Canon
usb 3-1: configuration #1 chosen from 1 choice
...

After opening xsane it seems to be connected to the HP Scanner. I can not find 
any options for choosing another scanner device. From 
http://www.sane-project.org/sane-mfgs.html  I can see that CanoScan LiDE 210 is 
supported by genesys 1.0-63. From my understanding on CentOS the genesys 
backend is included in sane-backends:

# LANG="" yum info sane-backends
...
Installed Packages
Name: sane-backends
Arch: x86_64
Version : 1.0.21
Release : 3.el6
Size: 4.4 M
Repo: installed
 From repo   : anaconda-CentOS-201410241409.x86_64
Summary : Scanner access software
URL : http://www.sane-project.org
License : GPLv2+ and GPLv2+ with exceptions and Public Domain
Description : Scanner Access Now Easy (SANE) is a universal scanner interface.  
The
: SANE application programming interface (API) provides standardized
: access to any raster image scanner hardware (flatbed scanner,
: hand-held scanner, video and still cameras, frame-grabbers, etc.).

The sane-backends is installed, but I can not "see" the scanner:

# scanimage -L
device `hpaio:/net/HP_Color_LaserJet_2840?zc=NPI9AC264' is a Hewlett-Packard 
HP_Color_LaserJet_2840 all-in-one

I have no idea what I can do now. It is not clear to me if sane-backends 
package really includes the required genesys 1.0-63 version.

Any help to make the new scanner work is appreciated.


is it enabled in dll.conf ?



As far as I can see, it is enabled there:

# grep genesys /etc/sane.d/dll.conf
genesys

___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-26 Thread Leon Fauster
Am 26.09.2015 um 12:08 schrieb Meikel :
> Hi folks,
> 
> for some time I used a HP 2840 AiO device, connected via LAN, to scan 
> documents. As scanning application I use xsane. I want to replace that HP 
> scanner by a CanoScan LiDE 210.
> 
> # LANG="" yum info libsane-hpaio
> ...
> Installed Packages
> Name: libsane-hpaio
> Arch: x86_64
> Version : 3.14.6
> Release : 3.el6
> Size: 148 k
> Repo: installed
> From repo   : base
> Summary : SANE driver for scanners in HP's multi-function devices
> URL : http://hplip.sourceforge.net/
> License : GPLv2+
> Description : SANE driver for scanners in HP's multi-function devices (from 
> HPOJ).
> 
> Now I connected CanoScan LiDE 210 Scanner via USB cable to my CentOS 6 
> workstation.
> 
> # dmesg | tail --lines=15
> ...
> usb 3-1: new high speed USB device number 8 using xhci_hcd
> usb 3-1: New USB device found, idVendor=04a9, idProduct=190a
> usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> usb 3-1: Product: CanoScan
> usb 3-1: Manufacturer: Canon
> usb 3-1: configuration #1 chosen from 1 choice
> ...
> 
> After opening xsane it seems to be connected to the HP Scanner. I can not 
> find any options for choosing another scanner device. From 
> http://www.sane-project.org/sane-mfgs.html  I can see that CanoScan LiDE 210 
> is supported by genesys 1.0-63. From my understanding on CentOS the genesys 
> backend is included in sane-backends:
> 
> # LANG="" yum info sane-backends
> ...
> Installed Packages
> Name: sane-backends
> Arch: x86_64
> Version : 1.0.21
> Release : 3.el6
> Size: 4.4 M
> Repo: installed
> From repo   : anaconda-CentOS-201410241409.x86_64
> Summary : Scanner access software
> URL : http://www.sane-project.org
> License : GPLv2+ and GPLv2+ with exceptions and Public Domain
> Description : Scanner Access Now Easy (SANE) is a universal scanner 
> interface.  The
>: SANE application programming interface (API) provides 
> standardized
>: access to any raster image scanner hardware (flatbed scanner,
>: hand-held scanner, video and still cameras, frame-grabbers, 
> etc.).
> 
> The sane-backends is installed, but I can not "see" the scanner:
> 
> # scanimage -L
> device `hpaio:/net/HP_Color_LaserJet_2840?zc=NPI9AC264' is a Hewlett-Packard 
> HP_Color_LaserJet_2840 all-in-one
> 
> I have no idea what I can do now. It is not clear to me if sane-backends 
> package really includes the required genesys 1.0-63 version.
> 
> Any help to make the new scanner work is appreciated.


is it enabled in dll.conf ?

--
LF


___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-26 Thread Akemi Yagi
On Sat, Sep 26, 2015 at 3:08 AM, Meikel  wrote:

> scanner by a CanoScan LiDE 210.

> Installed Packages
> Name: sane-backends
> Arch: x86_64
> Version : 1.0.21


> I have no idea what I can do now. It is not clear to me if sane-backends
> package really includes the required genesys 1.0-63 version.

You need sane-backends 1.0.22 or later to have genesys 1.0-63.

There are a few ways to install a newer version of sane-backends on
EL6. One is to rebuild a src.rpm from Fedora. The other is to use the
linuxtech-backports repo [1]. I have even built it from a tarball but
this should not be necessary.

If you need more assistance, let us know.

Akemi

[1] http://pkgrepo.linuxtech.net/el6/backports/
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-26 Thread Frank Cox
On Sat, 26 Sep 2015 12:08:02 +0200
Meikel wrote:

> I want to replace that 
> HP scanner by a CanoScan LiDE 210.

http://www.melvilletheatre.com/articles/canon-lide-110-scanner/

-- 
MELVILLE THEATRE ~ Real D 3D Digital Cinema ~ www.melvilletheatre.com
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6 - Support for CanoScan LiDE 210

2015-09-26 Thread Fred Smith
On Sat, Sep 26, 2015 at 09:55:17AM -0600, Frank Cox wrote:
> On Sat, 26 Sep 2015 12:08:02 +0200
> Meikel wrote:
> 
> > I want to replace that 
> > HP scanner by a CanoScan LiDE 210.
> 
> http://www.melvilletheatre.com/articles/canon-lide-110-scanner/

To the original poster:

I followed Frank's procedure on my C6 system, a year or two ago, and
it works fine for my LiDE 210.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
 God made him who had no sin
  to be sin for us, so that in him
 we might become the righteousness of God."
--- Corinthians 5:21 -
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos