LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - ARM (https://www.linuxquestions.org/questions/slackware-arm-108/)
-   -   Raspberry Pi 4 bcm2711 (aarch64) (https://www.linuxquestions.org/questions/slackware-arm-108/raspberry-pi-4-bcm2711-aarch64-4175675454/)

sndwvs 09-03-2021 10:15 PM

kernel 5.14.1

Lockywolf 09-26-2021 05:53 PM

Quote:

Originally Posted by sndwvs (Post 6281419)
kernel 5.14.1

What is the difference between your kernels and stock slarm64 ones? I did boot my Pi with the stock kernel successfully, although I'm not sure if everything works. In particular, the colourful boot screen is missing.

What are the other differences?

sndwvs 09-27-2021 03:26 PM

only by the fact that it has not yet got into the main kernel and some wifi drivers

sndwvs 11-18-2021 09:22 AM

update kernel 5.15.2
slarm64-current-aarch64-server-raspberry_pi_4-5.15.2-build-20211118.img.zst
slarm64-current-aarch64-server-raspberry_pi_4-5.15.2-build-20211118.img.zst.sha256
slarm64-current-aarch64-xfce-raspberry_pi_4-5.15.2-build-20211118.img.zst
slarm64-current-aarch64-xfce-raspberry_pi_4-5.15.2-build-20211118.img.zst.sha256

sndwvs 11-29-2021 01:13 AM

update kernel 5.15.5
slarm64-current-aarch64-server-raspberry_pi_4-5.15.5-build-20211128.img.zst
slarm64-current-aarch64-server-raspberry_pi_4-5.15.5-build-20211128.img.zst.sha256
slarm64-current-aarch64-xfce-raspberry_pi_4-5.15.5-build-20211128.img.zst
slarm64-current-aarch64-xfce-raspberry_pi_4-5.15.5-build-20211128.img.zst.sha256

business_kid 11-30-2021 02:08 PM

Thanks for the links. Downloading as I speak.

I was feeling disloyal running Raspberry Pi OS (=Debian Buster). I avoided the initial spade work of setting up the Slackware distro, but excused myself on the basis of being an invalid, and RazPi setup was handy, I have to admit.

Now RazPi OS (formerly raspbian) have dropped Debian 10 (Buster) and dropped all updates. They have released bullseye or debian 11, and apparently there's no end of problems, see post #4 particularly.

Downloading the 64bit Slackware version as I speak. The one thing I'd mention is that Alien Bob's [x86_64] chromium-ungoogled Version 94.0.4606.81 (Official Build, ungoogled-chromium) (64-bit) pukes on the link; If I do a 'file/save as,' I get the error
Code:

support.9oo91e.qjz9zk is blocked
This page has been blocked by Chromium
ERR_BLOCKED_BY_CLIENT

I got it by copying the link to a word processor, and pasting it into a terminal preceded by the magic word "wget" :D.

sndwvs 11-30-2021 02:43 PM

chromium-98.0.4693.0

business_kid 12-02-2021 12:15 PM

Installed that RazPi 4 20211128-xfce image, and it's not booting.

Apparently it does the initial stuff fine, remounts mounting on /mnt read only, boots, moves the / partition from /mnt to /, but doesn't mount it read write, so the thing runs init, but every write to / fails. That inevitably ends sadly, a reset in this case. Then we loop again, … and again…

I tried it on a real usb disk (/=sda2), and an sdcard (/=mmcblk0p2) - both the same.

Raspberry Pi OS save bootup bother by not having uEnv.txt. The cmdline.txt & /etc/fstab both have "root=PARTUUID=<number>. When you install an image, it's the partuuid of the disk the image was made on, I suppose. You could save bother for end users that way. I personally don't like partuuids, but I detest farting about.

One other thing. What's the root password?

Exaga 12-02-2021 12:25 PM

Quote:

Originally Posted by business_kid (Post 6306108)
The cmdline.txt & /etc/fstab both have "root=PARTUUID=<number>. When you install an image, it's the partuuid of the disk the image was made on, I suppose. You could save bother for end users that way. I personally don't like partuuids, but I detest farting about.

Use "PARTUUID" in the '/boot/cmdline.txt' file and "UUID" in the '/etc/fstab' file on the RPi devices. Works perfectly for Slackware ARM, not sure about anything else.

I documented "persistent storage device naming" in a SARPi mini-project, for the benefit of those who need/want to use it: https://sarpi.penthux.net/index.php?p=pers-devnam

sndwvs 12-02-2021 12:29 PM

Quote:

Originally Posted by business_kid (Post 6306108)
One other thing. What's the root password?

if we are talking about building with slarm64, the password is set when the user logs in.

business_kid 12-03-2021 09:07 AM

@Exega: Thanks for the reply. I did as you suggested, but it didn't help. I gather from the page you linked that the canonical names are /dev/sdX, etc and the uuids are links to them.

@sndwvs: Thanks for the reply. It's good to know about root's password, but I have yet to get as far as logging in.

Mine is the standard Razpi 4B, w/ 4G of ram. I tried to get a handle on this problem with mobile phone photos, but one handed phone photos are full of camera shake.I'm missing the clear output from / being moved from /mnt to /. After adding some overscan, I can see that it doesn't like my filesystem. I get "could be anything" error (code page, dirty bit set, superblock or other error) and then announces that root is a read only file system. root is ext4. It runs /sbin/init, gets past updating gtk modules, to the next thing (QT?) and then switches to runlevel 6, and resets.

Got any ideas? It's not a filesystem fault. Usb disk & sdcard together? I checked the usb disk anyhow, and it's fine.

business_kid 12-05-2021 07:17 AM

Well, the way this fell out was that after examining the init scripts, it's pretty clear that / is mounted before /sbin/init is run. As /sbin/init is not included in the initrd, the mount of the / partition must be done read-only. I get a 'could be anything' type of error message, mentioning code page, superblock,… or other error. So booting fails. The kernel may work for others. It fails here.

I'm on the bog standard Pi 4B w/4G of ram and one firmware update for usb booting. I realise I'm talking to devs who have a developed instinct for issues, experience of possible problems and energy to solve them. I have none of those, poor health and dodgy balance. So I have wiped the promising looking slarm64 and grabbed the Slackware Arm 32bit. I'm fine with 32 a bit OS because 32bit is not significantly slower in my use case.

sndwvs 12-07-2021 09:17 AM

discussion here

wowbaggerHU 12-10-2021 03:48 PM

Hi sndwvs,

I have a PoE hat on top of one of my Pi4s. After I recently upgraded my slarm64 installation, (just after the reboot) the fan of the PoE hat seems to have stopped spinning.
I went from kernel 5.12.something to 5.15.5. The fan was working fine before that.

I don't see any fan or pwm related messages in dmesg.
Do you have any idea what I should check?

sndwvs 12-10-2021 04:07 PM

Hi wowbaggerHU,

let's see the dmesg output, also the lsmod output.
and
Code:

grep poe /boot/config.txt

wowbaggerHU 12-11-2021 02:24 AM

Quote:

Originally Posted by sndwvs (Post 6308453)
let's see the dmesg output, also the lsmod output.
and
Code:

grep poe /boot/config.txt

Hi sndwvs,

dmesg:
Code:

[Fri Dec 10 22:27:46 2021] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[Fri Dec 10 22:27:46 2021] Linux version 5.15.5 (root@slarm64-dev) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP PREEMPT Sun Nov 28 19:37:16 UTC 2021
[Fri Dec 10 22:27:46 2021] Machine model: Raspberry Pi 4 Model B Rev 1.1
[Fri Dec 10 22:27:46 2021] efi: UEFI not found.
[Fri Dec 10 22:27:46 2021] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
[Fri Dec 10 22:27:46 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[Fri Dec 10 22:27:46 2021] Zone ranges:
[Fri Dec 10 22:27:46 2021]  DMA      [mem 0x0000000000000000-0x000000003fffffff]
[Fri Dec 10 22:27:46 2021]  DMA32    [mem 0x0000000040000000-0x000000007fffffff]
[Fri Dec 10 22:27:46 2021]  Normal  empty
[Fri Dec 10 22:27:46 2021] Movable zone start for each node
[Fri Dec 10 22:27:46 2021] Early memory node ranges
[Fri Dec 10 22:27:46 2021]  node  0: [mem 0x0000000000000000-0x000000003dffffff]
[Fri Dec 10 22:27:46 2021]  node  0: [mem 0x0000000040000000-0x000000007fffffff]
[Fri Dec 10 22:27:46 2021] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[Fri Dec 10 22:27:46 2021] percpu: Embedded 28 pages/cpu s77080 r8192 d29416 u114688
[Fri Dec 10 22:27:46 2021] pcpu-alloc: s77080 r8192 d29416 u114688 alloc=28*4096
[Fri Dec 10 22:27:46 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[Fri Dec 10 22:27:46 2021] Detected PIPT I-cache on CPU0
[Fri Dec 10 22:27:46 2021] CPU features: detected: Spectre-v2
[Fri Dec 10 22:27:46 2021] CPU features: detected: Spectre-v4
[Fri Dec 10 22:27:46 2021] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[Fri Dec 10 22:27:46 2021] Built 1 zonelists, mobility grouping on.  Total pages: 507904
[Fri Dec 10 22:27:46 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1200M@60 smsc95xx.macaddr=DC:A6:32:0C:9C:40 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  root=/dev/mmcblk0p2 ro rootwait nofont console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 elevator=noop snd-bcm2835.enable_compat_alsa=0
[Fri Dec 10 22:27:46 2021] Kernel parameter elevator= does not have any effect anymore.
                          Please use sysfs to set IO scheduler for individual devices.
[Fri Dec 10 22:27:46 2021] Unknown kernel command line parameters "nofont selinux=0", will be passed to user space.
[Fri Dec 10 22:27:46 2021] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[Fri Dec 10 22:27:46 2021] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[Fri Dec 10 22:27:46 2021] mem auto-init: stack:off, heap alloc:off, heap free:off
[Fri Dec 10 22:27:46 2021] software IO TLB: mapped [mem 0x000000003a000000-0x000000003e000000] (64MB)
[Fri Dec 10 22:27:46 2021] Memory: 1672804K/2064384K available (11648K kernel code, 1924K rwdata, 4036K rodata, 3712K init, 945K bss, 129436K reserved, 262144K cma-reserved)
[Fri Dec 10 22:27:46 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
...
[Fri Dec 10 22:27:46 2021] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[Fri Dec 10 22:27:46 2021] Root IRQ handler: gic_handle_irq
[Fri Dec 10 22:27:46 2021] GIC: Using split EOI/Deactivate mode
[Fri Dec 10 22:27:46 2021] random: get_random_bytes called from start_kernel+0x510/0x700 with crng_init=0
[Fri Dec 10 22:27:46 2021] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[Fri Dec 10 22:27:46 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[Fri Dec 10 22:27:46 2021] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[Fri Dec 10 22:27:46 2021] Console: colour dummy device 80x25
[Fri Dec 10 22:27:46 2021] printk: console [tty1] enabled
[Fri Dec 10 22:27:46 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[Fri Dec 10 22:27:46 2021] pid_max: default: 32768 minimum: 301
[Fri Dec 10 22:27:46 2021] LSM: Security Framework initializing
[Fri Dec 10 22:27:46 2021] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[Fri Dec 10 22:27:46 2021] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[Fri Dec 10 22:27:46 2021] cgroup: Disabling memory control group subsystem
[Fri Dec 10 22:27:46 2021] rcu: Hierarchical SRCU implementation.
[Fri Dec 10 22:27:46 2021] EFI services will not be available.
[Fri Dec 10 22:27:46 2021] smp: Bringing up secondary CPUs ...
[Fri Dec 10 22:27:46 2021] Detected PIPT I-cache on CPU1
[Fri Dec 10 22:27:46 2021] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[Fri Dec 10 22:27:46 2021] Detected PIPT I-cache on CPU2
[Fri Dec 10 22:27:46 2021] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[Fri Dec 10 22:27:46 2021] Detected PIPT I-cache on CPU3
[Fri Dec 10 22:27:46 2021] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[Fri Dec 10 22:27:46 2021] smp: Brought up 1 node, 4 CPUs
[Fri Dec 10 22:27:46 2021] SMP: Total of 4 processors activated.
[Fri Dec 10 22:27:46 2021] CPU features: detected: 32-bit EL0 Support
[Fri Dec 10 22:27:46 2021] CPU features: detected: 32-bit EL1 Support
[Fri Dec 10 22:27:46 2021] CPU features: detected: CRC32 instructions
[Fri Dec 10 22:27:46 2021] CPU: All CPU(s) started at EL2
[Fri Dec 10 22:27:46 2021] alternatives: patching kernel code
[Fri Dec 10 22:27:46 2021] devtmpfs: initialized
[Fri Dec 10 22:27:46 2021] Enabled cp15_barrier support
[Fri Dec 10 22:27:46 2021] Enabled setend support
[Fri Dec 10 22:27:46 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[Fri Dec 10 22:27:46 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[Fri Dec 10 22:27:46 2021] pinctrl core: initialized pinctrl subsystem
...
[Fri Dec 10 22:27:46 2021] audit: initializing netlink subsys (disabled)
[Fri Dec 10 22:27:46 2021] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
[Fri Dec 10 22:27:46 2021] thermal_sys: Registered thermal governor 'step_wise'
[Fri Dec 10 22:27:46 2021] cpuidle: using governor menu
[Fri Dec 10 22:27:46 2021] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[Fri Dec 10 22:27:46 2021] ASID allocator initialised with 65536 entries
[Fri Dec 10 22:27:46 2021] Serial: AMBA PL011 UART driver
[Fri Dec 10 22:27:46 2021] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[Fri Dec 10 22:27:46 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-04-12T15:52:31, variant start
[Fri Dec 10 22:27:46 2021] raspberrypi-firmware soc:firmware: Firmware hash is 0227a0840ee8c94294cf3b2c4b2d42031a58f05a
[Fri Dec 10 22:27:46 2021] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[Fri Dec 10 22:27:46 2021] vgaarb: loaded
[Fri Dec 10 22:27:46 2021] SCSI subsystem initialized
[Fri Dec 10 22:27:46 2021] usbcore: registered new interface driver usbfs
[Fri Dec 10 22:27:46 2021] usbcore: registered new interface driver hub
[Fri Dec 10 22:27:46 2021] usbcore: registered new device driver usb
[Fri Dec 10 22:27:46 2021] usb_phy_generic phy: supply vcc not found, using dummy regulator
[Fri Dec 10 22:27:46 2021] clocksource: Switched to clocksource arch_sys_counter
[Fri Dec 10 22:27:46 2021] VFS: Disk quotas dquot_6.6.0
[Fri Dec 10 22:27:46 2021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Fri Dec 10 22:27:46 2021] FS-Cache: Loaded
[Fri Dec 10 22:27:46 2021] CacheFiles: Loaded
[Fri Dec 10 22:27:46 2021] simple-framebuffer 3e330000.framebuffer: framebuffer at 0x3e330000, 0x8ca000 bytes
[Fri Dec 10 22:27:46 2021] simple-framebuffer 3e330000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
[Fri Dec 10 22:27:46 2021] Console: switching to colour frame buffer device 240x75
[Fri Dec 10 22:27:46 2021] simple-framebuffer 3e330000.framebuffer: fb0: simplefb registered!
...
[Fri Dec 10 22:27:46 2021] PCI: CLS 0 bytes, default 64
[Fri Dec 10 22:27:46 2021] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[Fri Dec 10 22:27:46 2021] kvm [1]: IPA Size Limit: 44 bits
[Fri Dec 10 22:27:46 2021] kvm [1]: vgic interrupt IRQ9
[Fri Dec 10 22:27:46 2021] kvm [1]: Hyp mode initialized successfully
[Fri Dec 10 22:27:46 2021] Initialise system trusted keyrings
[Fri Dec 10 22:27:46 2021] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[Fri Dec 10 22:27:46 2021] zbud: loaded
[Fri Dec 10 22:27:46 2021] FS-Cache: Netfs 'nfs' registered for caching
[Fri Dec 10 22:27:46 2021] NFS: Registering the id_resolver key type
[Fri Dec 10 22:27:46 2021] Key type id_resolver registered
[Fri Dec 10 22:27:46 2021] Key type id_legacy registered
[Fri Dec 10 22:27:46 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[Fri Dec 10 22:27:46 2021] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[Fri Dec 10 22:27:46 2021] ntfs3: Max link count 4000
[Fri Dec 10 22:27:46 2021] ntfs3: Enabled Linux POSIX ACLs support
[Fri Dec 10 22:27:46 2021] ntfs3: Warning: Activated 64 bits per cluster. Windows does not support this
[Fri Dec 10 22:27:46 2021] Key type asymmetric registered
[Fri Dec 10 22:27:46 2021] Asymmetric key parser 'x509' registered
[Fri Dec 10 22:27:46 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[Fri Dec 10 22:27:46 2021] io scheduler mq-deadline registered
[Fri Dec 10 22:27:46 2021] io scheduler kyber registered
[Fri Dec 10 22:27:46 2021] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[Fri Dec 10 22:27:46 2021] brcm-pcie fd500000.pcie:  No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[Fri Dec 10 22:27:46 2021] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[Fri Dec 10 22:27:46 2021] brcm-pcie fd500000.pcie:  IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[Fri Dec 10 22:27:46 2021] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[Fri Dec 10 22:27:46 2021] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[Fri Dec 10 22:27:46 2021] pci_bus 0000:00: root bus resource [bus 00-ff]
[Fri Dec 10 22:27:46 2021] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[Fri Dec 10 22:27:46 2021] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[Fri Dec 10 22:27:46 2021] pci 0000:00:00.0: PME# supported from D0 D3hot
[Fri Dec 10 22:27:46 2021] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[Fri Dec 10 22:27:46 2021] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[Fri Dec 10 22:27:46 2021] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[Fri Dec 10 22:27:46 2021] pci 0000:01:00.0: PME# supported from D0 D3cold
[Fri Dec 10 22:27:46 2021] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[Fri Dec 10 22:27:46 2021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[Fri Dec 10 22:27:46 2021] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[Fri Dec 10 22:27:46 2021] pci 0000:00:00.0: PCI bridge to [bus 01]
[Fri Dec 10 22:27:46 2021] pci 0000:00:00.0:  bridge window [mem 0x600000000-0x6000fffff]
[Fri Dec 10 22:27:46 2021] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[Fri Dec 10 22:27:46 2021] iproc-rng200 fe104000.rng: hwrng registered
[Fri Dec 10 22:27:46 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[Fri Dec 10 22:27:46 2021] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[Fri Dec 10 22:27:46 2021] cacheinfo: Unable to detect cache hierarchy for CPU 0
[Fri Dec 10 22:27:46 2021] brd: module loaded
[Fri Dec 10 22:27:46 2021] loop: module loaded
[Fri Dec 10 22:27:46 2021] Loading iSCSI transport class v2.0-870.
[Fri Dec 10 22:27:46 2021] libphy: Fixed MDIO Bus: probed
[Fri Dec 10 22:27:46 2021] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[Fri Dec 10 22:27:46 2021] libphy: bcmgenet MII bus: probed
[Fri Dec 10 22:27:46 2021] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[Fri Dec 10 22:27:46 2021] usbcore: registered new interface driver r8152
[Fri Dec 10 22:27:46 2021] usbcore: registered new interface driver lan78xx
[Fri Dec 10 22:27:46 2021] usbcore: registered new interface driver smsc95xx
[Fri Dec 10 22:27:46 2021] pci 0000:00:00.0: enabling device (0000 -> 0002)
[Fri Dec 10 22:27:46 2021] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
[Fri Dec 10 22:27:46 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
[Fri Dec 10 22:27:46 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[Fri Dec 10 22:27:46 2021] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890
[Fri Dec 10 22:27:46 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[Fri Dec 10 22:27:46 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri Dec 10 22:27:46 2021] usb usb1: Product: xHCI Host Controller
[Fri Dec 10 22:27:46 2021] usb usb1: Manufacturer: Linux 5.15.5 xhci-hcd
[Fri Dec 10 22:27:46 2021] usb usb1: SerialNumber: 0000:01:00.0
[Fri Dec 10 22:27:46 2021] hub 1-0:1.0: USB hub found
[Fri Dec 10 22:27:46 2021] hub 1-0:1.0: 1 port detected
[Fri Dec 10 22:27:46 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
[Fri Dec 10 22:27:46 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[Fri Dec 10 22:27:46 2021] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[Fri Dec 10 22:27:46 2021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[Fri Dec 10 22:27:46 2021] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Fri Dec 10 22:27:46 2021] usb usb2: Product: xHCI Host Controller
[Fri Dec 10 22:27:46 2021] usb usb2: Manufacturer: Linux 5.15.5 xhci-hcd
[Fri Dec 10 22:27:46 2021] usb usb2: SerialNumber: 0000:01:00.0
[Fri Dec 10 22:27:46 2021] hub 2-0:1.0: USB hub found
[Fri Dec 10 22:27:46 2021] hub 2-0:1.0: 4 ports detected
[Fri Dec 10 22:27:46 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[Fri Dec 10 22:27:46 2021] dwc_otg: FIQ enabled
[Fri Dec 10 22:27:46 2021] dwc_otg: NAK holdoff enabled
[Fri Dec 10 22:27:46 2021] dwc_otg: FIQ split-transaction FSM enabled
[Fri Dec 10 22:27:46 2021] Module dwc_common_port init
[Fri Dec 10 22:27:46 2021] usbcore: registered new interface driver uas
[Fri Dec 10 22:27:46 2021] usbcore: registered new interface driver usb-storage
[Fri Dec 10 22:27:46 2021] mousedev: PS/2 mouse device common for all mice
[Fri Dec 10 22:27:46 2021] sdhci: Secure Digital Host Controller Interface driver
[Fri Dec 10 22:27:46 2021] sdhci: Copyright(c) Pierre Ossman
[Fri Dec 10 22:27:46 2021] sdhci-pltfm: SDHCI platform and OF driver helper
[Fri Dec 10 22:27:46 2021] ledtrig-cpu: registered to indicate activity on CPUs
[Fri Dec 10 22:27:46 2021] hid: raw HID events driver (C) Jiri Kosina
[Fri Dec 10 22:27:46 2021] usbcore: registered new interface driver usbhid
[Fri Dec 10 22:27:46 2021] usbhid: USB HID core driver
[Fri Dec 10 22:27:46 2021] Initializing XFRM netlink socket
[Fri Dec 10 22:27:46 2021] NET: Registered PF_PACKET protocol family
[Fri Dec 10 22:27:46 2021] Key type dns_resolver registered
[Fri Dec 10 22:27:46 2021] registered taskstats version 1
[Fri Dec 10 22:27:46 2021] Loading compiled-in X.509 certificates
[Fri Dec 10 22:27:46 2021] Key type ._fscrypt registered
[Fri Dec 10 22:27:46 2021] Key type .fscrypt registered
[Fri Dec 10 22:27:46 2021] Key type fscrypt-provisioning registered
[Fri Dec 10 22:27:46 2021] uart-pl011 fe201000.serial: there is not valid maps for state default
[Fri Dec 10 22:27:46 2021] uart-pl011 fe201000.serial: cts_event_workaround enabled
[Fri Dec 10 22:27:46 2021] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 21, base_baud = 0) is a PL011 rev2
[Fri Dec 10 22:27:46 2021] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[Fri Dec 10 22:27:46 2021] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 23, base_baud = 62500000) is a 16550
[Fri Dec 10 22:27:46 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[Fri Dec 10 22:27:46 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[Fri Dec 10 22:27:46 2021] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[Fri Dec 10 22:27:46 2021] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[Fri Dec 10 22:27:46 2021] of_cfs_init
[Fri Dec 10 22:27:46 2021] of_cfs_init: OK
[Fri Dec 10 22:27:46 2021] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[Fri Dec 10 22:27:46 2021] Waiting for root device /dev/mmcblk0p2...
[Fri Dec 10 22:27:46 2021] random: fast init done
[Fri Dec 10 22:27:46 2021] mmc1: new high speed SDIO card at address 0001
[Fri Dec 10 22:27:46 2021] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[Fri Dec 10 22:27:46 2021] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[Fri Dec 10 22:27:46 2021]  mmcblk0: p1 p2
[Fri Dec 10 22:27:46 2021] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[Fri Dec 10 22:27:46 2021] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[Fri Dec 10 22:27:47 2021] F2FS-fs (mmcblk0p2): recover fsync data on readonly fs
[Fri Dec 10 22:27:47 2021] F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 718da3
[Fri Dec 10 22:27:47 2021] VFS: Mounted root (f2fs filesystem) readonly on device 179:2.
[Fri Dec 10 22:27:47 2021] devtmpfs: mounted
[Fri Dec 10 22:27:47 2021] Freeing unused kernel memory: 3712K
[Fri Dec 10 22:27:47 2021] Run /sbin/init as init process
[Fri Dec 10 22:27:47 2021]  with arguments:
[Fri Dec 10 22:27:47 2021]    /sbin/init
[Fri Dec 10 22:27:47 2021]    nofont
[Fri Dec 10 22:27:47 2021]  with environment:
[Fri Dec 10 22:27:47 2021]    HOME=/
[Fri Dec 10 22:27:47 2021]    TERM=linux
[Fri Dec 10 22:27:47 2021]    selinux=0
[Fri Dec 10 22:27:47 2021] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[Fri Dec 10 22:27:47 2021] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[Fri Dec 10 22:27:47 2021] usb 1-1: Product: USB2.0 Hub
[Fri Dec 10 22:27:47 2021] hub 1-1:1.0: USB hub found
[Fri Dec 10 22:27:47 2021] hub 1-1:1.0: 4 ports detected
[Fri Dec 10 22:27:47 2021] usb 1-1.1: new low-speed USB device number 3 using xhci_hcd
[Fri Dec 10 22:27:47 2021] usb 1-1.1: New USB device found, idVendor=1241, idProduct=1603, bcdDevice= 2.80
[Fri Dec 10 22:27:47 2021] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Fri Dec 10 22:27:47 2021] usb 1-1.1: Product: USB Keyboard
[Fri Dec 10 22:27:47 2021] usb 1-1.1: Manufacturer: 
[Fri Dec 10 22:27:47 2021] input:  USB Keyboard 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:1.0/0003:1241:1603.0001/input/input0
[Fri Dec 10 22:27:47 2021] hid-generic 0003:1241:1603.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:01:00.0-1.1/input0
[Fri Dec 10 22:27:47 2021] input:  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.1/1-1.1:1.1/0003:1241:1603.0002/input/input1
[Fri Dec 10 22:27:47 2021] input:  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.1/1-1.1:1.1/0003:1241:1603.0002/input/input2
[Fri Dec 10 22:27:47 2021] hid-generic 0003:1241:1603.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:01:00.0-1.1/input1
[Fri Dec 10 22:27:47 2021] random: udevd: uninitialized urandom read (16 bytes read)
[Fri Dec 10 22:27:47 2021] random: udevd: uninitialized urandom read (16 bytes read)
[Fri Dec 10 22:27:47 2021] random: udevd: uninitialized urandom read (16 bytes read)
[Fri Dec 10 22:27:47 2021] udevd[397]: starting eudev-3.2.10
[Fri Dec 10 22:27:48 2021] pps_core: LinuxPPS API ver. 1 registered
[Fri Dec 10 22:27:48 2021] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[Fri Dec 10 22:27:48 2021] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Fri Dec 10 22:27:48 2021] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[Fri Dec 10 22:27:48 2021] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[Fri Dec 10 22:27:48 2021] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[Fri Dec 10 22:27:48 2021] pps pps0: new PPS source pps@12.-1
[Fri Dec 10 22:27:48 2021] pps pps0: Registered IRQ 53 as PPS source
[Fri Dec 10 22:27:48 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[Fri Dec 10 22:27:48 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[Fri Dec 10 22:27:48 2021] [vc_sm_connected_init]: start
[Fri Dec 10 22:27:48 2021] [vc_sm_connected_init]: installed successfully
[Fri Dec 10 22:27:48 2021] mc: Linux media interface: v0.10
[Fri Dec 10 22:27:48 2021] videodev: Linux video capture interface: v2.00
[Fri Dec 10 22:27:48 2021] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[Fri Dec 10 22:27:48 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[Fri Dec 10 22:27:48 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[Fri Dec 10 22:27:48 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[Fri Dec 10 22:27:48 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Fri Dec 10 22:27:48 2021] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[Fri Dec 10 22:27:48 2021] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[Fri Dec 10 22:27:48 2021] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[Fri Dec 10 22:27:48 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Fri Dec 10 22:27:48 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[Fri Dec 10 22:27:48 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[Fri Dec 10 22:27:48 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[Fri Dec 10 22:27:48 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[Fri Dec 10 22:27:48 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[Fri Dec 10 22:27:48 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[Fri Dec 10 22:27:48 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[Fri Dec 10 22:27:48 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[Fri Dec 10 22:27:48 2021] checking generic (3e330000 8ca000) vs hw (0 ffffffffffffffff)
[Fri Dec 10 22:27:48 2021] fb0: switching to vc4 from simple
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[Fri Dec 10 22:27:48 2021] Console: switching to colour dummy device 80x25
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[Fri Dec 10 22:27:48 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[Fri Dec 10 22:27:48 2021] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[Fri Dec 10 22:27:48 2021] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[Fri Dec 10 22:27:48 2021] brcmfmac: F1 signature read @0x18000000=0x15264345
[Fri Dec 10 22:27:48 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[Fri Dec 10 22:27:48 2021] usbcore: registered new interface driver brcmfmac
[Fri Dec 10 22:27:48 2021] rtc-ds1307 1-0068: registered as rtc0
[Fri Dec 10 22:27:48 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
[Fri Dec 10 22:27:48 2021] Console: switching to colour frame buffer device 240x75
[Fri Dec 10 22:27:48 2021] vc4-drm gpu: [drm] fb0: vc4 frame buffer device
[Fri Dec 10 22:27:48 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[Fri Dec 10 22:27:48 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[Fri Dec 10 22:27:48 2021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar  2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2

lsmod:
Code:

Module                  Size  Used by
i2c_bcm2708            16384  0
8021q                  32768  0
garp                  16384  1 8021q
stp                    20480  1 garp
llc                    20480  2 stp,garp
ipv6                  552960  28
zram                  28672  2
zsmalloc              36864  1 zram
rtc_ds1307            32768  0
brcmfmac              331776  0
regmap_i2c            16384  1 rtc_ds1307
spidev                24576  0
vc4                  278528  0
brcmutil              24576  1 brcmfmac
bcm2835_v4l2          45056  0
bcm2835_codec          49152  0
bcm2835_isp            32768  0
bcm2835_mmal_vchiq    40960  3 bcm2835_codec,bcm2835_v4l2,bcm2835_isp
v4l2_mem2mem          40960  1 bcm2835_codec
videobuf2_vmalloc      20480  1 bcm2835_v4l2
cec                    53248  1 vc4
cfg80211              872448  1 brcmfmac
videobuf2_dma_contig    24576  2 bcm2835_codec,bcm2835_isp
v3d                    81920  0
videobuf2_memops      20480  2 videobuf2_vmalloc,videobuf2_dma_contig
drm_kms_helper        294912  3 vc4
videobuf2_v4l2        32768  4 bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,bcm2835_isp
rfkill                36864  1 cfg80211
videobuf2_common      65536  8 bcm2835_codec,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,bcm2835_v4l2,v4l2_mem2mem,videobuf2_memops,bcm2835_isp
gpu_sched              45056  1 v3d
snd_soc_core          245760  1 vc4
videodev              262144  6 bcm2835_codec,videobuf2_v4l2,bcm2835_v4l2,videobuf2_common,v4l2_mem2mem,bcm2835_isp
snd_compress          20480  1 snd_soc_core
mc                    61440  6 videodev,bcm2835_codec,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem,bcm2835_isp
drm                  577536  5 gpu_sched,drm_kms_helper,v3d,vc4
snd_pcm_dmaengine      20480  1 snd_soc_core
snd_pcm              135168  3 snd_compress,snd_soc_core,snd_pcm_dmaengine
snd_timer              36864  1 snd_pcm
drm_panel_orientation_quirks    24576  1 drm
snd                    98304  4 snd_timer,snd_compress,snd_soc_core,snd_pcm
i2c_bcm2835            16384  0
raspberrypi_hwmon      16384  0
pwm_raspberrypi_poe    16384  0
vc_sm_cma              36864  2 bcm2835_mmal_vchiq,bcm2835_isp
spi_bcm2835            24576  0
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
sysimgblt              16384  1 drm_kms_helper
fb_sys_fops            16384  1 drm_kms_helper
backlight              20480  2 drm_kms_helper,drm
pps_gpio              16384  1
rpivid_mem            16384  0
pps_core              20480  2 pps_gpio
uio_pdrv_genirq        16384  0
uio                    24576  1 uio_pdrv_genirq

Other things:
Code:

root@ntp:~/d# fgrep -i poe /boot/config
CONFIG_PPPOE=m
CONFIG_RPI_POE_POWER=m
CONFIG_PWM_RASPBERRYPI_POE=m
root@ntp:~/d# fgrep -i poe /boot/config.txt
dtoverlay=rpi-poe
dtparam=poe_fan_temp0=35000
dtparam=poe_fan_temp1=60000
dtparam=poe_fan_temp2=70000
dtparam=poe_fan_temp3=80000
root@ntp:~/d#


sndwvs 12-11-2021 12:36 PM

looked at the changes, there are related commits.
try a new kernel 5.15.7

wowbaggerHU 12-11-2021 12:50 PM

Quote:

Originally Posted by sndwvs (Post 6308662)
looked at the changes, there are related commits.
try a new kernel 5.15.7

Hi sndwvs,

Is it OK that the modules package is unusually large? (~600 MB while it's 16 MB for the Pi3)

sndwvs 12-11-2021 01:06 PM

Quote:

Originally Posted by wowbaggerHU (Post 6308665)
Hi sndwvs,
Is it OK that the modules package is unusually large? (~600 MB while it's 16 MB for the Pi3)

Hi wowbaggerHU,
no i updated.

wowbaggerHU 12-11-2021 01:33 PM

Hi sndwvs,

Unfortunately the fan is still standing still after the upgrade.
I did not see any "pwm" or "poe" strings in the output of dmesg.

sndwvs 12-11-2021 01:42 PM

try to manually load the modules and see the output dmesg:
Code:

modprobe gpio-fan gpio-pwm pwm-bcm2835 pwm-raspberrypi-poe raspberrypi-hwmon rpi_poe_power

wowbaggerHU 12-11-2021 03:51 PM

Quote:

Originally Posted by sndwvs (Post 6308684)
try to manually load the modules and see the output dmesg:
Code:

modprobe gpio-fan gpio-pwm pwm-bcm2835 pwm-raspberrypi-poe raspberrypi-hwmon rpi_poe_power

Hi sndwvs,

Code:

root@ntp:~# modprobe gpio-fan; modprobe gpio-pwm; modprobe pwm-bcm2835; modprobe pwm-raspberrypi-poe; modprobe raspberrypi-hwmon; modprobe rpi_poe_power
root@ntp:~# dmesg -T | tail
[Sat Dec 11 20:30:06 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[Sat Dec 11 20:30:59 2021] zram: Removed device: zram0
[Sat Dec 11 20:30:59 2021] zram: Added device: zram0
[Sat Dec 11 20:31:00 2021] zram0: detected capacity change from 0 to 2097152
[Sat Dec 11 20:31:00 2021] Adding 1048572k swap on /dev/zram0.  Priority:10 extents:1 across:1048572k SSFS
< first try, but turned out I had to call modprobe with one module name each >
[Sat Dec 11 22:47:07 2021] gpio_fan: unknown parameter 'gpio-pwm' ignored
[Sat Dec 11 22:47:07 2021] gpio_fan: unknown parameter 'pwm-bcm2835' ignored
[Sat Dec 11 22:47:07 2021] gpio_fan: unknown parameter 'pwm-raspberrypi-poe' ignored
[Sat Dec 11 22:47:07 2021] gpio_fan: unknown parameter 'raspberrypi-hwmon' ignored
[Sat Dec 11 22:47:07 2021] gpio_fan: unknown parameter 'rpi_poe_power' ignored
< second try >
< eof >
root@ntp:~# lsmod
Module                  Size  Used by
rpi_poe_power          16384  0
pwm_bcm2835            16384  0
gpio_pwm              16384  0
gpio_fan              16384  0
i2c_bcm2708            16384  0
8021q                  32768  0
garp                  16384  1 8021q
stp                    20480  1 garp
llc                    20480  2 stp,garp
ipv6                  552960  28
zram                  28672  2
zsmalloc              36864  1 zram
rtc_ds1307            32768  0
vc4                  278528  0
regmap_i2c            16384  1 rtc_ds1307
spidev                24576  0
cec                    53248  1 vc4
brcmfmac              331776  0
drm_kms_helper        294912  3 vc4
brcmutil              24576  1 brcmfmac
snd_soc_core          245760  1 vc4
bcm2835_codec          49152  0
v3d                    81920  0
bcm2835_v4l2          45056  0
bcm2835_isp            32768  0
snd_compress          20480  1 snd_soc_core
cfg80211              872448  1 brcmfmac
bcm2835_mmal_vchiq    40960  3 bcm2835_codec,bcm2835_v4l2,bcm2835_isp
v4l2_mem2mem          40960  1 bcm2835_codec
snd_pcm_dmaengine      20480  1 snd_soc_core
gpu_sched              45056  1 v3d
snd_pcm              135168  3 snd_compress,snd_soc_core,snd_pcm_dmaengine
videobuf2_vmalloc      20480  1 bcm2835_v4l2
videobuf2_dma_contig    24576  2 bcm2835_codec,bcm2835_isp
videobuf2_memops      20480  2 videobuf2_vmalloc,videobuf2_dma_contig
rfkill                36864  1 cfg80211
videobuf2_v4l2        32768  4 bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,bcm2835_isp
snd_timer              36864  1 snd_pcm
videobuf2_common      65536  8 bcm2835_codec,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,bcm2835_v4l2,v4l2_mem2mem,videobuf2_memops,bcm2835_isp
snd                    98304  4 snd_timer,snd_compress,snd_soc_core,snd_pcm
drm                  577536  5 gpu_sched,drm_kms_helper,v3d,vc4
videodev              262144  6 bcm2835_codec,videobuf2_v4l2,bcm2835_v4l2,videobuf2_common,v4l2_mem2mem,bcm2835_isp
syscopyarea            16384  1 drm_kms_helper
sysfillrect            16384  1 drm_kms_helper
drm_panel_orientation_quirks    24576  1 drm
sysimgblt              16384  1 drm_kms_helper
mc                    61440  6 videodev,bcm2835_codec,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem,bcm2835_isp
fb_sys_fops            16384  1 drm_kms_helper
backlight              20480  2 drm_kms_helper,drm
i2c_bcm2835            16384  0
pwm_raspberrypi_poe    16384  0
vc_sm_cma              36864  2 bcm2835_mmal_vchiq,bcm2835_isp
raspberrypi_hwmon      16384  0
pps_gpio              16384  1
spi_bcm2835            24576  0
pps_core              20480  2 pps_gpio
rpivid_mem            16384  0
uio_pdrv_genirq        16384  0
uio                    24576  1 uio_pdrv_genirq

Unfortunately the fan still stands still.

sndwvs 12-11-2021 04:16 PM

here they propose to update the firmware and try to change the pins of the gpio.

sndwvs 12-12-2021 10:11 PM

try the previous kernel 5.14.21

wowbaggerHU 12-13-2021 10:03 AM

Quote:

Originally Posted by sndwvs (Post 6309022)
try the previous kernel 5.14.21

Hi sndwvs,

Sorry but I had little time to work on this. I tested your older kernel, but the fan still doesn't turn. As others describe it: on boot, it moves slightly, but it doesn't even complete on full turn, and stands still from then on.

I did not yet have time to explore update the firmware and to change the GPIO pins. (I also have a gps module plus an RTC connected to the board.)

drmozes 12-13-2021 10:31 AM

Quote:

Originally Posted by wowbaggerHU (Post 6309161)
Hi sndwvs,

Sorry but I had little time to work on this. I tested your older kernel, but the fan still doesn't turn.

I had a similar problem with the fan on the RockPro64.
Check out the code at the bottom of the installation tutorial for Slackware AArch64. Basically it sets the fan at max speed and decreases it to a speed that's suitable for the Slackware Installer.
You could try doing something similar on the RPi.

Just to clarify - the problem was resolved by writing the speed multiple times to the fan driver's interface, not running it at a lower speed.
I always needed to start the fan at max rpm and decrement it.
It's a complete hack but is suitable for the Installer.

sndwvs 12-13-2021 11:05 AM

Quote:

Originally Posted by wowbaggerHU (Post 6309161)
Hi sndwvs,
I did not yet have time to explore update the firmware and to change the GPIO pins. (I also have a gps module plus an RTC connected to the board.)

Hi wowbaggerHU,

Perhaps there is not enough power.

wowbaggerHU 12-15-2021 11:39 AM

Quote:

Originally Posted by sndwvs (Post 6309181)
Perhaps there is not enough power.

Hi sndwvs,

No I don't think that would be the case.
The system is stable, (I have high uptimes), I power it over PoE, plus it has been running just fine with the same HW setup for months now without any problems.
I would believe the system would spontaneously reboot or just run in an unstable way if the power was low.

wowbaggerHU 12-15-2021 11:45 AM

Quote:

Originally Posted by drmozes (Post 6309171)
Just to clarify - the problem was resolved by writing the speed multiple times to the fan driver's interface, not running it at a lower speed.
I always needed to start the fan at max rpm and decrement it.
It's a complete hack but is suitable for the Installer.


Hi Stuart,

Thanks for your suggestion, but unfortunately on the Rpi4, with the PoE hat, I only have the following files under /sys/devices/platform/pwm-fan:

Code:

root@ntp:~# find /sys/devices/platform/pwm-fan
/sys/devices/platform/pwm-fan
/sys/devices/platform/pwm-fan/uevent
/sys/devices/platform/pwm-fan/of_node
/sys/devices/platform/pwm-fan/power
/sys/devices/platform/pwm-fan/power/runtime_active_time
/sys/devices/platform/pwm-fan/power/runtime_status
/sys/devices/platform/pwm-fan/power/autosuspend_delay_ms
/sys/devices/platform/pwm-fan/power/runtime_suspended_time
/sys/devices/platform/pwm-fan/power/control
/sys/devices/platform/pwm-fan/driver_override
/sys/devices/platform/pwm-fan/subsystem
/sys/devices/platform/pwm-fan/waiting_for_supplier
/sys/devices/platform/pwm-fan/modalias


sndwvs 12-15-2021 11:45 AM

Hi wowbaggerHU,

it was just described that at startup it twitches and stopped working on the old kernel.

wowbaggerHU 12-15-2021 11:53 AM

Quote:

Originally Posted by sndwvs (Post 6309772)
it was just described that at startup it twitches and stopped working on the old kernel.

Hi sndwvs,

Then we may have misunderstood each other somewhere.
Originally I was running something like kernel 5.10.something, or 5.12.something, and the fan was working.
Then I first upgraded to 5.15.7 (at boot time the fan moved for a fraction of a second and then stopped), and you suggested using 5.14.21, where the same thing happened.
Sorry if I wasn't clear enough.

Best Regards,
János

sndwvs 12-16-2021 02:58 AM

Hi wowbaggerHU,

let's take a look at the legacy kernel 5.10.83

wowbaggerHU 12-16-2021 09:00 AM

Quote:

Originally Posted by sndwvs (Post 6309936)
let's take a look at the legacy kernel 5.10.83

Dear sndwvs,

The fan seems to work OK with this "old" kernel version. I believe that I may have been originally using something like 5.12.x, and that also worked OK, so whatever broke it, it may have happened after 5.12, but before (or up to) 5.14.

sndwvs 12-16-2021 09:34 AM

Hi wowbaggerHU,

let's analyze the dmesg of this kernel and lsmod and compare with 5.15.y.

wowbaggerHU 12-16-2021 10:11 AM

Quote:

Originally Posted by sndwvs (Post 6310032)
let's analyze the dmesg of this kernel and lsmod and compare with 5.15.y.

Hmmm... Let's see...

Code:

[17:09] janos@janos-work{43}:[~/_dissect_table/pwm-poe]{2}$ diff -U 1 dmesg-5.10.83 dmesg-5.15.5
--- dmesg-5.10.83      2021-12-16 17:04:41.211768325 +0100
+++ dmesg-5.15.5        2021-12-16 17:04:58.947946766 +0100
@@ -1,3 +1,3 @@
 Booting Linux on physical CPU 0x0000000000 [0x410fd083]
-Linux version 5.10.83 (root@firefly-rk3399) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP PREEMPT Wed Dec 15 23:16:23 EET 2021
+Linux version 5.15.5 (root@slarm64-dev) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP PREEMPT Sun Nov 28 19:37:16 UTC 2021
 Machine model: Raspberry Pi 4 Model B Rev 1.1
@@ -15,10 +15,4 @@
 Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
-On node 0 totalpages: 516096
-  DMA zone: 4096 pages used for memmap
-  DMA zone: 0 pages reserved
-  DMA zone: 253952 pages, LIFO batch:63
-  DMA32 zone: 4096 pages used for memmap
-  DMA32 zone: 262144 pages, LIFO batch:63
-percpu: Embedded 32 pages/cpu s91416 r8192 d31464 u131072
-pcpu-alloc: s91416 r8192 d31464 u131072 alloc=32*4096
+percpu: Embedded 28 pages/cpu s77080 r8192 d29416 u114688
+pcpu-alloc: s77080 r8192 d29416 u114688 alloc=28*4096
 pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
@@ -32,2 +26,3 @@
                            Please use sysfs to set IO scheduler for individual devices.
+Unknown kernel command line parameters "nofont selinux=0", will be passed to user space.
 Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
@@ -36,17 +31,9 @@
 software IO TLB: mapped [mem 0x000000003a000000-0x000000003e000000] (64MB)
-Memory: 1673588K/2064384K available (11136K kernel code, 1910K rwdata, 3888K rodata, 3648K init, 1233K bss, 128652K reserved, 262144K cma-reserved)
+Memory: 1672804K/2064384K available (11648K kernel code, 1924K rwdata, 4036K rodata, 3712K init, 945K bss, 129436K reserved, 262144K cma-reserved)
 SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
-ftrace: allocating 35219 entries in 138 pages
-ftrace: allocated 138 pages with 3 groups
-rcu: Preemptible hierarchical RCU implementation.
-rcu:        RCU event tracing is enabled.
-rcu:        RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
-    Trampoline variant of Tasks RCU enabled.
-    Rude variant of Tasks RCU enabled.
-    Tracing variant of Tasks RCU enabled.
-rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
-rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
+...
 NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
+Root IRQ handler: gic_handle_irq
 GIC: Using split EOI/Deactivate mode
-random: get_random_bytes called from start_kernel+0x3b4/0x574 with crng_init=0
+random: get_random_bytes called from start_kernel+0x510/0x700 with crng_init=0
 arch_timer: cp15 timer(s) running at 54.00MHz (phys).
@@ -74,4 +61,4 @@
 CPU features: detected: 32-bit EL0 Support
-CPU features: detected: CRC32 instructions
 CPU features: detected: 32-bit EL1 Support
+CPU features: detected: CRC32 instructions
 CPU: All CPU(s) started at EL2
@@ -84,9 +71,5 @@
 pinctrl core: initialized pinctrl subsystem
-DMI not present or invalid.
-NET: Registered protocol family 16
-DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
-DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
-DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
+...
 audit: initializing netlink subsys (disabled)
-audit: type=2000 audit(0.028:1): state=initialized audit_enabled=0 res=1
+audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
 thermal_sys: Registered thermal governor 'step_wise'
@@ -111,3 +94,3 @@
 CacheFiles: Loaded
-simple-framebuffer 3e330000.framebuffer: framebuffer at 0x3e330000, 0x8ca000 bytes, mapped to 0x(____ptrval____)
+simple-framebuffer 3e330000.framebuffer: framebuffer at 0x3e330000, 0x8ca000 bytes
 simple-framebuffer 3e330000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
@@ -115,15 +98,3 @@
 simple-framebuffer 3e330000.framebuffer: fb0: simplefb registered!
-NET: Registered protocol family 2
-IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
-tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
-TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
-TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
-TCP: Hash tables configured (established 16384 bind 16384)
-UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
-UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
-NET: Registered protocol family 1
-RPC: Registered named UNIX socket transport module.
-RPC: Registered udp transport module.
-RPC: Registered tcp transport module.
-RPC: Registered tcp NFSv4.1 backchannel transport module.
+...
 PCI: CLS 0 bytes, default 64
@@ -142,2 +113,5 @@
 nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
+ntfs3: Max link count 4000
+ntfs3: Enabled Linux POSIX ACLs support
+ntfs3: Warning: Activated 64 bits per cluster. Windows does not support this
 Key type asymmetric registered
@@ -167,3 +141,2 @@
 Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
-bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
 iproc-rng200 fe104000.rng: hwrng registered
@@ -186,7 +159,7 @@
 xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
-xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00000e0000000890
-usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
+xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890
+usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb1: Product: xHCI Host Controller
-usb usb1: Manufacturer: Linux 5.10.83 xhci-hcd
+usb usb1: Manufacturer: Linux 5.15.5 xhci-hcd
 usb usb1: SerialNumber: 0000:01:00.0
@@ -197,6 +170,6 @@
 xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
-usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
+usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb2: Product: xHCI Host Controller
-usb usb2: Manufacturer: Linux 5.10.83 xhci-hcd
+usb usb2: Manufacturer: Linux 5.15.5 xhci-hcd
 usb usb2: SerialNumber: 0000:01:00.0
@@ -212,6 +185,4 @@
 mousedev: PS/2 mouse device common for all mice
-bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
 sdhci: Secure Digital Host Controller Interface driver
 sdhci: Copyright(c) Pierre Ossman
-mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
 sdhci-pltfm: SDHCI platform and OF driver helper
@@ -222,3 +193,3 @@
 Initializing XFRM netlink socket
-NET: Registered protocol family 17
+NET: Registered PF_PACKET protocol family
 Key type dns_resolver registered
@@ -234,2 +205,3 @@
 fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 23, base_baud = 62500000) is a 16550
+bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
 bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
@@ -239,9 +211,4 @@
 of_cfs_init: OK
-mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
-mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
-mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
-mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
 mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
 Waiting for root device /dev/mmcblk0p2...
-mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
 random: fast init done
@@ -249,10 +216,11 @@
 mmc0: new ultra high speed DDR50 SDHC card at address aaaa
+mmcblk0: mmc0:aaaa SC16G 14.8 GiB
+ mmcblk0: p1 p2
 mmcblk0: mmc0:aaaa SC16G 14.8 GiB
 usb 1-1: new high-speed USB device number 2 using xhci_hcd
- mmcblk0: p1 p2
 F2FS-fs (mmcblk0p2): recover fsync data on readonly fs
-F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 719673
+F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 718da3
 VFS: Mounted root (f2fs filesystem) readonly on device 179:2.
 devtmpfs: mounted
-Freeing unused kernel memory: 3648K
+Freeing unused kernel memory: 3712K
 Run /sbin/init as init process
@@ -283,8 +251,6 @@
 random: udevd: uninitialized urandom read (16 bytes read)
-udevd[398]: starting eudev-3.2.10
+udevd[397]: starting eudev-3.2.10
 pps_core: LinuxPPS API ver. 1 registered
-pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
-pps pps0: new PPS source pps@12.-1
-pps pps0: Registered IRQ 53 as PPS source
 rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
+pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
 rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
@@ -292,2 +258,4 @@
 rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
+pps pps0: new PPS source pps@12.-1
+pps pps0: Registered IRQ 53 as PPS source
 vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
@@ -298,2 +266,3 @@
 videodev: Linux video capture interface: v2.00
+[drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
 bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
@@ -301,15 +270,14 @@
 bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
-[drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
-bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
 cfg80211: Loading compiled-in X.509 certificates for regulatory database
-bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
 bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
-bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
+bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
+bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
+cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
 bcm2835-codec bcm2835-codec: Device registered as /dev/video10
 bcm2835-codec bcm2835-codec: Loaded V4L2 decode
+bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
 bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
-cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
-bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
 bcm2835-codec bcm2835-codec: Device registered as /dev/video11
 bcm2835-codec bcm2835-codec: Loaded V4L2 encode
+bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
 bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
@@ -317,10 +285,13 @@
 bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
-bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
 bcm2835-codec bcm2835-codec: Device registered as /dev/video12
-bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
+bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
 bcm2835-codec bcm2835-codec: Loaded V4L2 isp
+bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
 bcm2835-codec bcm2835-codec: Device registered as /dev/video18
-bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
 bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
+bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
+checking generic (3e330000 8ca000) vs hw (0 ffffffffffffffff)
+fb0: switching to vc4 from simple
 bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
+Console: switching to colour dummy device 80x25
 bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
@@ -332,5 +303,2 @@
 bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
-checking generic (3e330000 8ca000) vs hw (0 ffffffffffffffff)
-fb0: switching to vc4drmfb from simple
-Console: switching to colour dummy device 80x25
 vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
@@ -341,25 +309,7 @@
 rtc-ds1307 1-0068: registered as rtc0
+brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
 Console: switching to colour frame buffer device 240x75
-vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
+vc4-drm gpu: [drm] fb0: vc4 frame buffer device
 brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
 brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
-brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar  2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2
-cgroup: Disabled controller 'memory'
-zram: Added device: zram0
-urandom_read: 5 callbacks suppressed
-random: dd: uninitialized urandom read (512 bytes read)
-NET: Registered protocol family 10
-Segment Routing with IPv6
-random: udevadm: uninitialized urandom read (16 bytes read)
-random: crng init done
-8021q: 802.1Q VLAN Support v1.8
-bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
-bcmgenet fd580000.ethernet eth0: Link is Down
-bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
-IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
-cam-dummy-reg: disabling
-cam1-reg: disabling
-zram: Removed device: zram0
-zram: Added device: zram0
-zram0: detected capacity change from 0 to 1073741824
-Adding 1048572k swap on /dev/zram0.  Priority:10 extents:1 across:1048572k SSFS
+brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar  2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2


Code:

[17:09] janos@janos-work{43}:[~/_dissect_table/pwm-poe]{1}$ diff -U 1 lsmod-5.10.83 lsmod-5.15.5
--- lsmod-5.10.83      2021-12-16 17:06:00.692566654 +0100
+++ lsmod-5.15.5        2021-12-16 17:05:27.620234870 +0100
@@ -6,51 +6,51 @@
 llc                    20480  2 stp,garp
-ipv6                  536576  28
-zram                  28672  1
+ipv6                  552960  28
+zram                  28672  2
 zsmalloc              36864  1 zram
 rtc_ds1307            32768  0
+brcmfmac              331776  0
 regmap_i2c            16384  1 rtc_ds1307
 spidev                24576  0
-brcmfmac              323584  0
 vc4                  278528  0
 brcmutil              24576  1 brcmfmac
-cec                    53248  1 vc4
-drm_kms_helper        253952  3 vc4
-bcm2835_isp            32768  0
 bcm2835_v4l2          45056  0
 bcm2835_codec          49152  0
-snd_soc_core          237568  1 vc4
-cfg80211              868352  1 brcmfmac
+bcm2835_isp            32768  0
 bcm2835_mmal_vchiq    40960  3 bcm2835_codec,bcm2835_v4l2,bcm2835_isp
 v4l2_mem2mem          40960  1 bcm2835_codec
-snd_compress          20480  1 snd_soc_core
 videobuf2_vmalloc      20480  1 bcm2835_v4l2
+cec                    53248  1 vc4
+cfg80211              872448  1 brcmfmac
 videobuf2_dma_contig    24576  2 bcm2835_codec,bcm2835_isp
-rfkill                36864  1 cfg80211
-snd_pcm_dmaengine      20480  1 snd_soc_core
-videobuf2_memops      20480  2 videobuf2_vmalloc,videobuf2_dma_contig
 v3d                    81920  0
+videobuf2_memops      20480  2 videobuf2_vmalloc,videobuf2_dma_contig
+drm_kms_helper        294912  3 vc4
 videobuf2_v4l2        32768  4 bcm2835_codec,bcm2835_v4l2,v4l2_mem2mem,bcm2835_isp
-snd_pcm              135168  3 snd_compress,snd_soc_core,snd_pcm_dmaengine
-videobuf2_common      61440  5 bcm2835_codec,videobuf2_v4l2,bcm2835_v4l2,v4l2_mem2mem,bcm2835_isp
-snd_timer              36864  1 snd_pcm
+rfkill                36864  1 cfg80211
+videobuf2_common      65536  8 bcm2835_codec,videobuf2_vmalloc,videobuf2_dma_contig,videobuf2_v4l2,bcm2835_v4l2,v4l2_mem2mem,videobuf2_memops,bcm2835_isp
 gpu_sched              45056  1 v3d
-videodev              307200  6 bcm2835_codec,videobuf2_v4l2,bcm2835_v4l2,videobuf2_common,v4l2_mem2mem,bcm2835_isp
-snd                    94208  4 snd_timer,snd_compress,snd_soc_core,snd_pcm
-drm                  565248  5 gpu_sched,drm_kms_helper,v3d,vc4
+snd_soc_core          245760  1 vc4
+videodev              262144  6 bcm2835_codec,videobuf2_v4l2,bcm2835_v4l2,videobuf2_common,v4l2_mem2mem,bcm2835_isp
+snd_compress          20480  1 snd_soc_core
 mc                    61440  6 videodev,bcm2835_codec,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem,bcm2835_isp
-syscopyarea            16384  1 drm_kms_helper
-sysfillrect            16384  1 drm_kms_helper
+drm                  577536  5 gpu_sched,drm_kms_helper,v3d,vc4
+snd_pcm_dmaengine      20480  1 snd_soc_core
+snd_pcm              135168  3 snd_compress,snd_soc_core,snd_pcm_dmaengine
+snd_timer              36864  1 snd_pcm
 drm_panel_orientation_quirks    24576  1 drm
-sysimgblt              16384  1 drm_kms_helper
-fb_sys_fops            16384  1 drm_kms_helper
-backlight              20480  1 drm
+snd                    98304  4 snd_timer,snd_compress,snd_soc_core,snd_pcm
 i2c_bcm2835            16384  0
-spi_bcm2835            24576  0
 raspberrypi_hwmon      16384  0
+pwm_raspberrypi_poe    16384  0
 vc_sm_cma              36864  2 bcm2835_mmal_vchiq,bcm2835_isp
-rpivid_mem            16384  0
+spi_bcm2835            24576  0
+syscopyarea            16384  1 drm_kms_helper
+sysfillrect            16384  1 drm_kms_helper
+sysimgblt              16384  1 drm_kms_helper
+fb_sys_fops            16384  1 drm_kms_helper
+backlight              20480  2 drm_kms_helper,drm
 pps_gpio              16384  1
+rpivid_mem            16384  0
 pps_core              20480  2 pps_gpio
 uio_pdrv_genirq        16384  0
-uio                    24576  1 uio_pdrv_genirq
-rpi_poe_fan            16384  0
+uio                    24576  1 uio_pdrv_genirq

Edited to add: narrowed down to loaded module names:

Code:

[17:13] janos@janos-work{43}:[~/_dissect_table/pwm-poe]{0}$ diff -U 1 modules-5.10.83 modules-5.15.5
--- modules-5.10.83    2021-12-16 17:13:42.013151421 +0100
+++ modules-5.15.5      2021-12-16 17:13:52.821258141 +0100
@@ -24,2 +24,3 @@
 pps_gpio
+pwm_raspberrypi_poe
 raspberrypi_hwmon
@@ -27,3 +28,2 @@
 rfkill
-rpi_poe_fan
 rpivid_mem


sndwvs 12-16-2021 02:36 PM

updated config check 5.15.9

wowbaggerHU 12-16-2021 02:56 PM

Quote:

Originally Posted by sndwvs (Post 6310135)
updated config check 5.15.9

Unfortunately it still doesn't work with this new version.
Here is dmesg:

Code:

[Thu Dec 16 21:47:03 2021] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[Thu Dec 16 21:47:03 2021] Linux version 5.15.9 (root@firefly-rk3399) (gcc (GCC) 11.2.0, GNU ld version 2.37-slack15) #1 SMP PREEMPT Thu Dec 16 20:06:59 EET 2021
[Thu Dec 16 21:47:03 2021] Machine model: Raspberry Pi 4 Model B Rev 1.1
[Thu Dec 16 21:47:03 2021] Reserved memory: created CMA memory pool at 0x000000001ec00000, size 256 MiB
[Thu Dec 16 21:47:03 2021] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[Thu Dec 16 21:47:03 2021] Zone ranges:
[Thu Dec 16 21:47:03 2021]  DMA      [mem 0x0000000000000000-0x000000003fffffff]
[Thu Dec 16 21:47:03 2021]  DMA32    [mem 0x0000000040000000-0x000000007fffffff]
[Thu Dec 16 21:47:03 2021]  Normal  empty
[Thu Dec 16 21:47:03 2021] Movable zone start for each node
[Thu Dec 16 21:47:03 2021] Early memory node ranges
[Thu Dec 16 21:47:03 2021]  node  0: [mem 0x0000000000000000-0x000000003dffffff]
[Thu Dec 16 21:47:03 2021]  node  0: [mem 0x0000000040000000-0x000000007fffffff]
[Thu Dec 16 21:47:03 2021] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
[Thu Dec 16 21:47:03 2021] percpu: Embedded 28 pages/cpu s77080 r8192 d29416 u114688
[Thu Dec 16 21:47:03 2021] pcpu-alloc: s77080 r8192 d29416 u114688 alloc=28*4096
[Thu Dec 16 21:47:03 2021] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[Thu Dec 16 21:47:03 2021] Detected PIPT I-cache on CPU0
[Thu Dec 16 21:47:03 2021] CPU features: detected: Spectre-v2
[Thu Dec 16 21:47:03 2021] CPU features: detected: Spectre-v4
[Thu Dec 16 21:47:03 2021] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[Thu Dec 16 21:47:03 2021] Built 1 zonelists, mobility grouping on.  Total pages: 507904
[Thu Dec 16 21:47:03 2021] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:1920x1200M@60 smsc95xx.macaddr=DC:A6:32:0C:9C:40 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  root=/dev/mmcblk0p2 ro rootwait nofont console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 elevator=noop snd-bcm2835.enable_compat_alsa=0
[Thu Dec 16 21:47:03 2021] Unknown kernel command line parameters "nofont selinux=0", will be passed to user space.
[Thu Dec 16 21:47:03 2021] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[Thu Dec 16 21:47:03 2021] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[Thu Dec 16 21:47:03 2021] mem auto-init: stack:off, heap alloc:off, heap free:off
[Thu Dec 16 21:47:03 2021] software IO TLB: mapped [mem 0x000000003a000000-0x000000003e000000] (64MB)
[Thu Dec 16 21:47:03 2021] Memory: 1672664K/2064384K available (11648K kernel code, 1962K rwdata, 4092K rodata, 3776K init, 964K bss, 129576K reserved, 262144K cma-reserved)
[Thu Dec 16 21:47:03 2021] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[Thu Dec 16 21:47:03 2021] ftrace: allocating 36675 entries in 144 pages
[Thu Dec 16 21:47:03 2021] ftrace: allocated 144 pages with 2 groups
[Thu Dec 16 21:47:03 2021] trace event string verifier disabled
[Thu Dec 16 21:47:03 2021] rcu: Preemptible hierarchical RCU implementation.
[Thu Dec 16 21:47:03 2021] rcu:        RCU event tracing is enabled.
[Thu Dec 16 21:47:03 2021] rcu:        RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[Thu Dec 16 21:47:03 2021]      Trampoline variant of Tasks RCU enabled.
[Thu Dec 16 21:47:03 2021]      Rude variant of Tasks RCU enabled.
[Thu Dec 16 21:47:03 2021]      Tracing variant of Tasks RCU enabled.
[Thu Dec 16 21:47:03 2021] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[Thu Dec 16 21:47:03 2021] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[Thu Dec 16 21:47:03 2021] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[Thu Dec 16 21:47:03 2021] Root IRQ handler: gic_handle_irq
[Thu Dec 16 21:47:03 2021] GIC: Using split EOI/Deactivate mode
[Thu Dec 16 21:47:03 2021] random: get_random_bytes called from start_kernel+0x510/0x704 with crng_init=0
[Thu Dec 16 21:47:03 2021] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[Thu Dec 16 21:47:03 2021] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[Thu Dec 16 21:47:03 2021] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[Thu Dec 16 21:47:03 2021] printk: console [tty1] enabled
[Thu Dec 16 21:47:03 2021] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[Thu Dec 16 21:47:03 2021] pid_max: default: 32768 minimum: 301
[Thu Dec 16 21:47:03 2021] LSM: Security Framework initializing
[Thu Dec 16 21:47:03 2021] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[Thu Dec 16 21:47:03 2021] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
[Thu Dec 16 21:47:03 2021] cgroup: Disabling memory control group subsystem
[Thu Dec 16 21:47:03 2021] rcu: Hierarchical SRCU implementation.
[Thu Dec 16 21:47:03 2021] EFI services will not be available.
[Thu Dec 16 21:47:03 2021] smp: Bringing up secondary CPUs ...
[Thu Dec 16 21:47:03 2021] Detected PIPT I-cache on CPU1
[Thu Dec 16 21:47:03 2021] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[Thu Dec 16 21:47:03 2021] Detected PIPT I-cache on CPU2
[Thu Dec 16 21:47:03 2021] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[Thu Dec 16 21:47:03 2021] Detected PIPT I-cache on CPU3
[Thu Dec 16 21:47:03 2021] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[Thu Dec 16 21:47:03 2021] smp: Brought up 1 node, 4 CPUs
[Thu Dec 16 21:47:03 2021] SMP: Total of 4 processors activated.
[Thu Dec 16 21:47:03 2021] CPU features: detected: 32-bit EL0 Support
[Thu Dec 16 21:47:03 2021] CPU features: detected: 32-bit EL1 Support
[Thu Dec 16 21:47:03 2021] CPU features: detected: CRC32 instructions
[Thu Dec 16 21:47:03 2021] CPU: All CPU(s) started at EL2
[Thu Dec 16 21:47:03 2021] alternatives: patching kernel code
[Thu Dec 16 21:47:03 2021] devtmpfs: initialized
[Thu Dec 16 21:47:03 2021] Enabled cp15_barrier support
[Thu Dec 16 21:47:03 2021] Enabled setend support
[Thu Dec 16 21:47:03 2021] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[Thu Dec 16 21:47:03 2021] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[Thu Dec 16 21:47:03 2021] pinctrl core: initialized pinctrl subsystem
[Thu Dec 16 21:47:03 2021] DMI not present or invalid.
[Thu Dec 16 21:47:03 2021] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[Thu Dec 16 21:47:03 2021] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[Thu Dec 16 21:47:03 2021] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[Thu Dec 16 21:47:03 2021] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[Thu Dec 16 21:47:03 2021] audit: initializing netlink subsys (disabled)
[Thu Dec 16 21:47:03 2021] audit: type=2000 audit(0.032:1): state=initialized audit_enabled=0 res=1
[Thu Dec 16 21:47:03 2021] thermal_sys: Registered thermal governor 'step_wise'
[Thu Dec 16 21:47:03 2021] cpuidle: using governor menu
[Thu Dec 16 21:47:03 2021] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[Thu Dec 16 21:47:03 2021] ASID allocator initialised with 65536 entries
[Thu Dec 16 21:47:03 2021] Serial: AMBA PL011 UART driver
[Thu Dec 16 21:47:03 2021] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[Thu Dec 16 21:47:03 2021] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-04-12T15:52:31, variant start
[Thu Dec 16 21:47:03 2021] raspberrypi-firmware soc:firmware: Firmware hash is 0227a0840ee8c94294cf3b2c4b2d42031a58f05a
[Thu Dec 16 21:47:03 2021] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[Thu Dec 16 21:47:03 2021] vgaarb: loaded
[Thu Dec 16 21:47:03 2021] SCSI subsystem initialized
[Thu Dec 16 21:47:03 2021] usbcore: registered new interface driver usbfs
[Thu Dec 16 21:47:03 2021] usbcore: registered new interface driver hub
[Thu Dec 16 21:47:03 2021] usbcore: registered new device driver usb
[Thu Dec 16 21:47:03 2021] usb_phy_generic phy: supply vcc not found, using dummy regulator
[Thu Dec 16 21:47:03 2021] pps_core: LinuxPPS API ver. 1 registered
[Thu Dec 16 21:47:03 2021] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Thu Dec 16 21:47:03 2021] PTP clock support registered
[Thu Dec 16 21:47:03 2021] clocksource: Switched to clocksource arch_sys_counter
[Thu Dec 16 21:47:03 2021] VFS: Disk quotas dquot_6.6.0
[Thu Dec 16 21:47:03 2021] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Thu Dec 16 21:47:03 2021] FS-Cache: Loaded
[Thu Dec 16 21:47:03 2021] CacheFiles: Loaded
[Thu Dec 16 21:47:03 2021] simple-framebuffer 3e330000.framebuffer: framebuffer at 0x3e330000, 0x8ca000 bytes
[Thu Dec 16 21:47:03 2021] simple-framebuffer 3e330000.framebuffer: format=a8r8g8b8, mode=1920x1200x32, linelength=7680
[Thu Dec 16 21:47:03 2021] Console: switching to colour frame buffer device 240x75
[Thu Dec 16 21:47:03 2021] simple-framebuffer 3e330000.framebuffer: fb0: simplefb registered!
[Thu Dec 16 21:47:03 2021] NET: Registered PF_INET protocol family
[Thu Dec 16 21:47:03 2021] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
[Thu Dec 16 21:47:03 2021] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear)
[Thu Dec 16 21:47:03 2021] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
[Thu Dec 16 21:47:03 2021] TCP bind hash table entries: 16384 (order: 6, 262144 bytes, linear)
[Thu Dec 16 21:47:03 2021] TCP: Hash tables configured (established 16384 bind 16384)
[Thu Dec 16 21:47:03 2021] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[Thu Dec 16 21:47:03 2021] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[Thu Dec 16 21:47:03 2021] NET: Registered PF_UNIX/PF_LOCAL protocol family
[Thu Dec 16 21:47:03 2021] RPC: Registered named UNIX socket transport module.
[Thu Dec 16 21:47:03 2021] RPC: Registered udp transport module.
[Thu Dec 16 21:47:03 2021] RPC: Registered tcp transport module.
[Thu Dec 16 21:47:03 2021] RPC: Registered tcp NFSv4.1 backchannel transport module.
[Thu Dec 16 21:47:03 2021] PCI: CLS 0 bytes, default 64
[Thu Dec 16 21:47:03 2021] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[Thu Dec 16 21:47:03 2021] kvm [1]: IPA Size Limit: 44 bits
[Thu Dec 16 21:47:03 2021] kvm [1]: vgic interrupt IRQ9
[Thu Dec 16 21:47:03 2021] kvm [1]: Hyp mode initialized successfully
[Thu Dec 16 21:47:03 2021] Initialise system trusted keyrings
[Thu Dec 16 21:47:03 2021] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[Thu Dec 16 21:47:03 2021] zbud: loaded
[Thu Dec 16 21:47:03 2021] FS-Cache: Netfs 'nfs' registered for caching
[Thu Dec 16 21:47:03 2021] NFS: Registering the id_resolver key type
[Thu Dec 16 21:47:03 2021] Key type id_resolver registered
[Thu Dec 16 21:47:03 2021] Key type id_legacy registered
[Thu Dec 16 21:47:03 2021] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[Thu Dec 16 21:47:03 2021] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[Thu Dec 16 21:47:03 2021] Key type asymmetric registered
[Thu Dec 16 21:47:03 2021] Asymmetric key parser 'x509' registered
[Thu Dec 16 21:47:03 2021] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[Thu Dec 16 21:47:03 2021] io scheduler mq-deadline registered
[Thu Dec 16 21:47:03 2021] io scheduler kyber registered
[Thu Dec 16 21:47:03 2021] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[Thu Dec 16 21:47:03 2021] brcm-pcie fd500000.pcie:  No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[Thu Dec 16 21:47:03 2021] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[Thu Dec 16 21:47:03 2021] brcm-pcie fd500000.pcie:  IB MEM 0x0000000000..0x007fffffff -> 0x0400000000
[Thu Dec 16 21:47:03 2021] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[Thu Dec 16 21:47:03 2021] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[Thu Dec 16 21:47:03 2021] pci_bus 0000:00: root bus resource [bus 00-ff]
[Thu Dec 16 21:47:03 2021] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[Thu Dec 16 21:47:03 2021] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[Thu Dec 16 21:47:03 2021] pci 0000:00:00.0: PME# supported from D0 D3hot
[Thu Dec 16 21:47:03 2021] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[Thu Dec 16 21:47:03 2021] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[Thu Dec 16 21:47:03 2021] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[Thu Dec 16 21:47:03 2021] pci 0000:01:00.0: PME# supported from D0 D3cold
[Thu Dec 16 21:47:03 2021] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[Thu Dec 16 21:47:03 2021] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[Thu Dec 16 21:47:03 2021] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[Thu Dec 16 21:47:03 2021] pci 0000:00:00.0: PCI bridge to [bus 01]
[Thu Dec 16 21:47:03 2021] pci 0000:00:00.0:  bridge window [mem 0x600000000-0x6000fffff]
[Thu Dec 16 21:47:03 2021] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[Thu Dec 16 21:47:03 2021] iproc-rng200 fe104000.rng: hwrng registered
[Thu Dec 16 21:47:03 2021] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[Thu Dec 16 21:47:03 2021] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[Thu Dec 16 21:47:03 2021] cacheinfo: Unable to detect cache hierarchy for CPU 0
[Thu Dec 16 21:47:03 2021] brd: module loaded
[Thu Dec 16 21:47:03 2021] loop: module loaded
[Thu Dec 16 21:47:03 2021] Loading iSCSI transport class v2.0-870.
[Thu Dec 16 21:47:03 2021] libphy: Fixed MDIO Bus: probed
[Thu Dec 16 21:47:03 2021] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[Thu Dec 16 21:47:03 2021] libphy: bcmgenet MII bus: probed
[Thu Dec 16 21:47:03 2021] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[Thu Dec 16 21:47:03 2021] usbcore: registered new interface driver r8152
[Thu Dec 16 21:47:03 2021] usbcore: registered new interface driver lan78xx
[Thu Dec 16 21:47:03 2021] usbcore: registered new interface driver smsc95xx
[Thu Dec 16 21:47:03 2021] pci 0000:00:00.0: enabling device (0000 -> 0002)
[Thu Dec 16 21:47:03 2021] xhci_hcd 0000:01:00.0: enabling device (0000 -> 0002)
[Thu Dec 16 21:47:03 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
[Thu Dec 16 21:47:03 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[Thu Dec 16 21:47:03 2021] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00001c0000000890
[Thu Dec 16 21:47:03 2021] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[Thu Dec 16 21:47:03 2021] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 16 21:47:03 2021] usb usb1: Product: xHCI Host Controller
[Thu Dec 16 21:47:03 2021] usb usb1: Manufacturer: Linux 5.15.9 xhci-hcd
[Thu Dec 16 21:47:03 2021] usb usb1: SerialNumber: 0000:01:00.0
[Thu Dec 16 21:47:03 2021] hub 1-0:1.0: USB hub found
[Thu Dec 16 21:47:03 2021] hub 1-0:1.0: 1 port detected
[Thu Dec 16 21:47:03 2021] xhci_hcd 0000:01:00.0: xHCI Host Controller
[Thu Dec 16 21:47:03 2021] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[Thu Dec 16 21:47:03 2021] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[Thu Dec 16 21:47:03 2021] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[Thu Dec 16 21:47:03 2021] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Thu Dec 16 21:47:03 2021] usb usb2: Product: xHCI Host Controller
[Thu Dec 16 21:47:03 2021] usb usb2: Manufacturer: Linux 5.15.9 xhci-hcd
[Thu Dec 16 21:47:03 2021] usb usb2: SerialNumber: 0000:01:00.0
[Thu Dec 16 21:47:03 2021] hub 2-0:1.0: USB hub found
[Thu Dec 16 21:47:03 2021] hub 2-0:1.0: 4 ports detected
[Thu Dec 16 21:47:03 2021] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[Thu Dec 16 21:47:03 2021] dwc_otg: FIQ enabled
[Thu Dec 16 21:47:03 2021] dwc_otg: NAK holdoff enabled
[Thu Dec 16 21:47:03 2021] dwc_otg: FIQ split-transaction FSM enabled
[Thu Dec 16 21:47:03 2021] Module dwc_common_port init
[Thu Dec 16 21:47:03 2021] usbcore: registered new interface driver uas
[Thu Dec 16 21:47:03 2021] usbcore: registered new interface driver usb-storage
[Thu Dec 16 21:47:03 2021] mousedev: PS/2 mouse device common for all mice
[Thu Dec 16 21:47:03 2021] sdhci: Secure Digital Host Controller Interface driver
[Thu Dec 16 21:47:03 2021] sdhci: Copyright(c) Pierre Ossman
[Thu Dec 16 21:47:03 2021] sdhci-pltfm: SDHCI platform and OF driver helper
[Thu Dec 16 21:47:03 2021] ledtrig-cpu: registered to indicate activity on CPUs
[Thu Dec 16 21:47:03 2021] hid: raw HID events driver (C) Jiri Kosina
[Thu Dec 16 21:47:03 2021] usbcore: registered new interface driver usbhid
[Thu Dec 16 21:47:03 2021] usbhid: USB HID core driver
[Thu Dec 16 21:47:03 2021] ashmem: initialized
[Thu Dec 16 21:47:03 2021] Initializing XFRM netlink socket
[Thu Dec 16 21:47:03 2021] NET: Registered PF_PACKET protocol family
[Thu Dec 16 21:47:03 2021] Key type dns_resolver registered
[Thu Dec 16 21:47:03 2021] registered taskstats version 1
[Thu Dec 16 21:47:03 2021] Loading compiled-in X.509 certificates
[Thu Dec 16 21:47:03 2021] Key type ._fscrypt registered
[Thu Dec 16 21:47:03 2021] Key type .fscrypt registered
[Thu Dec 16 21:47:03 2021] Key type fscrypt-provisioning registered
[Thu Dec 16 21:47:03 2021] uart-pl011 fe201000.serial: there is not valid maps for state default
[Thu Dec 16 21:47:03 2021] uart-pl011 fe201000.serial: cts_event_workaround enabled
[Thu Dec 16 21:47:03 2021] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 21, base_baud = 0) is a PL011 rev2
[Thu Dec 16 21:47:03 2021] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[Thu Dec 16 21:47:03 2021] fe215040.serial: ttyS0 at MMIO 0xfe215040 (irq = 23, base_baud = 62500000) is a 16550
[Thu Dec 16 21:47:03 2021] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[Thu Dec 16 21:47:03 2021] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[Thu Dec 16 21:47:03 2021] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[Thu Dec 16 21:47:03 2021] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[Thu Dec 16 21:47:03 2021] of_cfs_init
[Thu Dec 16 21:47:03 2021] of_cfs_init: OK
[Thu Dec 16 21:47:03 2021] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[Thu Dec 16 21:47:03 2021] Waiting for root device /dev/mmcblk0p2...
[Thu Dec 16 21:47:03 2021] random: fast init done
[Thu Dec 16 21:47:03 2021] mmc1: new high speed SDIO card at address 0001
[Thu Dec 16 21:47:03 2021] mmc0: new ultra high speed DDR50 SDHC card at address aaaa
[Thu Dec 16 21:47:03 2021] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[Thu Dec 16 21:47:03 2021] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[Thu Dec 16 21:47:03 2021]  mmcblk0: p1 p2
[Thu Dec 16 21:47:03 2021] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
[Thu Dec 16 21:47:04 2021] F2FS-fs (mmcblk0p2): recover fsync data on readonly fs
[Thu Dec 16 21:47:04 2021] F2FS-fs (mmcblk0p2): Mounted with checkpoint version = 719719
[Thu Dec 16 21:47:04 2021] VFS: Mounted root (f2fs filesystem) readonly on device 179:2.
[Thu Dec 16 21:47:04 2021] devtmpfs: mounted
[Thu Dec 16 21:47:04 2021] Freeing unused kernel memory: 3776K
[Thu Dec 16 21:47:04 2021] Run /sbin/init as init process
[Thu Dec 16 21:47:04 2021]  with arguments:
[Thu Dec 16 21:47:04 2021]    /sbin/init
[Thu Dec 16 21:47:04 2021]    nofont
[Thu Dec 16 21:47:04 2021]  with environment:
[Thu Dec 16 21:47:04 2021]    HOME=/
[Thu Dec 16 21:47:04 2021]    TERM=linux
[Thu Dec 16 21:47:04 2021]    selinux=0
[Thu Dec 16 21:47:04 2021] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[Thu Dec 16 21:47:04 2021] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[Thu Dec 16 21:47:04 2021] usb 1-1: Product: USB2.0 Hub
[Thu Dec 16 21:47:04 2021] hub 1-1:1.0: USB hub found
[Thu Dec 16 21:47:04 2021] hub 1-1:1.0: 4 ports detected
[Thu Dec 16 21:47:04 2021] usb 1-1.1: new low-speed USB device number 3 using xhci_hcd
[Thu Dec 16 21:47:04 2021] usb 1-1.1: New USB device found, idVendor=1241, idProduct=1603, bcdDevice= 2.80
[Thu Dec 16 21:47:04 2021] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Thu Dec 16 21:47:04 2021] usb 1-1.1: Product: USB Keyboard
[Thu Dec 16 21:47:04 2021] usb 1-1.1: Manufacturer: 
[Thu Dec 16 21:47:04 2021] input:  USB Keyboard 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:1.0/0003:1241:1603.0001/input/input0
[Thu Dec 16 21:47:04 2021] hid-generic 0003:1241:1603.0001: input,hidraw0: USB HID v1.10 Keyboard [  USB Keyboard] on usb-0000:01:00.0-1.1/input0
[Thu Dec 16 21:47:04 2021] input:  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.1/1-1.1:1.1/0003:1241:1603.0002/input/input1
[Thu Dec 16 21:47:04 2021] input:  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.1/1-1.1:1.1/0003:1241:1603.0002/input/input2
[Thu Dec 16 21:47:04 2021] hid-generic 0003:1241:1603.0002: input,hidraw1: USB HID v1.10 Device [  USB Keyboard] on usb-0000:01:00.0-1.1/input1
[Thu Dec 16 21:47:04 2021] random: udevd: uninitialized urandom read (16 bytes read)
[Thu Dec 16 21:47:04 2021] random: udevd: uninitialized urandom read (16 bytes read)
[Thu Dec 16 21:47:04 2021] random: udevd: uninitialized urandom read (16 bytes read)
[Thu Dec 16 21:47:04 2021] udevd[418]: starting eudev-3.2.10
[Thu Dec 16 21:47:04 2021] pps pps0: new PPS source pps@12.-1
[Thu Dec 16 21:47:05 2021] pps pps0: Registered IRQ 53 as PPS source
[Thu Dec 16 21:47:05 2021] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[Thu Dec 16 21:47:05 2021] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[Thu Dec 16 21:47:05 2021] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[Thu Dec 16 21:47:05 2021] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[Thu Dec 16 21:47:05 2021] raspberrypi-firmware soc:firmware: Request 0x00038049 returned status 0x80000001
[Thu Dec 16 21:47:05 2021] raspberrypi-poe-pwm soc:firmware:pwm: Failed to set duty cycle: -EINVAL
[Thu Dec 16 21:47:05 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[Thu Dec 16 21:47:05 2021] pwm-fan pwm-fan: Failed to configure PWM: -22
[Thu Dec 16 21:47:05 2021] pwm-fan: probe of pwm-fan failed with error -22
[Thu Dec 16 21:47:05 2021] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[Thu Dec 16 21:47:05 2021] [vc_sm_connected_init]: start
[Thu Dec 16 21:47:05 2021] [vc_sm_connected_init]: installed successfully
[Thu Dec 16 21:47:05 2021] mc: Linux media interface: v0.10
[Thu Dec 16 21:47:05 2021] videodev: Linux video capture interface: v2.00
[Thu Dec 16 21:47:05 2021] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[Thu Dec 16 21:47:05 2021] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Thu Dec 16 21:47:05 2021] rtc-ds1307 1-0068: registered as rtc0
[Thu Dec 16 21:47:05 2021] rtc-ds1307 1-0068: setting system clock to 2021-12-16T20:47:05 UTC (1639687625)
[Thu Dec 16 21:47:05 2021] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Thu Dec 16 21:47:05 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[Thu Dec 16 21:47:05 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[Thu Dec 16 21:47:05 2021] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[Thu Dec 16 21:47:05 2021] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[Thu Dec 16 21:47:05 2021] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[Thu Dec 16 21:47:05 2021] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[Thu Dec 16 21:47:05 2021] brcmfmac: F1 signature read @0x18000000=0x15264345
[Thu Dec 16 21:47:05 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[Thu Dec 16 21:47:05 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[Thu Dec 16 21:47:05 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[Thu Dec 16 21:47:05 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[Thu Dec 16 21:47:05 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[Thu Dec 16 21:47:05 2021] usbcore: registered new interface driver brcmfmac
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[Thu Dec 16 21:47:05 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[Thu Dec 16 21:47:05 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[Thu Dec 16 21:47:05 2021] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[Thu Dec 16 21:47:05 2021] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[Thu Dec 16 21:47:05 2021] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[Thu Dec 16 21:47:05 2021] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
[Thu Dec 16 21:47:05 2021] checking generic (3e330000 8ca000) vs hw (0 ffffffffffffffff)
[Thu Dec 16 21:47:05 2021] fb0: switching to vc4 from simple
[Thu Dec 16 21:47:05 2021] Console: switching to colour dummy device 80x25
[Thu Dec 16 21:47:05 2021] vc4-drm gpu: bound fe600000.firmwarekms (ops vc4_fkms_ops [vc4])
[Thu Dec 16 21:47:05 2021] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[Thu Dec 16 21:47:05 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[Thu Dec 16 21:47:05 2021] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[Thu Dec 16 21:47:05 2021] Console: switching to colour frame buffer device 240x75
[Thu Dec 16 21:47:05 2021] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Mar  2 2020 23:30:41 version 7.45.202 (r724630 CY) FWID 01-72f6ece2
[Thu Dec 16 21:47:05 2021] vc4-drm gpu: [drm] fb0: vc4 frame buffer device
[Thu Dec 16 21:47:05 2021] cgroup: Disabled controller 'memory'
[Thu Dec 16 21:47:07 2021] zram: Added device: zram0
[Thu Dec 16 21:47:07 2021] urandom_read: 5 callbacks suppressed
[Thu Dec 16 21:47:07 2021] random: dd: uninitialized urandom read (512 bytes read)
[Thu Dec 16 21:47:07 2021] NET: Registered PF_INET6 protocol family
[Thu Dec 16 21:47:07 2021] Segment Routing with IPv6
[Thu Dec 16 21:47:07 2021] In-situ OAM (IOAM) with IPv6
[Thu Dec 16 21:47:07 2021] random: udevadm: uninitialized urandom read (16 bytes read)
[Thu Dec 16 21:47:08 2021] random: crng init done
[Thu Dec 16 21:47:11 2021] 8021q: 802.1Q VLAN Support v1.8
[Thu Dec 16 21:47:11 2021] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[Thu Dec 16 21:47:11 2021] bcmgenet fd580000.ethernet eth0: Link is Down
[Thu Dec 16 21:47:15 2021] bcmgenet fd580000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[Thu Dec 16 21:47:15 2021] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[Thu Dec 16 21:47:34 2021] cam-dummy-reg: disabling


sndwvs 12-16-2021 03:48 PM

no, now everything is there
Code:

[Thu Dec 16 21:47:05 2021] raspberrypi-firmware soc:firmware: Request 0x00038049 returned status 0x80000001
[Thu Dec 16 21:47:05 2021] raspberrypi-poe-pwm soc:firmware:pwm: Failed to set duty cycle: -EINVAL
[Thu Dec 16 21:47:05 2021] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[Thu Dec 16 21:47:05 2021] pwm-fan pwm-fan: Failed to configure PWM: -22
[Thu Dec 16 21:47:05 2021] pwm-fan: probe of pwm-fan failed with error -22

update files in boot
only those that are here

wowbaggerHU 12-17-2021 01:18 AM

Quote:

Originally Posted by sndwvs (Post 6310145)
only those that are here

Hi sndwvs,

Unfortunately I get the message '"blobs/broadcom/boot" did not exist on "arm"' when visiting your images-build-kit repo.

sndwvs 12-17-2021 02:24 AM

Hi wowbaggerHU,

then try this image slarm64-current-aarch64-server-raspberry_pi_4-5.15.9-build-20211217.img.zst

wowbaggerHU 12-17-2021 04:37 AM

Quote:

Originally Posted by sndwvs (Post 6310241)

Hi sndwvs,

I extracted most of the /boot files from your image, and placed them in my /boot partition.
The fan seems to work with these new files!
Thanks for your help!


All times are GMT -5. The time now is 08:04 PM.