Moin,
ich habe zur Zeit meinen Laserdrucker an einem Raspberry 3B (Rasbian Buster 32Bit) mit CUPS laufen. Dazu habe ich damals diese Anleitung genutzt: https://mein-edv-blog.de/2021/03/04/ras…ther-hl-l2310d/
Das Setup läuft bis heute ohne Probleme, ich wollte den Raspberry 3B jetzt durch ein CM4 8GB austauschen und dadrauf zusätzlich Home Assistant laufen lassen.
Allerdings will der Drucker unter Debian Bullseye 64Bit nicht Drucken. Ich habe schon alle CUPS configs vom Raspberry 3B zum CM4 kopiert und auch schon die Logs verglichen.
Auf dem CM4 wird kein Fehler ausgespuckt, nirgends steht das der Druckauftrag nicht gesendet werden konnte oder dergleichen dmesg spuckt dieselben Meldungen aus wie auf dem Raspberry 3B, es wird halt einfach nichts gedruckt
Auch echo "TEST" | sudo tee /dev/usb/lp0 funktioniert nicht, der Befehl wird fehlerfrei ausgeführt es wird aber einfach nichts gedruckt.
Hier noch das access.log nach dem ich den Drucker nochmal neu hinzugefügt habe und versucht habe zu drucken:
localhost - - [02/Dec/2022:13:14:59 +0100] "POST /admin/ HTTP/1.1" 401 18074 CUPS-Add-Modify-Printer successful-ok
localhost - mietz [02/Dec/2022:13:14:59 +0100] "POST /admin/ HTTP/1.1" 200 18074 CUPS-Add-Modify-Printer successful-ok
192.168.1.22 - mietz [02/Dec/2022:13:14:59 +0100] "POST /admin HTTP/1.1" 200 2424 - -
192.168.1.22 - - [02/Dec/2022:13:16:01 +0100] "POST /printers/Brother_HL-L2310D_series HTTP/1.1" 200 179 Validate-Job successful-ok
192.168.1.22 - - [02/Dec/2022:13:16:21 +0100] "POST /printers/Brother_HL-L2310D_series HTTP/1.1" 200 5226 Validate-Job successful-ok
192.168.1.22 - - [02/Dec/2022:13:16:21 +0100] "POST /printers/Brother_HL-L2310D_series HTTP/1.1" 200 5182 Create-Job successful-ok
192.168.1.22 - - [02/Dec/2022:13:16:21 +0100] "POST /printers/Brother_HL-L2310D_series HTTP/1.1" 200 72800 Send-Document successful-ok
Und das error.log
W [02/Dec/2022:13:14:59 +0100] CreateProfile failed: org.freedesktop.ColorManager.AlreadyExists:profile id \'Brother_HL-L2310D_series-Gray..\' already exists
Und noch dmesg, die Meldung usblp0: removed, kommt auf dem RPI3 auch, ist wohl normal?
[Dec 2 13:12] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ +0.000000] Linux version 5.15.61-v8+ (dom@buildbot) (aarch64-linux-gnu-gcc-8 (Ubuntu/Linaro 8.4.0-3ubuntu1) 8.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022
[ +0.000000] random: crng init done
[ +0.000000] Machine model: Raspberry Pi Compute Module 4 Rev 1.0
[ +0.000000] efi: UEFI not found.
[ +0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB
[ +0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ +0.000000] Zone ranges:
[ +0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ +0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
[ +0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ +0.000000] Movable zone start for each node
[ +0.000000] Early memory node ranges
[ +0.000000] node 0: [mem 0x0000000000000000-0x000000003b3fffff]
[ +0.000000] node 0: [mem 0x0000000040000000-0x00000000fbffffff]
[ +0.000000] node 0: [mem 0x0000000100000000-0x00000001ffffffff]
[ +0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[ +0.000000] On node 0, zone DMA32: 19456 pages in unavailable ranges
[ +0.000000] On node 0, zone Normal: 16384 pages in unavailable ranges
[ +0.000000] percpu: Embedded 28 pages/cpu s77272 r8192 d29224 u114688
[ +0.000000] pcpu-alloc: s77272 r8192 d29224 u114688 alloc=28*4096
[ +0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ +0.000000] Detected PIPT I-cache on CPU0
[ +0.000000] CPU features: detected: Spectre-v2
[ +0.000000] CPU features: detected: Spectre-v3a
[ +0.000000] CPU features: detected: Spectre-v4
[ +0.000000] CPU features: detected: Spectre-BHB
[ +0.000000] CPU features: kernel page table isolation forced ON by KASLR
[ +0.000000] CPU features: detected: Kernel page table isolation (KPTI)
[ +0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ +0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2028848
[ +0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=E4:5F:01:6F:A8:57 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=ttyS0,115200 console=tty1 root=PARTUUID=0381fe34-02 rootfstype=ext4 fsck.repair=yes rootwait
[ +0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ +0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ +0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ +0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
[ +0.000000] Memory: 7668320K/8245248K available (11520K kernel code, 1956K rwdata, 4140K rodata, 3840K init, 974K bss, 249248K reserved, 327680K cma-reserved)
[ +0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ +0.000000] ftrace: allocating 38040 entries in 149 pages
[ +0.000000] ftrace: allocated 149 pages with 4 groups
[ +0.000000] trace event string verifier disabled
[ +0.000000] rcu: Preemptible hierarchical RCU implementation.
[ +0.000000] rcu: RCU event tracing is enabled.
[ +0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[ +0.000000] Trampoline variant of Tasks RCU enabled.
[ +0.000000] Rude variant of Tasks RCU enabled.
[ +0.000000] Tracing variant of Tasks RCU enabled.
[ +0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ +0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ +0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ +0.000000] Root IRQ handler: gic_handle_irq
[ +0.000000] GIC: Using split EOI/Deactivate mode
[ +0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10)
[ +0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[ +0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[ +0.000000] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ +0.000300] Console: colour dummy device 80x25
[ +0.000590] printk: console [tty1] enabled
[ +0.000081] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ +0.000041] pid_max: default: 32768 minimum: 301
[ +0.000151] LSM: Security Framework initializing
[ +0.000285] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ +0.000131] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ +0.001252] cgroup: Disabling memory control group subsystem
[ +0.002708] rcu: Hierarchical SRCU implementation.
[ +0.001128] EFI services will not be available.
[ +0.000549] smp: Bringing up secondary CPUs ...
[ +0.001146] Detected PIPT I-cache on CPU1
[ +0.000079] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ +0.001189] Detected PIPT I-cache on CPU2
[ +0.000051] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ +0.001141] Detected PIPT I-cache on CPU3
[ +0.000050] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ +0.000151] smp: Brought up 1 node, 4 CPUs
[ +0.000087] SMP: Total of 4 processors activated.
[ +0.000021] CPU features: detected: 32-bit EL0 Support
[ +0.000018] CPU features: detected: 32-bit EL1 Support
[ +0.000021] CPU features: detected: CRC32 instructions
[ +0.031614] CPU: All CPU(s) started at EL2
[ +0.000092] alternatives: patching kernel code
[ +0.001782] devtmpfs: initialized
[ +0.010680] Enabled cp15_barrier support
[ +0.000066] Enabled setend support
[ +0.000028] KASLR enabled
[ +0.000192] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ +0.000050] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ +0.009396] pinctrl core: initialized pinctrl subsystem
[ +0.000830] DMI not present or invalid.
[ +0.000704] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ +0.003648] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ +0.000320] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ +0.000918] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ +0.000113] audit: initializing netlink subsys (disabled)
[ +0.000309] audit: type=2000 audit(0.068:1): state=initialized audit_enabled=0 res=1
[ +0.000575] thermal_sys: Registered thermal governor 'step_wise'
[ +0.000216] cpuidle: using governor menu
[ +0.000304] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ +0.000208] ASID allocator initialised with 32768 entries
[ +0.000167] Serial: AMBA PL011 UART driver
[ +0.013184] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ +0.029793] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-08-26T14:03:16, variant start
[ +0.004021] raspberrypi-firmware soc:firmware: Firmware hash is 102f1e848393c2112206fadffaaf86db04e98326
[ +0.051195] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ +0.004291] vgaarb: loaded
[ +0.000436] SCSI subsystem initialized
[ +0.000215] usbcore: registered new interface driver usbfs
[ +0.000180] usbcore: registered new interface driver hub
[ +0.000081] usbcore: registered new device driver usb
[ +0.000396] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ +0.000208] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[ +0.000329] pps_core: LinuxPPS API ver. 1 registered
[ +0.000024] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ +0.000036] PTP clock support registered
[ +0.001436] clocksource: Switched to clocksource arch_sys_counter
[ +0.088548] VFS: Disk quotas dquot_6.6.0
[ +0.000123] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ +0.000177] FS-Cache: Loaded
[ +0.000256] CacheFiles: Loaded
[ +0.010807] NET: Registered PF_INET protocol family
[ +0.000999] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ +0.005720] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ +0.000118] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ +0.000045] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ +0.000488] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ +0.001053] TCP: Hash tables configured (established 65536 bind 65536)
[ +0.000344] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ +0.000161] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ +0.000422] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ +0.001066] RPC: Registered named UNIX socket transport module.
[ +0.000036] RPC: Registered udp transport module.
[ +0.000020] RPC: Registered tcp transport module.
[ +0.000019] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ +0.000028] PCI: CLS 0 bytes, default 64
[ +0.002804] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ +0.000357] kvm [1]: IPA Size Limit: 44 bits
[ +0.001189] kvm [1]: vgic interrupt IRQ9
[ +0.000280] kvm [1]: Hyp mode initialized successfully
[ +0.803471] Initialise system trusted keyrings
[ +0.000431] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ +0.006768] zbud: loaded
[ +0.001849] FS-Cache: Netfs 'nfs' registered for caching
[ +0.000727] NFS: Registering the id_resolver key type
[ +0.000052] Key type id_resolver registered
[ +0.000020] Key type id_legacy registered
[ +0.000113] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ +0.000027] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ +0.001217] Key type asymmetric registered
[ +0.000028] Asymmetric key parser 'x509' registered
[ +0.000092] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ +0.000273] io scheduler mq-deadline registered
[ +0.000026] io scheduler kyber registered
[ +0.008394] gpio-507 (ant1): hogged as output/high
[ +0.001445] gpio-511 (ant2): hogged as output/low
[ +0.001488] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ +0.000052] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ +0.000098] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ +0.000094] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x01ffffffff -> 0x0400000000
[ +0.048373] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ +0.000360] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ +0.000031] pci_bus 0000:00: root bus resource [bus 00-ff]
[ +0.000027] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ +0.000100] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ +0.000256] pci 0000:00:00.0: PME# supported from D0 D3hot
[ +0.003721] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ +0.000310] pci 0000:01:00.0: [144d:a808] type 00 class 0x010802
[ +0.000080] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[ +0.000426] pci 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ +0.003647] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ +0.000057] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ +0.000033] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600003fff 64bit]
[ +0.000053] pci 0000:00:00.0: PCI bridge to [bus 01]
[ +0.000031] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ +0.011928] iproc-rng200 fe104000.rng: hwrng registered
[ +0.000496] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ +0.001539] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ +0.012571] brd: module loaded
[ +0.009627] loop: module loaded
[ +0.000859] Loading iSCSI transport class v2.0-870.
[ +0.002426] nvme nvme0: pci function 0000:01:00.0
[ +0.000104] pci 0000:00:00.0: enabling device (0000 -> 0002)
[ +0.000056] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[ +0.003310] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ +0.000030] nvme nvme0: missing or invalid SUBNQN field.
[ +0.000105] nvme nvme0: Shutdown timeout set to 8 seconds
[ +0.012984] nvme nvme0: 4/0/0 default/read/poll queues
[ +0.007865] nvme0n1: p1 p2
[ +0.037033] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ +0.001150] usbcore: registered new interface driver r8152
[ +0.000079] usbcore: registered new interface driver lan78xx
[ +0.000079] usbcore: registered new interface driver smsc95xx
[ +0.026060] xhci-hcd fe9c0000.xhci: xHCI Host Controller
[ +0.000049] xhci-hcd fe9c0000.xhci: new USB bus registered, assigned bus number 1
[ +0.000349] xhci-hcd fe9c0000.xhci: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000000010010
[ +0.000151] xhci-hcd fe9c0000.xhci: irq 62, io mem 0xfe9c0000
[ +0.000270] xhci-hcd fe9c0000.xhci: xHCI Host Controller
[ +0.000032] xhci-hcd fe9c0000.xhci: new USB bus registered, assigned bus number 2
[ +0.000034] xhci-hcd fe9c0000.xhci: Host supports USB 3.0 SuperSpeed
[ +0.000385] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[ +0.000036] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ +0.000027] usb usb1: Product: xHCI Host Controller
[ +0.000021] usb usb1: Manufacturer: Linux 5.15.61-v8+ xhci-hcd
[ +0.000022] usb usb1: SerialNumber: fe9c0000.xhci
[ +0.000670] hub 1-0:1.0: USB hub found
[ +0.000080] hub 1-0:1.0: 1 port detected
[ +0.000667] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ +0.000286] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[ +0.000034] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ +0.000026] usb usb2: Product: xHCI Host Controller
[ +0.000021] usb usb2: Manufacturer: Linux 5.15.61-v8+ xhci-hcd
[ +0.000022] usb usb2: SerialNumber: fe9c0000.xhci
[ +0.000601] hub 2-0:1.0: USB hub found
[ +0.000075] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
[ +0.000487] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ +0.000433] dwc_otg: FIQ enabled
[ +0.000012] dwc_otg: NAK holdoff enabled
[ +0.000010] dwc_otg: FIQ split-transaction FSM enabled
[ +0.000013] Module dwc_common_port init
[ +0.000577] usbcore: registered new interface driver uas
[ +0.000135] usbcore: registered new interface driver usb-storage
[ +0.000255] mousedev: PS/2 mouse device common for all mice
[ +0.005243] sdhci: Secure Digital Host Controller Interface driver
[ +0.000037] sdhci: Copyright(c) Pierre Ossman
[ +0.000653] sdhci-pltfm: SDHCI platform and OF driver helper
[ +0.003678] ledtrig-cpu: registered to indicate activity on CPUs
[ +0.000620] hid: raw HID events driver (C) Jiri Kosina
[ +0.000210] usbcore: registered new interface driver usbhid
[ +0.000025] usbhid: USB HID core driver
[ +0.000369] ashmem: initialized
[ +0.006354] NET: Registered PF_PACKET protocol family
[ +0.000153] Key type dns_resolver registered
[ +0.001147] registered taskstats version 1
[ +0.000052] Loading compiled-in X.509 certificates
[ +0.000691] Key type ._fscrypt registered
[ +0.000029] Key type .fscrypt registered
[ +0.000019] Key type fscrypt-provisioning registered
[ +0.011823] uart-pl011 fe201000.serial: there is not valid maps for state default
[ +0.000337] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ +0.000190] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2
[ +0.008991] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ +0.000478] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ +0.001196] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ +0.000033] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ +0.030122] of_cfs_init
[ +0.000153] of_cfs_init: OK
[ +0.034056] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ +0.051079] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ +0.000147] VFS: Mounted root (ext4 filesystem) readonly on device 259:2.
[ +0.001742] devtmpfs: mounted
[ +0.008334] Freeing unused kernel memory: 3840K
[ +0.000231] Run /sbin/init as init process
[ +0.000021] with arguments:
[ +0.000009] /sbin/init
[ +0.000009] with environment:
[ +0.000009] HOME=/
[ +0.000009] TERM=linux
[ +0.007091] mmc0: new DDR MMC card at address 0001
[ +0.001146] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB
[ +0.003116] mmcblk0: p1
[ +0.000451] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB
[ +0.000572] mmcblk0boot0: mmc0:0001 AJTD4R 4.00 MiB
[ +0.002860] mmcblk0boot1: mmc0:0001 AJTD4R 4.00 MiB
[ +0.002331] mmcblk0rpmb: mmc0:0001 AJTD4R 4.00 MiB, chardev (242:0)
[ +0.066673] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[ +0.023232] systemd[1]: System time before build time, advancing clock.
[ +0.123363] usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
[ +0.000081] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ +0.019588] NET: Registered PF_INET6 protocol family
[ +0.001944] Segment Routing with IPv6
[ +0.000058] In-situ OAM (IOAM) with IPv6
[ +0.022732] hub 1-1:1.0: USB hub found
[ +0.000123] hub 1-1:1.0: 4 ports detected
[ +0.021282] systemd[1]: systemd 247.3-7+deb11u1 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[ +0.000988] systemd[1]: Detected architecture arm64.
[ +0.004106] systemd[1]: Set hostname to <home-pi>.
[ +0.324761] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
[ +0.102010] usb 1-1.1: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
[ +0.000063] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ +0.000029] usb 1-1.1: Product: ConBee II
[ +0.000022] usb 1-1.1: Manufacturer: dresden elektronik ingenieurtechnik GmbH
[ +0.000023] usb 1-1.1: SerialNumber: DE2213184
[ +0.071910] systemd[1]: Configuration file /etc/systemd/system/pi-lcd.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[ +0.065960] usb 1-1.2: new high-speed USB device number 4 using xhci-hcd
[ +0.028483] systemd[1]: Queued start job for default target Multi-User System.
[ +0.018953] systemd[1]: Created slice system-getty.slice.
[ +0.002654] systemd[1]: Created slice system-modprobe.slice.
[ +0.002314] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ +0.001899] systemd[1]: Created slice User and Session Slice.
[ +0.000850] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ +0.000903] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ +0.001406] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ +0.000543] systemd[1]: Reached target Local Encrypted Volumes.
[ +0.000560] systemd[1]: Reached target Slices.
[ +0.000396] systemd[1]: Reached target Swap.
[ +0.001368] systemd[1]: Listening on Syslog Socket.
[ +0.000993] systemd[1]: Listening on fsck to fsckd communication Socket.
[ +0.000687] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ +0.001451] systemd[1]: Listening on Journal Audit Socket.
[ +0.001206] systemd[1]: Listening on Journal Socket (/dev/log).
[ +0.001245] systemd[1]: Listening on Journal Socket.
[ +0.001399] systemd[1]: Listening on Network Service Netlink Socket.
[ +0.003342] systemd[1]: Listening on udev Control Socket.
[ +0.001120] systemd[1]: Listening on udev Kernel Socket.
[ +0.001360] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ +0.005008] systemd[1]: Mounting POSIX Message Queue File System...
[ +0.005824] systemd[1]: Mounting RPC Pipe File System...
[ +0.006583] systemd[1]: Mounting Kernel Debug File System...
[ +0.006663] systemd[1]: Mounting Kernel Trace File System...
[ +0.001072] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ +0.002612] usb 1-1.2: New USB device found, idVendor=04f9, idProduct=009a, bcdDevice= 1.00
[ +0.000067] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ +0.000028] usb 1-1.2: Product: HL-L2310D series
[ +0.000022] usb 1-1.2: Manufacturer: Brother
[ +0.000021] usb 1-1.2: SerialNumber: E78096A9N841081
[ +0.003783] systemd[1]: Starting Restore / save the current clock...
[ +0.007341] systemd[1]: Starting Set the console keyboard layout...
[ +0.006896] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ +0.006378] systemd[1]: Starting Load Kernel Module configfs...
[ +0.005931] systemd[1]: Starting Load Kernel Module drm...
[ +0.005992] systemd[1]: Starting Load Kernel Module fuse...
[ +0.002483] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ +0.006545] systemd[1]: Starting File System Check on Root Device...
[ +0.011744] systemd[1]: Starting Journal Service...
[ +0.009118] systemd[1]: Starting Load Kernel Modules...
[ +0.008188] systemd[1]: Starting Coldplug All udev Devices...
[ +0.007512] systemd[1]: Starting Uncomplicated firewall...
[ +0.018450] systemd[1]: Mounted POSIX Message Queue File System.
[ +0.001384] systemd[1]: Mounted RPC Pipe File System.
[ +0.001388] systemd[1]: Mounted Kernel Debug File System.
[ +0.001392] systemd[1]: Mounted Kernel Trace File System.
[ +0.003281] systemd[1]: Finished Restore / save the current clock.
[ +0.003441] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ +0.002316] systemd[1]: modprobe@configfs.service: Succeeded.
[ +0.006453] systemd[1]: Finished Load Kernel Module configfs.
[ +0.004394] systemd[1]: Finished Uncomplicated firewall.
[ +0.000966] i2c_dev: i2c /dev entries driver
[ +0.007509] systemd[1]: Mounting Kernel Configuration File System...
[ +0.009595] systemd[1]: Started File System Check Daemon to report status.
[ +0.009252] systemd[1]: Finished Load Kernel Modules.
[ +0.001451] systemd[1]: Mounted Kernel Configuration File System.
[ +0.007214] systemd[1]: Starting Apply Kernel Variables...
[ +0.038660] fuse: init (API version 7.34)
[ +0.004742] systemd[1]: modprobe@fuse.service: Succeeded.
[ +0.001535] systemd[1]: Finished Load Kernel Module fuse.
[ +0.010593] systemd[1]: Mounting FUSE Control File System...
[ +0.009939] systemd[1]: Finished Apply Kernel Variables.
[ +0.004905] systemd[1]: Mounted FUSE Control File System.
[ +0.065812] systemd[1]: modprobe@drm.service: Succeeded.
[ +0.001355] systemd[1]: Finished Load Kernel Module drm.
[ +0.125922] systemd[1]: Started Journal Service.
[ +0.260728] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
[ +0.123057] systemd-journald[135]: Received client request to flush runtime journal.
[ +0.003032] systemd-journald[135]: File /var/log/journal/ce03388205f04450826fc2c01856984d/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ +0.434165] usblp 1-1.2:1.0: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04F9 pid 0x009A
[ +0.069150] usbcore: registered new interface driver usblp
[ +0.370033] mc: Linux media interface: v0.10
[ +0.239133] videodev: Linux video capture interface: v2.00
[ +0.001001] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ +0.000870] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ +0.005015] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ +0.014143] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ +0.000043] [vc_sm_connected_init]: start
[ +0.022844] [vc_sm_connected_init]: installed successfully
[ +0.036994] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ +0.039014] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
[ +0.000348] usbcore: registered new interface driver cdc_acm
[ +0.000017] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ +0.005725] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ +0.010038] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ +0.022382] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ +0.021673] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ +0.000068] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ +0.004098] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ +0.009317] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.
[ +0.001945] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ +0.000055] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ +0.000798] bcm2835_audio bcm2835_audio: there is not valid maps for state default
[ +0.010344] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ +0.000086] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ +0.006270] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ +0.008929] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ +0.000056] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ +0.014623] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ +0.000823] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ +0.000664] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ +0.000563] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ +0.000047] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ +0.013258] rpivid feb10000.codec: Device registered as /dev/video19
[ +0.016086] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ +0.000051] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ +0.000022] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ +0.000019] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ +0.000016] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ +0.007257] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ +0.001723] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ +0.015601] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ +0.022420] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ +0.000051] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ +0.000023] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ +0.000018] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ +0.000016] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ +0.014165] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ +0.784786] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ +0.013842] Registered IR keymap rc-cec
[ +0.004586] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ +0.000551] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input0
[ +0.109807] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ +0.006933] Registered IR keymap rc-cec
[ +0.000234] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ +0.000231] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input1
[ +0.005835] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ +0.018223] Registered IR keymap rc-cec
[ +0.000597] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ +0.000253] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input2
[ +0.003897] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ +0.000513] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ +0.000373] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0.000329] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0.000299] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0.000270] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0.000323] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0.014711] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ +0.000269] vc4-drm gpu: [drm] Cannot find any crtc or sizes
[ +0.248081] usb 1-1.1: USB disconnect, device number 3
[ +0.111316] 8021q: 802.1Q VLAN Support v1.8
[ +0.077970] uart-pl011 fe201000.serial: no DMA platform data
[ +0.108459] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ +0.021605] usb 1-1.1: new full-speed USB device number 5 using xhci-hcd
[ +0.010971] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ +0.006587] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ +0.014658] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k SSFS
[ +0.069912] usb 1-1.1: New USB device found, idVendor=1cf1, idProduct=0030, bcdDevice= 1.00
[ +0.000041] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ +0.000017] usb 1-1.1: Product: ConBee II
[ +0.000014] usb 1-1.1: Manufacturer: dresden elektronik ingenieurtechnik GmbH
[ +0.000014] usb 1-1.1: SerialNumber: DE2213184
[ +0.016059] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ +0.001802] bcmgenet fd580000.ethernet eth0: Link is Down
[ +0.041762] cdc_acm 1-1.1:1.0: ttyACM0: USB ACM device
[ +1.986258] bcmgenet fd580000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
[ +5.367716] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ +0.004587] Bridge firewalling registered
[ +0.265660] Initializing XFRM netlink socket
[ +17.689933] cam-dummy-reg: disabling
[Dec 2 13:14] usblp0: removed
[ +0.005381] usblp 1-1.2:1.0: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04F9 pid 0x009A
[Dec 2 13:16] usblp0: removed
[ +1.032271] usblp 1-1.2:1.0: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04F9 pid 0x009A
[Dec 2 13:17] usblp0: removed
[ +1.013285] usblp 1-1.2:1.0: usblp0: USB Bidirectional printer dev 4 if 0 alt 0 proto 2 vid 0x04F9 pid 0x009A
Display More
lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 004: ID 04f9:009a Brother Industries, Ltd HL-L2310D series
Bus 001 Device 005: ID 1cf1:0030 Dresden Elektronik ZigBee gateway [ConBee II]
Bus 001 Device 002: ID 0424:2514 Microchip Technology, Inc. (formerly SMSC) USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Ich weiß nicht wirklich weiter. Habt ihr eine Idee wo ich hier noch nach Fehlern suchen kann?