geerlingguy / raspberry-pi-pcie-devices

Raspberry Pi PCI Express device compatibility database
http://pipci.jeffgeerling.com
GNU General Public License v3.0
1.63k stars 145 forks source link

'increase PCI Bar Space' not work on R9 390 #545

Open MartinRGB opened 1 year ago

MartinRGB commented 1 year ago

R9 390 got 8GB VRAM,R9 Series is supported by radeon driver, man radeon,you can see:

       ...
       KAVERI      KAVERI APUs
       KABINI      KABINI APUs
       HAWAII      Radeon R9 series
       MULLINS     MULLINS APUs
       ...

neofetch

       _,met$$$$$gg.          pi@raspberrypi 
    ,g$$$$$$$$$$$$$$$P.       -------------- 
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 11 (bullseye) aarch64 
 ,$$P'              `$$$.     Host: Raspberry Pi Compute Module 4 Rev 1.1 
',$$P       ,ggs.     `$$b:   Kernel: 5.15.33-v8+ 
`d$$'     ,$P"'   .    $$$    Uptime: 19 secs 
 $$P      d$'     ,    $$P    Packages: 2104 (dpkg) 
 $$:      $$.   -    ,d$$'    Shell: bash 5.1.4 
 $$;      Y$b._   _,d$P'      Terminal: /dev/pts/0 
 Y$$.    `.`"Y$$$$P"'         CPU: BCM2835 (4) @ 1.500GHz 
 `$$b      "-.__              GPU: AMD ATI Radeon R9 290/390 
  `Y$$                        Memory: 458MiB / 7812MiB 
   `Y$$.
     `$$b.                                            
       `Y$$b.                                         
          `"Y$b._
              `"""

I followed Jeff's increase-pci-bar-space.sh.

here is my .dts

    scb {
        compatible = "simple-bus";
        #address-cells = <0x02>;
        #size-cells = <0x02>;
        #ranges = <0x00 0x7c000000 0x00 0xfc000000 0x00 0x3800000 0x00 0x40000000 0x00 0xff800000 0x00 0x800000 0x06 0x00 0x06 0x00 0x00 0x40000000 0x00 0x00 0x00 0x00 0x00 0xfc000000>;
        ranges = <0x0 0x7c000000  0x0 0xfc000000  0x0 0x03800000>,
            <0x0 0x40000000  0x0 0xff800000  0x0 0x00800000>,
            <0x6 0x00000000  0x6 0x00000000  0x2 0x00000000>,
            <0x0 0x00000000  0x0 0x00000000  0x0 0xfc000000>;
        dma-ranges = <0x00 0x00 0x00 0x00 0x04 0x00>;
        phandle = <0xdf>;

        pcie@7d500000 {
            compatible = "brcm,bcm2711-pcie";
            reg = <0x00 0x7d500000 0x00 0x9310>;
            device_type = "pci";
            #address-cells = <0x03>;
            #interrupt-cells = <0x01>;
            #size-cells = <0x02>;
            interrupts = <0x00 0x93 0x04 0x00 0x94 0x04>;
            interrupt-names = "pcie\0msi";
            interrupt-map-mask = <0x00 0x00 0x00 0x07>;
            interrupt-map = <0x00 0x00 0x00 0x01 0x01 0x00 0x8f 0x04 0x00 0x00 0x00 0x02 0x01 0x00 0x90 0x04 0x00 0x00 0x00 0x03 0x01 0x00 0x91 0x04 0x00 0x00 0x00 0x04 0x01 0x00 0x92 0x04>;
            msi-controller;
            msi-parent = <0x2d>;
            #ranges = <0x2000000 0x00 0xc0000000 0x06 0x00 0x00 0x40000000>;
            ranges = <0x02000000 0x0 0x00000000 0x6 0x00000000 0x2 0x00000000>;
            dma-ranges = <0x2000000 0x00 0x00 0x00 0x00 0x00 0xc0000000>;
            brcm,enable-ssc;
            brcm,enable-l1ss;
            phandle = <0x2d>;

            pci@0,0 {
                device-type = "pci";
                #address-cells = <0x03>;
                #size-cells = <0x02>;
                ranges;
                reg = <0x00 0x00 0x00 0x00 0x00>;
            };
        };

when I sudo modprobe radeon

Message from syslogd@raspberrypi at Aug 29 01:13:53 ...
 kernel:[   93.902723] Internal error: Oops: 96000061 [#1] PREEMPT SMP

Message from syslogd@raspberrypi at Aug 29 01:13:53 ...
 kernel:[   93.904052] Code: 91010108 54ffff4a 8b040108 cb050042 (d50b7428) 
Segmentation fault
MartinRGB commented 1 year ago

full dmesg log here:

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[    0.000000] Linux version 5.15.33-v8+ (martpc@martpc-System-Product-Name) (aarch64-linux-gnu-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1 SMP PREEMPT Sat Aug 26 19:43:00 CST 2023
[    0.000000] random: fast init done
[    0.000000] Machine model: Raspberry Pi Compute Module 4 Rev 1.1
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x00000001ffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003b3fffff]
[    0.000000]   node   0: [mem 0x0000000040000000-0x00000000fbffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x00000001ffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000001ffffffff]
[    0.000000] percpu: Embedded 28 pages/cpu s77144 r8192 d29352 u114688
[    0.000000] pcpu-alloc: s77144 r8192 d29352 u114688 alloc=28*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] CPU features: detected: Spectre-v2
[    0.000000] CPU features: detected: Spectre-v4
[    0.000000] CPU features: detected: Spectre-BHB
[    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 2028848
[    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=E4:5F:01:D3:6A:93 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=ttyS0,115200 console=tty1 root=PARTUUID=0f8aedd9-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles radeon.uvd=0 pci=noaer,nomsi radeon.msi=0 radeon.pcie_gen2=0 pcie_aspm=off radeon.aspm=0 radeon.runpm=0 radeon.dpm=0 8250.nr_uarts=0
[    0.000000] PCIe ASPM is disabled
[    0.000000] Unknown kernel command line parameters "splash", will be passed to user space.
[    0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.000000] software IO TLB: mapped [mem 0x0000000037400000-0x000000003b400000] (64MB)
[    0.000000] Memory: 7668316K/8245248K available (11712K kernel code, 1962K rwdata, 4104K rodata, 3776K init, 964K bss, 249252K reserved, 327680K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 36695 entries in 144 pages
[    0.000000] ftrace: allocated 144 pages with 2 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Preemptible hierarchical RCU implementation.
[    0.000000] rcu:     RCU event tracing is enabled.
[    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000]  Trampoline variant of Tasks RCU enabled.
[    0.000000]  Rude variant of Tasks RCU enabled.
[    0.000000]  Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] Root IRQ handler: gic_handle_irq
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] irq_brcmstb_l2: registered L2 intc (/soc/interrupt-controller@7ef00100, parent irq: 10)
[    0.000000] random: get_random_bytes called from start_kernel+0x510/0x704 with crng_init=1
[    0.000000] arch_timer: cp15 timer(s) running at 54.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xc743ce346, max_idle_ns: 440795203123 ns
[    0.000001] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[    0.000245] Console: colour dummy device 80x25
[    0.000297] printk: console [tty1] enabled
[    0.000367] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[    0.000392] pid_max: default: 32768 minimum: 301
[    0.000518] LSM: Security Framework initializing
[    0.000756] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.000862] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.002076] cgroup: Disabling memory control group subsystem
[    0.004563] rcu: Hierarchical SRCU implementation.
[    0.005670] EFI services will not be available.
[    0.006213] smp: Bringing up secondary CPUs ...
[    0.007267] Detected PIPT I-cache on CPU1
[    0.007344] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[    0.008569] Detected PIPT I-cache on CPU2
[    0.008618] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[    0.009749] Detected PIPT I-cache on CPU3
[    0.009798] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[    0.009947] smp: Brought up 1 node, 4 CPUs
[    0.009967] SMP: Total of 4 processors activated.
[    0.009978] CPU features: detected: 32-bit EL0 Support
[    0.009988] CPU features: detected: 32-bit EL1 Support
[    0.010000] CPU features: detected: CRC32 instructions
[    0.041749] CPU: All CPU(s) started at EL2
[    0.041823] alternatives: patching kernel code
[    0.043910] devtmpfs: initialized
[    0.055351] Enabled cp15_barrier support
[    0.055390] Enabled setend support
[    0.055581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.055613] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.066791] pinctrl core: initialized pinctrl subsystem
[    0.067579] DMI not present or invalid.
[    0.068088] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.071629] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.071928] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.072845] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.072943] audit: initializing netlink subsys (disabled)
[    0.073231] audit: type=2000 audit(0.072:1): state=initialized audit_enabled=0 res=1
[    0.073715] thermal_sys: Registered thermal governor 'step_wise'
[    0.073929] cpuidle: using governor menu
[    0.074176] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.074361] ASID allocator initialised with 65536 entries
[    0.074516] Serial: AMBA PL011 UART driver
[    0.086672] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[    0.112374] raspberrypi-firmware soc:firmware: Attached to firmware from 2023-03-17T10:50:39, variant start
[    0.116391] raspberrypi-firmware soc:firmware: Firmware hash is 82f3750a65fadae9a38077e3c2e217ad158c8d54
[    0.166414] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[    0.170614] vgaarb: loaded
[    0.171029] SCSI subsystem initialized
[    0.171225] usbcore: registered new interface driver usbfs
[    0.171277] usbcore: registered new interface driver hub
[    0.171342] usbcore: registered new device driver usb
[    0.171714] usb_phy_generic phy: supply vcc not found, using dummy regulator
[    0.172197] pps_core: LinuxPPS API ver. 1 registered
[    0.172210] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.172232] PTP clock support registered
[    0.173680] clocksource: Switched to clocksource arch_sys_counter
[    0.262222] VFS: Disk quotas dquot_6.6.0
[    0.262324] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.262499] FS-Cache: Loaded
[    0.262748] CacheFiles: Loaded
[    0.273350] NET: Registered PF_INET protocol family
[    0.274292] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.280214] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.280311] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.280749] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.281796] TCP: Hash tables configured (established 65536 bind 65536)
[    0.282112] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.282247] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.282625] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.283642] RPC: Registered named UNIX socket transport module.
[    0.283659] RPC: Registered udp transport module.
[    0.283669] RPC: Registered tcp transport module.
[    0.283679] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.283697] PCI: CLS 0 bytes, default 64
[    0.286148] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    0.286497] kvm [1]: IPA Size Limit: 44 bits
[    0.287671] kvm [1]: vgic interrupt IRQ9
[    0.287928] kvm [1]: Hyp mode initialized successfully
[    1.182148] Initialise system trusted keyrings
[    1.182545] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[    1.189149] zbud: loaded
[    1.190950] FS-Cache: Netfs 'nfs' registered for caching
[    1.191583] NFS: Registering the id_resolver key type
[    1.191642] Key type id_resolver registered
[    1.191653] Key type id_legacy registered
[    1.191762] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.191776] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[    1.192930] Key type asymmetric registered
[    1.192945] Asymmetric key parser 'x509' registered
[    1.193023] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    1.193275] io scheduler mq-deadline registered
[    1.193289] io scheduler kyber registered
[    1.201416] gpio-507 (ant1): hogged as output/high
[    1.202850] gpio-511 (ant2): hogged as output/low
[    1.204250] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[    1.204287] brcm-pcie fd500000.pcie:   No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[    1.204370] brcm-pcie fd500000.pcie:      MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[    1.204451] brcm-pcie fd500000.pcie:   IB MEM 0x0000000000..0x01ffffffff -> 0x0400000000
[    1.251780] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[    1.251968] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[    1.251985] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.252003] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[    1.252088] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[    1.252330] pci 0000:00:00.0: PME# supported from D0 D3hot
[    1.255997] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    1.256310] pci 0000:01:00.0: [1002:67b1] type 00 class 0x030000
[    1.256380] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0fffffff 64bit pref]
[    1.256427] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit pref]
[    1.256459] pci 0000:01:00.0: reg 0x20: [io  0x0000-0x00ff]
[    1.256489] pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x0003ffff]
[    1.256520] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    1.256554] pci 0000:01:00.0: enabling Extended Tags
[    1.256828] pci 0000:01:00.0: supports D1 D2
[    1.256840] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    1.256925] pci 0000:01:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    1.257095] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    1.257203] pci 0000:01:00.1: [1002:aac8] type 00 class 0x040300
[    1.257269] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    1.257386] pci 0000:01:00.1: enabling Extended Tags
[    1.257576] pci 0000:01:00.1: supports D1 D2
[    1.261038] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
[    1.261087] pci 0000:00:00.0: BAR 9: assigned [mem 0x600000000-0x617ffffff 64bit pref]
[    1.261106] pci 0000:00:00.0: BAR 8: assigned [mem 0x618000000-0x6180fffff]
[    1.261127] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x60fffffff 64bit pref]
[    1.261169] pci 0000:01:00.0: BAR 2: assigned [mem 0x610000000-0x6107fffff 64bit pref]
[    1.261207] pci 0000:01:00.0: BAR 5: assigned [mem 0x618000000-0x61803ffff]
[    1.261228] pci 0000:01:00.0: BAR 6: assigned [mem 0x618040000-0x61805ffff pref]
[    1.261245] pci 0000:01:00.1: BAR 0: assigned [mem 0x618060000-0x618063fff 64bit]
[    1.261282] pci 0000:01:00.0: BAR 4: no space for [io  size 0x0100]
[    1.261295] pci 0000:01:00.0: BAR 4: failed to assign [io  size 0x0100]
[    1.261311] pci 0000:00:00.0: PCI bridge to [bus 01]
[    1.261332] pci 0000:00:00.0:   bridge window [mem 0x618000000-0x6180fffff]
[    1.261351] pci 0000:00:00.0:   bridge window [mem 0x600000000-0x617ffffff 64bit pref]
[    1.261516] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    1.270651] iproc-rng200 fe104000.rng: hwrng registered
[    1.271138] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    1.272567] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[    1.284806] brd: module loaded
[    1.294332] loop: module loaded
[    1.295112] Loading iSCSI transport class v2.0-870.
[    1.299905] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[    1.357836] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[    1.358967] usbcore: registered new interface driver r8152
[    1.359029] usbcore: registered new interface driver lan78xx
[    1.359079] usbcore: registered new interface driver smsc95xx
[    1.386756] xhci-hcd fe9c0000.xhci: xHCI Host Controller
[    1.386790] xhci-hcd fe9c0000.xhci: new USB bus registered, assigned bus number 1
[    1.387131] xhci-hcd fe9c0000.xhci: hcc params 0x0220fe65 hci version 0x110 quirks 0x0000000000010010
[    1.387232] xhci-hcd fe9c0000.xhci: irq 61, io mem 0xfe9c0000
[    1.387803] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.15
[    1.387823] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.387838] usb usb1: Product: xHCI Host Controller
[    1.387851] usb usb1: Manufacturer: Linux 5.15.33-v8+ xhci-hcd
[    1.387863] usb usb1: SerialNumber: fe9c0000.xhci
[    1.388528] hub 1-0:1.0: USB hub found
[    1.388595] hub 1-0:1.0: 1 port detected
[    1.389086] xhci-hcd fe9c0000.xhci: xHCI Host Controller
[    1.389108] xhci-hcd fe9c0000.xhci: new USB bus registered, assigned bus number 2
[    1.389130] xhci-hcd fe9c0000.xhci: Host supports USB 3.0 SuperSpeed
[    1.389290] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    1.389545] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.15
[    1.389563] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.389577] usb usb2: Product: xHCI Host Controller
[    1.389589] usb usb2: Manufacturer: Linux 5.15.33-v8+ xhci-hcd
[    1.389601] usb usb2: SerialNumber: fe9c0000.xhci
[    1.390261] hub 2-0:1.0: USB hub found
[    1.390324] hub 2-0:1.0: config failed, hub doesn't have any ports! (err -19)
[    1.390840] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    1.391184] dwc_otg: FIQ enabled
[    1.391195] dwc_otg: NAK holdoff enabled
[    1.391204] dwc_otg: FIQ split-transaction FSM enabled
[    1.391217] Module dwc_common_port init
[    1.391748] usbcore: registered new interface driver uas
[    1.391844] usbcore: registered new interface driver usb-storage
[    1.392043] mousedev: PS/2 mouse device common for all mice
[    1.397718] sdhci: Secure Digital Host Controller Interface driver
[    1.397736] sdhci: Copyright(c) Pierre Ossman
[    1.398391] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.401986] ledtrig-cpu: registered to indicate activity on CPUs
[    1.402565] hid: raw HID events driver (C) Jiri Kosina
[    1.402721] usbcore: registered new interface driver usbhid
[    1.402734] usbhid: USB HID core driver
[    1.403052] ashmem: initialized
[    1.410961] Initializing XFRM netlink socket
[    1.411018] NET: Registered PF_PACKET protocol family
[    1.411133] Key type dns_resolver registered
[    1.412305] registered taskstats version 1
[    1.412336] Loading compiled-in X.509 certificates
[    1.412948] Key type ._fscrypt registered
[    1.412961] Key type .fscrypt registered
[    1.412971] Key type fscrypt-provisioning registered
[    1.424724] uart-pl011 fe201000.serial: there is not valid maps for state default
[    1.425019] uart-pl011 fe201000.serial: cts_event_workaround enabled
[    1.425195] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 19, base_baud = 0) is a PL011 rev2
[    1.433368] bcm2835-aux-uart fe215040.serial: there is not valid maps for state default
[    1.433624] bcm2835-aux-uart fe215040.serial: error -ENOSPC: unable to register 8250 port
[    1.433700] bcm2835-aux-uart: probe of fe215040.serial failed with error -28
[    1.434821] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[    1.435288] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[    1.436415] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[    1.436433] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[    1.467220] of_cfs_init
[    1.467365] of_cfs_init: OK
[    1.500673] mmc0: SDHCI controller on fe340000.mmc [fe340000.mmc] using ADMA
[    1.501168] Waiting for root device PARTUUID=0f8aedd9-02...
[    1.554049] mmc1: new high speed SDIO card at address 0001
[    1.569266] mmc0: new DDR MMC card at address 0001
[    1.570359] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB 
[    1.573497]  mmcblk0: p1 p2
[    1.574068] mmcblk0: mmc0:0001 BJTD4R 29.1 GiB
[    1.574624] mmcblk0boot0: mmc0:0001 BJTD4R 4.00 MiB 
[    1.577205] mmcblk0boot1: mmc0:0001 BJTD4R 4.00 MiB 
[    1.579495] mmcblk0rpmb: mmc0:0001 BJTD4R 4.00 MiB, chardev (242:0)
[    1.601044] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.601158] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[    1.601868] devtmpfs: mounted
[    1.611405] Freeing unused kernel memory: 3776K
[    1.611608] Run /sbin/init as init process
[    1.611620]   with arguments:
[    1.611628]     /sbin/init
[    1.611637]     splash
[    1.611646]   with environment:
[    1.611654]     HOME=/
[    1.611663]     TERM=linux
[    1.645740] usb 1-1: new high-speed USB device number 2 using xhci-hcd
[    1.794124] usb 1-1: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[    1.794163] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.794180] usb 1-1: Product: USB 2.0 Hub
[    1.837578] hub 1-1:1.0: USB hub found
[    1.837751] hub 1-1:1.0: 4 ports detected
[    1.855934] systemd[1]: System time before build time, advancing clock.
[    1.929122] NET: Registered PF_INET6 protocol family
[    1.931050] Segment Routing with IPv6
[    1.931090] In-situ OAM (IOAM) with IPv6
[    1.976581] systemd[1]: systemd 247.3-7+deb11u4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified)
[    1.977523] systemd[1]: Detected architecture arm64.
[    1.983607] systemd[1]: Set hostname to <raspberrypi>.
[    2.249722] usb 1-1.1: new full-speed USB device number 3 using xhci-hcd
[    2.462270] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed.
[    2.480670] usb 1-1.1: New USB device found, idVendor=413b, idProduct=2107, bcdDevice= 0.00
[    2.480702] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.480719] usb 1-1.1: Product: KVM Device
[    2.480733] usb 1-1.1: Manufacturer: Lanbe
[    2.480745] usb 1-1.1: SerialNumber: AB47BECB
[    2.605597] input: Lanbe KVM Device as /devices/platform/scb/fe9c0000.xhci/usb1/1-1/1-1.1/1-1.1:1.0/0003:413B:2107.0001/input/input0
[    2.666503] hid-generic 0003:413B:2107.0001: input,hidraw0: USB HID v1.11 Keyboard [Lanbe KVM Device] on usb-fe9c0000.xhci-1.1/input0
[    2.701387] input: Lanbe KVM Device as /devices/platform/scb/fe9c0000.xhci/usb1/1-1/1-1.1/1-1.1:1.1/0003:413B:2107.0002/input/input1
[    2.701918] hid-generic 0003:413B:2107.0002: input,hidraw1: USB HID v1.10 Mouse [Lanbe KVM Device] on usb-fe9c0000.xhci-1.1/input1
[    2.727757] systemd[1]: Queued start job for default target Multi-User System.
[    2.729362] random: systemd: uninitialized urandom read (16 bytes read)
[    2.731718] systemd[1]: Created slice system-getty.slice.
[    2.732100] random: systemd: uninitialized urandom read (16 bytes read)
[    2.733089] systemd[1]: Created slice system-modprobe.slice.
[    2.733192] random: systemd: uninitialized urandom read (16 bytes read)
[    2.734185] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.735053] systemd[1]: Created slice User and Session Slice.
[    2.735598] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.736704] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.737194] systemd[1]: Reached target Slices.
[    2.737367] systemd[1]: Reached target Swap.
[    2.738490] systemd[1]: Listening on Syslog Socket.
[    2.739252] systemd[1]: Listening on fsck to fsckd communication Socket.
[    2.739664] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    2.740871] systemd[1]: Listening on Journal Audit Socket.
[    2.741784] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.742759] systemd[1]: Listening on Journal Socket.
[    2.744438] systemd[1]: Listening on udev Control Socket.
[    2.745241] systemd[1]: Listening on udev Kernel Socket.
[    2.746193] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[    2.750086] systemd[1]: Mounting POSIX Message Queue File System...
[    2.754373] systemd[1]: Mounting RPC Pipe File System...
[    2.759556] systemd[1]: Mounting Kernel Debug File System...
[    2.764892] systemd[1]: Mounting Kernel Trace File System...
[    2.765417] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    2.772068] systemd[1]: Starting Restore / save the current clock...
[    2.783133] systemd[1]: Starting Set the console keyboard layout...
[    2.788951] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.795310] systemd[1]: Starting Load Kernel Module configfs...
[    2.801400] systemd[1]: Starting Load Kernel Module drm...
[    2.807955] systemd[1]: Starting Load Kernel Module fuse...
[    2.818193] systemd[1]: Starting Set Up Additional Binary Formats...
[    2.823752] systemd[1]: Starting File System Check on Root Device...
[    2.841222] fuse: init (API version 7.34)
[    2.846846] systemd[1]: Starting Journal Service...
[    2.857129] systemd[1]: Starting Load Kernel Modules...
[    2.862985] systemd[1]: Starting Coldplug All udev Devices...
[    2.881492] systemd[1]: Mounted POSIX Message Queue File System.
[    2.885452] systemd[1]: Mounted RPC Pipe File System.
[    2.898742] systemd[1]: Mounted Kernel Debug File System.
[    2.900141] systemd[1]: Mounted Kernel Trace File System.
[    2.902312] systemd[1]: Finished Restore / save the current clock.
[    2.905002] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.907531] systemd[1]: modprobe@configfs.service: Succeeded.
[    2.909052] systemd[1]: Finished Load Kernel Module configfs.
[    2.916155] systemd[1]: modprobe@drm.service: Succeeded.
[    2.917966] systemd[1]: Finished Load Kernel Module drm.
[    2.920849] systemd[1]: modprobe@fuse.service: Succeeded.
[    2.922343] systemd[1]: Finished Load Kernel Module fuse.
[    2.925448] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 134 (systemd-binfmt)
[    2.935464] i2c_dev: i2c /dev entries driver
[    2.936852] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    2.953184] zram: Added device: zram0
[    2.958573] systemd[1]: Mounting FUSE Control File System...
[    2.964096] systemd[1]: Mounting Kernel Configuration File System...
[    2.969976] systemd[1]: Started File System Check Daemon to report status.
[    2.978916] systemd[1]: Finished Load Kernel Modules.
[    2.990740] systemd[1]: Starting Apply Kernel Variables...
[    3.029142] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    3.039138] systemd[1]: Mounted FUSE Control File System.
[    3.039841] systemd[1]: Mounted Kernel Configuration File System.
[    3.047867] systemd[1]: Finished Set Up Additional Binary Formats.
[    3.059664] systemd[1]: Finished Apply Kernel Variables.
[    3.082667] systemd[1]: Finished File System Check on Root Device.
[    3.087902] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.214231] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null). Quota mode: none.
[    3.220535] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.223351] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.223600] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
[    3.227775] systemd[1]: Starting Load/Save Random Seed...
[    3.232911] systemd[1]: Starting Create System Users...
[    3.320180] systemd[1]: Finished Create System Users.
[    3.325297] systemd[1]: Starting Create Static Device Nodes in /dev...
[    3.342196] systemd[1]: Started Journal Service.
[    3.411635] systemd-journald[142]: Received client request to flush runtime journal.
[    3.414959] systemd-journald[142]: File /var/log/journal/b6417bff0e9446808ca92964d08d505c/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    4.348415] mc: Linux media interface: v0.10
[    4.361392] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.
[    4.362909] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[    4.363820] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[    4.364436] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[    4.365131] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[    4.373723] videodev: Linux video capture interface: v2.00
[    4.374008] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[    4.374035] [vc_sm_connected_init]: start
[    4.396328] [vc_sm_connected_init]: installed successfully
[    4.701487] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.733836] brcmstb-i2c fef04500.i2c:  @97500hz registered in polling mode
[    4.745498] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[    4.751974] brcmstb-i2c fef09500.i2c:  @97500hz registered in polling mode
[    4.759603] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[    4.784255] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[    4.788305] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[    4.801985] Registered IR keymap rc-cec
[    4.803231] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[    4.803766] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input2
[    4.823329] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[    4.860570] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[    4.877212] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[    4.900536] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[    4.916623] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[    4.916670] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    4.916693] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    4.916710] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    4.916727] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    4.955680] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[    4.955739] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[    4.982188] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video20
[    4.986402] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video21
[    4.987904] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video22
[    4.988311] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[    4.988366] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[    4.988723] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video23
[    4.988749] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[    4.988770] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[    4.988793] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[    4.988820] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[    4.989133] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[    5.010871] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[    5.010951] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[    5.027954] bcm2835-codec bcm2835-codec: Device registered as /dev/video18
[    5.028012] bcm2835-codec bcm2835-codec: Loaded V4L2 image_fx
[    5.053617] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[    5.058731] Registered IR keymap rc-cec
[    5.068100] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[    5.068651] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input3
[    5.074075] bcm2835-codec bcm2835-codec: Device registered as /dev/video31
[    5.074135] bcm2835-codec bcm2835-codec: Loaded V4L2 encode_image
[    5.187879] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.228241] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.237378] cfg80211: loaded regulatory.db is malformed or signature is missing/invalid
[    5.317425] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[    5.334325] Registered IR keymap rc-cec
[    5.334721] brcmfmac: F1 signature read @0x18000000=0x15264345
[    5.357499] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.363533] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 1
[    5.395280] usbcore: registered new interface driver brcmfmac
[    5.404090] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[    5.433758] random: crng init done
[    5.433789] random: 7 urandom warning(s) missed due to ratelimiting
[    5.480576] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input4
[    5.619364] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[    5.624746] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Nov  1 2021 00:37:25 version 7.45.241 (1a2f2fa CY) FWID 01-703fd60
[    5.709354] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[    5.719927] Registered IR keymap rc-cec
[    5.779456] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[    5.879705] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input5
[    6.612663] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[    6.614827] Registered IR keymap rc-cec
[    6.620237] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[    6.620802] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input6
[    6.746100] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[    6.754717] Registered IR keymap rc-cec
[    6.789417] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[    6.802058] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input7
[    6.885437] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[    6.885973] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[    6.886317] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[    6.886625] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[    6.886923] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[    6.887191] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[    6.887499] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[    6.926947] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 0
[    6.927195] vc4-drm gpu: [drm] Cannot find any crtc or sizes
[    7.278304] CUSE: failed to register chrdev region
[    7.281332] CUSE: failed to register chrdev region
[    7.290731] CUSE: failed to register chrdev region
[    7.367427] 8021q: 802.1Q VLAN Support v1.8
[    7.478558] uart-pl011 fe201000.serial: no DMA platform data
[    7.706235] zram: Added device: zram1
[    7.732670] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[    8.100134] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[    8.107805] bcmgenet fd580000.ethernet eth0: Link is Down
[    8.203335] zram1: detected capacity change from 0 to 63998176
[    9.282421] Adding 31999084k swap on /dev/zram1.  Priority:1 extents:1 across:31999084k SSDscFS
[    9.296036] zram: Added device: zram2
[    9.427762] zram2: detected capacity change from 0 to 63998176
[    9.999209] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   10.132769] EXT4-fs (zram2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[   15.046914] Bluetooth: Core ver 2.22
[   15.047005] NET: Registered PF_BLUETOOTH protocol family
[   15.047010] Bluetooth: HCI device and connection manager initialized
[   15.047025] Bluetooth: HCI socket layer initialized
[   15.047032] Bluetooth: L2CAP socket layer initialized
[   15.047043] Bluetooth: SCO socket layer initialized
[   15.053431] Bluetooth: HCI UART driver ver 2.3
[   15.053451] Bluetooth: HCI UART protocol H4 registered
[   15.053493] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   15.053628] Bluetooth: HCI UART protocol Broadcom registered
[   15.213589] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   15.213606] Bluetooth: BNEP filters: protocol multicast
[   15.213618] Bluetooth: BNEP socket layer initialized
[   15.225319] NET: Registered PF_ALG protocol family
[   16.559115] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.559164]  MAI: soc_pcm_open() failed (-19)
[   16.559677] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.559705]  MAI: soc_pcm_open() failed (-19)
[   16.560088] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.560111]  MAI: soc_pcm_open() failed (-19)
[   16.565394] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.565447]  MAI: soc_pcm_open() failed (-19)
[   16.565638] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.565696]  MAI: soc_pcm_open() failed (-19)
[   16.565950] hdmi-audio-codec hdmi-audio-codec.4.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.565981]  MAI: soc_pcm_open() failed (-19)
[   16.644120] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.644193]  MAI: soc_pcm_open() failed (-19)
[   16.644603] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.644629]  MAI: soc_pcm_open() failed (-19)
[   16.644998] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.645021]  MAI: soc_pcm_open() failed (-19)
[   16.650405] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.650464]  MAI: soc_pcm_open() failed (-19)
[   16.650655] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.650678]  MAI: soc_pcm_open() failed (-19)
[   16.650846] hdmi-audio-codec hdmi-audio-codec.5.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -19
[   16.650868]  MAI: soc_pcm_open() failed (-19)
[   16.702635] Bluetooth: RFCOMM TTY layer initialized
[   16.702662] Bluetooth: RFCOMM socket layer initialized
[   16.702683] Bluetooth: RFCOMM ver 1.11

lspci-v

00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2711 PCIe Bridge (rev 20) (prog-if 00 [Normal decode])
    Device tree node: /sys/firmware/devicetree/base/scb/pcie@7d500000/pci@0,0
    Flags: fast devsel
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00000000-00000fff [size=4K]
    Memory behind bridge: d8000000-d80fffff [size=1M]
    Prefetchable memory behind bridge: 00000000c0000000-00000000d7ffffff [size=384M]
    Capabilities: <access denied>

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390] (rev 80) (prog-if 00 [VGA controller])
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390]
    Flags: fast devsel, IRQ 255
    Memory at 600000000 (64-bit, prefetchable) [disabled] [size=256M]
    Memory at 610000000 (64-bit, prefetchable) [disabled] [size=8M]
    I/O ports at <unassigned> [disabled]
    Memory at 618000000 (32-bit, non-prefetchable) [disabled] [size=256K]
    Expansion ROM at 618040000 [virtual] [disabled] [size=128K]
    Capabilities: <access denied>
    Kernel modules: radeon

01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii HDMI Audio [Radeon R9 290/290X / 390/390X]
    Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii HDMI Audio [Radeon R9 290/290X / 390/390X]
    Flags: fast devsel, IRQ 255
    Memory at 618060000 (64-bit, non-prefetchable) [disabled] [size=16K]
    Capabilities: <access denied>