LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-10-2023, 07:22 PM   #1
747spokes
LQ Newbie
 
Registered: Apr 2023
Location: Devon, UK.
Posts: 5

Rep: Reputation: 0
Problem with CUPS request for user name and password rejection when trying to setup an Epson Printer on Linux Mint ?


I've just installed Linux Mint 21.1 and am trying to install an Epson WF2750 printer. I cannot get past the Common Unix Printing System (CUPS) section where it asks for my user name and password. I know my username and password for this install of Linux Mint is definitely correct but the CUPS system refuses to accept it so I cant proceed with the installation. The panel where the user name and password is requested simply repeats its self with the data boxes that I have typed in the correct user name and password empty. I expect this has been covered before in this forum but I cannot find it. I dont want to use windows any more if I can avoid it and all that I have read about Linux is that it is far superior. I just want to learn how to use it!! Could some kind person help with an easily understood explanation of all the steps that I need to take. Thankyou. PS cant find a similar thread.
 
Old 04-10-2023, 09:08 PM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,801

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Perhaps this thread will be of help...
https://forums.linuxmint.com/viewtopic.php?t=356026
 
Old 04-10-2023, 09:39 PM   #3
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,801

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Also, perhaps check that the user is a member of the lpadmin group first
Code:
groups
then the primary user should be able to set up a printer without admin credentials.

https://unityconstruct.org/uc/node/960
https://www.fosslinux.com/61850/how-...-on-ubuntu.htm
 
Old 04-11-2023, 05:25 PM   #4
747spokes
LQ Newbie
 
Registered: Apr 2023
Location: Devon, UK.
Posts: 5

Original Poster
Rep: Reputation: 0
Problem with CUPS request for user name and password rejection when trying to setup an Epson Printer on Linux Mint ?

Hi Ferrari, thanks for your replies but still struggling to get the job done. However I found that by simply connecting the printer with a usb cable to the Linux Mint laptop the printer is recognised and seems to be installed. However it does not print correctly - only black and no colour. Maybe there are correct drivers for this printer, Epson WF2750, to run correctly, including its scanner capability, when connected to Linux Mint and not windows? Regarding the username and password problem with the CUPS facility - what is this root user name and password that is mentioned. Sorry to be a bit dense. Also are you saying that I should be a member of the lpadmin group whatever that is??
 
Old 04-11-2023, 06:35 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,801

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Quote:
Originally Posted by 747spokes View Post
Hi Ferrari, thanks for your replies but still struggling to get the job done. However I found that by simply connecting the printer with a usb cable to the Linux Mint laptop the printer is recognised and seems to be installed.
Yes, udev makes that happen "automagically" when the USB-connected device is plugged in.

