Epson XP-320 Printer Problem [SOLVED]

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Jonathan17

Epson XP-320 Printer Problem [SOLVED]

Post by Jonathan17 »

I can't get Linux to recognize my Epson XP-320 printer. I can't print from any of my OfficeLibre applications. Does anyone know what I need to do to remedy this problem? Thanks.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
minitux

Re: Epson XP-320 Printer Problem

Post by minitux »

Here, there are driver (.deb) for the Printer (i386 for 32 bit and amd64 for 64 bit)
http://download.ebz.epson.net/dsc/du/02 ... 445c7fe63b

first, as istruction install lsb

Code: Select all

sudo apt-get install lsb

Here, the .deb for scanner
http://support.epson.net/linux/en/iscan ... sion=1.0.4

after the install, try to configure the printer from system settings
Jonathan17

Re: Epson XP-320 Printer Problem

Post by Jonathan17 »

Looks like the download for the printer does an auto-extract and run. The scanner doesn't. I tried the commands to get the scanner to install, but no luck. Any help is appreciated.
minitux

Re: Epson XP-320 Printer Problem

Post by minitux »

You can download the .deb for scanner and save it

It saved by default in /home/user/Downloads , when You have download the file, clic right Button mouse and choose open with gdebi
Jonathan17

Re: Epson XP-320 Printer Problem

Post by Jonathan17 »

When I try to install the scanner, I get the attached error message. I chose the Mint version, 64 bit. Thanks.

Screenshot from 2017-11-17 17-06-46.png
minitux

Re: Epson XP-320 Printer Problem

Post by minitux »

Ok, I did not see it, it is an archive that contains .deb, you need to extract and install it, but do it more easily using the install.sh file that installs everything automatically.

Use these commands to download the archive and extract and then install the packages.

Code: Select all

wget https://download2.ebz.epson.net/iscan/general/deb/x64/iscan-bundle-1.0.4.x64.deb.tar.gz

Code: Select all

tar -zxvf iscan-bundle-1.0.4.x64.deb.tar.gz

Code: Select all

cd iscan-bundle-1.0.4.x64.deb && sudo ./install.sh
Jonathan17

Re: Epson XP-320 Printer Problem

Post by Jonathan17 »

Thank you. All seems to be working now.
minitux

Re: Epson XP-320 Printer Problem [SOLVED]

Post by minitux »

Nice :) bye
Locked

Return to “Hardware Support”