LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM
User Name
Password
Slackware - ARM This forum is for the discussion of Slackware ARM.

Notices


Reply
  Search this Thread
Old 12-13-2021, 10:31 AM   #76
drmozes
Slackware Contributor
 
Registered: Apr 2008
Distribution: Slackware
Posts: 1,540

Rep: Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309Reputation: 1309

Quote:
Originally Posted by wowbaggerHU View Post
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.

Last edited by drmozes; 12-13-2021 at 10:55 AM.
 
Old 12-13-2021, 11:05 AM   #77
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by wowbaggerHU View Post
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.
 
Old 12-15-2021, 11:39 AM   #78
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
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.
 
Old 12-15-2021, 11:45 AM   #79
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled
Quote:
Originally Posted by drmozes View Post
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
 
Old 12-15-2021, 11:45 AM   #80
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Original Poster
Rep: Reputation: Disabled
Hi wowbaggerHU,

it was just described that at startup it twitches and stopped working on the old kernel.
 
Old 12-15-2021, 11:53 AM   #81
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
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
 
Old 12-16-2021, 02:58 AM   #82
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Original Poster
Rep: Reputation: Disabled
Hi wowbaggerHU,

let's take a look at the legacy kernel 5.10.83
 
1 members found this post helpful.
Old 12-16-2021, 09:00 AM   #83
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
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.
 
Old 12-16-2021, 09:34 AM   #84
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Original Poster
Rep: Reputation: Disabled
Hi wowbaggerHU,

let's analyze the dmesg of this kernel and lsmod and compare with 5.15.y.
 
Old 12-16-2021, 10:11 AM   #85
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
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

Last edited by wowbaggerHU; 12-16-2021 at 10:15 AM.
 
Old 12-16-2021, 02:36 PM   #86
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Original Poster
Rep: Reputation: Disabled
updated config check 5.15.9
 
Old 12-16-2021, 02:56 PM   #87
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
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
 
Old 12-16-2021, 03:48 PM   #88
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Original Poster
Rep: Reputation: Disabled
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

Last edited by sndwvs; 12-16-2021 at 03:51 PM.
 
Old 12-17-2021, 01:18 AM   #89
wowbaggerHU
Member
 
Registered: Feb 2017
Location: Hungary
Distribution: Slackware
Posts: 288

Rep: Reputation: Disabled
Quote:
Originally Posted by sndwvs View Post
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.
 
Old 12-17-2021, 02:24 AM   #90
sndwvs
Senior Member
 
Registered: Aug 2014
Posts: 1,907

Original Poster
Rep: Reputation: Disabled
Hi wowbaggerHU,

then try this image slarm64-current-aarch64-server-raspberry_pi_4-5.15.9-build-20211217.img.zst
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Raspberry Pi: Combine a Raspberry Pi with up to 4 Raspberry Pi Zeros for less than US$50 with the Cluster HAT LXer Syndicated Linux News 0 07-05-2019 12:03 PM
LXer: Ubuntu 13.04 Aims For 64-bit ARM Support (AArch64) LXer Syndicated Linux News 0 11-01-2012 04:10 AM
LXer: AArch64 Called For Merging To GCC Trunk LXer Syndicated Linux News 0 10-23-2012 05:42 PM
LXer: ARM64/AArch64 Support Going Into Linux 3.7 Kernel LXer Syndicated Linux News 0 10-02-2012 06:20 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - ARM

All times are GMT -5. The time now is 10:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration