Back to CUPS.
So, I can see the CUPS pages on Firefox but neither on Dillo nor on NetSurf:
tc@box:~$ dillo
paths: Cannot open file '/home/tc/.dillo/keysrc': No such file or directory
paths: Using /usr/local/etc/dillo/keysrc
paths: Cannot open file '/home/tc/.dillo/domainrc': No such file or directory
paths: Using /usr/local/etc/dillo/domainrc
Domain: Default accept.
dillo_dns_init: Here we go! (threaded)
TLS library: OpenSSL 3.2.0 23 Nov 2023
Cookies: rule 'ALLOW_SESSION' for domain 'thedarkpools.com' is not recognised.
Cookies: rule 'ALLOW_SESSION' for domain 'mobyticktrading.com' is not recognised.
Disabling cookies.
paths: Cannot open file '/home/tc/.dillo/hsts_preload': No such file or directory
paths: Using /usr/local/etc/dillo/hsts_preload
** WARNING **: preferred sans-serif font "DejaVu Sans" not found.
** WARNING **: preferred serif font "DejaVu Serif" not found.
** WARNING **: preferred monospace font "DejaVu Sans Mono" not found.
** WARNING **: preferred cursive font "DejaVu Sans" not found.
** WARNING **: preferred fantasy font "DejaVu Sans" not found.
Nav_open_url: new url='about:splash'
Nav_open_url: new url='localhost:631/admin'
Dpi_get_server_port: can't read server port from dpid.
Nav_open_url: new url='http://localhost:631/admin'
Dns_server [0]: localhost is 127.0.0.1
Connecting to 127.0.0.1:631
NumPendingStyleSheets=1
HTTP warning: Message with a body lacked Content-Type header.
Nav_open_url: new url='http://localhost:631/admin'
Connecting to 127.0.0.1:631
a_Nav_expect_done: reload!
HTTP warning: Message with a body lacked Content-Type header.
Nav_open_url: new url='http://localhost:631/admin/'
Connecting to 127.0.0.1:631
HTTP warning: Message with a body lacked Content-Type header.
Dillo: normal exit!
Since there is not any recent version of Firefox for older CPUs, I decided to set the printer via command line, either loading the ppd file from the home dir and copying it manually to the cups ppd dir:
root@box:/home/tc# lpadmin -p Samsung_ML-1210 -E -m /home/tc/Generic-GDI_Printer-gdi.ppd -v usb://Samsung/ML-1210
lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.
lpadmin: Unable to copy PPD file.
root@box:/home/tc# lpadmin -p Samsung_ML-1210 -E -m /usr/local/etc/cups/ppd/Generic-GDI_Printer-gdi.ppd -v usb://Samsung/ML-1210
lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.
lpadmin: Unable to copy PPD file.
root@box:/home/tc# lpadmin -p Samsung_ML-1210 -E -m Generic-GDI_Printer-gdi.ppd -v usb://Samsung/ML-1210
lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS.
lpadmin: Unable to copy PPD file.
What did I lose?
Many thanks