How can I get the RIGHT to print my personal documents as before?
Since the last Kernel update, there are many errors in the logs about scanners, bluetooth, Plasma but above all I need a password to print on my personal printer.
Printing is systematically put on hold.
That should not be required these days. Udev should care of that for USB-connected printer and scanner access. For network-connected devices it is irrelevant in any case.
More information needed here, but to start with please show
I discovered that ALL old kernels were removed despite protecting the zypp.conf file from chattr. It has ZERO restart options.
This is a big joke on a Linux system.
No possibility of falling back to a previous kernel to manage current affairs.
The user is not respected. It looks like Microsoft to be mistaken.
This is not the first time that I have noticed that configuration files are overridden by OpenSuse installations.
The GUI restarts in a loop since my initial message and I don’t feel like I’m on Linux.
If I wanted to start from the command line, I would have chosen a command line distribution and not a graphical one.
Leave us some backup kernels and respect us!
@phil524
No lp is alone in his group. This must have already been the case before.
# lpstat -t
scheduler is running
system default destination: DeskJet_3700
device for DeskJet_3700: hp:/net/DeskJet_3700_series?ip=192.168.1.72
device for HP_Color_LaserJet_MFP_M277dw: hp:/net/HP_Color_LaserJet_MFP_M277dw?ip=192.168.1.157
DeskJet_3700 accepting requests since Tue Feb 27 18:31:02 2024
HP_Color_LaserJet_MFP_M277dw accepting requests since Sat Mar 4 17:56:46 2023
printer DeskJet_3700 disabled since Tue Feb 27 18:31:02 2024 -
reason unknown
printer HP_Color_LaserJet_MFP_M277dw is idle. enabled since Sat Mar 4 17:56:46 2023
DeskJet_3700-76 sylvain 872448 Tue Feb 27 18:30:57 2024
#scanimage -L
device `hpaio:/net/DeskJet_3700_series?ip=192.168.1.72' is a Hewlett-Packard DeskJet_3700_series all-in-one
device `hpaio:/net/HP_Color_LaserJet_MFP_M277dw?ip=192.168.1.157' is a Hewlett-Packard HP_Color_LaserJet_MFP_M277dw all-in-one
# cat /etc/cups/printers.conf
# Printer configuration file for CUPS v2.4.7
# Written by cupsd
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
NextPrinterId 3
<DefaultPrinter DeskJet_3700>
PrinterId 2
UUID urn:uuid:07631831-1fb4-3e5f-62a1-6c9bcf8c9ccc
Info HP Deskjet 3700 Series, hpcups 3.23.12
Rental
MakeModel HP Deskjet 3700 Series, hpcups 3.23.12
DeviceURI hp:/net/DeskJet_3700_series?ip=192.168.1.72
State Stopped
StateTime 1709055062
ConfigTime 1709054990
Reason paused
Type 4108
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
AllowUser troubleshooting
AllowUser sylvain
OpPolicy default
ErrorPolicy stop-printer
</DefaultPrinter>
<Printer HP_Color_LaserJet_MFP_M277dw>
PrinterId 1
UUID urn:uuid:28c93fa9-61be-3f42-7c71-8d8dcedfef91
Info
Rental
MakeModel HP Color LaserJet Pro MFP M277 Postscript (recommended)
DeviceURI hp:/net/HP_Color_LaserJet_MFP_M277dw?ip=192.168.1.157
State Idle
StateTime 1677949006
ConfigTime 1677950382
Type 8425500
Accepting Yes
Shared Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
AllowUser troubleshooting
AllowUser sylvain
OpPolicy default
ErrorPolicy stop-printer
</Printer>
Yes I know it is disabled.
I can’t reactivate it permanently because it systematically deactivates and goes back to pause.
I must not know how to do this or I’m not using the right command.
Even the local cups interface produces this result.
This is the reason for my message.
Ok, but stay on topic. The ranting does not encourage assistance. More definitive diagnostic information is required.
First cancel any existing/stale jobs with
sudo cancel -a
Re-enable the printer, either via the CUPS web interface or
sudo cupsenable DeskJet_3700
Remove the existing CUPS error log
sudo rm -f /var/log/cups/error_log
Send a print job to that printer eg
lp -d DeskJet_3700 /path/to/foo.pdf
Examine/share the error log. It can be quite lengthy, so consider using pastebin or susepaste for this. You can filter the verbose output with something like
@deano_ferrari
I don’t see a rant. I just see words spoken with courtesy and with a tinge of annoyance. Perhaps it is the translation that does not reflect the accuracy of my words.
All the threads this evening clearly indicate that there is a problem with this kernel.
# egrep -iA3 "filter|error|failed" /var/log/cups/error_log
grep: /var/log/cups/error_log: No such file or directory
The printer has paused and cannot be reactivated.
The root password is still requested for each action whereas this was not the case before.
Printing without effect.