Zollstocks
Anmeldungsdatum: 29. Juli 2015
Beiträge: 96
|
Moin,
dpkg -l *cups* lpr* | grep ii
ii bluez-cups 5.64-0ubuntu1 amd64 Bluetooth printer driver for CUPS
ii cups 2.4.1op1-1ubuntu4.1 amd64 Common UNIX Printing System(tm) - PPD/driver support, web interface
ii cups-browsed 1.28.15-0ubuntu1 amd64 OpenPrinting CUPS Filters - cups-browsed
ii cups-bsd 2.4.1op1-1ubuntu4.1 amd64 Common UNIX Printing System(tm) - BSD commands
ii cups-client 2.4.1op1-1ubuntu4.1 amd64 Common UNIX Printing System(tm) - client programs (SysV)
ii cups-common 2.4.1op1-1ubuntu4.1 all Common UNIX Printing System(tm) - common files
ii cups-core-drivers 2.4.1op1-1ubuntu4.1 amd64 Common UNIX Printing System(tm) - driverless printing
ii cups-daemon 2.4.1op1-1ubuntu4.1 amd64 Common UNIX Printing System(tm) - daemon
ii cups-filters 1.28.15-0ubuntu1 amd64 OpenPrinting CUPS Filters - Main Package
ii cups-filters-core-drivers 1.28.15-0ubuntu1 amd64 OpenPrinting CUPS Filters - Driverless printing
ii cups-ipp-utils 2.4.1op1-1ubuntu4.1 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.1 amd64 Common UNIX Printing System(tm) - PPD manipulation utilities
ii cups-server-common 2.4.1op1-1ubuntu4.1 all Common UNIX Printing System(tm) - server common files
ii libcups2:amd64 2.4.1op1-1ubuntu4.1 amd64 Common UNIX Printing System(tm) - Core library
ii libcupsfilters1:amd64 1.28.15-0ubuntu1 amd64 OpenPrinting CUPS Filters - Shared library
ii libcupsimage2:amd64 2.4.1op1-1ubuntu4.1 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
uwe@uwe-ThinkPad-P51:~$ dpkg -l libusb* | grep ii
ii libusb-1.0-0:amd64 2:1.0.25-1ubuntu2 amd64 userspace USB programming library
ii libusbmuxd6:amd64 2.0.2-3build2 amd64 USB multiplexor daemon for iPhone and iPod Touch devices - library
uwe@uwe-ThinkPad-P51:~$ 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
uwe@uwe-ThinkPad-P51:~$ dpkg -l | egrep hp
ii hplip 3.21.12+dfsg0-1 amd64 HP Linux Printing and Imaging System (HPLIP)
ii hplip-data 3.21.12+dfsg0-1 all HP Linux Printing and Imaging - data files
ii libhpmud0:amd64 3.21.12+dfsg0-1 amd64 HP Multi-Point Transport Driver (hpmud) run-time libraries
ii libsane-hpaio:amd64 3.21.12+dfsg0-1 amd64 HP SANE backend for multi-function peripherals
ii printer-driver-hpcups 3.21.12+dfsg0-1 amd64 HP Linux Printing and Imaging - CUPS Raster driver (hpcups)
ii printer-driver-postscript-hp 3.21.12+dfsg0-1 amd64 HP Printers PostScript Descriptions
ii python3-launchpadlib 1.10.16-1 all Launchpad web services client library (Python 3)
uwe@uwe-ThinkPad-P51:~$ dpkg -l | egrep 'iscan*|esci-*|epson'
uwe@uwe-ThinkPad-P51:~$ dpkg -l | egrep 'scangear*|cnij*'
$ systemctl --no-pager status cups*
● 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 Mon 2022-09-05 13:59:06 CEST; 9min ago
Main PID: 1311 (cups-browsed)
Tasks: 3 (limit: 38103)
Memory: 5.1M
CPU: 65ms
CGroup: /system.slice/cups-browsed.service
└─1311 /usr/sbin/cups-browsed
Sep 05 13:59:06 uwe-ThinkPad-P51 systemd[1]: Started Make remote CUPS printers available locally.
● cups.path - CUPS Scheduler
Loaded: loaded (/lib/systemd/system/cups.path; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-09-05 13:59:00 CEST; 9min ago
Triggers: ● cups.service
Sep 05 13:59:00 uwe-ThinkPad-P51 systemd[1]: Started CUPS Scheduler.
● cups.service - CUPS Scheduler
Loaded: loaded (/lib/systemd/system/cups.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-09-05 13:59:00 CEST; 9min ago
TriggeredBy: ● cups.path
● cups.socket
Docs: man:cupsd(8)
Main PID: 804 (cupsd)
Status: "Scheduler is running..."
Tasks: 2 (limit: 38103)
Memory: 6.9M
CPU: 38ms
CGroup: /system.slice/cups.service
├─ 804 /usr/sbin/cupsd -l
└─1344 /usr/lib/cups/notifier/dbus dbus:// ""
Sep 05 13:59:00 uwe-ThinkPad-P51 systemd[1]: Starting CUPS Scheduler...
Sep 05 13:59:00 uwe-ThinkPad-P51 systemd[1]: Started CUPS Scheduler.
● cups.socket - CUPS Scheduler
Loaded: loaded (/lib/systemd/system/cups.socket; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-09-05 13:59:00 CEST; 9min ago
Triggers: ● cups.service
Listen: /run/cups/cups.sock (Stream)
CGroup: /system.slice/cups.socket
Sep 05 13:59:00 uwe-ThinkPad-P51 systemd[1]: Listening on CUPS Scheduler.
uwe@uwe-ThinkPad-P51:~$ lpstat -t
Zeitplandienst läuft
keine systemvoreingestellten Ziele
Gerät für Kyocera_TASKalfa_3051ci: implicitclass://Kyocera_TASKalfa_3051ci/
Kyocera_TASKalfa_3051ci akzeptiert Anfragen seit Mo 05 Sep 2022 13:59:37 CEST
Drucker Kyocera_TASKalfa_3051ci ist im Leerlauf. Aktiviert seit Mo 05 Sep 2022 13:59:37 CEST
uwe@uwe-ThinkPad-P51:~$ lpinfo -v
file cups-brf:/
network ipps
network http
network ipp
serial serial:/dev/ttyS0?baud=115200
serial serial:/dev/ttyS4?baud=115200
network lpd
network socket
network beh
network https
direct hp
direct hpfax
network dnssd://Kyocera%20FS-2100DN._ipp._tcp.local/?uuid=4509a320-00fd-009a-0093-00251a51577a
network dnssd://Kyocera%20TASKalfa%203051ci._ipps._tcp.local/?uuid=4509a320-002b-006a-00ea-0025074e97f8
network ipp://Kyocera%20FS-2100DN._ipp._tcp.local/
network ipps://Kyocera%20TASKalfa%203051ci._ipps._tcp.local/
network socket://192.168.2.109
network socket://192.168.2.9
uwe@uwe-ThinkPad-P51:~$ hp-info -i
HP Linux Imaging and Printing System (ver. 3.21.12)
Device Information Utility ver. 5.2
Copyright (c) 2001-18 HP Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.
error: No device found that support this feature.
uwe@uwe-ThinkPad-P51:~$ uname -rm
5.15.0-47-generic x86_64
uwe@uwe-ThinkPad-P51:~$ lsusb
Bus 002 Device 003: ID 17ef:305b Lenovo Lenovo ThinkPad WS Dock
Bus 002 Device 002: ID 17ef:305a Lenovo Lenovo ThinkPad WS Dock
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 138a:0097 Validity Sensors, Inc.
Bus 001 Device 003: ID 04f2:b5ab Chicony Electronics Co., Ltd Integrated Camera
Bus 001 Device 006: ID 17ef:305b Lenovo Lenovo ThinkPad WS Dock
Bus 001 Device 004: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 001 Device 002: ID 17ef:305a Lenovo Lenovo ThinkPad WS Dock
Bus 001 Device 009: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 001 Device 008: ID 0765:5010 X-Rite, Inc. X-Rite Pantone Color Sensor
Bus 001 Device 007: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
uwe@uwe-ThinkPad-P51:~$ id
uid=1000(uwe) gid=1000(uwe) Gruppen=1000(uwe),4(adm),24(cdrom),27(sudo),30(dip),46(plugdev),122(lpadmin),134(lxd),135(sambashare)
uwe@uwe-ThinkPad-P51:~$ ls -l /etc/cups/ppd/*
-rw-r----- 1 root lp 14128 Sep 5 13:59 /etc/cups/ppd/Kyocera_TASKalfa_3051ci.ppd
Mein Problem: wenn ich drucken will, sind die Drucker im Netzwerk zwar sichtbar, aber nicht nutzbar.
Entweder wird die Information geleiefert, das der Drucker nicht antwortet oder der Druckauftrag bleibt für ewig im Spooler. Wie löse ich das Problem?
|
Zollstocks
(Themenstarter)
Anmeldungsdatum: 29. Juli 2015
Beiträge: 96
|
|
Webmark
Anmeldungsdatum: 10. Mai 2009
Beiträge: 375
|
Mein Netzwerkdrucker wird nach einer Neuinstallation auch erkannt, dennoch ist drucken erst möglich nachdem ich unter Zusätzliche Druckereinstellungen - eben den Netzwerkdrucker anzeigen lasse und im nächsten Schritt die entsprechenden Treiber installiere. Eventuell hilft dir dies weiter?
|
Zollstocks
(Themenstarter)
Anmeldungsdatum: 29. Juli 2015
Beiträge: 96
|
Leider nein.
Ich arbeite an zwei unterschiedlichen Arbeitsplätzen, beide mit einem kleinen Netzwerk über eine Fritz-Box.
Beim einen Platz kann ich auf die Drucker zugreifen, beim anderen nicht.
Kann es eine Einstellung der Fritz-Box sein, die mich hier ausbremst? Hier meine smb.conf:
#
# Sample configuration file for the Samba suite for Debian GNU/Linux.
#
#
# This is the main Samba configuration file. You should read the
# smb.conf(5) manual page in order to understand the options listed
# here. Samba has a huge number of configurable options most of which
# are not shown in this example
#
# Some options that are often worth tuning have been included as
# commented-out examples in this file.
# - When such options are commented with ";", the proposed setting
# differs from the default Samba behaviour
# - When commented with "#", the proposed setting is the default
# behaviour of Samba but the option is considered important
# enough to be mentioned here
#
# NOTE: Whenever you modify this file you should run the command
# "testparm" to check that you have not made any basic syntactic
# errors.
#======================= Global Settings =======================
[global]
## Browsing/Identification ###
# Change this to the workgroup/NT-domain name your Samba server will part of
workgroup = WORKGROUP
# server string is the equivalent of the NT Description field
server string = %h server (Samba, Ubuntu)
#### Networking ####
# The specific set of interfaces / networks to bind to
# This can be either the interface name or an IP address/netmask;
# interface names are normally preferred
; interfaces = 127.0.0.0/8 eth0
# Only bind to the named interfaces and/or networks; you must use the
# 'interfaces' option above to use this.
# It is recommended that you enable this feature if your Samba machine is
# not protected by a firewall or is a firewall itself. However, this
# option cannot handle dynamic or non-broadcast interfaces correctly.
; bind interfaces only = yes
#### Debugging/Accounting ####
# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m
# Cap the size of the individual log files (in KiB).
max log size = 1000
# We want Samba to only log to /var/log/samba/log.{smbd,nmbd}.
# Append syslog@1 if you want important messages to be sent to syslog too.
logging = file
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
####### Authentication #######
# Server role. Defines in which mode Samba will operate. Possible
# values are "standalone server", "member server", "classic primary
# domain controller", "classic backup domain controller", "active
# directory domain controller".
#
# Most people will want "standalone server" or "member server".
# Running as "active directory domain controller" will require first
# running "samba-tool domain provision" to wipe databases and create a
# new domain.
server role = standalone server
obey pam restrictions = yes
# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
unix password sync = yes
# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
pam password change = yes
# This option controls how unsuccessful authentication attempts are mapped
# to anonymous connections
map to guest = bad user
########## Domains ###########
#
# The following settings only takes effect if 'server role = classic
# primary domain controller', 'server role = classic backup domain controller'
# or 'domain logons' is set
#
# It specifies the location of the user's
# profile directory from the client point of view) The following
# required a [profiles] share to be setup on the samba server (see
# below)
; logon path = \\%N\profiles\%U
# Another common choice is storing the profile in the user's home directory
# (this is Samba's default)
# logon path = \\%N\%U\profile
# The following setting only takes effect if 'domain logons' is set
# It specifies the location of a user's home directory (from the client
# point of view)
; logon drive = H:
# logon home = \\%N\%U
# The following setting only takes effect if 'domain logons' is set
# It specifies the script to run during logon. The script must be stored
# in the [netlogon] share
# NOTE: Must be store in 'DOS' file format convention
; logon script = logon.cmd
# This allows Unix users to be created on the domain controller via the SAMR
# RPC pipe. The example command creates a user account with a disabled Unix
# password; please adapt to your needs
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
# This allows machine accounts to be created on the domain controller via the
# SAMR RPC pipe.
# The following assumes a "machines" group exists on the system
; add machine script = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u
# This allows Unix groups to be created on the domain controller via the SAMR
# RPC pipe.
; add group script = /usr/sbin/addgroup --force-badname %g
############ Misc ############
# Using the following line enables you to customise your configuration
# on a per machine basis. The %m gets replaced with the netbios name
# of the machine that is connecting
; include = /home/samba/etc/smb.conf.%m
# Some defaults for winbind (make sure you're not using the ranges
# for something else.)
; idmap config * : backend = tdb
; idmap config * : range = 3000-7999
; idmap config YOURDOMAINHERE : backend = tdb
; idmap config YOURDOMAINHERE : range = 100000-999999
; template shell = /bin/bash
# Setup usershare options to enable non-root users to share folders
# with the net usershare command.
# Maximum number of usershare. 0 means that usershare is disabled.
# usershare max shares = 100
# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
usershare allow guests = yes
#======================= Share Definitions =======================
# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home directory as \\server\username
;[homes]
; comment = Home Directories
; browseable = no
# By default, the home directories are exported read-only. Change the
# next parameter to 'no' if you want to be able to write to them.
; read only = yes
# File creation mask is set to 0700 for security reasons. If you want to
# create files with group=rw permissions, set next parameter to 0775.
; create mask = 0700
# Directory creation mask is set to 0700 for security reasons. If you want to
# create dirs. with group=rw permissions, set next parameter to 0775.
; directory mask = 0700
# By default, \\server\username shares can be connected to by anyone
# with access to the samba server.
# Un-comment the following parameter to make sure that only "username"
# can connect to \\server\username
# This might need tweaking when using external authentication schemes
; valid users = %S
# Un-comment the following and create the netlogon directory for Domain Logons
# (you need to configure Samba to act as a domain controller too.)
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; read only = yes
# Un-comment the following and create the profiles directory to store
# users profiles (see the "logon path" option above)
# (you need to configure Samba to act as a domain controller too.)
# The path below should be writable by all users so that their
# profile directory may be created the first time they log on
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
; write list = root, @lpadmin
|
kB
Supporter, Wikiteam
Anmeldungsdatum: 4. Oktober 2007
Beiträge: 7816
|
Zollstocks schrieb: […] Ich arbeite an zwei unterschiedlichen Arbeitsplätzen
Die natürlich unterschiedlich konfiguriert sein können. Zeige bitte von beiden jeweils die Ausgaben dieser Befehle:
hostname
uname -a
apt policy cups
lpstat -t beide mit einem kleinen Netzwerk über eine Fritz-Box
Was heißt das? Hat jeder Arbeitsplatz eine eigene Fritzbox oder gibt es eine gemeinsame Fritzbox? Wo und wie ist der Netzwerkdrucker an das Gesamtsystem angeschlossen?
|
Zollstocks
(Themenstarter)
Anmeldungsdatum: 29. Juli 2015
Beiträge: 96
|
kB schrieb: Zollstocks schrieb: […] Ich arbeite an zwei unterschiedlichen Arbeitsplätzen
Die natürlich unterschiedlich konfiguriert sein können. Zeige bitte von beiden jeweils die Ausgaben dieser Befehle:
hostname
uname -a
apt policy cups
lpstat -t
Hier der Arbeitsplatz mit den Problemen:
hostname
uwe-ThinkPad-P51
uwe@uwe-ThinkPad-P51:~$ uname -a
Linux uwe-ThinkPad-P51 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
uwe@uwe-ThinkPad-P51:~$ apt policy cups
cups:
Installiert: 2.4.1op1-1ubuntu4.1
Installationskandidat: 2.4.1op1-1ubuntu4.1
Versionstabelle:
*** 2.4.1op1-1ubuntu4.1 500
500 http://cc.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
100 /var/lib/dpkg/status
2.4.1op1-1ubuntu4 500
500 http://cc.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
uwe@uwe-ThinkPad-P51:~$ lpstat -t
Zeitplandienst läuft
keine systemvoreingestellten Ziele
Gerät für Kyocera_TASKalfa_3051ci: dnssd://Kyocera%20TASKalfa%203051ci._ipps._tcp.local/?uuid=4509a320-002b-006a-00ea-0025074e97f8
Kyocera_TASKalfa_3051ci akzeptiert Anfragen seit Do 15 Sep 2022 10:34:13 CEST
Drucker Kyocera_TASKalfa_3051ci ist im Leerlauf. Aktiviert seit Do 15 Sep 2022 10:34:13 CEST
Sleeping...
von anderen Platz kann ich im Moment keine Informationen liefern, denn:
beide mit einem kleinen Netzwerk über eine Fritz-Box
Was heißt das? Hat jeder Arbeitsplatz eine eigene Fritzbox oder gibt es eine gemeinsame Fritzbox?
jeder Platz hat eine eigene FritzBox - die beiden Plätze (einmal Daheim, einmal Büro) liegen gut 30 km voneinander entfernt...
Wo und wie ist der Netzwerkdrucker an das Gesamtsystem angeschlossen?
Es sind hier zwei Drucker, die beide über Lan im System angeschlossen sind.
Die Drucker sind nicht direkt an einen Rechner angeschlossen.
|
kB
Supporter, Wikiteam
Anmeldungsdatum: 4. Oktober 2007
Beiträge: 7816
|
Zollstocks schrieb: […] jeder Platz hat eine eigene FritzBox
In diesem Fall ist natürlich bedeutsam, wie die beiden Fritzboxen miteinander gekoppelt sind, ob beide als eigenständige Endpunkte im Internet arbeiten oder per VPN zu einem gemeinsamen Netzwerk gehören, wie die Firewalls konfiguriert sind usw.
|
Zollstocks
(Themenstarter)
Anmeldungsdatum: 29. Juli 2015
Beiträge: 96
|
kB schrieb: Zollstocks schrieb: […] jeder Platz hat eine eigene FritzBox
In diesem Fall ist natürlich bedeutsam, wie die beiden Fritzboxen miteinander gekoppelt sind, ob beide als eigenständige Endpunkte im Internet arbeiten oder per VPN zu einem gemeinsamen Netzwerk gehören, wie die Firewalls konfiguriert sind usw.
Die sind gar nicht miteinander gekoppelt.
Jede Box ist eigenständig.
|
kB
Supporter, Wikiteam
Anmeldungsdatum: 4. Oktober 2007
Beiträge: 7816
|
Zollstocks schrieb: […] Jede Box ist eigenständig.
Und wie siehst Du dann aus dem Netz hinter Fritzbox A die Drucker im Netz hinter Fritzbox B?
|
Zollstocks
(Themenstarter)
Anmeldungsdatum: 29. Juli 2015
Beiträge: 96
|
kB schrieb: Zollstocks schrieb: […] Jede Box ist eigenständig.
Und wie siehst Du dann aus dem Netz hinter Fritzbox A die Drucker im Netz hinter Fritzbox B?
gar nicht... Ich hatte mich wohl irgendwo weiter oben mißverständlich ausgedrückt. Darum drösel ich das mal auf:
Die beiden FritzBoxen haben keine Verbindung.
Das einzige gemeinsame Teil ist mein Laptop.
|
kB
Supporter, Wikiteam
Anmeldungsdatum: 4. Oktober 2007
Beiträge: 7816
|
Zollstocks schrieb: […]
Die beiden FritzBoxen haben keine Verbindung.
Das einzige gemeinsame Teil ist mein Laptop.
In dem Fall musst Du natürlich auf dem Laptop für die beiden Drucker daheim jeweils eine Warteschlange einrichten und für die beiden Drucker im Büro jeweils eine weitere Warteschlange, insgesamt also 4. Du kannst eine Warteschlange für daheim nicht im Büro benutzen und umgekehrt, selbst wenn die physischen Drucker baugleich sein sollten. Du kannst aber zusätzlich eine Warteschlange für daheim und eine Warteschlange für das Büro zu einer Klasse zusammenfassen und an beiden Orten auf diese Klasse drucken; CUPS sollte dann selbst jeweils den verfügbaren Drucker finden.
|
Zollstocks
(Themenstarter)
Anmeldungsdatum: 29. Juli 2015
Beiträge: 96
|
kB schrieb: Zollstocks schrieb: […]
Die beiden FritzBoxen haben keine Verbindung.
Das einzige gemeinsame Teil ist mein Laptop.
In dem Fall musst Du natürlich auf dem Laptop für die beiden Drucker daheim jeweils eine Warteschlange einrichten und für die beiden Drucker im Büro jeweils eine weitere Warteschlange, insgesamt also 4. Du kannst eine Warteschlange für daheim nicht im Büro benutzen und umgekehrt, selbst wenn die physischen Drucker baugleich sein sollten. Du kannst aber zusätzlich eine Warteschlange für daheim und eine Warteschlange für das Büro zu einer Klasse zusammenfassen und an beiden Orten auf diese Klasse drucken; CUPS sollte dann selbst jeweils den verfügbaren Drucker finden.
Ich vermute, Du vernutest etwas zu komplizert... Ich habe zwei getrennte Arbeitsplätze, halt einen daheim und einen im Büro.
Da packe ich meinen Laptop in die Dockingstation und fertig (ok, Wunschzustand...) Daheim ist das leben wunderbar, ich kann die beiden Drucker nutzen.
Im Büro halt leider nicht.
|
lubux
Anmeldungsdatum: 21. November 2012
Beiträge: 13293
|
Zollstocks schrieb: Es sind hier zwei Drucker, die beide über Lan im System angeschlossen sind.
Die Drucker sind nicht direkt an einen Rechner angeschlossen.
Wie ist im Büro, an deinem Laptop die Ausgabe von:
ip neighbor show
?
|
Zollstocks
(Themenstarter)
Anmeldungsdatum: 29. Juli 2015
Beiträge: 96
|
ip neighbor show
192.168.2.109 dev enp0s31f6 lladdr 00:c0:ee:d8:75:6e STALE
192.168.2.1 dev wlp4s0 lladdr 74:42:7f:39:24:45 STALE
192.168.2.1 dev enp0s31f6 lladdr 74:42:7f:39:24:45 REACHABLE
192.168.2.30 dev enp0s31f6 lladdr 14:b3:1f:03:f8:18 STALE
|
lubux
Anmeldungsdatum: 21. November 2012
Beiträge: 13293
|
Zollstocks schrieb: ip neighbor show
192.168.2.109 dev enp0s31f6 lladdr 00:c0:ee:d8:75:6e STALE
192.168.2.1 dev wlp4s0 lladdr 74:42:7f:39:24:45 STALE
192.168.2.1 dev enp0s31f6 lladdr 74:42:7f:39:24:45 REACHABLE
192.168.2.30 dev enp0s31f6 lladdr 14:b3:1f:03:f8:18 STALE
Du benutzt lan- und wlan-Verbindung gleichzeitig. Sind die IPs .30 und .109 die Drucker?
Wie sind die Ausgaben von:
route -n
ip route get 192.168.2.30
ip route get 192.168.2.109
ping -c 3 192.168.2.30
? Wenn Du drucken willst und es nicht funktioniert, kommt dann Traffic zwischen Laptop und Druckern zustande?
sudo tcpdump -c 300 -vvveni any host 192.168.2.30 or host 192.168.2.109
?
|