This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

(SOLVED) How to install Scanner driver?

Uzi

Sat Jun 15, 2013 2:34:45 am

Hi Guys,

I have an Epson CX5500 printer scanner. Plugged it in & the system detected the printer no problem but I cant work the scanner. Simple Scan says no scanner found. I have downloaded the Tar.gz scanner drivers for Linux from Epson & extracted but dont understand how the install them. Can someone help a non techie decipher these instruction? :?

Uzi

Installation Instructions
*************************

Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
2006 Free Software Foundation, Inc.

This file is free documentation; the Free Software Foundation gives
unlimited permission to copy, distribute and modify it.

Basic Installation
==================

Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package. The following
more-detailed instructions are generic; see the `README' file for
instructions specific to this package.

The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation. It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions. Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, and a
file `config.log' containing compiler output (useful mainly for
debugging `configure').

It can also use an optional file (typically called `config.cache'
and enabled with `--cache-file=config.cache' or simply `-C') that saves
the results of its tests to speed up reconfiguring. Caching is
disabled by default to prevent problems with accidental use of stale
cache files.

If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release. If you are using the cache, and at
some point `config.cache' contains results you don't want to keep, you
may remove or edit it.

The file `configure.ac' (or `configure.in') is used to create
`configure' by a program called `autoconf'. You need `configure.ac' if
you want to change it or regenerate `configure' using a newer version
of `autoconf'.

The simplest way to compile this package is:

1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system.

Running `configure' might take a while. While running, it prints
some messages telling which features it is checking for.

2. Type `make' to compile the package.

3. Optionally, type `make check' to run any self-tests that come with
the package.

4. Type `make install' to install the programs and any data files and
documentation.

5. You can remove the program binaries and object files from the
source code directory by typing `make clean'. To also remove the
files that `configure' created (so you can compile the package for
a different kind of computer), type `make distclean'. There is
also a `make maintainer-clean' target, but that is intended mainly
for the package's developers. If you use it, you may have to get
all sorts of other programs in order to regenerate files that came
with the distribution.

Compilers and Options
=====================

Some systems require unusual options for compilation or linking that the
`configure' script does not know about. Run `./configure --help' for
details on some of the pertinent environment variables.

You can give `configure' initial values for configuration parameters
by setting variables in the command line or in the environment. Here
is an example:

./configure CC=c99 CFLAGS=-g LIBS=-lposix

*Note Defining Variables::, for more details.

Compiling For Multiple Architectures
====================================

You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory. To do this, you can use GNU `make'. `cd' to the
directory where you want the object files and executables to go and run
the `configure' script. `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.

With a non-GNU `make', it is safer to compile the package for one
architecture at a time in the source code directory. After you have
installed the package for one architecture, use `make distclean' before
reconfiguring for another architecture.

Installation Names
==================

By default, `make install' installs the package's commands under
`/usr/local/bin', include files under `/usr/local/include', etc. You
can specify an installation prefix other than `/usr/local' by giving
`configure' the option `--prefix=PREFIX'.

You can specify separate installation prefixes for
architecture-specific files and architecture-independent files. If you
pass the option `--exec-prefix=PREFIX' to `configure', the package uses
PREFIX as the prefix for installing programs and libraries.
Documentation and other data files still use the regular prefix.

In addition, if you use an unusual directory layout you can give
options like `--bindir=DIR' to specify different values for particular
kinds of files. Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.

If the package supports it, you can cause programs to be installed
with an extra prefix or suffix on their names by giving `configure' the
option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.

Optional Features
=================

Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System). The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.

For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.

Specifying the System Type
==========================

There may be some features `configure' cannot figure out automatically,
but needs to determine by the type of machine the package will run on.
Usually, assuming the package is built to be run on the _same_
architectures, `configure' can figure that out, but if it prints a
message saying it cannot guess the machine type, give it the
`--build=TYPE' option. TYPE can either be a short name for the system
type, such as `sun4', or a canonical name which has the form:

CPU-COMPANY-SYSTEM

where SYSTEM can have one of these forms:

OS KERNEL-OS

See the file `config.sub' for the possible values of each field. If
`config.sub' isn't included in this package, then this package doesn't
need to know the machine type.

If you are _building_ compiler tools for cross-compiling, you should
use the option `--target=TYPE' to select the type of system they will
produce code for.

If you want to _use_ a cross compiler, that generates code for a
platform different from the build platform, you should specify the
"host" platform (i.e., that on which the generated programs will
eventually be run) with `--host=TYPE'.

Sharing Defaults
================

If you want to set default values for `configure' scripts to share, you
can create a site shell script called `config.site' that gives default
values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists. Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.

Defining Variables
==================

Variables not defined in a site shell script can be set in the
environment passed to `configure'. However, some packages may run
configure again during the build, and the customized values of these
variables may be lost. In order to avoid this problem, you should set
them in the `configure' command line, using `VAR=value'. For example:

./configure CC=/usr/local2/bin/gcc

causes the specified `gcc' to be used as the C compiler (unless it is
overridden in the site shell script).

Unfortunately, this technique does not work for `CONFIG_SHELL' due to
an Autoconf bug. Until the bug is fixed you can use this workaround:

CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash

`configure' Invocation
======================

`configure' recognizes the following options to control how it operates.

