Author Topic: No driver for Epson all-in-one xp-102 [Solved]  (Read 324 times)

Offline satuser083

  • Hero Member
  • *****
  • Posts: 510
No driver for Epson all-in-one xp-102 [Solved]
« on: January 18, 2013, 08:59:47 AM »
Am trying to install an Epson xp-102, but there doesn't appear to be a driver available (at least, the system sees the printer correctly, but nothing appears in the list following searching for drivers, when I try to Add a printer :( ). Can anyone help me out (an equivalent, perhaps). Thanks.

Edit: would the following be likely to work:

rpm -i epson-inkjet-printer-201202w-1.0.0-1lsb3.2.i486.rpm ? (found the driver @ epson). Or is it not advisable to install non-repos stuff?
« Last Edit: January 19, 2013, 02:58:24 AM by satuser083 »

Online µT6

  • Hero Member
  • *****
  • Posts: 1881
Re: No driver for Epson all-in-one xp-102
« Reply #1 on: January 18, 2013, 11:25:22 AM »
if you found the driver in the epson site and there is none on our repos, then you can install it in konsole by using the rpm -i command you mention

it will work if the package doesn't ask for anything else

you must be located in the same folder the file is, then from that folder open konsole as root and write the command the way you mentioned, remember that it has to be the exact name of the file

once you write it correctly, it is a really simple process  :)
"A question that sometimes drives me hazy: am I or are the others crazy?"

Albert Einstein

Offline satuser083

  • Hero Member
  • *****
  • Posts: 510
Re: No driver for Epson all-in-one xp-102
« Reply #2 on: January 18, 2013, 11:48:13 AM »

it will work if the package doesn't ask for anything else


And there lies the problem  :o . Am now in the middle of a case of dependency-hell; no idea how to get out of this.

Many thanks for your help, though  ;)

Offline kjpetrie

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 3990
Re: No driver for Epson all-in-one xp-102
« Reply #3 on: January 18, 2013, 02:34:00 PM »
Try using apt-get update && apt-get install epson-inkjet-printer-201202w-1.0.0-1lsb3.2.i486.rpm to install it. If the dependencies are in the repo (and recognisable) they'll be pulled in. If not, you'll get an error. Just ensure it doesn't want to remove packages you need (either programs you use or ones that pull out half the system).

It is an outside rpm, so it might break something and results aren't guaranteed now or in the future. Your install will become non-standard and therefore unsupported, but if it's the only thing you can try you're rather stuck with that.

Let's hope it works
« Last Edit: January 18, 2013, 02:42:33 PM by kjpetrie »
-----------
KJP
-----------------------------------------------------------
PClos64 RC1 on Intel D945GCLF2 motherboard (Atom 330), 2GB DDR2 RAM, Maxtor STM325031, HL-DT-ST DVDRAM GSA-H42N, Amilo LSL 3220T monitor. Also Acer 5810TG (with custom kernel) and Asus eeePC 2G surf

Offline satuser083

  • Hero Member
  • *****
  • Posts: 510
Re: No driver for Epson all-in-one xp-102
« Reply #4 on: January 19, 2013, 02:40:20 AM »
Try using apt-get update && apt-get install epson-inkjet-printer-201202w-1.0.0-1lsb3.2.i486.rpm to install it. If the dependencies are in the repo (and recognisable) they'll be pulled in. If not, you'll get an error. Just ensure it doesn't want to remove packages you need (either programs you use or ones that pull out half the system).

It is an outside rpm, so it might break something and results aren't guaranteed now or in the future. Your install will become non-standard and therefore unsupported, but if it's the only thing you can try you're rather stuck with that.

Let's hope it works


Yup, it has  ;D ;D. Many, many thanks.  Only one thing foxed me initially (which i should have thought of, of course) was that this has to be done as root. Apart from that, it was all done and dusted within literally two minutes.

Once again, many thanks  :).

Edit: for other possible users, the site for the driver is:
http://download.ebz.epson.net/dsc/search/01/search/searchModule
« Last Edit: January 19, 2013, 02:57:51 AM by satuser083 »