Ok, but you haven’t yet reported the assigned IP address. That can be got from the information page or by examining the router’s list of connected devices. Help us help you!
From section “Network Information” of the printer information page:
IP address of the printer: 192.168.0.16
Mask: 255.255.255.0
Default Gateway: 192.168.0.1
Printer URI: ipp://192.168.0.16./ipp/printer
From section “Wireless Network Information”:
IP Address: 192.169.0.1
(sic! 169, not 168).
nmap:
sim@localhost:~> nmap 192.168.0.0/24
Starting Nmap 7.70 ( https://nmap.org ) at 2021-05-24 15:20 CEST
sim@localhost:~> ^C
(Nothing happens.)
sim@localhost:~> nmap -p 9100,515,631 192.168.0.0/24
Starting Nmap 7.70 ( https://nmap.org ) at 2021-05-24 15:22 CEST
Nmap scan report for 192.168.0.1
Host is up (0.0091s latency).
PORT STATE SERVICE
515/tcp filtered printer
631/tcp filtered ipp
9100/tcp filtered jetdirect
Nmap scan report for 192.168.0.10
Host is up (0.0075s latency).
PORT STATE SERVICE
515/tcp closed printer
631/tcp closed ipp
9100/tcp closed jetdirect
Nmap scan report for 192.168.0.11
Host is up (0.011s latency).
PORT STATE SERVICE
515/tcp closed printer
631/tcp closed ipp
9100/tcp closed jetdirect
Nmap scan report for 192.168.0.12
Host is up (0.00045s latency).
PORT STATE SERVICE
515/tcp closed printer
631/tcp closed ipp
9100/tcp closed jetdirect
Nmap scan report for 192.168.0.13
Host is up (0.015s latency).
PORT STATE SERVICE
515/tcp open printer
631/tcp open ipp
9100/tcp open jetdirect
Nmap scan report for 192.168.0.14
Host is up (0.021s latency).
PORT STATE SERVICE
515/tcp closed printer
631/tcp filtered ipp
9100/tcp filtered jetdirect
Nmap done: 256 IP addresses (6 hosts up) scanned in 3.66 seconds
sim@localhost:~>
Guys, thanks for help, it seems that I have solved the issue.
I pushed the connection-diode button on the printer for 10 sec. - printer information page was printed, with the new URI (with 0.13 in it).
I added the driver manually in YAST, by typing the URI (ipp://192. … ), choosing drivers for Samsung ML-2160 series.
And the printer has been successfully added - it accepts printing tasks flawlessly.
Somehow, auto detecting of the printer got down (it worked in the past), but manual printer installation, by typing the address in YAST made it.