`--help'
`-h'
Print a summary of the options to `configure', and exit.

`--version'
`-V'
Print the version of Autoconf used to generate the `configure'
script, and exit.

`--cache-file=FILE'
Enable the cache: use and save the results of the tests in FILE,
traditionally `config.cache'. FILE defaults to `/dev/null' to
disable caching.

`--config-cache'
`-C'
Alias for `--cache-file=config.cache'.

`--quiet'
`--silent'
`-q'
Do not print messages saying which checks are being made. To
suppress all normal output, redirect it to `/dev/null' (any error
messages will still be shown).

`--srcdir=DIR'
Look for the package's source code in directory DIR. Usually
`configure' can determine that directory automatically.

`configure' also accepts some other, not widely useful, options. Run
`configure --help' for more details.

Wolfman

Sat Jun 15, 2013 6:52:20 am

Hi Uzi,

there is an easier way:

1. Make sure the package "alien" is installed.

Code:
sudo apt-get install alien


2. Install the package "nautilus-open-terminal" with:

Code:
sudo apt-get install nautilus-open-terminal


(The above allows you to open the terminal directly in Nautilus by clicking on the main menu!)

Important: After installing the terminal extension, restart your PC or it won't show up!!.

3. Mark your downloaded RPM package with a mouse click then go to the little "Cogwheel" in the top right corner of Nautilus and select "Open in Terminal.
Menu_015.jpg


4. Type in the terminal:

Code:
sudo alien pips-3.0-1.src.rpm


and let it does it thing. (the package I used for my example is called "pips-3.0-1.src.rpm", if your package has a different name, type that name in after "sudo alien".

5. Once done, you can install the converted deb package with gdebi or Ubuntu software center.

It is important to download the correct package for your system otherwise alien will reject it saying it is the wrong architecture so make sure you have either a 32 bit or 64 bit package, whichever your system is!!.

I hope that this is all clear to you.

Alien is a file conversion app which allows you to convert RPM files to .deb files and vice versa!.

Regards Wolfman :D

Uzi

Sat Jun 15, 2013 7:39:11 am

Cheers Wolfman - always there to help 8-) I will try that & let you know.

Before I get into it though, I seem to have run into a file system problem. I am guessing it goes back to the reinstall we did. Anyway, the issue is the File System in HOME says I dont have permission. It shows owner as ROOT & I dont have access.

Is there an easy way to correct this so I can add the Font file for the Zorin Conky Lua of Madvinegars?

Step3 - Install neurpolitical font
Copy the neurpoli.ttf. file to /usr/share/fonts/truetype
This can be done through

Code: Select all
gksudo nautilus

in terminal.
Once the file has been copied to the "truetype" file, open it with font viewer and click on the button that says "install font" at bottom-right.


The Terminal code doesn't seem to do anything.

Cheers

Uzi

Wolfman

Sat Jun 15, 2013 8:21:43 am

Hi Uzi,

to make yourself "root", open a terminal (Ctrl + Alt + t) and enter "gksudo nautilus"; enter your password and the home folder will open as "root", make your changes whilst in Nautilus. Once you close Nautilus, you are automatically returned to normal user level.

Regards Wolfman :D

Uzi

Sat Jun 15, 2013 8:59:40 am

Wolfman wrote:Hi Uzi,

to make yourself "root", open a terminal (Ctrl + Alt + t) and enter "gksudo nautilus"; enter your password and the home folder will open as "root", make your changes whilst in Nautilus. Once you close Nautilus, you are automatically returned to normal user level.

Regards Wolfman :D


Nautilus doesn't open. Nothing happens. Seems that part of MV's instructions dont matter as Cronky Lua is working fine without me doing that.

Uzi.

Wolfman

Sat Jun 15, 2013 10:15:53 am

Hi Uzi,

sounds odd that Nautilus is not opening, I assume that once you put in "gksudo nautilus" in the terminal; you pressed enter and a little window opened and you entered your password??.

How is the scanner thing coming along??.

Regards Wolfman :D

Uzi

Sat Jun 15, 2013 11:35:34 am

Wolfman wrote:Hi Uzi,

sounds odd that Nautilus is not opening, I assume that once you put in "gksudo nautilus" in the terminal; you pressed enter and a little window opened and you entered your password??.

How is the scanner thing coming along??.

Regards Wolfman :D


Wolfman

I will try your scanner fix tomorrow. Getting late here.

As for the Nautilus. I put in the code in Terminal, window opens, i add my password, then nothing. What is supposed to happen? After doing that I still couldn't add the Font to the True type folder.

Dont know what that font does but Conky Lua looks ok to me

Conky.jpg


Cheers

Uzi

Wolfman

Sat Jun 15, 2013 12:40:06 pm

Hi Uzi,

what is supposed to happen is the home folder should open up in front of you as "root", why that is not happening is a mystery, run the following commands anyway to see if it will straighten itself out:

sudo dpkg --configure -a

followed by:

sudo apt-get update && sudo apt-get dist-upgrade

And restart your PC and try the terminal command for root again!.

Regards Wolfman :D

Uzi

Sun Jun 16, 2013 12:05:04 am

swarfendor437 wrote:
Wolfman wrote:Alien is a file conversion app which allows you to convert RPM files to .deb files and vice versa!.


You can also use it to convert '.tar.gz' files too!

With regards the 'root' permissions:

1. Did you change your user status (like I did in a previous version when I was thinking on Gnome 2 lines!)

2. Do you have 'autologin' enabled?


Done but got this message:

uzi@uzi-System-Product-Name:~$ gksudo nautilus
Initializing nautilus-gdu extension
Shutting down nautilus-gdu extension
Nautilus-Share-Message: Called "net usershare info" but it failed: 'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error No such file or directory
Please ask your system administrator to enable user sharing.

Uzi

Sun Jun 16, 2013 1:19:07 am

Wolfman wrote:Hi Uzi,

there is an easier way:

1. Make sure the package "alien" is installed. ( sudo apt-get install alien if it is not installed!)

2. Install the package "nautilus-open-terminal" with:

sudo apt-get install nautilus-open-terminal

(The above allows you to open the terminal directly in Nautilus by clicking on the main menu!)

Important: After installing the terminal extension, restart your PC or it won't show up!!.

3. Mark your downloaded RPM package with a mouse click then go to the little "Cogwheel" in the top right corner of Nautilus and select "Open in Terminal.
Menu_015.jpg


4. Type in the terminal "sudo alien pips-3.0-1.src.rpm" and let it does it thing. (the package I used for my example is called "pips-3.0-1.src.rpm", if your package has a different name, type that name in after "sudo alien".

5. Once done, you can install the converted deb package with gdebi or Ubuntu software center.

It is important to download the correct package for your system otherwise alien will reject it saying it is the wrong architecture so make sure you have either a 32 bit or 64 bit package, whichever your system is!!.

I hope that this is all clear to you.

Alien is a file conversion app which allows you to convert RPM files to .deb files and vice versa!.

Regards Wolfman :D


Wolfman,

Hmm.....why do none of these commands seem to work on my Zorin? I have installed & reinstalled over & over but still have these things that are different or errors. It all seems to work great on a day to day basis until I need changes through the Terminal.

I followed your instructions until item 3. I have 2 downloads, an extracted tar.gz version that if I right click has 'open in Terminal' as an option but that wont let me type your Sudo Alien command. The other is an unzipped RPM version. Right clicking on that does not have 'Open in Terminal' option :? I can see no 'Cogwheel' anywhere.

Just to clarify - Naulilus is the name of the file system under HOME - if not you need to explain what it is.

Uzi

Sun Jun 16, 2013 1:39:02 am

Wolfman,

Just wondering if these issues I have are due to something that looks different on my system to screenshots I have seen on Google. My HOME shows just 1 folder:

uzi home.jpg


I seem to then have a 2nd HOME with all the files in:

Home.jpg


Have I somehow got a Home folder inside a Home folder? Or is this correct? Struggling to get my head round what is causing these strange bugs. Dont want to install again as I now have too many programs like Skype that I would have to reinstall.

Uzi.

Wolfman

Sun Jun 16, 2013 6:41:47 am

Hi Uzi,

do you remember when you had problems with the partitioning and you decided to reinstall and there was a little confusion about formatting the root and home partitions, I seem to remember you created a 2nd home and didn't lose your data but the 2nd home took control of the major parts of the system, you are using Zorin 7 aren't you??, yes!, of course you are.

I know you said you don't want to re-install but I cannot seriously think of another way round this as it will get even more messy and complicated. If I were you, I would start completely from scratch with pre made partitions!!. (root; swap & home)

Your home should look like mine with the cogwheel and other tools on the top right!.
Home_001.jpg

Obviously, your home lacks these features!!. :(

You can try reinstalling nautilus to see if things change but I wouldn't hold my breath!!.

Let me know what you think!!.

See also:

viewtopic.php?f=6&t=2601

Regards Wolfman :D

Uzi

Sun Jun 16, 2013 6:59:49 am

Wolfman,

Before we go any further, I am NOT on Zorin 7 but Zorin 6.3 Core. I guess that is why no cogwheel.

BTW - I didn't install a new home last time. The only thing I set was Root. Everything else was unchanged. I just recovered the backup from Deja Dup but that didn't restore the applications so I had to start againg with those. I retained my emails in Thunderbird & settings in Firefox etc.

I dont mind a reinstall but only if I can back up from Deja Dup & I can also backup my applications like Skype etc. I looked at Ubuntu Tweak & the Desktop Recovery tool. Could I use that & save to a different drive like I have with Deja Dup?

EDIT - just looked at Deja Dup again & I see I can add the file system (or any file) to it. So can I backup HOME and just the files that are important application settings (USR..??) then just restore those in a fresh install?

Uzi.

Wolfman

Sun Jun 16, 2013 9:33:24 am

Hi Uzi,

I don't use such backup apps like Deja Dupe etc and if you feel comfortable with it; then go for it!!.

I can only say that you must make sure that you only have 3 Linux partitions. 1. root. 2. swap. 3. home. If you keep root and home seperate, all your settings and files are still intact even after a complete new install, as long as you are using the same OS, don't select your "/home" for formatting but you must set a mount point!. (/home = mountpoint for home!).

For nautilus extensions on Zorin 6(Ubuntu 12.04), try this little app:

https://apps.ubuntu.com/cat/application ... s-actions/

Let me know what happens.

Btw, this is well worth a read for Zorin 6 users:

http://debianhelp.wordpress.com/2012/11 ... -pangolin/

Regards Wolfman :D

Uzi

Sun Jun 16, 2013 9:49:50 am

So what are you saying, another "Something Else' install or a complete fresh install?

Wolfman

Sun Jun 16, 2013 10:07:53 am

Hi Uzi,

first you need to ensure that you only have the 3 required Linux partitions, working on the basis that your original home is still intact, use the something else method as follows.

1. Start PC with Zorin disk inserted and once booted, select the install icon and when asked how it should be installed select "Something Else", mark root ("/") for the root partition and mark it also for formatting, you won't need to do anything with swap as if you haven't touched it, it requires no changes.
Select the 3rd partition (home) with a mountpoint of "/home" BUT DO NOT SELECT IT FOR FORMATTING and that way you should have a straightforward install and all your files should still be intact.

What you did last time I think is to install both root and home on the same partition, hence the reason why you have 2 homes!!.

You can use your backup tool if you want or do a fresh install, that is up to you!.

Read through the partitioning guide as the part about the 3 partitions is covered!.

Regards Wolfman :D

Uzi

Sun Jun 16, 2013 11:11:53 am

Thanks guys for all the info. To be honest I think we have tried so many different things & most haven't worked, right back to the recovery not working, that I need to step back & do some reading for myself before deciding how to proceed.

One question. Which folder(s) are my applications, such as Fotoxx, Firefox, Skype etc saved in. When I did 'Something Else' last time I had to reinstall most again. I would like to backup HOME & any other personal files before any reinstall of Zorin.

EDIT - just read this off another link
Copy your entire home directory (~/) and /etc. All settings should be in those two folders.


Agree?

Cheers

Uzi.

Wolfman

Sun Jun 16, 2013 1:23:30 pm

Hi Uzi,

I found this but have never done it!:

https://help.ubuntu.com/community/Parti ... ome/Moving

Whether the other thing you looked at is the same is most likely true!!.

I save my stuff on an external drive with copy & paste, it suits my needs and as I said before, DON'T FORMAT HOME on a re-install!!.

You could post the same question on a 100 different forums and get more or less; a 100 different answers!.

Regards Wolfman :D

Uzi

Fri Jun 28, 2013 6:01:41 am

Wolfman wrote:Hi Uzi,

there is an easier way:

1. Make sure the package "alien" is installed. ( sudo apt-get install alien if it is not installed!)

2. Install the package "nautilus-open-terminal" with:

sudo apt-get install nautilus-open-terminal

(The above allows you to open the terminal directly in Nautilus by clicking on the main menu!)

Important: After installing the terminal extension, restart your PC or it won't show up!!.

3. Mark your downloaded RPM package with a mouse click then go to the little "Cogwheel" in the top right corner of Nautilus and select "Open in Terminal.
The attachment Menu_015.jpg is no longer available


4. Type in the terminal "sudo alien pips-3.0-1.src.rpm" and let it does it thing. (the package I used for my example is called "pips-3.0-1.src.rpm", if your package has a different name, type that name in after "sudo alien".

5. Once done, you can install the converted deb package with gdebi or Ubuntu software center.

It is important to download the correct package for your system otherwise alien will reject it saying it is the wrong architecture so make sure you have either a 32 bit or 64 bit package, whichever your system is!!.

I hope that this is all clear to you.

Alien is a file conversion app which allows you to convert RPM files to .deb files and vice versa!.

Regards Wolfman :D


Hi Wolfman,

Still here but been busy this week installing extra HDD and adding a new soundcard.

OK started with your instructions above & all went well until the 'open in Terminal' bit. 1st off to remind you, I am using Z6 not 7 so no Cogwheel. I downloaded again the tar.gz file as the largest on the list (figured it contains all I would need). After extracting it the Open in Terminal is there on right clicking the folder (not there on zipped version). When selected the Terminal opens like this:

Scanner.jpg


The cursor wont go back to add the Sudo Alien command & if I hit enter I just repeat the line. So what do I need to do to continue with your instructions.

I can also try the RPM option but which is the correct file?

Scanner choice.jpg


The FAQ at the bottom is here - http://download.ebz.epson.net/faq/linux/faq_ls_00002.html

Uzi.

Uzi

Fri Jun 28, 2013 6:18:25 am

swarfendor437 wrote:Hi Uzi, that /home folder with one item in it is what normally appears when you enter 'gksu nautilus' in a terminal - it is 'root' /home! There certainly appears to be a corruption somewhere!

Right, you don't use alien after extracting the files!

Here is the process once more.

1. Download a .tar.gz file - for this example assuming you have downloaded to Downloads folder in /home (but in view of a corrupt install - my guess - I don't know if this will work)

2. Open a terminal, then:

Code:
cd .. Downloads


then

Code:
sudo alien [whatever the file is named, name it EXACTLY as it is].tar.gz


3. After a bit of whirring, you should have a .deb package - I don't like software centre period so I use GDebi Package Installer - which Wolfman has already explained on how to get:

Code:
sudo apt-get install gdebi


Now I am not sure if that command installs the front end - so to be sure, open synaptic and search for 'gdebi'
Check mark each package and 'Apply' the changes.

If I was installing I would try for 'something else' but that was a no go for me in 7. I am aware that you are using 6.3 (I don't have the time luxury to keep testing all the Core versions I'm afraid). I was running 6.x Ultimate until I had issues with changing my network dongle then no browser worked period!


Hi Swarfendor,

When I tried your solution I got to #2 then this:

Swarf.jpg


Am I just really dumb when it comes to using Zorin / Ubuntu as nothing seems to go the way you guys suggest.

Remember this is now a complete reinstall with the partitions all correct.

:|

Still love Zorin though 8-)

Uzi.

madvinegar

Fri Jun 28, 2013 7:25:23 am

Code:
cd /Downloads
sudo alien iscan_2.29.1-5.tar.gz

Uzi

Fri Jun 28, 2013 7:54:23 am

madvinegar wrote:
Code:
cd /Downloads
sudo alien iscan_2.29.1-5.tar.gz


uzi@uzi-System-Product-Name:~$ cd /Downloads
bash: cd: /Downloads: No such file or directory
uzi@uzi-System-Product-Name:~$

:cry:

Wolfman

Fri Jun 28, 2013 8:21:37 am

Hi Uzi,

did you install the extension I mentioned before?:

Code:
sudo apt-get install nautilus-open-terminal


Once installed, restart nautilus with:

Code:
nautilus -q


and then you should have the "Open in Terminal" listed when you right click a package and follow the instructions as before!.

504x368xnautilus_open_terminal_oneiric_2_thumb.png.pagespeed.ic.a98CHtqsQB.jpg


Let us know how you get on.

Regards Wolfman :D

madvinegar

Fri Jun 28, 2013 8:37:10 am

Sorry, my bad.

Code:
cd Downloads
sudo alien iscan_2.29.1-5.tar.gz

Uzi

Fri Jun 28, 2013 8:37:26 am

Hi Wolfman,

Please read my post to you above so we dont repeat things. I said there what I did & how it failed at the point you have said again. The 'Open in Terminal' works but after that - no.

Uzi

Uzi

Fri Jun 28, 2013 8:44:46 am

madvinegar wrote:Sorry, my bad.

Code:
cd Downloads
sudo alien iscan_2.29.1-5.tar.gz


Well that worked. I ended up with this:

uzi@uzi-System-Product-Name:~$ cd Downloads
uzi@uzi-System-Product-Name:~/Downloads$ sudo alien iscan_2.29.1-5.tar.gz
[sudo] password for uzi:
1_5-2_all.deb generated
uzi@uzi-System-Product-Name:~/Downloads$


Clicked on converted package in Downloads & it opened in Software Center & installed it. I will get my scanner out & try it to see if it is recognised now or whether I need more. Report back tomorrow.

Thanks MV 8-)

Uzi.

Uzi

Sat Jun 29, 2013 2:03:04 am

Uzi wrote:I can also try the RPM option but which is the correct file?

Scanner choice.jpg


The FAQ at the bottom is here - http://download.ebz.epson.net/faq/linux/faq_ls_00002.html

Uzi.


Guys,

After following MV's instructions, I set up my scanner this morning. Zorin identified new printer (it is a printer / scanner) correctly as a CX5500. Simple Scan though doesn't identify it. I looked on the Software Center & found Skanlite. That too doesn't recognise my scanner :cry:

Searched & found this PDF - http://support.epson.ru/upload/library_file/11/scanner_linux.pdf

Installed SANE as per the recommendations there with:

sudo apt-get install libsane-dev


Now though I am back to the question I asked earlier & quoted above - which package should I download? .ltdl3 or 7 i386. rpm?

Cheers

Uzi

Uzi

Sat Jun 29, 2013 3:11:57 am

Guys,

After a lot of searching it seems this isn't worth the effort. Each site has a different suggested solution of which ALL give me a headache trying to follow. Then the comments below follow this thread, where they dont work & to try this & that.

Lesson - use scanner with my Windows laptop & move on.

Close thread.

Cheers

Uzi.

Wolfman

Sat Jun 29, 2013 1:37:44 pm

Hi uzi,

I know you are not really in the mood but I found this all.deb package which may be of use to you, see the "also requires" bit!:

http://pkgs.org/ubuntu-12.04/ubuntu-uni ... l.deb.html

Regards Wolfman :D

Uzi

Mon Jul 01, 2013 9:40:22 am

Wolfman wrote:Hi uzi,

I know you are not really in the mood but I found this all.deb package which may be of use to you, see the "also requires" bit!:

http://pkgs.org/ubuntu-12.04/ubuntu-uni ... l.deb.html

Regards Wolfman :D


Hi Wolfman,

Sorry taken so long to reply but internet has been down since early yesterday.

A quick look at your link says it is a PRINTER driver. I am looking for a SCANNER driver. Zorin has already detected to printer but not the scanner.

Cheers

Uzi.

Anonymous

Mon Jul 01, 2013 10:00:45 am

Uzi wrote:
Wolfman wrote:Hi uzi,

I know you are not really in the mood but I found this all.deb package which may be of use to you, see the "also requires" bit!:

http://pkgs.org/ubuntu-12.04/ubuntu-uni ... l.deb.html

Regards Wolfman :D


Hi Wolfman,

Sorry taken so long to reply but internet has been down since early yesterday.

A quick look at your link says it is a PRINTER driver. I am looking for a SCANNER driver. Zorin has already detected to printer but not the scanner.

Cheers Uzi

Anonymous

Mon Jul 01, 2013 10:15:40 am


UZI > The only way you will find a scanner driver, that is if you have a scanner itself without the printer.

Wolfman is giving you the right tools to work with on Zorin OS !!!!

Uzi

Mon Jul 01, 2013 10:41:33 am

datek1 wrote:
UZI > The only way you will find a scanner driver, that is if you have a scanner itself without the printer.

Wolfman is giving you the right tools to work with on Zorin OS !!!!


OK, I will check it out.

Uzi.

Uzi

Tue Jul 02, 2013 6:01:18 am

OK - this is what I did:

Downloaded epson-escpr 1.1.1-2_all.deb

Then in the 'Requires' section it gave 2 choices - I 386 and AMD 64 versions. Tried the I386 first

Downloaded printer-driver-escpr_1.2.3-1_i386.deb package

Then
1. sudo apt-get update

2. sudo apt-get install printer-driver-escpr

3. sudo apt-get install epson-escpr

Printer is still identified but Simple Scan says no Scanner detected. Checked the I386 package and the software center says - ERROR Cannot install Python I386

So I tried

printer-driver-escpr_1.1.1-2_amd64.deb package

That shows installed but still scanner not detected.

Terminal also said - printer-driver-escpr is already the newest version.

End result, much as I said I had read on other forums. All very complicated & different try this try that but nothing seems to work for others either.

Thanks for trying but as I said earlier, I think its easier to just use my laptop for the scanner.

Cheers

Uzi.

PS - also installed Skanlite - same result.

madvinegar

Tue Jul 02, 2013 7:17:53 am

Have you downloaded the drivers from this site? http://www.epson.co.uk/gb/en/viewcon/co ... te/support

I cannot seem to find your epson printer/scanner.

Uzi

Tue Jul 02, 2013 7:48:38 am

madvinegar wrote:Have you downloaded the drivers from this site? http://www.epson.co.uk/gb/en/viewcon/co ... te/support

I cannot seem to find your epson printer/scanner.


I guess it wasn't sold in UK then.

All over Asia though:

http://www.epson.com.au/products/multifunctional/styluscx5500.asp

No driver download for Linux though.

Uzi

Wolfman

Tue Jul 02, 2013 8:28:38 am

Hi Uzi,

try this command first to install 32 bit support:

Code:
sudo apt-get install ia32-libs


You might get an error message that it is already installed but it is worth a try!.

If you are successful, make sure your software sources are set to "Main" and update them, see here:

viewtopic.php?f=5&t=2247

And try:

Code:
sudo apt-get install libdbus-1-3:i386


which is a "simple interprocess messaging system (library)" which might help as it also includes the bindings for "Python" and it may already be installed.

Other than that, I don't know.

When you are in the market for a new printer scanner, buy one from HP as they are really well supported and easy to install under Linux, I have one myself after trying a Canon printer many moons ago!!.

Sorry I cannot be of more help.

Regards Wolfman :D

Uzi

Tue Jul 02, 2013 9:21:08 am

Hi Wolfman,

Did that as you suggested. Did not get error. Set to main etc.

Now Software Center says - Dependency not satisfiable: libescpr1 (>= 1.0.3)

Scanner isn't used much but does get used. Doubt I will get a new one any time soon.

Cheers

Uzi

Uzi

Tue Jul 02, 2013 12:03:16 pm

swarfendor437 wrote:This may be irrelevant, but in the bad old days of 'SANE' if you had a TV Card present, it would pick that up instead of the scanner! :D


Cool....Top Gear on my scanner it is then ;)

madvinegar

Tue Jul 02, 2013 2:53:04 pm

The thing is that there are no linux drivers for the specific scanner model. Period.
The same would happen to windows if there was no i.e. win7 driver to support this scanner.
The "all-epson.deb" is something you need for all models.

I have an epson (wf2530) which is one of these multi-machines (fax, scanner, printer, photo-copier). The epson site provides official drivers for this machine (both printer and scanner) and I can even connect to it wirelessly to scan or print or send a fax.
If there are no drivers provided by the official site, you rely on what your kernel can pick-up automatically. Maybe, in a future release, the scanner will be recognized. Speaking of which, have you tried running zorin7, even at a live USB to test if the scanner is recognized?

If there are no official drivers, you/we must search in the net to find out if someone managed to get it working via a work-around or a hack, or a tweak in a config file etc.

The printers/scanners with the best Linux support are the HP ones.
EPSON is fairly supported by linux (at least the newer models).

Uzi

Tue Jul 02, 2013 11:06:37 pm

....but the drivers ARE available as detailed by me on page 3 from Epson:

http://download.ebz.epson.net/dsc/search/01/search/searchModule

Enter CX5500 & Linux & you get a list which includes scanner drivers.

The question I asked was WHICH is the correct file though.

Uzi.

madvinegar

Wed Jul 03, 2013 6:06:42 am

I though you said that there were no linux drivers even at the Asia epson site.
Uzi wrote:
No driver download for Linux though.

Uzi


In any case, this might help a lot. Tell me exactly what version of zorin you are running and if it is 32 or 64 bit. You may even post back here the result of the following commands:
Code:
uname -a
lsb_release -a


I will tell you which files to download and install.

Wolfman

Wed Jul 03, 2013 7:43:01 am

Hi Uzi,

according to the link you provided, you need either the 64 bit package:

iscan_2.29.1-5~usb0.1.ltdl7_amd64.deb

or the 32 bit package depending on your system:

iscan_2.29.1-5~usb0.1.ltdl7_i386.deb

There are also two older packages which you can download and save to disk for future use just in case:

iscan_2.29.1-5~usb0.1.ltdl3_amd64.deb

and

iscan_2.29.1-5~usb0.1.ltdl3_i386.deb

I found the files here, you must click on "Accept" at the bottom of the page:

http://download.ebz.epson.net/dsc/du/02 ... 0364fe0d61

Regards Wolfman :D

Uzi

Wed Jul 03, 2013 10:18:50 am

madvinegar wrote:I though you said that there were no linux drivers even at the Asia epson site.
Uzi wrote:
No driver download for Linux though.

Uzi


In any case, this might help a lot. Tell me exactly what version of zorin you are running and if it is 32 or 64 bit. You may even post back here the result of the following commands:
Code:
uname -a
lsb_release -a


I will tell you which files to download and install.


The UK site you gave didn't list my printer / scanner. I replied with the Australia version where it is listed but as I pointed out, the was no linux drivers on that site. I have quoted the site that DOES have the scanner drivers available a few times before that.

I am running Zorin 6.3 core 64 bit.

Your commands:

uzi@uzi-System-Product-Name:~$ uname -a
Linux uzi-System-Product-Name 3.2.0-49-generic #75-Ubuntu SMP Tue Jun 18 17:39:32 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
uzi@uzi-System-Product-Name:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Zorin
Description: Zorin OS 6
Release: 6
Codename: precise


Uzi

madvinegar

Wed Jul 03, 2013 10:45:37 am

Ok you should download and install the following deb packages:

iscan_2.29.1-5~usb0.1.ltdl7_amd64.deb
iscan-data_1.23.0-1_all.deb
and the
iscan-plugin-cx4400_2.1.3-1_amd64.deb

Install all 3 of them, and then plug the USB cable of your scanner and try again to see if it is recognised.

Image
Image

Uzi

Thu Jul 04, 2013 1:18:37 am

madvinegar wrote:Ok you should download and install the following deb packages:

iscan_2.29.1-5~usb0.1.ltdl7_amd64.deb
iscan-data_1.23.0-1_all.deb
and the
iscan-plugin-cx4400_2.1.3-1_amd64.deb

Install all 3 of them, and then plug the USB cable of your scanner and try again to see if it is recognised.

Image
Image


OK,

Chose this as it has more on it & includes Wolfmans download suggestion.

The plugin only worked AFTER installing the other 2. I now have a new item on the GRAPHICS menu called image scan for Linux......so a quantum leap forward except it closes unexpectedly with this info:

TOP
Scan 1.jpg


BOTTOM

Scan 2.jpg


It appears to point the finger at - iscan_2.29.1-5~usb0.1.ltdl7_amd64.deb

Ideas? Or should we just say 'we gave it a good go' 8-)

What about all the other packages I have installed. Any easy way to ininstall them?

Uzi.

BTW - I have downloaded Zorin 7 to have a look at but have to ask, what's the point if is going to lose support in the near future? What then?

Uzi

Thu Jul 04, 2013 2:33:21 am

Update to the above post.

On checking the Printer folder, it listed CX5500 and CX5500 - 2. I switched off the - 2 and tried the Scanner for Linux again. This time I got a app window but when I clicked Scan, I got this:

Scan 3.jpg


Getting closer :roll:

Uzi

Wolfman

Thu Jul 04, 2013 6:24:41 am

Hi Uzi,

is there a switch on the printer/scanner which changes the function from print to scan or does it normally do that automatically under Windoze?.

Here is a page about scanning under Ubuntu:

https://help.ubuntu.com/community/ScanningHowTo

You might consider adding the package "libsane-extras" as suggested by the page, I cannot say whether it will work for you though!.

Code:
sudo apt-get install libsane-extras


Regards Wolfman

madvinegar

Thu Jul 04, 2013 6:25:55 am

Also, in terminal and with the scanner plugged in, please post back the result of the following command:

scanimage -L

Uzi

Thu Jul 04, 2013 8:06:36 am

Hi Wolfman,

All I got was the same program closed unexpectedly

MV

scanimage -L
Aborted (core dumped)


My scanner doesn't have a switch. Just click scan as in the image I posted earlier.

What about my question re Zorin 7 & uninstalling all these packages that haven't worked??

Uzi.

madvinegar

Thu Jul 04, 2013 10:51:50 am

Since I don't really know what packages you have installed, and what was the impact they had on your system (and if this actually affects the communication between your PC and the scanner), I would try the following:

On a live USB of Zorin6 or Zorin7 I would install the three deb packages that I advised you about your CX5500 scanner, and see if that worked.
If yes, I would probably either boot into my system and remove completely any irrelevant packages (if that was possible) or I would perform a clean installation and then use only the three selected deb packages.

You can try to remove the packages via Synaptic Package manager. You find the package using the search bar, and then you mark it for complete removal.
However, as I said, I do not know what impact this will create as regards the scanner installation.

Regarding your other question, Zorin7 has a short life support cycle, but it is far more advanced (newer kernel) and (according to my opinion) is much more beautiful. It depends on what you want. If you want a stable release with long support, you stick with Zorin6. If you want a bleeding edge release with newer kernel and features, with probably more things working out of the box but with short support (so you would have to jump to the next release in 9 months), then you install zorin7.
It's up to you.

Wolfman

Thu Jul 04, 2013 11:11:51 am

Uzi wrote:Hi Wolfman,

All I got was the same program closed unexpectedly

MV

scanimage -L
Aborted (core dumped)


My scanner doesn't have a switch. Just click scan as in the image I posted earlier.

What about my question re Zorin 7 & uninstalling all these packages that haven't worked??

Uzi.

Hi Uzi,

as long as you know the names of the packages, you can do one of two things, you can remove them with the remove command from the terminal, as an example:

Code:
sudo apt-get remove gdebi dconf-tools


The above would work assuming you wanted to remove gdebi and Dconf Editor!.

The other way is to look in Synaptic and find the packages you don't want (assuming you know their names) and right click them and mark them for removal. If you don't know their names, it might be best to leave them installed as you may remove the wrong package, they don't take up much space anyway!!.

Have you tried with "Simple Scan"?, take a look and see if your scanner shows up and try scanning something using that app:

Simple Scan > Document > Preferences > Scan Sources:
Workspace 1_005.jpg



I am out of ideas now as I don't have an Epson printer and cannot really be of anymore assistance to you!!.

With regard to Zorin 7, it is up to you, you might have luck with Zorin 7 seeing your printer from day one!!, the only drawback is that you will have to install the newer version of Zorin over it when support runs out!!. You can save your data though if you use the "Something Else" method:

viewtopic.php?f=6&t=4848

Regards Wolfman :D

Uzi

Thu Jul 04, 2013 12:27:48 pm

Guys,

As I said a couple of days back, I will just use my laptop to run the scanner when needed.

I am done messing about with this. Thanks for trying.

Cheers

Uzi.

madvinegar

Thu Jul 04, 2013 1:09:38 pm

Ok understood.
I do have an epson multi-machine (as I explained to you) and I managed to get it working by installing the 3 deb packages (for my model ofcourse).
I also installed a 4th deb package which allows me to connect to the scanner wirelessly (as it is supported by my epson multi machine).

To cut the long story short, the official epson deb packages did the trick.

Uzi

Thu Jul 04, 2013 1:44:06 pm

......and as I have already reported back, the 3 deb packages crash with one seemingly being the culprit - again as I reported earlier.

Also, as I said a couple of days ago, my research on other forums ends up the same as this has, many suggestions & as many fails.

I STILL love Zorin 8-) This has just been one small distraction that will not cause an issue. If I was dual booting (my XP has a problem, which I dont miss) I would just boot into Windows to use the scanner anyway.

Cheers

Uzi

Uzi

Sat Jul 06, 2013 6:09:34 am

Guys,

I put the Epson scanner software onto my PC & checked it worked ok. It came up with an error message about communicating with the scanner & suggested may be the carriage was stuck. So I opened the top, pushed the carriage gently, switched off & back on. All worked ok then.

So, I just thought I would check again with Zorin and...........IT WORKS :o :D 8-)

Simplescan worked perfectly. So all, the last post with these packages:

iscan_2.29.1-5~usb0.1.ltdl7_amd64.deb
iscan-data_1.23.0-1_all.deb
and the
iscan-plugin-cx4400_2.1.3-1_amd64.deb

Worked.

Mark this a Solved and thanks to all for your dogged persistence 8-)

Give yourselves a large sack of those jewels you all seem to like so much :lol:

Uzi.

Wolfman

Sat Jul 06, 2013 7:50:40 am

Hi Uzi,

so all's well that ends well, a note for other scanner users I suppose, I never even thought about "Scanner Lock" myself.

Marked as solved!.

regards Wolfman :D :D :D

madvinegar

Sat Jul 06, 2013 9:11:24 am

Nice to hear that you got it working uzi. It would be a shame not to, considering that you have found the official linux drivers for it.
Well done.

Uzi

Sun Jul 07, 2013 8:53:56 am

That's 120 for me.....they're mine....all mine I tell ya..... :mrgreen: :lol:

Image

ettore

Thu Oct 10, 2013 12:38:53 am

madvinegar wrote:I though you said that there were no linux drivers even at the Asia epson site.
Uzi wrote:
No driver download for Linux though.

Uzi


In any case, this might help a lot. Tell me exactly what version of zorin you are running and if it is 32 or 64 bit. You may even post back here the result of the following commands:
Code:
uname -a
lsb_release -a


I will tell you which files to download and install.


Linux ettore-Dimension-3000 3.2.0-53-generic-pae #81-Ubuntu SMP Thu Aug 22 21:23:47 UTC 2013 i686 i686 i386 GNU/Linux
ettore@ettore-Dimension-3000:~$ lsb_release -a