LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 09-26-2022, 10:18 PM   #1
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Rep: Reputation: 73
lsb version problem can't set up Epson printer


I want to set up my Epson L3251 printer in Ubuntu.

The Epson US webpage says I need lsb installed first. I did that, even though I don't know what it is!

dpkg says I need lsb >= 3.2 and fails.

Any tips on how to get this printer working please?

Quote:
pedro@pedro-512ssd:~$ lsb_release -a
LSB Version: core-11.1.0ubuntu4-noarchrinting-11.1.0ubuntu4-noarch:security-11.1.0ubuntu4-noarch
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
pedro@pedro-512ssd:~$
Now, following instructions here I try to install the .deb file I downloaded. (I don't think it is a proper .deb file)

Quote:
sudo dpkg -i ~/Downloads/epson-*.deb
But then I get:

Quote:
pedro@pedro-512ssd:~$ sudo dpkg -i ~/Downloads/epson-*.deb
Selecting previously unselected package epson-inkjet-printer-escpr:i386.
(Reading database ... 303849 files and directories currently installed.)
Preparing to unpack .../epson-inkjet-printer-escpr_1.7.21-1lsb3.2_i386.deb ...
Unpacking epson-inkjet-printer-escpr:i386 (1.7.21-1lsb3.2) ...
dpkg: dependency problems prevent configuration of epson-inkjet-printer-escpr:i386:
epson-inkjet-printer-escpr:i386 depends on lsb (>= 3.2).

dpkg: error processing package epson-inkjet-printer-escpr:i386 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
epson-inkjet-printer-escpr:i386
pedro@pedro-512ssd:~$
All I can do is:

Quote:
sudo apt --fix-broken install
 
Old 09-27-2022, 12:40 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,805

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Are you sure that the 32-bit package is appropriate for your system?

Epson Linux drivers are available from
https://download.ebz.epson.net/dsc/s...search/?OSC=LX
Enter 'L3251' as the model and look for the 'ESC/P-R Driver (generic driver)' packages > 'Download' > 'Accept' > 'epson-inkjet-printer-escpr_1.7.21-1lsb3.2_amd64.deb' package. Download and install that with your package manager.
 
Old 09-27-2022, 03:47 AM   #3
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Pedroski,

(c/o = Click on)

Install gdebi and lsb (you may have gdebi already installed)

Code:
sudo apt install gdebi lsb
Driver download link:
https://download.ebz.epson.net/dsc/s...search/?OSC=LX

Enter L3251 and c/o search icon.

These are the 2 drivers you require:

Printer driver (Epson Printer Utility):
epson-printer-utility_1.1.1-1lsb3.2_amd64.deb

Scanner driver (All-in-one package):
epsonscan2-bundle-6.6.40.0.x86_64.deb.tar.gz

Printer Driver > Epson Printer utility
c/o Download, c/o Accept.
Select this and c/o Download.

epson-printer-utility_1.1.1-1lsb3.2_amd64.deb

Open epson-printer-utility_1.1.1-1lsb3.2_amd64.deb with GDebi and install it.

Scanner driver > All-in-one package

c/o link for Package download page

c/o Download for [deb] 64bit(x86_64)

epsonscan2-bundle-6.6.42.0.x86_64.deb.tar.gz

Right click on this scanner driver and then open it with Archive Manager.
Click on Extract.
Click on Extract.
Click on Close.

Then open the resulting .deb folder with GDebi and install the scanner driver.

Printers > Add printer.

Last edited by beachboy2; 09-27-2022 at 08:22 AM.
 
Old 09-28-2022, 06:34 PM   #4
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
Thanks a lot!

On this laptop, everything worked fine, printer, scanner, DS-510 batch scanner, all work.

The problem is on my older Samsung, which I had to use while this was being fixed. (HDMI port was broken, they put in a new motherboard.)

The scanner installed fine for the L3251 on my Samsung, but the printer would not install, and imagescan for the batch scanner won't work, starts, but bits are missing!

When I get home I'll start the Samsung and follow your advice, thanks again!
 
Old 09-28-2022, 11:01 PM   #5
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
Partial success:

On the older Samsung, which now has Unbuntu 22.04 installed:

I got the printer utility, opened it with gdebi, it installed and worked. I can print.

The scanner package, though named a .deb is not .deb

It is a .tar.gz. Unpack it and you have a folder named epsonscan2-bundle-6.6.42.0.x86_64.deb, which contains an install.sh with "allow executing file as program" permissions.

I ran install.sh, no errors reported, but imagescan, which should handle the DS-510 batch scanner opens, but only the Quit button is working. Can't use it!

imagescan does not see the L3251 printer/scanner flatbed scanner at all, but xsane finds it and can use it! Strange!

On this HP, everything is working fine. This HP has Ubuntu 20.04!

Previously, the older Samsung had Ubuntu 18.04 and everything worked fine!

Any, thanks for the tips and advice.

I don't need to use the Samsung now. In a month or so, I will try again to get the scanners running on the Samsung. Some update or other may allow it to work!

Thanks!
 
Old 09-29-2022, 01:02 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Pedroski,

Did you try using Archive Manager on the tar.gz file?

epsonscan2-bundle-6.6.42.0.x86_64.deb.tar.gz

Right click on this scanner driver and then open it with Archive Manager.
Click on Extract.
Click on Extract.
Click on Close.

Then open the resulting .deb folder with GDebi and install the scanner driver.
 
Old 09-29-2022, 06:46 AM   #7
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
Oh yes, I did that, and gdebi complained, can't remember exactly, but

"this file may be corrupted"

It is not a .deb

Like I said, run the install.sh and it works in this laptop, just the older laptop with the newest Ubuntu doesn't work.

If I wait a while, it will probably work! Teething problems!
 
Old 09-29-2022, 10:54 AM   #8
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
This
Code:
imagescan does not see the L3251 printer/scanner flatbed scanner at all, but xsane finds it and can use it! Strange!
tells me it does work (just not for imagescan). Imagescan and xsane use different approaches to scanners and one may work but the other not.

If you depend on only one approach to a device then you may hit a roadblock while other approaches are wide open.

Why not use xsane since it does work?
 
Old 09-29-2022, 09:01 PM   #9
Pedroski
Senior Member
 
Registered: Jan 2002
Location: Nanjing, China
Distribution: Ubuntu 20.04
Posts: 2,116

Original Poster
Rep: Reputation: 73
Oh I do usually use xsane for single scans. It has a multipage function too, but that is not so convenient.

For multipage scanning I use the DS-510 batch scanner and imagescan, but that won't work on this Samsung with Ubuntu 22.04

After a few updates, it may work again!

I made my own little OMR programme, so when I give students some classwork or homework, I can mark it automatically.

But nowadays, I switched to using webpages and MySQL, no paper involved! Save the trees!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu 19.04. Epson printer XP-2100. Downloaded files from Epson site but printer doesn't print mattnorb Linux - Hardware 3 12-20-2019 08:18 AM
[SOLVED] I want to build "ELF 64-bit LSB shared object", not "ELF 64-bit LSB executable" matschr Red Hat 2 11-15-2010 11:55 AM
Building LSB compatible application with LSB SDK - lsbappchk fails gkiagia Programming 0 01-12-2007 05:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 11:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration