Wir drucken nicht sehr häufig, bislang ohne Probleme und ohne bewussten Eingriff unsererseits können wir nicht mehr drucken. Der Drucker ist am WLAN. Hier die gewünschten Infos:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 | btnl@btnl-box:~$ sudo dpkg -l *cups* lpr* | grep ii
[sudo] Passwort für btnl:
ii bluez-cups 5.64-0ubuntu1.3 amd64 Bluetooth printer driver for CUPS
ii cups 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - PPD/driver support, web interface
ii cups-browsed 1.28.15-0ubuntu1.3 amd64 OpenPrinting CUPS Filters - cups-browsed
ii cups-bsd 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - BSD commands
ii cups-client 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - client programs (SysV)
ii cups-common 2.4.1op1-1ubuntu4.11 all Common UNIX Printing System(tm) - common files
ii cups-core-drivers 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - driverless printing
ii cups-daemon 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - daemon
ii cups-filters 1.28.15-0ubuntu1.3 amd64 OpenPrinting CUPS Filters - Main Package
ii cups-filters-core-drivers 1.28.15-0ubuntu1.3 amd64 OpenPrinting CUPS Filters - Driverless printing
ii cups-ipp-utils 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - IPP developer/admin utilities
ii cups-pk-helper 0.2.6-1ubuntu5 amd64 PolicyKit helper to configure cups with fine-grained privileges
ii cups-ppdc 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - PPD manipulation utilities
ii cups-server-common 2.4.1op1-1ubuntu4.11 all Common UNIX Printing System(tm) - server common files
ii libcups2:amd64 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - Core library
ii libcupsfilters1:amd64 1.28.15-0ubuntu1.3 amd64 OpenPrinting CUPS Filters - Shared library
ii libcupsimage2:amd64 2.4.1op1-1ubuntu4.11 amd64 Common UNIX Printing System(tm) - Raster image library
ii printer-driver-hpcups 3.21.12+dfsg0-1 amd64 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii python3-cups:amd64 2.0.1-5build1 amd64 Python3 bindings for CUPS
ii python3-cupshelpers 1.5.16-0ubuntu3 all Python utility modules around the CUPS printing system
btnl@btnl-box:~$
|
| btnl@btnl-box:~$ sudo dpkg -l libusb* | grep ii
ii libusb-0.1-4:amd64 2:0.1.12-32build3 amd64 userspace USB programming library
ii libusb-1.0-0:amd64 2:1.0.25-1ubuntu2 amd64 userspace USB programming library
ii libusbmuxd4:amd64 1.1.0~git20171206.c724e70f-0.1 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library
ii libusbmuxd6:amd64 2.0.2-3build2 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library
btnl@btnl-box:~$
|
| btnl@btnl-box:~$ sudo dpkg -l | egrep Brother
ii printer-driver-brlaser 6-3 amd64 printer driver for (some) Brother laser printers
ii printer-driver-ptouch 1.6-2build1 amd64 printer driver Brother P-touch label printers
btnl@btnl-box:~$
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53 | btnl@btnl-box:~$ systemctl --no-pager status cups*
● cups.socket - CUPS Scheduler
Loaded: loaded (/lib/systemd/system/cups.socket; enabled; vendor preset: enabled)
Active: active (running) since Tue 2024-10-08 17:12:03 CEST; 19min ago
Triggers: ● cups.service
Listen: /run/cups/cups.sock (Stream)
CGroup: /system.slice/cups.socket
Okt 08 17:12:03 btnl-box systemd[1]: Listening on CUPS Scheduler.
● cups.path - CUPS Scheduler
Loaded: loaded (/lib/systemd/system/cups.path; enabled; vendor preset: enabled)
Active: active (running) since Tue 2024-10-08 17:12:03 CEST; 19min ago
Triggers: ● cups.service
Okt 08 17:12:03 btnl-box systemd[1]: Started CUPS Scheduler.
● cups-browsed.service - Make remote CUPS printers available locally
Loaded: loaded (/lib/systemd/system/cups-browsed.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2024-10-08 17:12:12 CEST; 19min ago
Main PID: 1557 (cups-browsed)
Tasks: 3 (limit: 18894)
Memory: 3.0M
CPU: 104ms
CGroup: /system.slice/cups-browsed.service
└─1557 /usr/sbin/cups-browsed
Okt 08 17:12:12 btnl-box systemd[1]: Started Make remote CUPS printers avai…lly.
● cups.service - CUPS Scheduler
Loaded: loaded (/lib/systemd/system/cups.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2024-10-08 17:12:05 CEST; 19min ago
TriggeredBy: ● cups.path
● cups.socket
Docs: man:cupsd(8)
Main PID: 850 (cupsd)
Status: "Scheduler is running..."
Tasks: 7 (limit: 18894)
Memory: 44.2M
CPU: 18.386s
CGroup: /system.slice/cups.service
├─ 850 /usr/sbin/cupsd -l
├─1090 /usr/lib/cups/notifier/dbus dbus:// ""
├─1094 /usr/lib/cups/notifier/dbus dbus:// ""
├─1095 /usr/lib/cups/notifier/dbus dbus:// ""
├─1096 /usr/lib/cups/notifier/dbus dbus:// ""
├─3118 /usr/lib/cups/notifier/dbus dbus:// ""
└─3119 /usr/lib/cups/notifier/dbus dbus:// ""
Okt 08 17:12:04 btnl-box systemd[1]: Starting CUPS Scheduler...
Okt 08 17:12:05 btnl-box systemd[1]: Started CUPS Scheduler.
Hint: Some lines were ellipsized, use -l to show in full.
btnl@btnl-box:~$
|
| btnl@btnl-box:~$ lpstat -t
Zeitplandienst läuft
keine systemvoreingestellten Ziele
Gerät für Brother_MFC_L2710DW_series: implicitclass://Brother_MFC_L2710DW_series/
Brother_MFC_L2710DW_series akzeptiert Anfragen seit Di 08 Okt 2024 17:22:24 CEST
Drucker Brother_MFC_L2710DW_series ist deaktiviert seit Di 08 Okt 2024 17:22:24 CEST -
No destination host name supplied by cups-browsed for printer "Brother_MFC_L2710DW_series", is cups-browsed running?
Brother_MFC_L2710DW_series-150 btnl 1024 Di 08 Okt 2024 10:33:32 CEST
btnl@btnl-box:~$
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14 | btnl@btnl-box:~$ lpinfo -v
file cups-brf:/
network lpd
network beh
network https
network ipps
network http
serial serial:/dev/ttyS0?baud=115200
network ipp
network socket
network dnssd://Brother%20MFC-L2710DW%20series._ipp._tcp.local/?uuid=e3248000-80ce-11db-8000-b422004cf3d8
network lpd://BRW900F0CD7A78D/BINARY_P1
network ipp://Brother%20MFC-L2710DW%20series._ipp._tcp.local/
btnl@btnl-box:~$
|
Ich kann von meinem Smartphone drucken und ich kann vom Linux-PC via Firefox eine Testseite auf dem Drucker ausgeben, was ich über die Ip-Adresse des Druckers anstoße.
Wenn ich die Fehlersuche starte, bekomme ich folgenden Hinweis: –> Bild 1 - nur stimmt der Hinweis nicht und da, wo ich etwas gefunden habe, kann ich nichts Passendes einstellen.
Weiterhin bekomme ich auch noch –> Bild 2 - das Häkchen kann ich setzten, aber es passiert nichts, es löscht sich wieder nach kurzer Zeit und vermutlich wird die Eingabe auch nicht an der Server gegeben.
Wir haben übrigens 2 Ubuntu-PCs mit absolut dem gleichen Verhalten, es ist also nicht Spezifisches, was nur einen PC betrifft.