Quote:
However it does not print correctly - only black and no colour. Maybe there are correct drivers for this printer, Epson WF2750, to run correctly, including its scanner capability, when connected to Linux Mint and not windows?
We can investigate that. With the printer connected, run the following commands
Code:
lpstat -t
Get the driver (PPD) info using
Code:
sudo egrep -i "name|model|filter" /etc/cups/ppd/*
and share that output here. Please enclose the output within [code]...[/code] tags (or refer to the '#' button in the advanced forum editor). That should provide enough info to determine if the correct driver is in use.

Quote:
Regarding the username and password problem with the CUPS facility - what is this root user name and password that is mentioned. Sorry to be a bit dense.
Some distros have a root user account set up, but Ubuntu distros and its derivatives don't employ this approach. They use the sudo approach instead.

Quote:
Also are you saying that I should be a member of the lpadmin group whatever that is??
Yes, if you want to be able to be a CUPS administrator. Then providing your user credentials to CUPS when necessary should be sufficient.

BTW, the CUPS admin group is defined here...
Code:
grep -i sys /etc/cups/cups-files.conf

Last edited by ferrari; 04-11-2023 at 06:38 PM.
 
Old 04-21-2023, 06:06 AM   #6
747spokes
LQ Newbie
 
Registered: Apr 2023
Location: Devon, UK.
Posts: 5

Original Poster
Rep: Reputation: 0
Hi Ferrari, Sorry to have not been in contact since your gratefully received advice. However I still could not get past the user name and password problem that I was having when trying to progress via CUPS. In the meantime I found on another forum called ubuntuforums.org where at following address I found the correct code to paste into the Linux Mint command screen and to my amazement the driver etc seemed to download and install itself and I then found that I have my WF2750 printer installed and working ok with all black and all colours!!

https://ubuntuforums.org/showthread.php?t=2349479

The code that I inserted is as follows: sudo apt-get install printer-driver-escpr

After I had installed the software the Linux listed the printer as follows: Epson Inkjet Printer Driver (ESC/P-R) for Linux. I also found reference to EPWF-2750 Series PPD Driver version 1.1

I've no idea where the driver was downloaded to but anyway at leaset it seems to be doing the job. For anyone else looking for a driver for the Epson WF2750 running in Linux Mint that code is all that is needed.
Thanks again for your help. I am wondering where I can find a driver for the scanner function of the same printer.
Regards, Simon.
 
Old 04-21-2023, 09:39 AM   #7
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
747spokes,

Go to:
https://www.epson.co.uk/en_GB/suppor...ected-os=Linux

Linux Scanner Driver > Accept > Package Download Page > select deb 64-bit

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

Open the above with Archive Manager > Extract > Extract > Close.

If the folder is on Desktop, install the deb package using:
Code:
cd Desktop
sudo dpkg -i epsonscan2-bundle-6.7.43.0.x86_64.deb

Last edited by beachboy2; 04-21-2023 at 01:31 PM.
 
Old 04-21-2023, 01:21 PM   #8
747spokes
LQ Newbie
 
Registered: Apr 2023
Location: Devon, UK.
Posts: 5

Original Poster
Rep: Reputation: 0
beachboy2 many thanks for your rapid response. I will try this.
 
Old 04-22-2023, 05:08 PM   #9
747spokes
LQ Newbie
 
Registered: Apr 2023
Location: Devon, UK.
Posts: 5

Original Poster
Rep: Reputation: 0
Unable to install epsonscan2-bundle-6.7.43.0.x86_64.deb.tar.gz

To beachboy2. Again thanks for your advice. I went to the epson website https://www.epson.co.uk/en_GB/suppor...ected-os=Linux and followed through with your instructions. Finally getting to the point of pasting the code <sudo dpkg -i epsonscan2-bundle-6.7.43.0.x86_64.deb> into the command screen of my linux mint installed operating system. But that is as far as I can get. Ive put the extracted software in its folder on my desktop. But the response is always the same with the statement that: dpkg: error: cannot access archive 'Desktop/epsonscan2-bundle-6.7.43.0.x86_64.deb' No such file or directory.
or a slightly different version: dpkg: error: cannot access archive 'epsonscan2-bundle-6.7.43.0.x86_64.deb' No such file or directory.
I have attached a photo of the linuc mint command input screens results of a couple of attempts to install.
I expect that I am making some sort of amateurs mistake and I wonder if you can correct me. Thanks.
Attached Thumbnails
Click image for larger version

Name:	IMG_20230422_221330.jpg
Views:	5
Size:	102.8 KB
ID:	40888  
 
Old 04-23-2023, 02:38 AM   #10
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
747spokes,

Sorry about that.

Right click on that deb folder on your Desktop and click on "Open with other Application".

Highlight "GDebi" and click on "Open".


EDIT:

Another way is:

Code:
cd Desktop
cd epsonscan2-bundle-6.7.43.0.x86_64.deb
sudo ./install.sh

Last edited by beachboy2; 04-23-2023 at 03:07 AM.
 
  


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] Epson L120 Doesn't Print with Error: "/opt/epson-inkjet-printer-201310w/cups/lib/filt malekmustaq Linux - Newbie 3 09-08-2014 02:43 PM
I cant log in to my Linux Mint user account using my user name and password itstraining Linux - Newbie 11 04-26-2012 07:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:39 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