Category: Print

GUN Linux Debian13: how to install setup printer how to fix problem cups can not print not printing on brother 9460CDN “The printer is in use” job withheld
07.07.2025

in theory GNU Linux support is (mostly) pretty well done by brother’s setup.sh script the user can get from here: the script: wget https://download.brother.com/welcome/dlf006893/linux-brprinter-installer-2.2.4-1.gz # be root su – root # unpack gunzip linux-brprinter-installer-2.2.4-1 # then chmod +x linux-brprinter-installer-2.2.4-1 then […]

GNU Linux Debian 11 – How to setup Brother QL 600 LabelPrinter
13.07.2022

it’s a two part process: 1. install the drivers (thanks all involved great work 🙂 su – root apt update apt install printer-driver-ptouch 2. install the printer via cups web browser interface http://localhost:631/ or: https://localhost:631/ -> Administration -> Add Printer […]

debian centos cups – set default printer and print from bash terminal command line
22.09.2019

terminal/bash/no gui version: hostnamectl; # tested on Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 4.15.9 Architecture: x86-64 # with software installed yum list installed|grep cups cups.x86_64 1:1.6.3-35.el7 @base cups-client.x86_64 1:1.6.3-35.el7 @base cups-filesystem.noarch 1:1.6.3-35.el7 @base cups-filters.x86_64 […]

debian and cups rename printer
08.01.2019

if you print from a laptop at home at at office, and it happens you have the same printer model here and there, you might to want to distinguish between them by name. # become root sudo bash # backup […]

13.02.2018

somtimes it is easier to land on the moon… than install a printer… [root@centos user]# hostnamectl Static hostname: centos.template Icon name: computer-desktop Chassis: desktop Operating System: CentOS Linux 7 (Core) CPE OS Name: cpe:/o:centos:centos:7 Kernel: Linux 4.15.1 Architecture: x86-64 Epson_Stylus_SX510W […]

GNU Linux debian gnome2 mate with cups – adding new printer – automatic printer driver search – dysfunctional crash – how to set default (system wide) paper size and also in LibreOffice
15.06.2017

what printers have good GNU Linux support? https://dwaves.de/2022/05/19/gnu-linux-debian-11-brother-hl-5450dn-reliable-black-and-white-laser-printer-that-works-out-of-the-box-with-cups-filter-those-laser-printers/ how to set default paper size/format? how to set default (system wide) paper size? (creditz) theoretically it should be set here: (creditz) /etc/papersize simply by: echo “a4” > /etc/papersize thats how users […]

GNU Linux -> Debian -> MATE Gnome2 install setup config Printer
08.08.2016

su – root apt-get update; apt-get install iceweasel; # without browser you can not access the cups webinterface apt-get install cups cups-client “foomatic-db”; # install cups system itself plus extra drivers apt-get install system-config-printer; adding the ML-6060 (USB only) printer […]