Posts: 4
Threads: 2
Joined: Apr 2021
Reputation:
0
I tried many different ways to install the Samsung M2070 Printer, USB and Network. But I get CUPS internal-server-error or something like that.
I'm using the latest LinuxLite. Firewall is disabled
Posts: 52
Threads: 25
Joined: Jan 2019
Reputation:
0
I also have a Samsung network printer, model M4070FR,
and have finally figured out a simple way to get it and the built in scanner to work.
First of all, to get the scanner to work, in the printers menu, select network,
ipv4, change from DHCP to static and give your printer a static address.
Then edit as root, /etc/sane.d/xerox_mfp.conf and add the line
tcp 192.168.x.xxx the x should be either a 1 or 2 depending on
your router's address, and the xxx is the static address you give the printer.
To install the printer:
Go to printers in the LL menu, add new printer, click on network printers, select your printer,
select postscript.Samsung, select generic driver, select postscript, then OK.
That should install the printer using the generic cups drivers and
you won't have to mess with installing Samsung drivers.
Posts: 4
Threads: 2
Joined: Apr 2021
Reputation:
0
04-12-2021, 02:18 AM
(This post was last modified: 04-12-2021, 02:28 AM by gimble guy.)
On MXLinux, it automatically setup the IPP everything is automatic. Not sure why the CUPS is like this in Linuxlite
here's the syslog:
Apr 12 12:22:28 Thermalite kernel: [ 160.887802] audit: type=1400 audit(1618194148.197:33): apparmor="DENIED" operation="open" profile="/usr/lib/cups/backend/cups-pdf" name="/etc/cups/" pid=2773 comm="cups-pdf" requested_mask="r" denied_mask="r" fsuid=0 ouid=0
Apr 12 12:22:28 Thermalite kernel: [ 160.893158] usblp2: removed
Apr 12 12:22:28 Thermalite kernel: [ 160.917423] usblp 7-2:1.1: usblp2: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x04E8 pid 0x3469
here's the output why running the system-config-printer software:
system-config-printer
/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:2236: DeprecationWarning: Gdk.threads_enter is deprecated
Gdk.threads_enter ()
Caught non-fatal exception. Traceback:
File "/usr/share/system-config-printer/newprinter.py", line 4241, in getNPPPD
ppd = cups.PPD(f)
RuntimeError: ppdOpenFile failed
Continuing anyway..
Caught non-fatal exception. Traceback:
File "/usr/share/system-config-printer/newprinter.py", line 1903, in setNPButtons
uri = self.getDeviceURI ()
File "/usr/share/system-config-printer/newprinter.py", line 3531, in getDeviceURI
type = self.device.type
AttributeError: 'NoneType' object has no attribute 'type'
Continuing anyway..
Caught non-fatal exception. Traceback:
File "/usr/share/system-config-printer/newprinter.py", line 4241, in getNPPPD
ppd = cups.PPD(f)
RuntimeError: ppdOpenFile failed
Continuing anyway..
Posts: 936
Threads: 24
Joined: Dec 2016
Reputation:
0
Have to leave for work... but maybe this would help.
https://blog.dzhuneyt.com/using-a-samsun...ntu-linux/
Could be for the printer only though... got to go, keep me posted.
- TheDead (TheUxNo0b)
If my blabbering was helpful, please click my [Thank] link.