sudo bash linux-brprinter-installer-2.2.6-0 HL-2240
ok when your in sudo su there is no need for sudo before the bash your already in super user so in terminal you type sudo su enter password i think the just type bash linux-brprinter-and rest of it
I tried that and no dice
so when you open settings then printer its blank?
correct, just says the sorry messge....
ok will have to wait for another to help im stumped at this point
I appreciate your time and valent effort
np wished it would of worked thats just wierd is all
I opened a zorin ticket, hopefully they have a known fix for it. There are quite a few printer issues listed in the forum.
when you got the download was the top one the utility?
linux, deb
think it says driver installer tool
correct
ok yep thats the right one
ya seems the printers are having troubles mine went right in brother 4100 fax
try this with computer on and usb pluged in unplug power cable from printer wait 15 secs then plug it back in
Searched the Linux Mint forum and found the following solution that fixed the printer issue:
https://forums.linuxmint.com/viewtopic.php?t=310426
sudo mv /etc/cups/cupsd.conf /etc/cups/cupsd.conf-orig
sudo cp /usr/share/cups/cupsd.conf.default /etc/cups/cupsd.conf
sudo systemctl start cups
How to reinstall CUPS after removing it?
As nobody has answered yet, I try to help you, but I don't know if the commands are the right ones.
On ubuntuusers.de are shown these commands for ubuntu 24.04 Zorin 18 is based on:
sudo apt install cups cups-client cups-bsd
You may also need those if you have removed them:
sudo apt install hplip printer-driver-gutenprint
The correct command in the solution should be
sudo cp /usr/share/cups/cupsd.conf.default /etc/cups/cupsd.conf