Printer installed & recognised but can´t print > "check your printer configuration"

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Yugoslaw
Level 1
Level 1
Posts: 12
Joined: Sun Oct 10, 2021 1:19 pm

Printer installed & recognised but can´t print > "check your printer configuration"

Post by Yugoslaw »

Hi everybody! I´m new here, sorry for not have introduced myself first.
I started using Linux mint 20.2 Cinamon Desctop on my pc HP Elite 8000 SFF two weeks ago. No dual use,I decided to leave MS (WIN 10) entirely.
Starting with Linux as a beginner requires some time, but I do have it.

I have two issues:
1. System accepted my USB Keyboard&Mouse Genius KB-8000X/K, but numeric part does not work. For now, I can live with that.
2. I´m using Samsung Laser Printer with Scanner, Express M2070, connected via USB.
Scanner is working with Document Scanner.
Printer is found, recognised, but system "can not start printing, check your printer configuration".
I tried "system-config-printer", but this was the result:
/usr/share/system-config-printer/system-config-printer.py:315: DeprecationWarning: Gtk.ActionGroup.list_actions is deprecated
for action in printer_manager_action_group.list_actions ():
/usr/share/system-config-printer/system-config-printer.py:316: DeprecationWarning: Gtk.Action.set_sensitive is deprecated
action.set_sensitive (False)
/usr/share/system-config-printer/system-config-printer.py:324: DeprecationWarning: Gtk.ActionGroup.get_action is deprecated
act = printer_manager_action_group.get_action (action)
/usr/share/system-config-printer/system-config-printer.py:354: DeprecationWarning: Gtk.UIManager.ensure_update is deprecated
self.ui_manager.ensure_update ()
/usr/share/system-config-printer/system-config-printer.py:355: DeprecationWarning: Gtk.UIManager.get_accel_group is deprecated
self.PrintersWindow.add_accel_group (self.ui_manager.get_accel_group ())
/usr/share/system-config-printer/system-config-printer.py:364: DeprecationWarning: Gtk.UIManager.get_action is deprecated
action = self.ui_manager.get_action ("/new-printer")
/usr/share/system-config-printer/system-config-printer.py:365: DeprecationWarning: Gtk.Action.create_menu_item is deprecated
newprinteritem = action.create_menu_item ()
/usr/share/system-config-printer/system-config-printer.py:663: DeprecationWarning: Gtk.Action.get_proxies is deprecated
for widget in action.get_proxies ():
/usr/share/system-config-printer/system-config-printer.py:976: DeprecationWarning: urllib.parse.splittype() is deprecated as of 3.8, use urllib.parse.urlparse() instead
(scheme, rest) = urllib.parse.splittype (object.device_uri)
/usr/share/system-config-printer/system-config-printer.py:2236: DeprecationWarning: Gdk.threads_enter is deprecated
Gdk.threads_enter ()
/usr/share/system-config-printer/system-config-printer.py:2187: DeprecationWarning: Gdk.threads_leave is deprecated
Gdk.threads_leave ()

Can somebody help me with this, please. Depracated means like out dated, old, ...
What & how can I do? 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.
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Printer installed & recognised but can´t print > "check your printer configuration"

Post by brian_p »

Regarding the Express M2070: install ipp-usb and sane-airscan.

Code: Select all

apt install ipp-usb sane-airscan
Then, after re-plugging the printer to USB, give

Code: Select all

avahi-browse _ipp._tcp

Code: Select all

avahi-browse _uscan._tcp

Code: Select all

scanimage -L

Code: Select all

airscan-discover

Code: Select all

lpstat -t
--
Brian.
Yugoslaw
Level 1
Level 1
Posts: 12
Joined: Sun Oct 10, 2021 1:19 pm

Re: Printer installed & recognised but can´t print > "check your printer configuration"

Post by Yugoslaw »

Thanks Brian,
but not working.
After apt install ipp-usb sane-airscan
>
Reading package lists... Done
Building dependency tree
Reading state information... Done
ipp-usb is already the newest version (0.9.19-1+50.1).
sane-airscan is already the newest version (0.99.26-1+86.1).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Than, after re-plugged >
avahi-browse _uscan._tcp > nothing
<pre>Reading package lists... Done
Building dependency tree
Reading state information... Done
ipp-usb is already the newest version (0.9.19-1+50.1).
sane-airscan is already the newest version (0.99.26-1+86.1).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Re-plugged printer > apt install ipp-usb sane-airscan > nothing

Maybe the CUPS is a problem, since, when i try to configure usb-plugged printer, it's the CUPS localhost printer being suggested.
I tried to remove CUPS, but it's denied for me.
Some other suggestions?
Thank You very much in advance,
Riffy
brian_p
Level 9
Level 9
Posts: 2702
Joined: Thu Jan 17, 2019 9:20 am
Location: UK

Re: Printer installed & recognised but can´t print > "check your printer configuration"

Post by brian_p »

Yugoslaw wrote: Sun Oct 17, 2021 4:25 pm Thanks Brian,
but not working.
After apt install ipp-usb sane-airscan
>
Reading package lists... Done
Building dependency tree
Reading state information... Done
ipp-usb is already the newest version (0.9.19-1+50.1).
sane-airscan is already the newest version (0.99.26-1+86.1).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
That's the result of one of the commands I asked for.
Than, after re-plugged >
avahi-browse _uscan._tcp > nothing
That's the result of a second command.

The results of the other fourcommands I requested would be appreciated.

Also give

Code: Select all

lsusb -v | grep -A 3 bInterfaceClass.*7
--
Brian.
Yugoslaw
Level 1
Level 1
Posts: 12
Joined: Sun Oct 10, 2021 1:19 pm

Re: Printer installed & recognised but can´t print > "check your printer configuration"

Post by Yugoslaw »

Thanks again, Brian, I tried all of them, X times, system makes no move at all.

I'll do Your newest CMD as far, as I'm home and will report then...
Till then, have a nice day,
Riffy
Yugoslaw
Level 1
Level 1
Posts: 12
Joined: Sun Oct 10, 2021 1:19 pm

Re: Printer installed & recognised but can´t print > "check your printer configuration"

Post by Yugoslaw »

Hello, Brian, here the result of the newest command:

mediamarket@HP-Compaq-8100-Elite-SFF-PC:~$ lsusb -v | grep -A 3 bInterfaceClass.*7
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
Couldn't open device, some information will be missing
mediamarket@HP-Compaq-8100-Elite-SFF-PC:~$
Edit>
Hello, Brian!
Thanks for Your help, I finally managed to install my Samsung Xpress M2070. It works now.
> Re: install xpress m2070 drivers
Post by pdc_2 » Tue Jan 09, 2018 5:54 pm
pcdyck
Level 1
Level 1
Posts: 13
Joined: Sat Sep 04, 2021 6:25 pm

Re: Printer installed & recognised but can´t print > "check your printer configuration"

Post by pcdyck »

Hi Riffy,
Could you do us a big favor and post how you managed to get it working. I am having issues as well. Thank-you in advance! :D
pdc_2
Level 10
Level 10
Posts: 3019
Joined: Mon May 11, 2009 1:21 am

Re: Printer installed & recognised but can´t print > "check your printer configuration"

Post by pdc_2 »

I think this was the link he referred to: second post;

viewtopic.php?t=261202
Locked

Return to “Printers & Scanners”