### Describe the bug
I've Titled this as such, since currently in the Raspberry… Pi OS distribution, we are currently running kernel 5.15.76-v8+. I've been testing the newer kernels all the way up to the current stable, kernel 6.1.1. Yesterday, I tested kernel 6.0.14 and all the previous kernels in that series worked as predictably as one would expect. However, I noticed something out of the ordinary, while testing kernel 6.1.1 and some of the rc kernels of that release. I've noticed that the file, /sys/class/thermal/thermal_zone0/temp is missing it no longer exists with these 6.1 kernel versions.
To be precise, /sys/class/thermal does exist, however, the files, thermal_zone0/temp do not, any longer. Obviously, I'll be taking this report to the Linux Kernel team to see if they have any insights as to why this is, but I thought I'd bring this observation here as well. Kernel 6.1.1 runs very well on Raspberry Pi OS and I wouldn't have even noticed the missing files had I not written a script to report the temperatures of my Raspberry Pi's. My script depended upon the files located withing /sys/class/thermal/thermal_zone0/temp and I was alerted to the differences between all the other kernels moving towards the 6.1 series and presumably, all the others thereafter.
Now, measuring the temperature of the Raspberry Pi can also be easily done using vcgencmd measure_temp, which still works with the new kernel 6.1.1 even with the aforementioned missing files. I've checked the configuration files of 5.15.76-v8+, 6.0.14 and 6.1.1 and except for minor differences between progressive updates, the configurations are essentially comparable.
I'm bringing this observation to the parties concerned, since it is an issue, that, if not already met, will be so in future Linux kernel experimentation. I'm merely, trying to find the answers as to why this change has just only now occurred and my question is, is it something that has occurred by accident, or is it a deliberate act by all the developers involved, shaping a new path.
Let me say, that my original current system kernel, version 5.15.76-v8+, is still intact and I can and do shift between kernels as I continue my experiments and discoveries. I'm merely wondering if anyone else who like hacking and working with kernels have noticed this revelation and I'd like to hear the experiences.
### Steps to reproduce the behaviour
In order to reproduce the behavior/behaviour, one would have to first build the kernel version 6.1.1 obviously, it requires some steps to do so if the kernel involved, is to work on Raspberry Pi's. I have been using a rather unorthodox method to build my kernels. I'm sure there are many ways to do so, and I'd love to hear as many of them as there are. However, the method I use, although, I think the methods may not be relevant, is to mimic the process used by the Arch Linux Arm, Manjaro Linux Arm and Gentoo Linux Arm teams. I simply modify their scripts to suit my own ends build the kernels and install them in such a way as to not be intrusive on my Raspberry Pi OS system. I then observe the kernel and test for stability, instability or anything extraordinary.
If the method used to build the kernel is deemed relevant, I will of course, gladly revel the process used, but I think that many people here may already know several ways to do so. I think my main points of concern, have already been listed in the paragraphs above, and I simply wished to pass on my observations, hear yours and gain some insight which will also allow me to articulate, what I'm observing. I hope I'll get some replies soon. I do like puzzles, so I'll be sorting this one out, until I have some answers. That is to say, even now, I'm still building and rebuilding this most recent kernel, on different Raspberry Pi's, running on different distributions and observing the results.
From what, relatively, small data I've amassed thus far, I'm willing to conclude, that the changes observed, has it's sources, originating from the Linux Kernel development teams and while the changes I've observed are only affecting just a few missing files that once existed, my concern is why did this occur and how many other changes are happening that are still yet unknown. Thanks for your time and I'll be paying attention to this board, in hopes of some replies and answers. Thank you.
### Device (s)
Raspberry Pi 4 Mod. B
### System
Raspberry Pi reference 2022-09-22
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 005a8c73b05a2cab394073150208bf4f069e861a, stage4
Oct 26 2022 11:09:05
Copyright (c) 2012 Broadcom
version c72ad6b26ff40c91ef776b847436094ee63fabee (clean) (release) (start)
Linux dracosnovem 6.1.1-v8 #1 SMP PREEMPT Thu Dec 22 16:51:09 UTC 2022 aarch64 GNU/Linux
### Logs
[dec22 13:16] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ +0,000000] Linux version 6.1.1-v8 (markie@freedombox) (gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Thu Dec 22 16:51:09 UTC 2022
[ +0,000000] random: crng init done
[ +0,000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
[ +0,000000] efi: UEFI not found.
[ +0,000000] Reserved memory: created CMA memory pool at 0x000000000fc00000, size 256 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-0x000000001fefffff]
[ +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: 256 pages in unavailable ranges
[ +0,000000] On node 0, zone Normal: 16384 pages in unavailable ranges
[ +0,000000] percpu: Embedded 29 pages/cpu s78504 r8192 d32088 u118784
[ +0,000000] pcpu-alloc: s78504 r8192 d32088 u118784 alloc=29*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 erratum 1742098
[ +0,000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ +0,000000] alternatives: applying boot alternatives
[ +0,000000] Built 1 zonelists, mobility grouping on. Total pages: 1918724
[ +0,000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:B0:2C:A2 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000 console=ttyS0,115200 console=tty1 root=PARTUUID=f5aa8dba-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
[ +0,000000] Unknown kernel command line parameters "splash", will be passed to user space.
[ +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: area num 4.
[ +0,000000] software IO TLB: mapped [mem 0x000000000bc00000-0x000000000fc00000] (64MB)
[ +0,000000] Memory: 7295020K/7797760K available (11968K kernel code, 2068K rwdata, 3652K rodata, 4096K init, 1076K bss, 240596K reserved, 262144K cma-reserved)
[ +0,000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ +0,000000] ftrace: allocating 38710 entries in 152 pages
[ +0,000000] ftrace: allocated 152 pages with 3 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] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ +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,000360] Console: colour dummy device 80x25
[ +0,000064] printk: console [tty1] enabled
[ +0,000069] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ +0,000026] pid_max: default: 32768 minimum: 301
[ +0,000131] LSM: Security Framework initializing
[ +0,000299] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ +0,000144] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ +0,001345] cgroup: Disabling memory control group subsystem
[ +0,002277] cblist_init_generic: Setting adjustable number of callback queues.
[ +0,000020] cblist_init_generic: Setting shift to 2 and lim to 1.
[ +0,000175] cblist_init_generic: Setting shift to 2 and lim to 1.
[ +0,000172] cblist_init_generic: Setting shift to 2 and lim to 1.
[ +0,000418] rcu: Hierarchical SRCU implementation.
[ +0,000013] rcu: Max phase no-delay instances is 1000.
[ +0,001321] EFI services will not be available.
[ +0,000525] smp: Bringing up secondary CPUs ...
[ +0,001126] Detected PIPT I-cache on CPU1
[ +0,000176] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ +0,001130] Detected PIPT I-cache on CPU2
[ +0,000126] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ +0,001091] Detected PIPT I-cache on CPU3
[ +0,000136] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ +0,000145] smp: Brought up 1 node, 4 CPUs
[ +0,000020] SMP: Total of 4 processors activated.
[ +0,000013] CPU features: detected: 32-bit EL0 Support
[ +0,000010] CPU features: detected: 32-bit EL1 Support
[ +0,000012] CPU features: detected: CRC32 instructions
[ +0,000140] CPU: All CPU(s) started at EL2
[ +0,000024] alternatives: applying system-wide alternatives
[ +0,002210] devtmpfs: initialized
[ +0,011905] Enabled cp15_barrier support
[ +0,000042] Enabled setend support
[ +0,000211] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ +0,000034] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ +0,008380] pinctrl core: initialized pinctrl subsystem
[ +0,000891] DMI not present or invalid.
[ +0,000681] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ +0,003417] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ +0,000306] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ +0,000929] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ +0,000094] audit: initializing netlink subsys (disabled)
[ +0,000278] audit: type=2000 audit(0.040:1): state=initialized audit_enabled=0 res=1
[ +0,000536] thermal_sys: Registered thermal governor 'step_wise'
[ +0,000084] cpuidle: using governor menu
[ +0,000243] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ +0,000194] ASID allocator initialised with 32768 entries
[ +0,000163] Serial: AMBA PL011 UART driver
[ +0,013378] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ +0,021157] raspberrypi-firmware soc:firmware: Attached to firmware from 2022-10-26T11:09:05, variant start
[ +0,004021] raspberrypi-firmware soc:firmware: Firmware hash is c72ad6b26ff40c91ef776b847436094ee63fabee
[ +0,017018] KASLR enabled
[ +0,041206] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ +0,004893] SCSI subsystem initialized
[ +0,000218] usbcore: registered new interface driver usbfs
[ +0,000058] usbcore: registered new interface driver hub
[ +0,000067] usbcore: registered new device driver usb
[ +0,000390] usb_phy_generic phy: supply vcc not found, using dummy regulator
[ +0,000235] usb_phy_generic phy: dummy supplies not allowed for exclusive requests
[ +0,000373] pps_core: LinuxPPS API ver. 1 registered
[ +0,000013] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[ +0,000022] PTP clock support registered
[ +0,001123] vgaarb: loaded
[ +0,000615] clocksource: Switched to clocksource arch_sys_counter
[ +0,000786] VFS: Disk quotas dquot_6.6.0
[ +0,000086] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ +0,000159] FS-Cache: Loaded
[ +0,000185] CacheFiles: Loaded
[ +0,010000] NET: Registered PF_INET protocol family
[ +0,001252] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ +0,009005] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ +0,000120] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ +0,000035] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ +0,000554] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ +0,003085] TCP: Hash tables configured (established 65536 bind 65536)
[ +0,000313] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ +0,000159] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ +0,000438] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ +0,000919] RPC: Registered named UNIX socket transport module.
[ +0,000017] RPC: Registered udp transport module.
[ +0,000009] RPC: Registered tcp transport module.
[ +0,000009] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ +0,000020] PCI: CLS 0 bytes, default 64
[ +0,002687] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ +0,000413] kvm [1]: IPA Size Limit: 44 bits
[ +0,001350] kvm [1]: vgic interrupt IRQ9
[ +0,000229] kvm [1]: Hyp mode initialized successfully
[ +1,174608] Initialise system trusted keyrings
[ +0,000520] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ +0,008664] zbud: loaded
[ +0,002885] NFS: Registering the id_resolver key type
[ +0,000041] Key type id_resolver registered
[ +0,000011] Key type id_legacy registered
[ +0,000113] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ +0,000013] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ +0,001471] Key type asymmetric registered
[ +0,000017] Asymmetric key parser 'x509' registered
[ +0,000065] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ +0,000273] io scheduler mq-deadline registered
[ +0,000013] io scheduler kyber registered
[ +0,001241] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 27)
[ +0,008392] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ +0,000040] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ +0,000086] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ +0,000082] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[ +0,000950] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ +0,000019] pci_bus 0000:00: root bus resource [bus 00-ff]
[ +0,000019] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ +0,000077] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ +0,000262] pci 0000:00:00.0: PME# supported from D0 D3hot
[ +0,003812] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ +0,000270] pci_bus 0000:01: supply vpcie3v3 not found, using dummy regulator
[ +0,000193] pci_bus 0000:01: supply vpcie3v3aux not found, using dummy regulator
[ +0,000130] pci_bus 0000:01: supply vpcie12v not found, using dummy regulator
[ +0,065994] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ +0,000087] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ +0,000073] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ +0,000268] pci 0000:01:00.0: PME# supported from D0 D3hot
[ +0,000512] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[ +0,000045] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ +0,000023] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ +0,000043] pci 0000:00:00.0: PCI bridge to [bus 01]
[ +0,000022] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ +0,001338] simple-framebuffer 3e2fe000.framebuffer: framebuffer at 0x3e2fe000, 0x7f8000 bytes
[ +0,000021] simple-framebuffer 3e2fe000.framebuffer: format=a8r8g8b8, mode=1920x1080x32, linelength=7680
[ +0,000623] Console: switching to colour frame buffer device 240x67
[ +0,009410] simple-framebuffer 3e2fe000.framebuffer: fb0: simplefb registered!
[ +0,012380] iproc-rng200 fe104000.rng: hwrng registered
[ +0,000552] vc-mem: phys_addr:0x00000000 mem_base=0x3eb00000 mem_size:0x3ff00000(1023 MiB)
[ +0,001545] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ +0,013506] brd: module loaded
[ +0,008949] loop: module loaded
[ +0,000854] Loading iSCSI transport class v2.0-870.
[ +0,005356] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ +0,062448] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ +0,001200] usbcore: registered new interface driver r8152
[ +0,000083] usbcore: registered new interface driver lan78xx
[ +0,000073] usbcore: registered new interface driver smsc95xx
[ +0,048877] pci 0000:00:00.0: enabling device (0000 -> 0002)
[ +0,000178] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ +0,000032] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ +0,000811] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0001e40000000890
[ +0,001152] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ +0,000024] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ +0,000022] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ +0,000389] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ +0,000020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ +0,000016] usb usb1: Product: xHCI Host Controller
[ +0,000013] usb usb1: Manufacturer: Linux 6.1.1-v8 xhci-hcd
[ +0,000013] usb usb1: SerialNumber: 0000:01:00.0
[ +0,000770] hub 1-0:1.0: USB hub found
[ +0,000086] hub 1-0:1.0: 1 port detected
[ +0,000909] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ +0,000020] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ +0,000014] usb usb2: Product: xHCI Host Controller
[ +0,000013] usb usb2: Manufacturer: Linux 6.1.1-v8 xhci-hcd
[ +0,000012] usb usb2: SerialNumber: 0000:01:00.0
[ +0,000691] hub 2-0:1.0: USB hub found
[ +0,000099] hub 2-0:1.0: 4 ports detected
[ +0,001809] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ +0,000335] dwc_otg: FIQ enabled
[ +0,000011] dwc_otg: NAK holdoff enabled
[ +0,000009] dwc_otg: FIQ split-transaction FSM enabled
[ +0,000014] Module dwc_common_port init
[ +0,000579] usbcore: registered new interface driver uas
[ +0,000116] usbcore: registered new interface driver usb-storage
[ +0,000368] mousedev: PS/2 mouse device common for all mice
[ +0,001268] thermal_sys: Failed to find 'trips' node
[ +0,000086] thermal_sys: Failed to find trip points for thermal id=0
[ +0,000076] bcm2711_thermal fd5d2000.avs-monitor:thermal: error -EINVAL: could not register sensor: -22
[ +0,000096] bcm2711_thermal: probe of fd5d2000.avs-monitor:thermal failed with error -22
[ +0,004826] sdhci: Secure Digital Host Controller Interface driver
[ +0,000014] sdhci: Copyright(c) Pierre Ossman
[ +0,000644] sdhci-pltfm: SDHCI platform and OF driver helper
[ +0,003631] ledtrig-cpu: registered to indicate activity on CPUs
[ +0,000343] hid: raw HID events driver (C) Jiri Kosina
[ +0,000216] usbcore: registered new interface driver usbhid
[ +0,000014] usbhid: USB HID core driver
[ +0,009232] NET: Registered PF_PACKET protocol family
[ +0,000118] Key type dns_resolver registered
[ +0,001199] registered taskstats version 1
[ +0,000072] Loading compiled-in X.509 certificates
[ +0,000920] Key type .fscrypt registered
[ +0,000014] Key type fscrypt-provisioning registered
[ +0,015730] uart-pl011 fe201000.serial: there is not valid maps for state default
[ +0,000730] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ +0,000171] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 36, base_baud = 0) is a PL011 rev2
[ +0,009082] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ +0,000478] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ +0,001377] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ +0,000022] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ +0,033891] mmc1: Controller never released inhibit bit(s).
[ +0,004865] of_cfs_init
[ +0,000137] of_cfs_init: OK
[ +0,034114] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[ +0,000363] Waiting for root device PARTUUID=f5aa8dba-02...
[ +0,049328] mmc1: new high speed SDIO card at address 0001
[ +0,076074] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ +0,150768] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ +0,000023] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ +0,000016] usb 1-1: Product: USB2.0 Hub
[ +0,001904] hub 1-1:1.0: USB hub found
[ +0,000310] hub 1-1:1.0: 4 ports detected
[ +0,123361] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[ +0,023698] usb 2-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.54
[ +0,000021] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0,000014] usb 2-1: Product: USB3.1 Hub
[ +0,000013] usb 2-1: Manufacturer: GenesysLogic
[ +0,002859] hub 2-1:1.0: USB hub found
[ +0,000421] hub 2-1:1.0: 4 ports detected
[ +0,128923] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[ +0,021983] usb 2-2: New USB device found, idVendor=152d, idProduct=0578, bcdDevice= 2.04
[ +0,000022] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ +0,000014] usb 2-2: Product: External USB 3.0
[ +0,000014] usb 2-2: Manufacturer: JMicron
[ +0,000013] usb 2-2: SerialNumber: 201703310007F
[ +0,014174] scsi host0: uas
[ +0,001517] scsi 0:0:0:0: Direct-Access External USB3.0 0204 PQ: 0 ANSI: 6
[ +0,003884] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ +0,000020] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ +0,000270] sd 0:0:0:0: [sda] Write Protect is off
[ +0,000019] sd 0:0:0:0: [sda] Mode Sense: 53 00 00 08
[ +0,000484] sd 0:0:0:0: [sda] Disabling FUA
[ +0,000017] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ +0,000557] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[ +0,000019] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
[ +0,004062] sda: sda1 sda2
[ +0,000616] sd 0:0:0:0: [sda] Attached SCSI disk
[ +0,051979] usb 1-1.1: new high-speed USB device number 3 using xhci_hcd
[ +0,102755] usb 1-1.1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54
[ +0,000023] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0,000015] usb 1-1.1: Product: USB2.1 Hub
[ +0,000013] usb 1-1.1: Manufacturer: GenesysLogic
[ +0,001645] hub 1-1.1:1.0: USB hub found
[ +0,000312] hub 1-1.1:1.0: 4 ports detected
[ +0,079233] usb 1-1.3: new low-speed USB device number 4 using xhci_hcd
[ +0,110035] usb 1-1.3: New USB device found, idVendor=258a, idProduct=0001, bcdDevice= 1.00
[ +0,000022] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0,000015] usb 1-1.3: Product: USB KEYBOARD
[ +0,000013] usb 1-1.3: Manufacturer: SINO WEALTH
[ +0,010373] input: SINO WEALTH USB KEYBOARD as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:258A:0001.0001/input/input0
[ +0,060201] hid-generic 0003:258A:0001.0001: input,hidraw0: USB HID v1.10 Keyboard [SINO WEALTH USB KEYBOARD] on usb-0000:01:00.0-1.3/input0
[ +0,010226] input: SINO WEALTH USB KEYBOARD System Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:258A:0001.0002/input/input1
[ +0,041131] usb 1-1.1.4: new full-speed USB device number 5 using xhci_hcd
[ +0,016429] input: SINO WEALTH USB KEYBOARD Consumer Control as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.1/0003:258A:0001.0002/input/input2
[ +0,000543] hid-generic 0003:258A:0001.0002: input,hiddev96,hidraw1: USB HID v1.10 Device [SINO WEALTH USB KEYBOARD] on usb-0000:01:00.0-1.3/input1
[ +0,131592] usb 1-1.1.4: New USB device found, idVendor=0d8c, idProduct=0102, bcdDevice= 0.10
[ +0,000038] usb 1-1.1.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ +0,000015] usb 1-1.1.4: Product: USB Sound Device
[ +0,009235] input: USB Sound Device as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4:1.3/0003:0D8C:0102.0003/input/input3
[ +0,046184] usb 1-1.4: new low-speed USB device number 6 using xhci_hcd
[ +0,012497] hid-generic 0003:0D8C:0102.0003: input,hidraw2: USB HID v1.00 Device [USB Sound Device ] on usb-0000:01:00.0-1.1.4/input3
[ +0,018009] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
[ +0,000130] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[ +0,020396] devtmpfs: mounted
[ +0,010456] Freeing unused kernel memory: 4096K
[ +0,000209] Run /sbin/init as init process
[ +0,000011] with arguments:
[ +0,000008] /sbin/init
[ +0,000010] splash
[ +0,000009] with environment:
[ +0,000008] HOME=/
[ +0,000009] TERM=linux
[ +0,046057] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=1459, bcdDevice= 1.00
[ +0,000031] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0,000015] usb 1-1.4: Product: HP USB Optical Mouse
[ +0,000013] usb 1-1.4: Manufacturer: PixArt
[ +0,009118] input: PixArt HP USB Optical Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:04F2:1459.0004/input/input4
[ +0,000539] hid-generic 0003:04F2:1459.0004: input,hidraw3: USB HID v1.11 Mouse [PixArt HP USB Optical Mouse] on usb-0000:01:00.0-1.4/input0
[ +1,092034] systemd[1]: System time before build time, advancing clock.
[ +0,372405] NET: Registered PF_INET6 protocol family
[ +0,002078] Segment Routing with IPv6
[ +0,000045] In-situ OAM (IOAM) with IPv6
[ +0,567385] 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,001068] systemd[1]: Detected architecture arm64.
[ +0,061480] systemd[1]: Set hostname to <dracosnovem>.
[ +2,034744] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[ +0,125060] systemd[1]: /etc/systemd/system/writefreely.service:7: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ +0,000080] systemd[1]: /etc/systemd/system/writefreely.service:8: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ +0,222217] systemd[1]: /lib/systemd/system/guix-publish.service:12: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ +0,000075] systemd[1]: /lib/systemd/system/guix-publish.service:13: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ +0,001589] systemd[1]: /lib/systemd/system/guix-daemon.service:12: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ +0,000056] systemd[1]: /lib/systemd/system/guix-daemon.service:13: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether.
[ +0,049430] systemd[1]: Accepting user/group name '${GNUNET_USER}', which does not match strict user/group name rules.
[ +0,127212] systemd[1]: Queued start job for default target Graphical Interface.
[ +0,023135] systemd[1]: Created slice system-getty.slice.
[ +0,001447] systemd[1]: Created slice system-modprobe.slice.
[ +0,001076] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ +0,000991] systemd[1]: Created slice system-tor.slice.
[ +0,000821] systemd[1]: Created slice User and Session Slice.
[ +0,000539] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ +0,001183] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ +0,000570] systemd[1]: Reached target Slices.
[ +0,000146] systemd[1]: Reached target Swap.
[ +0,017618] systemd[1]: Listening on Syslog Socket.
[ +0,000932] systemd[1]: Listening on fsck to fsckd communication Socket.
[ +0,000456] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ +0,001381] systemd[1]: Listening on Journal Audit Socket.
[ +0,000783] systemd[1]: Listening on Journal Socket (/dev/log).
[ +0,000996] systemd[1]: Listening on Journal Socket.
[ +0,001087] systemd[1]: Listening on udev Control Socket.
[ +0,000826] systemd[1]: Listening on udev Kernel Socket.
[ +0,000947] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ +0,023083] systemd[1]: Mounting POSIX Message Queue File System...
[ +0,218873] systemd[1]: gnu-store.mount: Directory /gnu/store to mount over is not empty, mounting anyway.
[ +0,021085] systemd[1]: Mounting Read-only /gnu/store for GNU Guix...
[ +0,005265] systemd[1]: Mounting RPC Pipe File System...
[ +0,005921] systemd[1]: Mounting Kernel Debug File System...
[ +0,006038] systemd[1]: Mounting Kernel Trace File System...
[ +0,000749] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[ +0,033760] systemd[1]: Starting Restore / save the current clock...
[ +0,006220] systemd[1]: Starting Set the console keyboard layout...
[ +0,005623] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ +0,005943] systemd[1]: Starting Load Kernel Module configfs...
[ +0,008123] systemd[1]: Starting Load Kernel Module drm...
[ +0,006075] systemd[1]: Starting Load Kernel Module fuse...
[ +0,032280] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ +0,004822] systemd[1]: Starting File System Check on Root Device...
[ +0,009548] systemd[1]: Starting Journal Service...
[ +0,028992] systemd[1]: Starting Load Kernel Modules...
[ +0,006669] systemd[1]: Starting Coldplug All udev Devices...
[ +0,006450] systemd[1]: Starting Uncomplicated firewall...
[ +0,020136] systemd[1]: Mounted POSIX Message Queue File System.
[ +0,001124] systemd[1]: Mounted Read-only /gnu/store for GNU Guix.
[ +0,000985] systemd[1]: Mounted RPC Pipe File System.
[ +0,001211] systemd[1]: Mounted Kernel Debug File System.
[ +0,000773] systemd[1]: Mounted Kernel Trace File System.
[ +0,002132] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ +0,002917] systemd[1]: [email protected]: Succeeded.
[ +0,001655] systemd[1]: Finished Load Kernel Module configfs.
[ +0,007141] systemd[1]: Mounting Kernel Configuration File System...
[ +0,006353] systemd[1]: Started File System Check Daemon to report status.
[ +0,013602] systemd[1]: Mounted Kernel Configuration File System.
[ +0,046278] systemd[1]: Finished Restore / save the current clock.
[ +0,040632] fuse: init (API version 7.37)
[ +0,004490] systemd[1]: [email protected]: Succeeded.
[ +0,001953] systemd[1]: Finished Load Kernel Module fuse.
[ +0,032633] systemd[1]: Mounting FUSE Control File System...
[ +0,015599] systemd[1]: Mounted FUSE Control File System.
[ +0,166949] systemd[1]: Started Journal Service.
[ +0,009902] i2c_dev: i2c /dev entries driver
[ +2,011430] EXT4-fs (sda2): re-mounted. Quota mode: none.
[ +0,125934] systemd-journald[141]: Received client request to flush runtime journal.
[ +9,714445] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[ +0,010799] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ +0,000042] [vc_sm_connected_init]: start
[ +0,028517] [vc_sm_connected_init]: installed successfully
[ +0,145203] mc: Linux media interface: v0.10
[ +0,036110] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ +0,022438] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ +0,176783] videodev: Linux video capture interface: v2.00
[ +0,300154] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ +0,006595] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ +0,024648] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ +0,001138] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ +0,002667] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ +0,008149] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ +0,000660] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ +0,007610] rpivid feb10000.codec: Device registered as /dev/video19
[ +0,044107] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ +0,049333] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ +0,072467] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ +0,000049] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ +0,000087] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ +0,019207] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ +0,000023] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ +0,000039] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ +0,000011] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ +0,000010] 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,000017] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ +0,012003] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[ +0,002676] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[ +0,001652] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[ +0,002930] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[ +0,000048] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ +0,000025] 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,000340] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ +0,036590] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ +0,000077] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ +0,015795] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[ +0,000073] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[ +0,005404] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ +0,027445] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[ +0,000067] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[ +0,015478] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ +0,053686] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[ +0,435592] brcmfmac: F1 signature read @0x18000000=0x15264345
[ +0,043842] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ +0,001406] usbcore: registered new interface driver brcmfmac
[ +0,106383] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ +0,245939] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov 1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[ +0,050177] Console: switching to colour dummy device 80x25
[ +0,049881] usb 1-1.1.4: Warning! Unlikely big volume range (=8065), cval->res is probably wrong.
[ +0,000034] usb 1-1.1.4: [9] FU [Mic Playback Volume] ch = 2, val = -6144/1921/1
[ +0,006970] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ +0,006520] usb 1-1.1.4: Warning! Unlikely big volume range (=8065), cval->res is probably wrong.
[ +0,000046] usb 1-1.1.4: [11] FU [Line Playback Volume] ch = 2, val = -6144/1921/1
[ +0,019832] Registered IR keymap rc-cec
[ +0,000307] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ +0,003406] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input5
[ +0,003099] usb 1-1.1.4: Warning! Unlikely big volume range (=6928), cval->res is probably wrong.
[ +0,000036] usb 1-1.1.4: [8] FU [Mic Capture Volume] ch = 2, val = -4096/2832/1
[ +0,009510] usb 1-1.1.4: Warning! Unlikely big volume range (=6928), cval->res is probably wrong.
[ +0,000034] usb 1-1.1.4: [15] FU [Line Capture Volume] ch = 2, val = -4096/2832/1
[ +0,014090] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ +0,004175] Registered IR keymap rc-cec
[ +0,000611] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ +0,000618] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input6
[ +0,025118] usb 1-1.1.4: Warning! Unlikely big volume range (=6928), cval->res is probably wrong.
[ +0,000037] usb 1-1.1.4: [2] FU [PCM Capture Volume] ch = 2, val = -4096/2832/1
[ +0,013789] usbcore: registered new interface driver snd-usb-audio
[ +0,019340] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ +0,005851] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ +0,000598] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0,000659] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0,000599] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0,000355] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0,000521] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ +0,016379] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ +0,069406] Console: switching to colour frame buffer device 240x67
[ +0,000064] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ +5,902220] 8021q: 802.1Q VLAN Support v1.8
[ +0,424299] uart-pl011 fe201000.serial: no DMA platform data
[ +1,973319] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ +2,568180] Adding 102396k swap on /var/swap. Priority:-2 extents:1 across:102396k FS
[ +0,675698] zram: Added device: zram0
[ +0,011554] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ +0,001199] bcmgenet fd580000.ethernet eth0: Link is Down
[ +0,626655] zram0: detected capacity change from 0 to 7561264
[ +0,309621] Adding 3780628k swap on /dev/zram0. Priority:100 extents:1 across:3780628k SSFS
[ +3,163703] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ +0,000040] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ +1,448578] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ +0,344466] ICMPv6: process `dhcpcd' is using deprecated sysctl (syscall) net.ipv6.neigh.eth0.retrans_time - use net.ipv6.neigh.eth0.retrans_time_ms instead
[ +3,076361] Bluetooth: Core ver 2.22
[ +0,000130] NET: Registered PF_BLUETOOTH protocol family
[ +0,000009] Bluetooth: HCI device and connection manager initialized
[ +0,000023] Bluetooth: HCI socket layer initialized
[ +0,000013] Bluetooth: L2CAP socket layer initialized
[ +0,000022] Bluetooth: SCO socket layer initialized
[ +0,059648] Bluetooth: HCI UART driver ver 2.3
[ +0,000019] Bluetooth: HCI UART protocol H4 registered
[ +0,000064] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ +0,000157] Bluetooth: HCI UART protocol Broadcom registered
[ +3,367715] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ +0,000019] Bluetooth: BNEP filters: protocol multicast
[ +0,000015] Bluetooth: BNEP socket layer initialized
[ +0,003808] Bluetooth: MGMT ver 1.22
[ +0,123252] NET: Registered PF_ALG protocol family
[dec22 13:17] Bluetooth: RFCOMM TTY layer initialized
[ +0,000036] Bluetooth: RFCOMM socket layer initialized
[ +0,000021] Bluetooth: RFCOMM ver 1.11
### Additional context
This is a script that reports the temperature of the Raspberry Pi, similar to vcgencmd measure_temp. It's the script that I ran and led me to discover that /sys/class/thermal/thermal_zone0/temp, no longer existed in the same way that it does under earlier kernel versions. After running this script under 6.1.1 and later kernels the result will yield this result:
cat: /sys/class/thermal/thermal_zone0/temp: Filen eller katalogen finns inte
CPU Temperature:
(standard_in) 1: syntax error
°C
(standard_in) 1: syntax error
(standard_in) 1: syntax error
°F
#!/bin/sh
milcel=$(cat /sys/class/thermal/thermal_zone0/temp)
echo "CPU Temperature:"
echo
ctemp=$(echo "scale=3;$milcel/1000" | bc)
echo $ctemp "°C"
echo
ftemp=$(echo "scale=3;(($milcel/1000)*(9/5))+32" | bc)
echo $ftemp "°F"
echo