Closed seamusdemora closed 9 months ago
Transferred to bookworm feedback, as this doesn't look like a kernel issue.
What's the output of mountpoint /boot/firmware
?
Although the filesystems section of the report shows /dev/mmcblk0p1 being mounted on /boot/firmware, I'm not seeing it the dmesg output. And looking at the script that gives the error, the only way to hit the error seems to be if /boot/firmware is not mounted.
What's the output of
mountpoint /boot/firmware
?Although the filesystems section of the report shows /dev/mmcblk0p1 being mounted on /boot/firmware, I'm not seeing it the dmesg output. And looking at the script that gives the error, the only way to hit the error seems to be if /boot/firmware is not mounted.
$ mountpoint /boot/firmware
/boot/firmware is a mountpoint
Back to you...
The relevant part of the script:
firmware_dst="/boot/firmware"
if ischroot ; then
true # chroot detected - skip mount point check
elif [ -e /usr/bin/systemd-detect-virt ] && systemd-detect-virt -q ; then
true # virtualization detected - skip mount point check
elif [ "$(stat -f -c %T "${firmware_dst}")" = "nfs" ]; then
true
elif ! mountpoint -q "${firmware_dst}" ; then
echo "raspi-firmware: missing ${firmware_dst}, did you forget to mount it?" >&2
exit 1
fi
The only way I can see it failing in your case is if it wasn't mounted at the time. There's not much to go on and I can't reproduce the issue.
@XECDesign
Thanks for following up, but I'm convinced it wasn't a "mounting issue" that was responsible. This Pi runs nearly 24x7, but gets re-boots regularly. I would've seen "other symptoms" if /boot/firmware
was not mounted.
And on a positive note, the issue seems to have cleared itself (or rather apt
cleared it). At least I've not seen any other issues.
Describe the bug
dpkg: error processing package initramfs-tools (--configure):
Steps to reproduce the behaviour
Device (s)
Raspberry Pi 5
System
System Information
Raspberry Pi 5 Model B Rev 1.0 PRETTY_NAME="Debian GNU/Linux 12 (bookworm)" NAME="Debian GNU/Linux" VERSION_ID="12" VERSION="12 (bookworm)"
Raspberry Pi reference 2023-10-10 Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 962bf483c8f326405794827cce8c0313fd5880a8, stage2
Linux raspberrypi5 6.1.0-rpi7-rpi-2712 raspberrypi/linux#1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) aarch64 GNU/Linux Revision : c04170 Serial : 6b71acd964ee2481 Model : Raspberry Pi 5 Model B Rev 1.0 Throttled flag : throttled=0x0 Camera : vc_gencmd_read_response returned -1 error=1 error_msg="Command not registered"
Videocore information
2024/01/05 15:57:40 Copyright (c) 2012 Broadcom version 30cc5f37 (release) (embedded)
vc_gencmd_read_response returned -1 error=1 error_msg="Command not registered"
Filesystem information
Filesystem 1K-blocks Used Available Use% Mounted on udev 1900304 0 1900304 0% /dev tmpfs 414368 5296 409072 2% /run /dev/mmcblk0p2 60838116 7683196 50046568 14% / tmpfs 2071792 0 2071792 0% /dev/shm tmpfs 5120 48 5072 1% /run/lock /dev/mmcblk0p1 522232 63664 458568 13% /boot/firmware //SynologyNAS-1/rpi_share 28107205512 2588884980 25518320532 10% /mnt/SynologyNAS/rpi_share tmpfs 414352 0 414352 0% /run/user/1000
Filename Type Size Used Priority /var/swap file 102384 0 -2
Package version information
raspberrypi-ui-mods: Installed: (none) raspberrypi-sys-mods: Installed: 20231208 openbox: Installed: (none) lxpanel: Installed: (none) pcmanfm: Installed: (none) rpd-plym-splash: Installed: (none)
Networking Information
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether m.m.m.m txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device interrupt 107
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet x.x.x.x netmask x.x.x.x inet6 ::1 prefixlen 128 scopeid 0x10
loop txqueuelen 1000 (Local Loopback)
RX packets 94 bytes 8326 (8.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 94 bytes 8326 (8.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet x.x.x.x netmask x.x.x.x broadcast x.x.x.x inet6 y::y.y.y.y prefixlen 64 scopeid 0x20 ether m.m.m.m txqueuelen 1000 (Ethernet) RX packets 7378 bytes 805532 (786.6 KiB) RX errors 0 dropped 202 overruns 0 frame 0 TX packets 2548 bytes 387497 (378.4 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
USB Information
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M | Port 2: Dev 2, If 0, Class=Vendor Specific Class, Driver=, 12M | Port 2: Dev 2, If 1, Class=Communications, Driver=cdc_acm, 12M | Port 2: Dev 2, If 2, Class=CDC Data, Driver=cdc_acm, 12M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci-hcd/2p, 480M |__ Port 2: Dev 2, If 0, Class=Communications, Driver=cdc_acm, 12M | Port 2: Dev 2, If 1, Class=CDC Data, Driver=cdc_acm, 12M |__ Port 2: Dev 2, If 2, Class=Vendor Specific Class, Driver=, 12M
Display Information
Running (F)KMS, console
/sys/class/drm/card1-HDMI-A-1
/sys/class/drm/card1-HDMI-A-2
/sys/class/drm/card1-Writeback-1
/sys/class/drm/card1-Writeback-2
Connector 0 (32) HDMI-A-1 (disconnected) Encoder 0 (31) TMDS Connector 1 (42) HDMI-A-2 (disconnected) Encoder 1 (41) TMDS
HDMI0: HDMI_HOTPLUG = 0x00000000 HDMI1: HDMI_HOTPLUG = 0x00000000
/sys/kernel/debug/dri/1/state: plane[47]: plane-0 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=0 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[64]: plane-1 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=0 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[78]: plane-2 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=0 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[89]: plane-3 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=0 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[100]: plane-4 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=1 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[110]: plane-5 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=2 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[120]: plane-6 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=3 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[130]: plane-7 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=4 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[140]: plane-8 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=5 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[150]: plane-9 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=6 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[160]: plane-10 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=7 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[170]: plane-11 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=8 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[180]: plane-12 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=9 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[190]: plane-13 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=a color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[200]: plane-14 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=b color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[210]: plane-15 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=c color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[220]: plane-16 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=d color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[230]: plane-17 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=e color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[240]: plane-18 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=f color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[250]: plane-19 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=10 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[260]: plane-20 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=11 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[270]: plane-21 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=11 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[280]: plane-22 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=11 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range plane[290]: plane-23 crtc=(null) fb=0 crtc-pos=0x0+0+0 src-pos=0.000000x0.000000+0.000000+0.000000 rotation=1 normalized-zpos=11 color-encoding=ITU-R BT.709 YCbCr color-range=YCbCr limited range crtc[57]: mop enable=0 active=0 self_refresh_active=0 planes_changed=0 mode_changed=0 active_changed=0 connectors_changed=0 color_mgmt_changed=0 plane_mask=0 connector_mask=0 encoder_mask=0 mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0 crtc[74]: moplet enable=0 active=0 self_refresh_active=0 planes_changed=0 mode_changed=0 active_changed=0 connectors_changed=0 color_mgmt_changed=0 plane_mask=0 connector_mask=0 encoder_mask=0 mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0 crtc[88]: crtc-2 enable=0 active=0 self_refresh_active=0 planes_changed=0 mode_changed=0 active_changed=0 connectors_changed=0 color_mgmt_changed=0 plane_mask=0 connector_mask=0 encoder_mask=0 mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0 crtc[99]: crtc-3 enable=0 active=0 self_refresh_active=0 planes_changed=0 mode_changed=0 active_changed=0 connectors_changed=0 color_mgmt_changed=0 plane_mask=0 connector_mask=0 encoder_mask=0 mode: "": 0 0 0 0 0 0 0 0 0 0 0x0 0x0 connector[32]: HDMI-A-1 crtc=(null) self_refresh_aware=0 max_requested_bpc=8 connector[42]: HDMI-A-2 crtc=(null) self_refresh_aware=0 max_requested_bpc=8 connector[63]: Writeback-1 crtc=(null) self_refresh_aware=0 max_requested_bpc=0 connector[77]: Writeback-2 crtc=(null) self_refresh_aware=0 max_requested_bpc=0
config.txt
arm_64bit=1 arm_boost=1 arm_freq=2400 arm_freq_min=1500 arm_peri_high=1 audio_pwm_mode=2 auto_initramfs=1 avs_temp=45523 camera_auto_detect=1 core_freq=910 core_freq_min=500 disable_commandline_tags=2 disable_fw_kms_setup=1 disable_l2cache=1 disable_overscan=1 display_auto_detect=1 display_default_lcd=-1 display_hdmi_rotate=-1 display_lcd_rotate=-1 dvfs=4 enable_gic=1 enable_uart=-1 force_eeprom_read=1 force_pwm_open=1 framebuffer_depth=16 framebuffer_ignore_alpha=1 framebuffer_swap=1 gpu_freq_min=500 hdmi_enable_4kp60=1 hevc_freq=910 hevc_freq_min=500 ignore_lcd=-1 init_uart_clock=0x2dc6c00 isp_freq=910 isp_freq_min=500 mask_gpu_interrupt1=16418 max_framebuffers=2 over_voltage_avs=0x16760 pause_burst_frames=1 pciex4_reset=1 program_serial_random=1 total_mem=4096 usb_max_current_enable=1 v3d_freq=960 v3d_freq_min=500 vpred=8520 hdmi_force_cec_address:0=65535 hdmi_force_cec_address:1=65535 device_tree=- overlay_prefix=overlays/ hdmi_cvt:0= hdmi_cvt:1= hdmi_edid_filename:0= hdmi_edid_filename:1= hdmi_timings:0= hdmi_timings:1=
cmdline.txt
coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=D8:3A:DD:A7:B1:FC vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=tty1 root=PARTUUID=8a6020b5-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=US
pin configuration
0: ip pu | hi // ID_SD/GPIO0 = input 1: ip pu | hi // ID_SC/GPIO1 = input 2: a3 pu | hi // PIN3/GPIO2 = SDA1 3: a3 pu | hi // PIN5/GPIO3 = SCL1 4: no pu | -- // PIN7/GPIO4 = none 5: no pu | -- // PIN29/GPIO5 = none 6: no pu | -- // PIN31/GPIO6 = none 7: no pu | -- // PIN26/GPIO7 = none 8: no pu | -- // PIN24/GPIO8 = none 9: no pd | -- // PIN21/GPIO9 = none 10: no pd | -- // PIN19/GPIO10 = none 11: no pd | -- // PIN23/GPIO11 = none 12: no pd | -- // PIN32/GPIO12 = none 13: no pd | -- // PIN33/GPIO13 = none 14: a4 pn | hi // PIN8/GPIO14 = TXD0 15: a4 pu | hi // PIN10/GPIO15 = RXD0 16: no pd | -- // PIN36/GPIO16 = none 17: no pd | -- // PIN11/GPIO17 = none 18: no pd | -- // PIN12/GPIO18 = none 19: no pd | -- // PIN35/GPIO19 = none 20: no pd | -- // PIN38/GPIO20 = none 21: no pd | -- // PIN40/GPIO21 = none 22: no pd | -- // PIN15/GPIO22 = none 23: no pd | -- // PIN16/GPIO23 = none 24: no pd | -- // PIN18/GPIO24 = none 25: no pd | -- // PIN22/GPIO25 = none 26: no pd | -- // PIN37/GPIO26 = none 27: no pd | -- // PIN13/GPIO27 = none 28: ip pd | lo // PCIE_RP1_WAKE/GPIO28 = input 29: no pu | hi // FAN_TACH/GPIO29 = none 30: no pu | -- // HOST_SDA/GPIO30 = none 31: no pu | -- // HOST_SCL/GPIO31 = none 32: op dh pd | hi // ETH_RST_N/GPIO32 = output 33: no pd | lo // GPIO33 = none 34: op dl pd | lo // CD0_IO0_MICCLK/GPIO34 = output 35: no pd | lo // CD0_IO0_MICDAT0/GPIO35 = none 36: no pd | lo // RP1_PCIE_CLKREQ_N/GPIO36 = none 37: no pd | lo // GPIO37 = none 38: ip pd | hi // CD0_SDA/GPIO38 = input 39: ip pd | hi // CD0_SCL/GPIO39 = input 40: ip pd | hi // CD1_SDA/GPIO40 = input 41: ip pd | hi // CD1_SCL/GPIO41 = input 42: a2 pd | hi // USB_VBUS_EN/GPIO42 = VBUS_EN1 43: a2 pu | hi // USB_OC_N/GPIO43 = VBUS_OC1 44: op dh pd | hi // RP1_STAT_LED/GPIO44 = output 45: a0 pd | hi // FAN_PWM/GPIO45 = PWM1_CHAN3 46: op dl pd | lo // CD1_IO0_MICCLK/GPIO46 = output 47: no pd | lo // 2712_WAKE/GPIO47 = none 48: no pd | lo // CD1_IO1_MICDAT1/GPIO48 = none 49: op dh pd | hi // EN_MAX_USB_CUR/GPIO49 = output 50: no pd | -- // GPIO50 = none 51: no pd | -- // GPIO51 = none 52: no pu | -- // GPIO52 = none 53: no pu | hi // GPIO53 = none 100: ip pd | lo // GPIO0 = input 101: op dh pu | hi // 2712_BOOT_CS_N/GPIO1 = output 102: a6 pn | hi // 2712_BOOT_MISO/GPIO2 = VC_SPI0_MISO 103: a5 pn | hi // 2712_BOOT_MOSI/GPIO3 = VC_SPI0_MOSI 104: a6 pn | lo // 2712_BOOT_SCLK/GPIO4 = VC_SPI0_SCLK 105: ip pd | lo // GPIO5 = input 106: ip pd | lo // GPIO6 = input 107: ip pd | lo // GPIO7 = input 108: ip pd | lo // GPIO8 = input 109: ip pd | lo // GPIO9 = input 110: ip pd | lo // GPIO10 = input 111: ip pd | lo // GPIO11 = input 112: ip pd | lo // GPIO12 = input 113: ip pd | lo // GPIO13 = input 114: a1 pd | lo // PCIE_SDA/GPIO14 = SPI_S_MOSI_OR_BSC_S_SDA 115: a1 pd | lo // PCIE_SCL/GPIO15 = SPI_S_SCK_OR_BSC_S_SCL 116: ip pd | lo // GPIO16 = input 117: ip pd | lo // GPIO17 = input 118: ip pd | lo // GPIO18 = input 119: ip pd | lo // GPIO19 = input 120: ip pu | hi // PWR_GPIO/GPIO20 = input 121: ip pd | lo // 2712_G21_FS/GPIO21 = input 122: ip pd | lo // GPIO22 = input 123: ip pd | lo // GPIO23 = input 124: a3 pn | lo // BT_RTS/GPIO24 = UART_RTS_0 125: a4 pu | lo // BT_CTS/GPIO25 = UART_CTS_0 126: a4 pn | hi // BT_TXD/GPIO26 = UART_TXD_0 127: a4 pu | hi // BT_RXD/GPIO27 = UART_RXD_0 128: op dh pd | hi // WL_ON/GPIO28 = output 129: op dh pd | hi // BT_ON/GPIO29 = output 130: a4 pn | lo // WIFI_SDIO_CLK/GPIO30 = SD2_CLK 131: a4 pu | hi // WIFI_SDIO_CMD/GPIO31 = SD2_CMD 132: a4 pd | hi // WIFI_SDIO_D0/GPIO32 = SD2_DAT0 133: a3 pu | hi // WIFI_SDIO_D1/GPIO33 = SD2_DAT1 134: a4 pn | hi // WIFI_SDIO_D2/GPIO34 = SD2_DAT2 135: a3 pn | hi // WIFI_SDIO_D3/GPIO35 = SD2_DAT3 200: ip pd | hi // RP1_SDA/AON_GPIO0 = input 201: ip pd | hi // RP1_SCL/AON_GPIO1 = input 202: op dh pd | hi // RP1_RUN/AON_GPIO2 = output 203: op dh pd | hi // SD_IOVDD_SEL/AON_GPIO3 = output 204: op dh pd | hi // SD_PWR_ON/AON_GPIO4 = output 205: a6 pu | lo // SD_CDET_N/AON_GPIO5 = SD_CARD_PRES_G 206: ip pd | hi // SD_FLG_N/AON_GPIO6 = input 207: ip pd | lo // AON_GPIO7 = input 208: ip pd | lo // 2712_WAKE/AON_GPIO8 = input 209: op dh pd | hi // 2712_STAT_LED/AON_GPIO9 = output 210: ip pd | lo // AON_GPIO10 = input 211: ip pd | lo // AON_GPIO11 = input 212: ip pd | lo // PMIC_INT/AON_GPIO12 = input 213: a3 pu | hi // UART_TX_FS/AON_GPIO13 = VC_TXD0 214: a3 pu | hi // UART_RX_FS/AON_GPIO14 = VC_RXD0 215: ip pd | lo // AON_GPIO15 = input 216: ip pu | hi // AON_GPIO16 = input 232: a1 -- | hi // HDMI0_SCL/AON_SGPIO0 = HDMI_TX0_BSC_SCL 233: a1 -- | hi // HDMI0_SDA/AON_SGPIO1 = HDMI_TX0_BSC_SDA 234: a1 -- | hi // HDMI1_SCL/AON_SGPIO2 = HDMI_TX1_BSC_SCL 235: a1 -- | hi // HDMI1_SDA/AON_SGPIO3 = HDMI_TX1_BSC_SDA 236: a2 -- | hi // PMIC_SCL/AON_SGPIO4 = BSC_M2_SCL 237: a2 -- | hi // PMIC_SDA/AON_SGPIO5 = BSC_M2_SDA
vcdbg log messages
004268.568: Initial voltage 800000 temp 46073 004465.980: avs_2712: AVS pred 8520 852000 temp 45523 004465.992: vpred 852 mV +0 005092.249: FB framebuffer_swap 1 005121.187: Select resolution HDMI0/2 hotplug 0 max_mode 2 005121.203: Select resolution HDMI1/2 hotplug 0 max_mode 2 005678.919: dtb_file 'bcm2712-rpi-5-b.dtb' 008832.851: Starting OS 8832 ms 008835.490: 00000040: -> 00000480 008835.506: 00000030: -> 00100080 008835.521: 00000034: -> 00100080 008835.538: 00000038: -> 00100080 008835.553: 0000003c: -> 00100080
dmesg log
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x414fd0b1] [ 0.000000] Linux version 6.1.0-rpi7-rpi-2712 (debian-kernel@lists.debian.org) (gcc-12 (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) raspberrypi/linux#1 SMP PREEMPT Debian 1:6.1.63-1+rpt1 (2023-11-24) [ 0.000000] random: crng init done [ 0.000000] Machine model: Raspberry Pi 5 Model B Rev 1.0 [ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001a000000, 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-0x00000000ffffffff] [ 0.000000] DMA32 empty [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x000000000007ffff] [ 0.000000] node 0: [mem 0x0000000000080000-0x000000003fbfffff] [ 0.000000] node 0: [mem 0x0000000040000000-0x00000000ffffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000ffffffff] [ 0.000000] On node 0, zone DMA: 256 pages in unavailable ranges [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: MIGRATE_INFO_TYPE not supported. [ 0.000000] psci: SMC Calling Convention v1.2 [ 0.000000] percpu: Embedded 14 pages/cpu s177448 r8192 d43736 u229376 [ 0.000000] pcpu-alloc: s177448 r8192 d43736 u229376 alloc=14*16384 [ 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: Virtualization Host Extensions [ 0.000000] CPU features: detected: Hardware dirty bit management [ 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] alternatives: applying boot alternatives [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260864 [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=m.m.m.m vc_mem.mem_base=0x3fc00000 vc_mem.mem_size=0x40000000 console=tty1 root=PARTUUID=8a6020b5-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=US [ 0.000000] Dentry cache hash table entries: 524288 (order: 8, 4194304 bytes, linear) [ 0.000000] Inode-cache hash table entries: 262144 (order: 7, 2097152 bytes, linear) [ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off [ 0.000000] Memory: 3800608K/4190208K available (12352K kernel code, 2186K rwdata, 4112K rodata, 4480K init, 1216K bss, 61920K reserved, 327680K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] ftrace: allocating 40061 entries in 40 pages [ 0.000000] ftrace: allocated 40 pages with 2 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.000151] Console: colour dummy device 80x25 [ 0.000298] printk: console [tty1] enabled [ 0.000317] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000) [ 0.000327] pid_max: default: 32768 minimum: 301 [ 0.000353] LSM: Security Framework initializing [ 0.000411] Mount-cache hash table entries: 8192 (order: 2, 65536 bytes, linear) [ 0.000428] Mountpoint-cache hash table entries: 8192 (order: 2, 65536 bytes, linear) [ 0.000840] cgroup: Disabling memory control group subsystem [ 0.001310] cblist_init_generic: Setting adjustable number of callback queues. [ 0.001320] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.001361] cblist_init_generic: Setting adjustable number of callback queues. [ 0.001367] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.001399] cblist_init_generic: Setting adjustable number of callback queues. [ 0.001405] cblist_init_generic: Setting shift to 2 and lim to 1. [ 0.001486] rcu: Hierarchical SRCU implementation. [ 0.001491] rcu: Max phase no-delay instances is 1000. [ 0.002093] EFI services will not be available. [ 0.002207] smp: Bringing up secondary CPUs ... [ 0.002427] Detected PIPT I-cache on CPU1 [ 0.002474] CPU1: Booted secondary processor 0x0000000100 [0x414fd0b1] [ 0.002710] Detected PIPT I-cache on CPU2 [ 0.002745] CPU2: Booted secondary processor 0x0000000200 [0x414fd0b1] [ 0.002978] Detected PIPT I-cache on CPU3 [ 0.003011] CPU3: Booted secondary processor 0x0000000300 [0x414fd0b1] [ 0.003047] smp: Brought up 1 node, 4 CPUs [ 0.003069] SMP: Total of 4 processors activated. [ 0.003074] CPU features: detected: 32-bit EL0 Support [ 0.003079] CPU features: detected: Data cache clean to the PoU not required for I/D coherence [ 0.003085] CPU features: detected: Common not Private translations [ 0.003089] CPU features: detected: CRC32 instructions [ 0.003094] CPU features: detected: RCpc load-acquire (LDAPR) [ 0.003099] CPU features: detected: LSE atomic instructions [ 0.003103] CPU features: detected: Privileged Access Never [ 0.003108] CPU features: detected: RAS Extension Support [ 0.003113] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.003156] CPU: All CPU(s) started at EL2 [ 0.003161] alternatives: applying system-wide alternatives [ 0.005060] devtmpfs: initialized [ 0.007587] Enabled cp15_barrier support [ 0.007598] Enabled setend support [ 0.007660] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.007672] futex hash table entries: 1024 (order: 2, 65536 bytes, linear) [ 0.008457] pinctrl core: initialized pinctrl subsystem [ 0.008649] DMI not present or invalid. [ 0.008854] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.010045] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations [ 0.010103] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.010183] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations [ 0.010210] audit: initializing netlink subsys (disabled) [ 0.010273] audit: type=2000 audit(0.008:1): state=initialized audit_enabled=0 res=1 [ 0.010410] thermal_sys: Registered thermal governor 'step_wise' [ 0.010429] cpuidle: using governor menu [ 0.010497] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.010540] ASID allocator initialised with 32768 entries [ 0.010838] Serial: AMBA PL011 UART driver [ 0.012587] bcm2835-mbox 107c013880.mailbox: mailbox enabled [ 0.013295] 107d001000.serial: ttyAMA10 at MMIO 0x107d001000 (irq = 15, base_baud = 0) is a PL011 rev2 [ 0.020836] raspberrypi-firmware soc:firmware: Attached to firmware from 2024-01-05T15:57:40, variant start_cd [ 0.024838] raspberrypi-firmware soc:firmware: Firmware hash is 30cc5f3700000000000000000000000000000000 [ 0.033318] KASLR enabled [ 0.043377] bcm2835-dma 1000010000.dma: DMA legacy API manager, dmachans=0x1 [ 0.044435] iommu: Default domain type: Translated [ 0.044442] iommu: DMA domain TLB invalidation policy: strict mode [ 0.044537] SCSI subsystem initialized [ 0.044590] usbcore: registered new interface driver usbfs [ 0.044603] usbcore: registered new interface driver hub [ 0.044617] usbcore: registered new device driver usb [ 0.044720] usb_phy_generic phy: supply vcc not found, using dummy regulator [ 0.044811] pps_core: LinuxPPS API ver. 1 registered [ 0.044816] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it [ 0.044824] PTP clock support registered [ 0.045073] vgaarb: loaded [ 0.045210] clocksource: Switched to clocksource arch_sys_counter [ 0.045368] VFS: Disk quotas dquot_6.6.0 [ 0.045389] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes) [ 0.045425] FS-Cache: Loaded [ 0.045456] CacheFiles: Loaded [ 0.046848] NET: Registered PF_INET protocol family [ 0.046954] IP idents hash table entries: 65536 (order: 5, 524288 bytes, linear) [ 0.048274] tcp_listen_portaddr_hash hash table entries: 2048 (order: 1, 32768 bytes, linear) [ 0.048302] Table-perturb hash table entries: 65536 (order: 4, 262144 bytes, linear) [ 0.048311] TCP established hash table entries: 32768 (order: 4, 262144 bytes, linear) [ 0.048451] TCP bind hash table entries: 32768 (order: 6, 1048576 bytes, linear) [ 0.049276] TCP: Hash tables configured (established 32768 bind 32768) [ 0.049399] MPTCP token hash table entries: 4096 (order: 2, 98304 bytes, linear) [ 0.049447] UDP hash table entries: 2048 (order: 2, 65536 bytes, linear) [ 0.049503] UDP-Lite hash table entries: 2048 (order: 2, 65536 bytes, linear) [ 0.049610] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 0.049773] RPC: Registered named UNIX socket transport module. [ 0.049780] RPC: Registered udp transport module. [ 0.049784] RPC: Registered tcp transport module. [ 0.049788] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.049796] PCI: CLS 0 bytes, default 64 [ 0.049976] Trying to unpack rootfs image as initramfs... [ 0.050346] hw perfevents: enabled with armv8_cortex_a76 PMU driver, 7 counters available [ 0.050534] kvm [1]: IPA Size Limit: 40 bits [ 0.050557] kvm [1]: GICV region size/alignment is unsafe, using trapping (reduced performance) [ 0.050613] kvm [1]: vgic interrupt IRQ9 [ 0.050671] kvm [1]: VHE mode initialized successfully [ 0.217479] Freeing initrd memory: 10832K [ 0.339651] Initialise system trusted keyrings [ 0.339816] workingset: timestamp_bits=46 max_order=18 bucket_order=0 [ 0.341593] zbud: loaded [ 0.342125] NFS: Registering the id_resolver key type [ 0.342142] Key type id_resolver registered [ 0.342147] Key type id_legacy registered [ 0.342170] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.342176] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 0.342249] F2FS not supported on PAGE_SIZE(16384) != 4096 [ 0.342338] Key type asymmetric registered [ 0.342344] Asymmetric key parser 'x509' registered [ 0.342369] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.342425] io scheduler mq-deadline registered [ 0.342431] io scheduler kyber registered [ 0.343036] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7c502000, parent irq: 31) [ 0.343183] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d503000, parent irq: 32) [ 0.343298] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508380, parent irq: 33) [ 0.343413] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d508400, parent irq: 34) [ 0.343527] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7d510600, parent irq: 35) [ 0.343643] irq_brcmstb_l2: registered L2 intc (/soc/intc@7d517b00, parent irq: 36) [ 0.345237] gpio-461 (RP1 RUN pin): hogged as output/high [ 0.379270] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 0.379827] 107d50c000.serial: ttyS0 at MMIO 0x107d50c000 (irq = 38, base_baud = 6000000) is a 16550A [ 0.379878] serial serial0: tty port ttyS0 registered [ 0.380393] iproc-rng200 107d208000.rng: hwrng registered [ 0.380522] vc-mem: phys_addr:0x00000000 mem_base=0x3fc00000 mem_size:0x40000000(1024 MiB) [ 0.381222] bcm2712-iommu-cache 1000005b00.iommuc: bcm2712_iommu_cache_probe [ 0.383160] brd: module loaded [ 0.384633] loop: module loaded [ 0.384847] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver [ 0.385039] Loading iSCSI transport class v2.0-870. [ 0.386065] usbcore: registered new interface driver r8152 [ 0.386081] usbcore: registered new interface driver lan78xx [ 0.386094] usbcore: registered new interface driver smsc95xx [ 0.386229] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) [ 0.386305] dwc_otg: FIQ enabled [ 0.386307] dwc_otg: NAK holdoff enabled [ 0.386309] dwc_otg: FIQ split-transaction FSM enabled [ 0.386313] Module dwc_common_port init [ 0.386559] usbcore: registered new interface driver uas [ 0.386574] usbcore: registered new interface driver usb-storage [ 0.386771] mousedev: PS/2 mouse device common for all mice [ 0.394632] rpi-rtc soc:rpi_rtc: registered as rtc0 [ 0.396100] rpi-rtc soc:rpi_rtc: setting system clock to 2024-01-28T08:25:02 UTC (1706430302) [ 0.396766] bcm2835-wdt bcm2835-wdt: Poweroff handler already present! [ 0.396773] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer [ 0.399378] sdhci: Secure Digital Host Controller Interface driver [ 0.399384] sdhci: Copyright(c) Pierre Ossman [ 0.399529] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.399938] ledtrig-cpu: registered to indicate activity on CPUs [ 0.399983] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping .... [ 0.399997] hid: raw HID events driver (C) Jiri Kosina [ 0.400024] usbcore: registered new interface driver usbhid [ 0.400029] usbhid: USB HID core driver [ 0.400221] NET: Registered PF_PACKET protocol family [ 0.400255] Key type dns_resolver registered [ 0.400495] registered taskstats version 1 [ 0.400520] Loading compiled-in X.509 certificates [ 0.406924] Loaded X.509 cert 'Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1' [ 0.406954] Loaded X.509 cert 'Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f' [ 0.407124] Key type .fscrypt registered [ 0.407130] Key type fscrypt-provisioning registered [ 0.408943] brcm-pcie 1000120000.pcie: host bridge /axi/pcie@120000 ranges: [ 0.408958] brcm-pcie 1000120000.pcie: No bus range found for /axi/pcie@120000, using [bus 00-ff] [ 0.408988] brcm-pcie 1000120000.pcie: MEM 0x1f00000000..0x1ffffffffb -> 0x0000000000 [ 0.409006] brcm-pcie 1000120000.pcie: MEM 0x1c00000000..0x1effffffff -> 0x0400000000 [ 0.409034] brcm-pcie 1000120000.pcie: IB MEM 0x1f00000000..0x1f003fffff -> 0x0000000000 [ 0.409053] brcm-pcie 1000120000.pcie: IB MEM 0x0000000000..0x0fffffffff -> 0x1000000000 [ 0.410252] brcm-pcie 1000120000.pcie: setting SCB_ACCESS_EN, READ_UR_MODE, MAX_BURST_SIZE [ 0.410266] brcm-pcie 1000120000.pcie: Forcing gen 2 [ 0.410313] brcm-pcie 1000120000.pcie: PCI host bridge to bus 0000:00 [ 0.410319] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.410326] pci_bus 0000:00: root bus resource [mem 0x1f00000000-0x1ffffffffb] (bus address [0x00000000-0xfffffffb]) [ 0.410333] pci_bus 0000:00: root bus resource [mem 0x1c00000000-0x1effffffff pref] (bus address [0x400000000-0x6ffffffff]) [ 0.410356] pci 0000:00:00.0: [14e4:2712] type 01 class 0x060400 [ 0.410417] pci 0000:00:00.0: PME# supported from D0 D3hot [ 0.411347] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.517215] brcm-pcie 1000120000.pcie: link up, 5.0 GT/s PCIe x4 (!SSC) [ 0.517246] pci 0000:01:00.0: [1de4:0001] type 00 class 0x020000 [ 0.517267] pci 0000:01:00.0: reg 0x10: [mem 0xffffc000-0xffffffff] [ 0.517279] pci 0000:01:00.0: reg 0x14: [mem 0xffc00000-0xffffffff] [ 0.517291] pci 0000:01:00.0: reg 0x18: [mem 0xffff0000-0xffffffff] [ 0.517386] pci 0000:01:00.0: supports D1 [ 0.517390] pci 0000:01:00.0: PME# supported from D0 D1 D3hot D3cold [ 0.529225] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.529239] pci 0000:00:00.0: BAR 8: assigned [mem 0x1f00000000-0x1f005fffff] [ 0.529247] pci 0000:01:00.0: BAR 1: assigned [mem 0x1f00000000-0x1f003fffff] [ 0.529256] pci 0000:01:00.0: BAR 2: assigned [mem 0x1f00400000-0x1f0040ffff] [ 0.529264] pci 0000:01:00.0: BAR 0: assigned [mem 0x1f00410000-0x1f00413fff] [ 0.529273] pci 0000:00:00.0: PCI bridge to [bus 01] [ 0.529279] pci 0000:00:00.0: bridge window [mem 0x1f00000000-0x1f005fffff] [ 0.529291] pci 0000:00:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 512 [ 0.529305] pci 0000:01:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 512 [ 0.529437] pcieport 0000:00:00.0: enabling device (0000 -> 0002) [ 0.529490] pcieport 0000:00:00.0: PME: Signaling with IRQ 39 [ 0.529566] pcieport 0000:00:00.0: AER: enabled with IRQ 39 [ 0.529724] rp1 0000:01:00.0: bar0 len 0x4000, start 0x1f00410000, end 0x1f00413fff, flags, 0x40200 [ 0.529732] rp1 0000:01:00.0: bar1 len 0x400000, start 0x1f00000000, end 0x1f003fffff, flags, 0x40200 [ 0.529747] rp1 0000:01:00.0: enabling device (0000 -> 0002) [ 0.530873] rp1 0000:01:00.0: chip_id 0x20001927 [ 0.553137] macb 1f00100000.ethernet eth0: Cadence GEM rev 0x00070109 at 0x1f00100000 irq 107 (m.m.m.m) [ 0.553925] dw_axi_dmac_platform 1f00188000.dma: DesignWare AXI DMA Controller, 8 channels [ 0.613332] xhci-hcd xhci-hcd.0: xHCI Host Controller [ 0.613344] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 1 [ 0.613805] xhci-hcd xhci-hcd.0: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810 [ 0.613826] xhci-hcd xhci-hcd.0: irq 132, io mem 0x1f00200000 [ 0.613905] xhci-hcd xhci-hcd.0: xHCI Host Controller [ 0.613912] xhci-hcd xhci-hcd.0: new USB bus registered, assigned bus number 2 [ 0.613919] xhci-hcd xhci-hcd.0: Host supports USB 3.0 SuperSpeed [ 0.614013] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 0.614021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.614028] usb usb1: Product: xHCI Host Controller [ 0.614033] usb usb1: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd [ 0.614038] usb usb1: SerialNumber: xhci-hcd.0 [ 0.614185] hub 1-0:1.0: USB hub found [ 0.614205] hub 1-0:1.0: 2 ports detected [ 0.614426] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 0.614434] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.614440] usb usb2: Product: xHCI Host Controller [ 0.614445] usb usb2: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd [ 0.614450] usb usb2: SerialNumber: xhci-hcd.0 [ 0.614571] hub 2-0:1.0: USB hub found [ 0.614592] hub 2-0:1.0: 1 port detected [ 0.673326] xhci-hcd xhci-hcd.1: xHCI Host Controller [ 0.673335] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 3 [ 0.673793] xhci-hcd xhci-hcd.1: hcc params 0x0240fe6d hci version 0x110 quirks 0x0000000000010810 [ 0.673812] xhci-hcd xhci-hcd.1: irq 137, io mem 0x1f00300000 [ 0.673900] xhci-hcd xhci-hcd.1: xHCI Host Controller [ 0.673906] xhci-hcd xhci-hcd.1: new USB bus registered, assigned bus number 4 [ 0.673912] xhci-hcd xhci-hcd.1: Host supports USB 3.0 SuperSpeed [ 0.673994] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01 [ 0.674001] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.674007] usb usb3: Product: xHCI Host Controller [ 0.674012] usb usb3: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd [ 0.674017] usb usb3: SerialNumber: xhci-hcd.1 [ 0.674139] hub 3-0:1.0: USB hub found [ 0.674158] hub 3-0:1.0: 2 ports detected [ 0.674365] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01 [ 0.674373] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.674379] usb usb4: Product: xHCI Host Controller [ 0.674384] usb usb4: Manufacturer: Linux 6.1.0-rpi7-rpi-2712 xhci-hcd [ 0.674389] usb usb4: SerialNumber: xhci-hcd.1 [ 0.674507] hub 4-0:1.0: USB hub found [ 0.674525] hub 4-0:1.0: 1 port detected [ 0.675457] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 0.675864] platform 1000800000.codec: bcm2712_iommu_probe_device: MMU 1000005100.iommu [ 0.675871] platform 1000800000.codec: bcm2712_iommu_device_group: MMU 1000005100.iommu [ 0.675880] platform 1000800000.codec: Adding to iommu group 0 [ 0.675916] platform 1000880000.pisp_be: bcm2712_iommu_probe_device: MMU 1000005100.iommu [ 0.675922] platform 1000880000.pisp_be: bcm2712_iommu_device_group: MMU 1000005100.iommu [ 0.675930] platform 1000880000.pisp_be: Adding to iommu group 0 [ 0.675981] platform 1000800000.codec: bcm2712_iommu_attach_dev: MMU 1000005100.iommu [ 0.675986] platform 1000880000.pisp_be: bcm2712_iommu_attach_dev: MMU 1000005100.iommu [ 0.675997] bcm2712-iommu 1000005100.iommu: bcm2712_iommu_probe: Success [ 0.676592] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 0.676942] platform axi:gpu: bcm2712_iommu_probe_device: MMU 1000005200.iommu [ 0.676948] platform axi:gpu: bcm2712_iommu_device_group: MMU 1000005200.iommu [ 0.676956] platform axi:gpu: Adding to iommu group 1 [ 0.677009] platform axi:gpu: bcm2712_iommu_attach_dev: MMU 1000005200.iommu [ 0.677018] bcm2712-iommu 1000005200.iommu: bcm2712_iommu_probe: Success [ 0.677502] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_init: DEBUG_INFO = 0x20804774 [ 0.677876] bcm2712-iommu 1000005280.iommu: bcm2712_iommu_probe: Success [ 0.678085] sdhci-brcmstb 1000fff000.mmc: there is not valid maps for state default [ 0.678484] mmc0: CQHCI version 5.10 [ 0.678526] mmc1: CQHCI version 5.10 [ 0.678888] pl011-axi 1f00030000.serial: cts_event_workaround enabled [ 0.678925] 1f00030000.serial: ttyAMA0 at MMIO 0x1f00030000 (irq = 126, base_baud = 0) is a PL011 AXI [ 0.680242] of_cfs_init [ 0.680281] of_cfs_init: OK [ 0.714387] mmc0: SDHCI controller on 1000fff000.mmc [1000fff000.mmc] using ADMA 64-bit [ 0.812513] mmc0: new ultra high speed SDR104 SDXC card at address aaaa [ 0.812796] mmcblk0: mmc0:aaaa SN64G 59.5 GiB [ 0.814138] mmcblk0: p1 p2 [ 0.814244] mmcblk0: mmc0:aaaa SN64G 59.5 GiB (quirks 0x00004000) [ 0.867763] mmc1: SDHCI controller on 1001100000.mmc [1001100000.mmc] using ADMA 64-bit [ 0.869239] usb 1-2: new full-speed USB device number 2 using xhci-hcd [ 0.870971] Freeing unused kernel memory: 4480K [ 0.871033] Run /init as init process [ 0.871037] with arguments: [ 0.871039] /init [ 0.871041] with environment: [ 0.871043] HOME=/ [ 0.871045] TERM=linux [ 0.898564] mmc1: new ultra high speed DDR50 SDIO card at address 0001 [ 0.929275] usb 3-2: new full-speed USB device number 2 using xhci-hcd [ 1.018721] usb 1-2: New USB device found, idVendor=2e8a, idProduct=000a, bcdDevice= 1.00 [ 1.018741] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.018747] usb 1-2: Product: Pico [ 1.018752] usb 1-2: Manufacturer: Raspberry Pi [ 1.018758] usb 1-2: SerialNumber: E6614C311B34AC32 [ 1.079371] usb 3-2: New USB device found, idVendor=2e8a, idProduct=000c, bcdDevice= 1.01 [ 1.079389] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 1.079395] usb 3-2: Product: Debug Probe (CMSIS-DAP) [ 1.079401] usb 3-2: Manufacturer: Raspberry Pi [ 1.079406] usb 3-2: SerialNumber: E6616408432C1933 [ 1.080294] input: pwr_button as /devices/platform/pwr_button/input/input0 [ 1.106589] brcmstb-i2c 107d508200.i2c: @200000hz registered in interrupt mode [ 1.130021] brcmstb-i2c 107d508280.i2c: @200000hz registered in interrupt mode [ 1.287231] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none. [ 1.619027] NET: Registered PF_INET6 protocol family [ 1.619481] Segment Routing with IPv6 [ 1.619493] In-situ OAM (IOAM) with IPv6 [ 1.648408] systemd[1]: systemd 252.19-1~deb12u1 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified) [ 1.648434] systemd[1]: Detected architecture arm64. [ 1.659811] systemd[1]: Hostname set to.
[ 1.950509] systemd[1]: Queued start job for default target multi-user.target.
[ 1.965970] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[ 1.966444] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[ 1.966880] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[ 1.967141] systemd[1]: Created slice user.slice - User and Session Slice.
[ 1.967306] systemd[1]: Started systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch.
[ 1.967447] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[ 1.967748] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[ 1.967858] systemd[1]: Reached target cryptsetup.target - Local Encrypted Volumes.
[ 1.967941] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[ 1.968031] systemd[1]: Reached target paths.target - Path Units.
[ 1.968117] systemd[1]: Reached target slices.target - Slice Units.
[ 1.968196] systemd[1]: Reached target swap.target - Swaps.
[ 1.968278] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[ 1.968520] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[ 1.968663] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[ 1.969107] systemd[1]: Listening on systemd-journald-audit.socket - Journal Audit Socket.
[ 1.969365] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[ 1.969617] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[ 1.970329] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[ 1.970553] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[ 1.970820] systemd[1]: dev-hugepages.mount - Huge Pages File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/mm/hugepages).
[ 1.971757] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[ 1.972985] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[ 1.974361] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[ 1.974705] systemd[1]: auth-rpcgss-module.service - Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
[ 1.977186] systemd[1]: Starting fake-hwclock.service - Restore / save the current clock...
[ 1.979874] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[ 1.981177] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[ 1.982810] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[ 1.984605] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[ 1.986339] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[ 1.988264] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[ 1.990232] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[ 1.991939] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[ 1.992286] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[ 1.995349] systemd[1]: Starting systemd-journald.service - Journal Service...
[ 2.002984] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[ 2.004652] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[ 2.006095] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[ 2.008622] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[ 2.008941] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[ 2.009160] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[ 2.009676] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[ 2.010363] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 2.010589] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[ 2.011130] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[ 2.011565] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[ 2.012096] systemd[1]: modprobe@loop.service: Deactivated successfully.
[ 2.012278] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[ 2.014058] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[ 2.014727] fuse: init (API version 7.37)
[ 2.016259] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[ 2.016478] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[ 2.018346] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[ 2.021297] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 2.022131] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[ 2.022399] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[ 2.028819] i2c_dev: i2c /dev entries driver
[ 2.029488] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[ 2.029846] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[ 2.030517] systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules.
[ 2.031001] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[ 2.033149] systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables...
[ 2.043592] systemd[1]: Finished fake-hwclock.service - Restore / save the current clock.
[ 2.044315] systemd[1]: modprobe@drm.service: Deactivated successfully.
[ 2.044574] EXT4-fs (mmcblk0p2): re-mounted. Quota mode: none.
[ 2.044824] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[ 2.046391] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[ 2.046732] systemd[1]: systemd-firstboot.service - First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
[ 2.046797] systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
[ 2.048188] systemd[1]: Starting systemd-random-seed.service - Load/Save Random Seed...
[ 2.050219] systemd[1]: Starting systemd-sysusers.service - Create System Users...
[ 2.065326] systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables.
[ 2.088590] systemd[1]: Started systemd-journald.service - Journal Service.
[ 2.120379] systemd-journald[288]: Received client request to flush runtime journal.
[ 2.655506] rpi-gpiomem 107d508500.gpiomem: window base 0x107d508500 size 0x00000040
[ 2.655909] rpi-gpiomem 107d508500.gpiomem: initialised 1 regions as /dev/gpiomem1
[ 2.656015] rpi-gpiomem 107d517c00.gpiomem: window base 0x107d517c00 size 0x00000040
[ 2.656172] rpi-gpiomem 107d517c00.gpiomem: initialised 1 regions as /dev/gpiomem2
[ 2.656251] rpi-gpiomem 107d504100.gpiomem: window base 0x107d504100 size 0x00000020
[ 2.656325] rpi-gpiomem 107d504100.gpiomem: initialised 1 regions as /dev/gpiomem3
[ 2.656404] rpi-gpiomem 107d510700.gpiomem: window base 0x107d510700 size 0x00000020
[ 2.656457] rpi-gpiomem 107d510700.gpiomem: initialised 1 regions as /dev/gpiomem4
[ 2.656707] rpi-gpiomem 1f000d0000.gpiomem: window base 0x1f000d0000 size 0x00030000
[ 2.658026] rpi-gpiomem 1f000d0000.gpiomem: initialised 1 regions as /dev/gpiomem0
[ 2.696372] mc: Linux media interface: v0.10
[ 2.721146] videodev: Linux video capture interface: v2.00
[ 2.791373] [drm] Initialized v3d 1.0.0 20180419 for 1002000000.v3d on minor 0
[ 2.810492] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.810611] pispbe 1000880000.pisp_be: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 2.810992] cfg80211: Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[ 2.811318] cfg80211: Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[ 2.811767] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.820386] pispbe 1000880000.pisp_be: pispbe_probe: HW version: 0x02252700
[ 2.820402] pispbe 1000880000.pisp_be: pispbe_probe: BatchStatus: 0x00000000
[ 2.820406] pispbe 1000880000.pisp_be: pispbe_probe: Status: 0x00000000
[ 2.820409] pispbe 1000880000.pisp_be: Register nodes for group 0
[ 2.822326] pispbe 1000880000.pisp_be: input device node registered as /dev/video20
[ 2.828197] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video21
[ 2.838190] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video22
[ 2.845780] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video23
[ 2.849910] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video24
[ 2.858650] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 2.862707] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video25
[ 2.864797] rpivid 1000800000.codec: bcm2712_iommu_of_xlate: MMU 1000005100.iommu
[ 2.872736] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video26
[ 2.875607] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video27
[ 2.878108] pispbe 1000880000.pisp_be: config device node registered as /dev/video28
[ 2.878127] Bluetooth: Core ver 2.22
[ 2.878157] NET: Registered PF_BLUETOOTH protocol family
[ 2.878160] Bluetooth: HCI device and connection manager initialized
[ 2.878167] Bluetooth: HCI socket layer initialized
[ 2.878172] Bluetooth: L2CAP socket layer initialized
[ 2.878179] Bluetooth: SCO socket layer initialized
[ 2.878535] pispbe 1000880000.pisp_be: Register nodes for group 1
[ 2.878656] pispbe 1000880000.pisp_be: input device node registered as /dev/video29
[ 2.878834] pispbe 1000880000.pisp_be: tdn_input device node registered as /dev/video30
[ 2.878899] rpivid 1000800000.codec: Device registered as /dev/video19
[ 2.879065] pispbe 1000880000.pisp_be: stitch_input device node registered as /dev/video31
[ 2.879233] pispbe 1000880000.pisp_be: hog_output device node registered as /dev/video32
[ 2.879388] pispbe 1000880000.pisp_be: output0 device node registered as /dev/video33
[ 2.879514] pispbe 1000880000.pisp_be: output1 device node registered as /dev/video34
[ 2.879634] pispbe 1000880000.pisp_be: tdn_output device node registered as /dev/video35
[ 2.879743] pispbe 1000880000.pisp_be: stitch_output device node registered as /dev/video36
[ 2.879861] pispbe 1000880000.pisp_be: config device node registered as /dev/video37
[ 2.894470] Bluetooth: HCI UART driver ver 2.3
[ 2.894486] Bluetooth: HCI UART protocol H4 registered
[ 2.894677] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 2.894961] hci_uart_bcm serial0-0: supply vbat not found, using dummy regulator
[ 2.895045] hci_uart_bcm serial0-0: supply vddio not found, using dummy regulator
[ 2.895189] Bluetooth: HCI UART protocol Broadcom registered
[ 2.904731] cdc_acm 1-2:1.0: ttyACM0: USB ACM device
[ 2.905923] cdc_acm 3-2:1.1: ttyACM1: USB ACM device
[ 2.905994] usbcore: registered new interface driver cdc_acm
[ 2.905999] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.909399] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 2.911667] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 2.917439] usbcore: registered new interface driver brcmfmac
[ 3.079310] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Apr 15 2021 03:03:20 version 7.45.234 (4ca95bb CY) FWID 01-996384e2
[ 3.236227] vc4-drm axi:gpu: bcm2712_iommu_of_xlate: MMU 1000005200.iommu
[ 3.241804] vc4-drm axi:gpu: bound 107c580000.hvs (ops vc4_hvs_ops [vc4])
[ 3.245052] Registered IR keymap rc-cec
[ 3.245114] rc rc0: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0
[ 3.245176] input: vc4-hdmi-0 as /devices/platform/soc/107c701400.hdmi/rc/rc0/input1
[ 3.251845] vc4-drm axi:gpu: bound 107c701400.hdmi (ops vc4_hdmi_ops [vc4])
[ 3.259986] Registered IR keymap rc-cec
[ 3.261964] rc rc1: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1
[ 3.263385] Bluetooth: hci0: BCM: chip id 107
[ 3.264557] input: vc4-hdmi-1 as /devices/platform/soc/107c706400.hdmi/rc/rc1/input2
[ 3.265903] Bluetooth: hci0: BCM: features 0x2f
[ 3.267113] Bluetooth: hci0: BCM4345C0
[ 3.267122] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0000
[ 3.268132] vc4-drm axi:gpu: bound 107c706400.hdmi (ops vc4_hdmi_ops [vc4])
[ 3.268476] vc4-drm axi:gpu: bound 107c500000.mop (ops vc4_txp_ops [vc4])
[ 3.268599] vc4-drm axi:gpu: bound 107c501000.moplet (ops vc4_txp_ops [vc4])
[ 3.268698] vc4-drm axi:gpu: bound 107c410000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 3.268786] vc4-drm axi:gpu: bound 107c411000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 3.272674] [drm] Initialized vc4 0.0.0 20140616 for axi:gpu on minor 1
[ 3.276897] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 3.279024] Bluetooth: hci0: BCM4345C0 'brcm/BCM4345C0.raspberrypi,5-model-b.hcd' Patch
[ 3.280848] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 3.284726] vc4-drm axi:gpu: [drm] Cannot find any crtc or sizes
[ 3.488927] Adding 102384k swap on /var/swap. Priority:-2 extents:1 across:102384k SSFS
[ 3.981882] Bluetooth: hci0: BCM: features 0x2f
[ 3.983254] Bluetooth: hci0: BCM43455 37.4MHz Raspberry Pi 3+-0190
[ 3.983258] Bluetooth: hci0: BCM4345C0 (003.001.025) build 0382
[ 3.983609] Bluetooth: hci0: BCM: Using default device address (m.m.m.m)
[ 4.095935] macb 1f00100000.ethernet eth0: PHY [1f00100000.ethernet-ffffffff:01] driver [Broadcom BCM54213PE] (irq=POLL)
[ 4.095946] macb 1f00100000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 4.098390] pps pps0: new PPS source ptp0
[ 4.099595] macb 1f00100000.ethernet: gem-ptp-timer ptp clock registered.
[ 4.130927] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 4.137461] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4.137470] Bluetooth: BNEP filters: protocol multicast
[ 4.137478] Bluetooth: BNEP socket layer initialized
[ 4.140402] Bluetooth: MGMT ver 1.22
[ 4.151098] NET: Registered PF_ALG protocol family
[ 10.034337] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 10.206455] Key type cifs.spnego registered
[ 10.206466] Key type cifs.idmap registered
[ 10.206879] CIFS: Attempting to mount \SynologyNAS-1\rpi_share
Logs
No response
Additional context
No response