LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-06-2021, 12:25 PM   #16
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 299

Original Poster
Rep: Reputation: 16

I haven’t been able to find any CUPS 2.2.12 .deb package to use for a manual upgrade...
 
Old 02-06-2021, 02:47 PM   #17
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,840

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Quote:
Originally Posted by globetrotterdk View Post
Hmmm. Interesting. I assumed that the IP address was static on the printer, from when I set it in Win 10. However:

Code:
$ ping SEC8425197B7B79.local
PING SEC8425197B7B79.local (192.168.0.103) 56(84) bytes of data.
64 bytes from 192.168.0.103 (192.168.0.103): icmp_seq=1 ttl=64 time=14.9 ms
64 bytes from 192.168.0.103 (192.168.0.103): icmp_seq=2 ttl=64 time=2.36 ms
Code:
$ ping 192.168.0.103
PING 192.168.0.103 (192.168.0.103) 56(84) bytes of data.
64 bytes from 192.168.0.103: icmp_seq=1 ttl=64 time=4.64 ms
64 bytes from 192.168.0.103: icmp_seq=2 ttl=64 time=2.57 ms
64 bytes from 192.168.0.103: icmp_seq=3 ttl=64 time=4.33 ms
Ok, that reads like progress, so the VPN was the cause of this connectivity issue.

FWIW, many admins prefer assigning static IP addresses to printers (and other peripheral devices) on the LAN. However, if you manage the DHCP server (often provided by the router in SOHO environments), then best to leave the printer as DHCP assigned address, and use IP address reservation in the router itself. Easier to manage from one place than from each device.
 
Old 02-06-2021, 02:49 PM   #18
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,840

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Now (without the VPN active), what is reported by lpstat?
Code:
lpstat -t
Also, can you now print a test page successfully?
 
Old 02-06-2021, 03:16 PM   #19
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,840

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Quote:
Originally Posted by globetrotterdk View Post
I received a message from bchemnet, that runs the Samsung Unified Linux Driver Repository, regarding my issue:



I have CUPS 2.2.10-6+deb10u4 installed on my system. I know that the devs at MXLinux patched their own solution from Debian testing, so I (possibly incorrectly) assume that getting the relevant commit backported isn't an option, so how do I manually update CUPS to 2.2.12? I couldn't find it in buster-backports and testing has 2.3.3op1-7...
Ok, your feedback here concurs with this bchemnet.com thread...

Quote:
This problem is related to the CUPS issue reported here:
https://github.com/apple/cups/issues/5562

The gist is that CUPS is making changes that are not compatible with the Samsung drivers. CUPS 2.2.11 has recently been patched to restore working behavior for Samsung printers, but there is no guarantee that will remain true. Debian inherited the problematic change in 2.2.10-4 and it may remain as of 2.2.10-6. If you are using a Debian-based distribution and still have this problem, report it to the bug tracker and reference the CUPS issue above.

This is all related to a complete change in the way that CUPS handles printer drivers, as described here:
https://www.cups.org/blog/2018-06-06...velopment.html

The gist is that printers that do not use IPP, and/or that use custom drivers such as the Samsung driver, and at risk of no longer working after CUPS 2.3 is released (although they will likely continue working for some unknown amount of time after the initial release). Some of the newer Samsung-branded printers support IPP, so will not necessarily be affected by the changes. I do not know what the long-term implications are for continuing to provide this repository and the associated drivers.
 
Old 02-07-2021, 03:36 AM   #20
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 299

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by ferrari View Post
Now (without the VPN active), what is reported by lpstat?
Code:
lpstat -t
Code:
$ lpstat -t
scheduler is running
system default destination: Samsung_C43x_Series_SEC8425197B7B79_
device for Samsung_C43x_Series_SEC8425197B7B79_: ipp://SEC8425197B7B79.local:631/ipp/print
Samsung_C43x_Series_SEC8425197B7B79_ accepting requests since Sun 07 Feb 2021 11:27:45 AM EET
printer Samsung_C43x_Series_SEC8425197B7B79_ is idle.  enabled since Sun 07 Feb 2021 11:27:45 AM EET
Quote:
Originally Posted by ferrari View Post
Also, can you now print a test page successfully?
Yes, although I get the following errors when I open "print settings - localhost":

Code:
Option 'orientation-requested' has value '0' and cannot be edited.
Option 'print-quality' has value '0' and cannot be edited.
 
Old 02-07-2021, 03:43 AM   #21
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,840

Rep: Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148Reputation: 1148
Quote:
Originally Posted by globetrotterdk View Post
Code:
$ lpstat -t
scheduler is running
system default destination: Samsung_C43x_Series_SEC8425197B7B79_
device for Samsung_C43x_Series_SEC8425197B7B79_: ipp://SEC8425197B7B79.local:631/ipp/print
Samsung_C43x_Series_SEC8425197B7B79_ accepting requests since Sun 07 Feb 2021 11:27:45 AM EET
printer Samsung_C43x_Series_SEC8425197B7B79_ is idle.  enabled since Sun 07 Feb 2021 11:27:45 AM EET


Yes, although I get the following errors when I open "print settings - localhost":

Code:
Option 'orientation-requested' has value '0' and cannot be edited.
Option 'print-quality' has value '0' and cannot be edited.
As long as the print job is successful, is that really a problem though?
 
Old 02-07-2021, 04:25 AM   #22
globetrotterdk
Member
 
Registered: Nov 2006
Posts: 299

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by ferrari View Post
As long as the print job is successful, is that really a problem though?
No. To recap, here is where I am at. I have reconfigured my firewall so that I can successfully print either using WiFi or Ethernet without any problems. However, my VPN blocks contact to my printer either using WiFi or Ethernet. I have tried

Code:
$ nordvpn whitelist add subnet 192.168.0.0/24
but now I get

Code:
$ ping SEC8425197B7B79.local
ping: SEC8425197B7B79.local: Name or service not known
rather than

Code:
$ ping SEC8425197B7B79.local
PING SEC8425197B7B79.local (192.168.0.103) 56(84) bytes of data.
ping: sendmsg: Operation not permitted
Not sure what to do about that, and I need my VPN enabled, whenever my computer is on. With the printer connected to my computer with a USB cable, I continue to get an SPL ERROR: 11-1114 error code.

OK, got it. The problem was that I had used a different whitelist configuration, removed it, and then used the above command to add to the whitelist, and didn't reboot before I tried pinging again. Now that I have rebooted the system, everything seems to be working fine when using WiFi or Ethernet. I have my firewall, I have my VPN and I can print. No USB connection, but I can live with this. I will mark this solved. Thanks for all the help, ferrari.

Last edited by globetrotterdk; 02-07-2021 at 07:34 AM.
 
  


Reply

Tags
buster, ethernet, printer, usb, wifi



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
Samsung Xpress C430w Printer tommurray Linux - Hardware 2 08-06-2019 10:47 PM
trouble installing samsung sl-c430w on ubuntu studio 18.04 jmsg311bd Linux - Newbie 1 01-21-2019 05:06 AM
mc4695MF prints test page fine, but application print are hazardous (OK/blank page) hardt68 Linux - Hardware 0 04-25-2014 07:44 PM
HP PS7150: text doesn't print in OOO and Abiword!, but I can print test page & w MzFF gabba Mandriva 6 10-31-2005 11:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

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