No USB detected on Raspberry Pi 4 with aarch64

This forum is for topics dealing with problems with software specifically in the AArch64 repo.

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby pierrec » Mon Dec 21, 2020 7:53 pm

Yes I meant the version ;)
pierrec
 
Posts: 9
Joined: Wed Dec 16, 2020 3:12 pm

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby Fincer » Tue Dec 22, 2020 4:00 pm

$this->bbcode_second_pass_quote('', '
')Thank you for the follow up @Fincer :)

So what are you using for:
* /boot/bcm2711-rpi-4-b.dtb: which is used by the first stages of boot (as far as I know)
normally provided by uboot-raspberrypi
* /boot/dtbs/broadcom/bcm2711-rpi-4-b.dtb: which is used by the kernel
provided by linux-aarch64
?


I use /boot/dtbs/broadcom/bcm2711-rpi-4-b.dtb which is generated by a custom kernel compilation process with the patch code applied (see my previous reply). Additionally, I explicitly define the following in my /boot/config.txt:

$this->bbcode_second_pass_code('', '
device_tree=dtbs/broadcom/bcm2711-rpi-4-b.dtb
')

Basically, this skips loading of /boot/bcm2711-rpi-4-b.dtb, installed by uboot-raspberrypi package. Instead, my custom dtb file is used as a replacement.

I don't use linux-aarch64 kernel but instead a version similar to graysky's one.

Output of fdtdump is:

$this->bbcode_second_pass_code('', '
> fdtdump /boot/dtbs/broadcom/bcm2711-rpi-4-b.dtb | grep -w 'usb@.*{' -A 20

usb@7e980000 {
compatible = "brcm,bcm2708-usb";
reg = <0x7e980000 0x00010000 0x7e00b200 0x00000200>;
interrupts = <0x00000000 0x00000049 0x00000004 0x00000000 0x00000028 0x00000004>;
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
clocks = <0x00000018>;
clock-names = "otg";
phys = <0x00000019>;
phy-names = "usb2-phy";
power-domains = <0x00000013 0x00000006>;
dr_mode = "peripheral";
g-rx-fifo-size = <0x00000100>;
g-np-tx-fifo-size = <0x00000020>;
g-tx-fifo-size = <0x00000100 0x00000100 0x00000200 0x00000200 0x00000200 0x00000300 0x00000300>;
interrupt-names = "usb", "soft";
status = "disabled";
phandle = <0x000000b1>;
};
')

$this->bbcode_second_pass_quote('', '
')2. revert raspberrypi-bootloader: https://github.com/piec/PKGBUILDs/commit/23f7f935a95ece75a61ee8e5a858d04c182cd021
the latest version packaged in archlinuxarm is too recent, I found that the most recent .{elf,dat} are broken
I tried the following revisions of https://github.com/raspberrypi/firmware/commits/master:
* e15ef4e4fe8be99cd816cec901d977224a1eb07e ok "firmware: xhci: Don't reset BCM2711 XHCI from filesys in start.elf "
* 08ed7a0c9ad4d9db559aaec462520ab435c7ce1c ok "firmware: Switch DA9121 PMIC to PWM mode when ARM > 600 MHz"


Thanks for sharing! These ones, as the Ubuntu version of raspberrypi-bootloader seem to work on my RPi 4B 8GB. The latest Arch Linux ARM version of raspberrypi-bootloader package (commit d016a6eb01c8c7326a89cb42809fed2a21525de5) breaks USB for me.
Fincer
 
Posts: 3
Joined: Fri Dec 18, 2020 5:48 pm

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby robg » Fri Jan 08, 2021 9:24 pm

Many thanks to graysky! Your 5.10. kernel port from the Raspberry Pi Foundation boots fine with USB devices functioning properly on my PI4 8G. X.org with lxqt is also working well. The only issue I have is that there is no sound, neither via HDMI nor over headphones. Alsamixer reports that no sound support was detected.

May I ask what settings you applied to get sound working?
robg
 
Posts: 186
Joined: Tue Jan 05, 2021 8:22 am

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby graysky » Fri Jan 08, 2021 10:10 pm

Sound works fine using kodi-rpi-git package. Not sure what you're doing.
graysky
Developer
 
Posts: 1731
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby robg » Fri Jan 08, 2021 10:32 pm

My packages are up-to-date.

Outputs:

uname -a
$this->bbcode_second_pass_code('', '
Linux alarm 5.10.5-2-ARCH #1 SMP PREEMPT Fri Jan 8 08:13:45 EST 2021 aarch64 GNU/Linux
')

dmesg
$this->bbcode_second_pass_code('', '
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.10.5-2-ARCH (builduser@squishy) (aarch64-unknown-linux-gnu-gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Fri Jan 8 08:13:45 EST 2021
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] Reserved memory: created CMA memory pool at 0x000000001e800000, size 256 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
[ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001ffffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-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] On node 0 totalpages: 2061312
[ 0.000000] DMA zone: 3792 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 242688 pages, LIFO batch:63
[ 0.000000] DMA32 zone: 12288 pages used for memmap
[ 0.000000] DMA32 zone: 770048 pages, LIFO batch:63
[ 0.000000] Normal zone: 16384 pages used for memmap
[ 0.000000] Normal zone: 1048576 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 32 pages/cpu s90840 r8192 d32040 u131072
[ 0.000000] pcpu-alloc: s90840 r8192 d32040 u131072 alloc=32*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: 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 video=HDMI-A-1:720x480M@60,margin_left=32,margin_right=32,margin_top=32,margin_bottom=32 smsc95xx.macaddr=DC:A6:32:CD:12:8B vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 root=/dev/mmcblk0p2 rw rootwait console=ttyS0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyS0,115200
[ 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: 7729804K/8245248K available (10878K kernel code, 1750K rwdata, 3948K rodata, 2368K init, 1206K bss, 253300K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Trampoline 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x3d0/0x590 with crng_init=0
[ 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.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000239] Console: colour dummy device 80x25
[ 0.000614] printk: console [tty1] enabled
[ 0.000661] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000691] pid_max: default: 32768 minimum: 301
[ 0.001024] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001130] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.002221] Disabling memory control group subsystem
[ 0.003535] rcu: Hierarchical SRCU implementation.
[ 0.004766] smp: Bringing up secondary CPUs ...
[ 0.005488] Detected PIPT I-cache on CPU1
[ 0.005558] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.006390] Detected PIPT I-cache on CPU2
[ 0.006436] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.007185] Detected PIPT I-cache on CPU3
[ 0.007230] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.007347] smp: Brought up 1 node, 4 CPUs
[ 0.007417] SMP: Total of 4 processors activated.
[ 0.007435] CPU features: detected: 32-bit EL0 Support
[ 0.007451] CPU features: detected: CRC32 instructions
[ 0.007468] CPU features: detected: 32-bit EL1 Support
[ 0.029268] CPU: All CPU(s) started at EL2
[ 0.029330] alternatives: patching kernel code
[ 0.031031] devtmpfs: initialized
[ 0.040166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.040223] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.046763] pinctrl core: initialized pinctrl subsystem
[ 0.047762] NET: Registered protocol family 16
[ 0.049883] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.050139] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.050735] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.050822] audit: initializing netlink subsys (disabled)
[ 0.051088] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[ 0.051547] thermal_sys: Registered thermal governor 'step_wise'
[ 0.051901] cpuidle: using governor menu
[ 0.052306] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.052449] ASID allocator initialised with 65536 entries
[ 0.052561] Serial: AMBA PL011 UART driver
[ 0.073065] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.080229] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-01-07T18:27:29, variant start
[ 0.084236] raspberrypi-firmware soc:firmware: Firmware hash is fb345a0c2d5544957f4ba1a2b9e968970e3312c4
[ 0.112820] cryptd: max_cpu_qlen set to 1000
[ 0.184467] raid6: neonx8 gen() 1718 MB/s
[ 0.252563] raid6: neonx8 xor() 1278 MB/s
[ 0.320671] raid6: neonx4 gen() 1817 MB/s
[ 0.388773] raid6: neonx4 xor() 1348 MB/s
[ 0.456895] raid6: neonx2 gen() 1570 MB/s
[ 0.524993] raid6: neonx2 xor() 1200 MB/s
[ 0.593114] raid6: neonx1 gen() 1182 MB/s
[ 0.661216] raid6: neonx1 xor() 937 MB/s
[ 0.729322] raid6: int64x8 gen() 1015 MB/s
[ 0.797436] raid6: int64x8 xor() 570 MB/s
[ 0.865569] raid6: int64x4 gen() 1036 MB/s
[ 0.933634] raid6: int64x4 xor() 574 MB/s
[ 1.001720] raid6: int64x2 gen() 960 MB/s
[ 1.069794] raid6: int64x2 xor() 515 MB/s
[ 1.137898] raid6: int64x1 gen() 730 MB/s
[ 1.205985] raid6: int64x1 xor() 384 MB/s
[ 1.206001] raid6: using algorithm neonx4 gen() 1817 MB/s
[ 1.206016] raid6: .... xor() 1348 MB/s, rmw enabled
[ 1.206031] raid6: using neon recovery algorithm
[ 1.206580] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 1.209039] vgaarb: loaded
[ 1.209499] SCSI subsystem initialized
[ 1.209687] usbcore: registered new interface driver usbfs
[ 1.209747] usbcore: registered new interface driver hub
[ 1.209855] usbcore: registered new device driver usb
[ 1.211611] clocksource: Switched to clocksource arch_sys_counter
[ 2.170348] VFS: Disk quotas dquot_6.6.0
[ 2.170448] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.170619] FS-Cache: Loaded
[ 2.170811] CacheFiles: Loaded
[ 2.171430] simple-framebuffer 3eaf0000.framebuffer: framebuffer at 0x3eaf0000, 0x10a800 bytes, mapped to 0x(____ptrval____)
[ 2.171459] simple-framebuffer 3eaf0000.framebuffer: format=a8r8g8b8, mode=656x416x32, linelength=2624
[ 2.173313] Console: switching to colour frame buffer device 82x26
[ 2.174842] simple-framebuffer 3eaf0000.framebuffer: fb0: simplefb registered!
[ 2.182963] NET: Registered protocol family 2
[ 2.184604] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 2.186458] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 2.188652] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 2.191290] TCP: Hash tables configured (established 65536 bind 65536)
[ 2.192609] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 2.193765] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 2.195142] NET: Registered protocol family 1
[ 2.196941] RPC: Registered named UNIX socket transport module.
[ 2.197980] RPC: Registered udp transport module.
[ 2.198979] RPC: Registered tcp transport module.
[ 2.199992] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.200986] NET: Registered protocol family 44
[ 2.201949] PCI: CLS 0 bytes, default 64
[ 2.203081] Trying to unpack rootfs image as initramfs...
[ 2.647747] Freeing initrd memory: 6844K
[ 2.650301] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 2.652367] kvm [1]: IPA Size Limit: 44 bits
[ 2.654233] kvm [1]: vgic interrupt IRQ9
[ 2.655292] kvm [1]: Hyp mode initialized successfully
[ 2.657487] Initialise system trusted keyrings
[ 2.658561] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 2.664879] zbud: loaded
[ 2.667120] FS-Cache: Netfs 'nfs' registered for caching
[ 2.668497] NFS: Registering the id_resolver key type
[ 2.669291] Key type id_resolver registered
[ 2.670034] Key type id_legacy registered
[ 2.670844] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.735792] xor: measuring software checksum speed
[ 2.740476] 8regs : 2522 MB/sec
[ 2.744649] 32regs : 2903 MB/sec
[ 2.749498] arm64_neon : 2407 MB/sec
[ 2.750227] xor: using function: 32regs (2903 MB/sec)
[ 2.750973] async_tx: api initialized (async)
[ 2.751717] Key type asymmetric registered
[ 2.752440] Asymmetric key parser 'x509' registered
[ 2.753184] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 2.754770] io scheduler mq-deadline registered
[ 2.755508] io scheduler kyber registered
[ 2.756364] io scheduler bfq registered
[ 2.759858] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 2.760625] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 2.762065] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 2.763578] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[ 2.829722] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 2.830765] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 2.831593] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.832456] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 2.834197] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 2.835178] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 2.839680] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 2.840660] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 2.841805] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 2.846007] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 2.846883] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 2.848631] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 2.849504] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 2.850600] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 2.851636] pcieport 0000:00:00.0: PME: Signaling with IRQ 53
[ 2.852803] pcieport 0000:00:00.0: AER: enabled with IRQ 53
[ 2.858449] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 2.860732] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 2.862621] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.872906] brd: module loaded
[ 2.884510] loop: module loaded
[ 2.886442] Loading iSCSI transport class v2.0-870.
[ 2.889221] libphy: Fixed MDIO Bus: probed
[ 2.890821] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 2.903625] libphy: bcmgenet MII bus: probed
[ 2.963694] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 2.965461] usbcore: registered new interface driver r8152
[ 2.966361] usbcore: registered new interface driver lan78xx
[ 2.967239] usbcore: registered new interface driver smsc95xx
[ 3.016047] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.016874] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.018999] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000030000000890
[ 3.021671] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 3.023375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.024274] usb usb1: Product: xHCI Host Controller
[ 3.025121] usb usb1: Manufacturer: Linux 5.10.5-2-ARCH xhci-hcd
[ 3.025964] usb usb1: SerialNumber: 0000:01:00.0
[ 3.027333] hub 1-0:1.0: USB hub found
[ 3.028254] hub 1-0:1.0: 1 port detected
[ 3.029534] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.030374] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.032015] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.033154] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 3.034865] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.035830] usb usb2: Product: xHCI Host Controller
[ 3.036764] usb usb2: Manufacturer: Linux 5.10.5-2-ARCH xhci-hcd
[ 3.037704] usb usb2: SerialNumber: 0000:01:00.0
[ 3.039084] hub 2-0:1.0: USB hub found
[ 3.040053] hub 2-0:1.0: 4 ports detected
[ 3.042100] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 3.043090] dwc_otg: FIQ enabled
[ 3.043097] dwc_otg: NAK holdoff enabled
[ 3.043103] dwc_otg: FIQ split-transaction FSM enabled
[ 3.043112] Module dwc_common_port init
[ 3.043556] usbcore: registered new interface driver uas
[ 3.044473] usbcore: registered new interface driver usb-storage
[ 3.045643] mousedev: PS/2 mouse device common for all mice
[ 3.047453] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 3.048724] device-mapper: uevent: version 1.0.3
[ 3.049803] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 3.051763] device-mapper: multipath round-robin: version 1.2.0 loaded
[ 3.052644] device-mapper: multipath queue-length: version 0.2.0 loaded
[ 3.053508] device-mapper: multipath service-time: version 0.3.0 loaded
[ 3.054340] device-mapper: raid: Loading target version 1.15.1
[ 3.057649] sdhci: Secure Digital Host Controller Interface driver
[ 3.058469] sdhci: Copyright(c) Pierre Ossman
[ 3.059831] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 3.060927] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
[ 3.061725] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.064889] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.065429] hid: raw HID events driver (C) Jiri Kosina
[ 3.065921] usbcore: registered new interface driver usbhid
[ 3.066324] usbhid: USB HID core driver
[ 3.069315] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 3.069789] [vc_sm_connected_init]: start
[ 3.363643] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 3.514238] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 3.515983] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.516897] usb 1-1: Product: USB2.0 Hub
[ 3.519301] hub 1-1:1.0: USB hub found
[ 3.520454] hub 1-1:1.0: 4 ports detected
[ 3.815653] usb 1-1.3: new low-speed USB device number 3 using xhci_hcd
[ 3.923699] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c040, bcdDevice=24.30
[ 3.925446] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.926374] usb 1-1.3: Product: USB-PS/2 Optical Mouse
[ 3.927281] usb 1-1.3: Manufacturer: Logitech
[ 3.937390] input: Logitech USB-PS/2 Optical Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C040.0001/input/input0
[ 3.939270] hid-generic 0003:046D:C040.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:01:00.0-1.3/input0
[ 4.019655] usb 1-1.4: new low-speed USB device number 4 using xhci_hcd
[ 4.141132] usb 1-1.4: New USB device found, idVendor=046a, idProduct=0023, bcdDevice= 2.20
[ 4.143067] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.233593] [vc_sm_connected_init]: installed successfully
[ 4.234924] Initializing XFRM netlink socket
[ 4.235938] NET: Registered protocol family 17
[ 4.237165] Key type dns_resolver registered
[ 4.238683] registered taskstats version 1
[ 4.239698] Loading compiled-in X.509 certificates
[ 4.241065] Key type ._fscrypt registered
[ 4.242013] Key type .fscrypt registered
[ 4.242915] Key type fscrypt-provisioning registered
[ 4.251386] Key type encrypted registered
[ 4.255514] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 4.256502] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 4.256982] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 22, base_baud = 0) is a PL011 rev2
[ 4.263763] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 4.264591] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 4.265090] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 4.295006] of_cfs_init
[ 4.296078] of_cfs_init: OK
[ 4.313382] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 4.315318] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.317694] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.319551] random: fast init done
[ 4.321727] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 4.323964] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 4.328658] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 4.331589] Freeing unused kernel memory: 2368K
[ 4.332221] Run /init as init process
[ 4.332689] with arguments:
[ 4.332693] /init
[ 4.332697] with environment:
[ 4.332701] HOME=/
[ 4.332704] TERM=linux
[ 4.332708] selinux=0
[ 4.332712] kgdboc=ttyS0,115200
[ 4.386476] mmc1: new high speed SDIO card at address 0001
[ 4.431857] mmc0: new ultra high speed DDR50 SDXC card at address aaaa
[ 4.433334] mmcblk0: mmc0:aaaa SR128 119 GiB
[ 4.444415] mmcblk0: p1 p2
[ 4.529433] input: HID 046a:0023 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046A:0023.0002/input/input1
[ 4.596327] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:01:00.0-1.4/input0
[ 4.600060] input: HID 046a:0023 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046A:0023.0003/input/input2
[ 4.659916] cherry 0003:046A:0023.0003: input,hidraw2: USB HID v1.11 Device [HID 046a:0023] on usb-0000:01:00.0-1.4/input1
[ 4.860446] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.250961] systemd[1]: System time before build time, advancing clock.
[ 5.314937] NET: Registered protocol family 10
[ 5.338450] Segment Routing with IPv6
[ 5.373545] systemd[1]: systemd 247.2-1-arch 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=hybrid)
[ 5.378168] systemd[1]: Detected architecture arm64.
[ 5.409173] systemd[1]: Set hostname to <alarm>.
[ 5.819186] systemd[1]: Queued start job for default target Graphical Interface.
[ 5.821195] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.838883] systemd[1]: Created slice system-getty.slice.
[ 5.840200] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.841241] systemd[1]: Created slice system-modprobe.slice.
[ 5.842285] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.843184] systemd[1]: Created slice User and Session Slice.
[ 5.844432] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 5.846083] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.847998] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 5.849681] systemd[1]: Reached target Local Encrypted Volumes.
[ 5.850876] systemd[1]: Reached target Paths.
[ 5.852038] systemd[1]: Reached target Remote File Systems.
[ 5.853137] systemd[1]: Reached target Slices.
[ 5.854223] systemd[1]: Reached target Swap.
[ 5.855412] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 5.857436] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 5.859031] systemd[1]: Listening on LVM2 poll daemon socket.
[ 5.863052] systemd[1]: Listening on Process Core Dump Socket.
[ 5.864551] systemd[1]: Listening on Journal Audit Socket.
[ 5.865745] systemd[1]: Listening on Journal Socket (/dev/log).
[ 5.867019] systemd[1]: Listening on Journal Socket.
[ 5.868388] systemd[1]: Listening on Network Service Netlink Socket.
[ 5.869716] systemd[1]: Listening on udev Control Socket.
[ 5.870934] systemd[1]: Listening on udev Kernel Socket.
[ 5.872298] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 5.875104] systemd[1]: Mounting POSIX Message Queue File System...
[ 5.878549] systemd[1]: Mounting Kernel Debug File System...
[ 5.882240] systemd[1]: Mounting Kernel Trace File System...
[ 5.887028] systemd[1]: Mounting Temporary Directory (/tmp)...
[ 5.890796] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 5.895081] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 5.899187] systemd[1]: Starting Load Kernel Module configfs...
[ 5.903137] systemd[1]: Starting Load Kernel Module drm...
[ 5.907051] systemd[1]: Starting Load Kernel Module fuse...
[ 5.910510] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 5.923826] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 5.928395] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 5.930372] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 5.934558] systemd[1]: Starting Apply Kernel Variables...
[ 5.938934] fuse: init (API version 7.32)
[ 5.940281] systemd[1]: Starting Coldplug All udev Devices...
[ 5.946192] systemd[1]: Mounted POSIX Message Queue File System.
[ 5.948541] systemd[1]: Mounted Kernel Debug File System.
[ 5.951547] systemd[1]: Mounted Kernel Trace File System.
[ 5.954184] systemd[1]: Mounted Temporary Directory (/tmp).
[ 5.957266] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 5.961336] systemd[1]: modprobe@configfs.service: Succeeded.
[ 5.962809] systemd[1]: Finished Load Kernel Module configfs.
[ 5.965601] systemd[1]: modprobe@drm.service: Succeeded.
[ 5.967037] systemd[1]: Finished Load Kernel Module drm.
[ 5.969014] systemd[1]: modprobe@fuse.service: Succeeded.
[ 5.970113] systemd[1]: Finished Load Kernel Module fuse.
[ 5.972345] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 5.976032] systemd[1]: Mounting FUSE Control File System...
[ 5.979989] systemd[1]: Mounting Kernel Configuration File System...
[ 5.981651] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 5.991686] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 5.995155] systemd[1]: Starting Load/Save Random Seed...
[ 5.998249] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 6.002004] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 6.007020] systemd[1]: Finished Apply Kernel Variables.
[ 6.009065] systemd[1]: Mounted FUSE Control File System.
[ 6.010804] systemd[1]: Mounted Kernel Configuration File System.
[ 6.058869] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 6.062802] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[ 6.068208] systemd[1]: Starting Journal Service...
[ 6.073293] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 6.112825] systemd[1]: Finished Coldplug All udev Devices.
[ 6.174444] systemd[1]: Started Journal Service.
[ 6.176067] audit: type=1130 audit(1608522710.923:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.254199] audit: type=1130 audit(1608522710.999:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.257736] audit: type=1130 audit(1608522711.003:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.480623] rpivid-mem feb00000.hevc-decoder: rpivid-hevcmem initialised: Registers at 0xfeb00000 length 0x00010000
[ 6.482022] rpivid-mem feb10000.rpivid-local-intc: rpivid-intcmem initialised: Registers at 0xfeb10000 length 0x00001000
[ 6.483428] rpivid-mem feb20000.h264-decoder: rpivid-h264mem initialised: Registers at 0xfeb20000 length 0x00010000
[ 6.486739] rpivid-mem feb30000.vp9-decoder: rpivid-vp9mem initialised: Registers at 0xfeb30000 length 0x00010000
[ 6.529992] iproc-rng200 fe104000.rng: hwrng registered
[ 6.557685] audit: type=1130 audit(1608522711.303:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.562726] audit: type=1130 audit(1608522711.307:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.565693] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 6.566652] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 6.570297] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 6.570778] mc: Linux media interface: v0.10
[ 6.571786] bcmgenet fd580000.ethernet eth0: Link is Down
[ 6.603574] videodev: Linux video capture interface: v2.00
[ 6.664866] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 6.681602] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.689464] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.691212] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.712544] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 6.714444] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 6.716240] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 6.718061] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 6.718976] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 6.721310] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 6.724302] random: crng init done
[ 6.725312] random: 7 urandom warning(s) missed due to ratelimiting
[ 6.725498] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 6.730036] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.739221] audit: type=1130 audit(1608522711.483:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.746337] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 6.747041] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 6.758325] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 6.769026] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 6.769769] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 6.770779] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 6.772189] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 6.774119] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 6.774418] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 6.774941] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 6.789275] audit: type=1130 audit(1608522711.535:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.815467] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.817436] usbcore: registered new interface driver brcmfmac
[ 6.908095] audit: type=1130 audit(1608522711.655:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.915141] Bluetooth: Core ver 2.22
[ 6.915231] NET: Registered protocol family 31
[ 6.919306] Bluetooth: HCI device and connection manager initialized
[ 6.920006] Bluetooth: HCI socket layer initialized
[ 6.921033] Bluetooth: L2CAP socket layer initialized
[ 6.921054] Bluetooth: SCO socket layer initialized
[ 6.938626] audit: type=1127 audit(1608522711.683:10): pid=289 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 6.949912] audit: type=1130 audit(1608522711.695:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.953047] Registered IR keymap rc-cec
[ 6.953603] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 6.954166] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input3
[ 6.962251] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present!
[ 6.965217] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 6.969534] Registered IR keymap rc-cec
[ 6.972584] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 6.973376] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input4
[ 6.976359] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present!
[ 6.980412] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 6.981142] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 6.985113] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 6.985739] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.986295] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.986891] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.987413] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.990572] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 6.991243] checking generic (3eaf0000 10a800) vs hw (0 ffffffffffffffff)
[ 6.991249] fb0: switching to vc4drmfb from simple
[ 6.993155] Console: switching to colour dummy device 80x25
[ 7.003351] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.015412] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
[ 7.043847] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 7.124664] Console: switching to colour frame buffer device 90x30
[ 7.142468] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 12.058802] kauditd_printk_skb: 10 callbacks suppressed
[ 12.058811] audit: type=1131 audit(1610144600.218:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.202726] audit: type=1100 audit(1610144601.362:23): pid=312 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alarm" exe="/usr/bin/login" hostname=alarm addr=? terminal=tty1 res=success'
[ 13.213866] audit: type=1101 audit(1610144601.374:24): pid=312 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alarm" exe="/usr/bin/login" hostname=alarm addr=? terminal=tty1 res=success'
[ 13.217474] audit: type=1103 audit(1610144601.378:25): pid=312 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alarm" exe="/usr/bin/login" hostname=alarm addr=? terminal=tty1 res=success'
[ 13.217666] audit: type=1006 audit(1610144601.378:26): pid=312 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 13.265577] audit: type=1130 audit(1610144601.426:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.283059] audit: type=1101 audit(1610144601.442:28): pid=314 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alarm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 13.283189] audit: type=1103 audit(1610144601.442:29): pid=314 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alarm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 13.284944] audit: type=1006 audit(1610144601.442:30): pid=314 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 13.286713] audit: type=1105 audit(1610144601.446:31): pid=314 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alarm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 18.712208] kauditd_printk_skb: 5 callbacks suppressed
[ 18.712218] audit: type=1130 audit(1610144606.870:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 20.424602] audit: type=1130 audit(1610144608.586:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 20.431417] audit: type=1334 audit(1610144608.590:39): prog-id=10 op=LOAD
[ 20.432195] audit: type=1334 audit(1610144608.594:40): prog-id=11 op=LOAD
[ 20.683431] audit: type=1130 audit(1610144608.842:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 40.574072] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 40.575283] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 40.576635] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 40.577231] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 40.577673] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 69.658930] audit: type=1100 audit(1610144657.818:42): pid=706 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/0 res=success'
[ 69.659657] audit: type=1101 audit(1610144657.818:43): pid=706 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/0 res=success'
[ 69.662041] audit: type=1103 audit(1610144657.822:44): pid=706 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/0 res=success'
[ 69.662357] audit: type=1105 audit(1610144657.822:45): pid=706 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/0 res=success'
[ 72.730334] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 79.159888] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 84.109677] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 84.220852] audit: type=1130 audit(1610144672.382:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlan0\x2dpublic comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 84.269348] 8021q: 802.1Q VLAN Support v1.8
[ 85.828408] audit: type=1106 audit(1610144673.990:47): pid=706 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/0 res=success'
[ 85.829684] audit: type=1104 audit(1610144673.990:48): pid=706 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/0 res=success'
')

cat /boot/config.txt
$this->bbcode_second_pass_code('', '
# See /boot/overlays/README for all available options

dtoverlay=vc4-kms-v3d
initramfs initramfs-linux.img followkernel
')

kodi
$this->bbcode_second_pass_code('', '
ERROR: Unable to create GUI. Exiting
')

Note what appears to be a related error in dmesg:
$this->bbcode_second_pass_code('', '
[ 40.574072] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 40.575283] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 40.576635] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 40.577231] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 40.577673] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
')

Is there any other output I can provide?

Edit: I installed the system as follows:
1. Followed the installation guide here: https://archlinuxarm.org/platforms/armv ... berry-pi-4
2. Set total_mem=2048 in /boot/config.txt to enable USB on the first boot (does not work without this restriction)
3. Updated the packages with pacman -Syyu
4. Installed graysky's kernel as explained here: http://repo-ck.com/aarch64-test (this resets boot/config.txt, removing the total_mem=2048 restriction)
5. pacman -S xorg-server xorg-xinit xf86-video-fbdev lxqt
robg
 
Posts: 186
Joined: Tue Jan 05, 2021 8:22 am

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby graysky » Fri Jan 08, 2021 11:44 pm

Kodi doesn't start because you failed to follow pacman output:
$this->bbcode_second_pass_code('', '[2021-01-04T16:44:14-0500] [ALPM-SCRIPTLET] -> Remove any tweaks made to /boot/config.txt now!
[2021-01-04T16:44:14-0500] [ALPM-SCRIPTLET] -> This includes lines such as gpu_mem=...
[2021-01-04T16:44:14-0500] [ALPM-SCRIPTLET] -> Add the following to /boot/config.txt or else kodi will not work.
[2021-01-04T16:44:14-0500] [ALPM-SCRIPTLET] [all]
[2021-01-04T16:44:14-0500] [ALPM-SCRIPTLET] include kodi.config.txt')
graysky
Developer
 
Posts: 1731
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby robg » Sat Jan 09, 2021 12:33 am

Thank you for your reply.

My /boot/config.txt now reads:
$this->bbcode_second_pass_code('', '
# See /boot/overlays/README for all available options

dtoverlay=vc4-kms-v3d
initramfs initramfs-linux.img followkernel

[all]
include kodi.config.txt
')

The include appears to be working as I can see the "disable_overscan=1" option in /boot/kodi.config.txt taking effect (the black bars around the screen are gone).

Unfortunately, kodi still fails to start (with the same error message as in my previous post) and there is still no sound. My dmesg now reads:

$this->bbcode_second_pass_code('', '
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
[ 0.000000] Linux version 5.10.5-2-ARCH (builduser@squishy) (aarch64-unknown-linux-gnu-gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.35) #1 SMP PREEMPT Fri Jan 8 08:13:45 EST 2021
[ 0.000000] Machine model: Raspberry Pi 4 Model B Rev 1.4
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000016800000, size 384 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] On node 0 totalpages: 2061312
[ 0.000000] DMA zone: 3792 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 242688 pages, LIFO batch:63
[ 0.000000] DMA32 zone: 12288 pages used for memmap
[ 0.000000] DMA32 zone: 770048 pages, LIFO batch:63
[ 0.000000] Normal zone: 16384 pages used for memmap
[ 0.000000] Normal zone: 1048576 pages, LIFO batch:63
[ 0.000000] percpu: Embedded 32 pages/cpu s90840 r8192 d32040 u131072
[ 0.000000] pcpu-alloc: s90840 r8192 d32040 u131072 alloc=32*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: 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=DC:A6:32:CD:12:8B vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 root=/dev/mmcblk0p2 rw rootwait console=ttyS0,115200 console=tty1 selinux=0 plymouth.enable=0 smsc95xx.turbo_mode=N dwc_otg.lpm_enable=0 kgdboc=ttyS0,115200
[ 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: 7598732K/8245248K available (10878K kernel code, 1750K rwdata, 3948K rodata, 2368K init, 1206K bss, 253300K reserved, 393216K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] Trampoline 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] random: get_random_bytes called from start_kernel+0x3d0/0x590 with crng_init=0
[ 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.000006] sched_clock: 56 bits at 54MHz, resolution 18ns, wraps every 4398046511102ns
[ 0.000243] Console: colour dummy device 80x25
[ 0.000616] printk: console [tty1] enabled
[ 0.000663] Calibrating delay loop (skipped), value calculated using timer frequency.. 108.00 BogoMIPS (lpj=216000)
[ 0.000694] pid_max: default: 32768 minimum: 301
[ 0.001028] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.001132] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.002226] Disabling memory control group subsystem
[ 0.003542] rcu: Hierarchical SRCU implementation.
[ 0.004780] smp: Bringing up secondary CPUs ...
[ 0.005511] Detected PIPT I-cache on CPU1
[ 0.005582] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
[ 0.006419] Detected PIPT I-cache on CPU2
[ 0.006465] CPU2: Booted secondary processor 0x0000000002 [0x410fd083]
[ 0.007213] Detected PIPT I-cache on CPU3
[ 0.007258] CPU3: Booted secondary processor 0x0000000003 [0x410fd083]
[ 0.007376] smp: Brought up 1 node, 4 CPUs
[ 0.007446] SMP: Total of 4 processors activated.
[ 0.007464] CPU features: detected: 32-bit EL0 Support
[ 0.007481] CPU features: detected: CRC32 instructions
[ 0.007497] CPU features: detected: 32-bit EL1 Support
[ 0.029293] CPU: All CPU(s) started at EL2
[ 0.029357] alternatives: patching kernel code
[ 0.031089] devtmpfs: initialized
[ 0.040243] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.040302] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.049954] pinctrl core: initialized pinctrl subsystem
[ 0.050948] NET: Registered protocol family 16
[ 0.053056] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.053318] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.053914] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.054001] audit: initializing netlink subsys (disabled)
[ 0.054264] audit: type=2000 audit(0.052:1): state=initialized audit_enabled=0 res=1
[ 0.054718] thermal_sys: Registered thermal governor 'step_wise'
[ 0.055072] cpuidle: using governor menu
[ 0.055425] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.055561] ASID allocator initialised with 65536 entries
[ 0.055676] Serial: AMBA PL011 UART driver
[ 0.075759] bcm2835-mbox fe00b880.mailbox: mailbox enabled
[ 0.084230] raspberrypi-firmware soc:firmware: Attached to firmware from 2021-01-07T18:27:29, variant start
[ 0.088242] raspberrypi-firmware soc:firmware: Firmware hash is fb345a0c2d5544957f4ba1a2b9e968970e3312c4
[ 0.116738] cryptd: max_cpu_qlen set to 1000
[ 0.188469] raid6: neonx8 gen() 1717 MB/s
[ 0.256567] raid6: neonx8 xor() 1278 MB/s
[ 0.324678] raid6: neonx4 gen() 1815 MB/s
[ 0.392776] raid6: neonx4 xor() 1348 MB/s
[ 0.460894] raid6: neonx2 gen() 1571 MB/s
[ 0.528990] raid6: neonx2 xor() 1200 MB/s
[ 0.597120] raid6: neonx1 gen() 1182 MB/s
[ 0.665218] raid6: neonx1 xor() 937 MB/s
[ 0.733325] raid6: int64x8 gen() 1015 MB/s
[ 0.801439] raid6: int64x8 xor() 570 MB/s
[ 0.869571] raid6: int64x4 gen() 1036 MB/s
[ 0.937675] raid6: int64x4 xor() 574 MB/s
[ 1.005731] raid6: int64x2 gen() 958 MB/s
[ 1.073816] raid6: int64x2 xor() 515 MB/s
[ 1.141914] raid6: int64x1 gen() 730 MB/s
[ 1.209987] raid6: int64x1 xor() 384 MB/s
[ 1.210002] raid6: using algorithm neonx4 gen() 1815 MB/s
[ 1.210017] raid6: .... xor() 1348 MB/s, rmw enabled
[ 1.210032] raid6: using neon recovery algorithm
[ 1.210588] bcm2835-dma fe007000.dma: DMA legacy API manager, dmachans=0x1
[ 1.213076] vgaarb: loaded
[ 1.213539] SCSI subsystem initialized
[ 1.213729] usbcore: registered new interface driver usbfs
[ 1.213786] usbcore: registered new interface driver hub
[ 1.213895] usbcore: registered new device driver usb
[ 1.215588] clocksource: Switched to clocksource arch_sys_counter
[ 2.174507] VFS: Disk quotas dquot_6.6.0
[ 2.174606] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.174779] FS-Cache: Loaded
[ 2.174984] CacheFiles: Loaded
[ 2.175629] simple-framebuffer 3eaa9000.framebuffer: framebuffer at 0x3eaa9000, 0x151800 bytes, mapped to 0x(____ptrval____)
[ 2.175659] simple-framebuffer 3eaa9000.framebuffer: format=a8r8g8b8, mode=720x480x32, linelength=2880
[ 2.177888] Console: switching to colour frame buffer device 90x30
[ 2.180590] simple-framebuffer 3eaa9000.framebuffer: fb0: simplefb registered!
[ 2.189881] NET: Registered protocol family 2
[ 2.191601] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 2.193661] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 2.195107] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 2.197018] TCP: Hash tables configured (established 65536 bind 65536)
[ 2.198404] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 2.199694] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[ 2.201154] NET: Registered protocol family 1
[ 2.203006] RPC: Registered named UNIX socket transport module.
[ 2.204169] RPC: Registered udp transport module.
[ 2.205276] RPC: Registered tcp transport module.
[ 2.206379] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.207514] NET: Registered protocol family 44
[ 2.208646] PCI: CLS 0 bytes, default 64
[ 2.209938] Trying to unpack rootfs image as initramfs...
[ 2.654975] Freeing initrd memory: 6844K
[ 2.657731] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 2.660228] kvm [1]: IPA Size Limit: 44 bits
[ 2.662302] kvm [1]: vgic interrupt IRQ9
[ 2.663624] kvm [1]: Hyp mode initialized successfully
[ 2.666028] Initialise system trusted keyrings
[ 2.667322] workingset: timestamp_bits=46 max_order=21 bucket_order=0
[ 2.673839] zbud: loaded
[ 2.676334] FS-Cache: Netfs 'nfs' registered for caching
[ 2.677899] NFS: Registering the id_resolver key type
[ 2.678901] Key type id_resolver registered
[ 2.679869] Key type id_legacy registered
[ 2.680879] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.744957] xor: measuring software checksum speed
[ 2.749803] 8regs : 2522 MB/sec
[ 2.754099] 32regs : 2903 MB/sec
[ 2.759067] arm64_neon : 2400 MB/sec
[ 2.759921] xor: using function: 32regs (2903 MB/sec)
[ 2.760778] async_tx: api initialized (async)
[ 2.761648] Key type asymmetric registered
[ 2.762512] Asymmetric key parser 'x509' registered
[ 2.763417] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 2.764540] io scheduler mq-deadline registered
[ 2.765446] io scheduler kyber registered
[ 2.766438] io scheduler bfq registered
[ 2.770125] brcm-pcie fd500000.pcie: host bridge /scb/pcie@7d500000 ranges:
[ 2.771014] brcm-pcie fd500000.pcie: No bus range found for /scb/pcie@7d500000, using [bus 00-ff]
[ 2.772776] brcm-pcie fd500000.pcie: MEM 0x0600000000..0x063fffffff -> 0x00c0000000
[ 2.774628] brcm-pcie fd500000.pcie: IB MEM 0x0000000000..0x00bfffffff -> 0x0400000000
[ 2.841671] brcm-pcie fd500000.pcie: link up, 5.0 GT/s PCIe x1 (SSC)
[ 2.842860] brcm-pcie fd500000.pcie: PCI host bridge to bus 0000:00
[ 2.843864] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.844850] pci_bus 0000:00: root bus resource [mem 0x600000000-0x63fffffff] (bus address [0xc0000000-0xffffffff])
[ 2.846868] pci 0000:00:00.0: [14e4:2711] type 01 class 0x060400
[ 2.847990] pci 0000:00:00.0: PME# supported from D0 D3hot
[ 2.852729] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
[ 2.853846] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[ 2.855164] pci 0000:01:00.0: PME# supported from D0 D3hot
[ 2.859694] pci 0000:00:00.0: BAR 8: assigned [mem 0x600000000-0x6000fffff]
[ 2.860766] pci 0000:01:00.0: BAR 0: assigned [mem 0x600000000-0x600000fff 64bit]
[ 2.861868] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 2.862909] pci 0000:00:00.0: bridge window [mem 0x600000000-0x6000fffff]
[ 2.864171] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 2.865347] pcieport 0000:00:00.0: PME: Signaling with IRQ 53
[ 2.866704] pcieport 0000:00:00.0: AER: enabled with IRQ 53
[ 2.872515] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[ 2.875234] gpiomem-bcm2835 fe200000.gpiomem: Initialised: Registers at 0xfe200000
[ 2.876653] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.887127] brd: module loaded
[ 2.898843] loop: module loaded
[ 2.901034] Loading iSCSI transport class v2.0-870.
[ 2.903993] libphy: Fixed MDIO Bus: probed
[ 2.905730] bcmgenet fd580000.ethernet: GENET 5.0 EPHY: 0x0000
[ 2.915626] libphy: bcmgenet MII bus: probed
[ 2.967696] unimac-mdio unimac-mdio.-19: Broadcom UniMAC MDIO bus
[ 2.969601] usbcore: registered new interface driver r8152
[ 2.970625] usbcore: registered new interface driver lan78xx
[ 2.971622] usbcore: registered new interface driver smsc95xx
[ 3.020129] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.021074] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 3.022599] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000030000000890
[ 3.025405] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
[ 3.027391] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.028455] usb usb1: Product: xHCI Host Controller
[ 3.029485] usb usb1: Manufacturer: Linux 5.10.5-2-ARCH xhci-hcd
[ 3.030529] usb usb1: SerialNumber: 0000:01:00.0
[ 3.032121] hub 1-0:1.0: USB hub found
[ 3.033204] hub 1-0:1.0: 1 port detected
[ 3.034636] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 3.035657] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 3.036629] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
[ 3.037828] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
[ 3.039780] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.040813] usb usb2: Product: xHCI Host Controller
[ 3.041829] usb usb2: Manufacturer: Linux 5.10.5-2-ARCH xhci-hcd
[ 3.042849] usb usb2: SerialNumber: 0000:01:00.0
[ 3.044347] hub 2-0:1.0: USB hub found
[ 3.045399] hub 2-0:1.0: 4 ports detected
[ 3.047639] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[ 3.048811] dwc_otg: FIQ enabled
[ 3.048818] dwc_otg: NAK holdoff enabled
[ 3.048824] dwc_otg: FIQ split-transaction FSM enabled
[ 3.048833] Module dwc_common_port init
[ 3.049269] usbcore: registered new interface driver uas
[ 3.050362] usbcore: registered new interface driver usb-storage
[ 3.051768] mousedev: PS/2 mouse device common for all mice
[ 3.053814] bcm2835-wdt bcm2835-wdt: Broadcom BCM2835 watchdog timer
[ 3.055222] device-mapper: uevent: version 1.0.3
[ 3.056513] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 3.058700] device-mapper: multipath round-robin: version 1.2.0 loaded
[ 3.059712] device-mapper: multipath queue-length: version 0.2.0 loaded
[ 3.060681] device-mapper: multipath service-time: version 0.3.0 loaded
[ 3.061637] device-mapper: raid: Loading target version 1.15.1
[ 3.064970] sdhci: Secure Digital Host Controller Interface driver
[ 3.065971] sdhci: Copyright(c) Pierre Ossman
[ 3.067368] mmc-bcm2835 fe300000.mmcnr: could not get clk, deferring probe
[ 3.068387] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
[ 3.068891] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.071314] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.071944] hid: raw HID events driver (C) Jiri Kosina
[ 3.072489] usbcore: registered new interface driver usbhid
[ 3.072946] usbhid: USB HID core driver
[ 3.077524] bcm2835_vc_sm_cma_probe: Videocore shared memory driver
[ 3.078081] [vc_sm_connected_init]: start
[ 3.083187] [vc_sm_connected_init]: installed successfully
[ 3.083875] Initializing XFRM netlink socket
[ 3.084369] NET: Registered protocol family 17
[ 3.085043] Key type dns_resolver registered
[ 3.085791] registered taskstats version 1
[ 3.086278] Loading compiled-in X.509 certificates
[ 3.087136] Key type ._fscrypt registered
[ 3.087789] Key type .fscrypt registered
[ 3.088406] Key type fscrypt-provisioning registered
[ 3.097544] Key type encrypted registered
[ 3.103005] uart-pl011 fe201000.serial: there is not valid maps for state default
[ 3.103685] uart-pl011 fe201000.serial: cts_event_workaround enabled
[ 3.104255] fe201000.serial: ttyAMA0 at MMIO 0xfe201000 (irq = 22, base_baud = 0) is a PL011 rev2
[ 3.111691] bcm2835-power bcm2835-power: Broadcom BCM2835 power domains driver
[ 3.112449] mmc-bcm2835 fe300000.mmcnr: mmc_debug:0 mmc_debug2:0
[ 3.112930] mmc-bcm2835 fe300000.mmcnr: DMA channel allocated
[ 3.139759] of_cfs_init
[ 3.140810] of_cfs_init: OK
[ 3.160018] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 3.162168] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.164284] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.167612] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 3.169749] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 3.171602] mmc0: SDHCI controller on fe340000.emmc2 [fe340000.emmc2] using ADMA
[ 3.174468] Freeing unused kernel memory: 2368K
[ 3.175224] Run /init as init process
[ 3.175816] with arguments:
[ 3.175820] /init
[ 3.175824] with environment:
[ 3.175828] HOME=/
[ 3.175831] TERM=linux
[ 3.175835] selinux=0
[ 3.175838] kgdboc=ttyS0,115200
[ 3.198145] random: fast init done
[ 3.237264] mmc1: new high speed SDIO card at address 0001
[ 3.277846] mmc0: new ultra high speed DDR50 SDXC card at address aaaa
[ 3.279995] mmcblk0: mmc0:aaaa SR128 119 GiB
[ 3.283422] mmcblk0: p1 p2
[ 3.375636] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 3.530258] usb 1-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.21
[ 3.531894] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.532716] usb 1-1: Product: USB2.0 Hub
[ 3.535414] hub 1-1:1.0: USB hub found
[ 3.536465] hub 1-1:1.0: 4 ports detected
[ 3.697092] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 3.831616] usb 1-1.3: new low-speed USB device number 3 using xhci_hcd
[ 3.939858] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c040, bcdDevice=24.30
[ 3.941669] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.942629] usb 1-1.3: Product: USB-PS/2 Optical Mouse
[ 3.943518] usb 1-1.3: Manufacturer: Logitech
[ 3.953905] input: Logitech USB-PS/2 Optical Mouse as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C040.0001/input/input0
[ 3.956630] hid-generic 0003:046D:C040.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:01:00.0-1.3/input0
[ 4.035615] usb 1-1.4: new low-speed USB device number 4 using xhci_hcd
[ 4.095207] systemd[1]: System time before build time, advancing clock.
[ 4.157045] usb 1-1.4: New USB device found, idVendor=046a, idProduct=0023, bcdDevice= 2.20
[ 4.158346] usb 1-1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 4.160793] NET: Registered protocol family 10
[ 4.185686] Segment Routing with IPv6
[ 4.217203] systemd[1]: systemd 247.2-1-arch 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=hybrid)
[ 4.220742] systemd[1]: Detected architecture arm64.
[ 4.245423] systemd[1]: Set hostname to <alarm>.
[ 4.670215] systemd[1]: Queued start job for default target Graphical Interface.
[ 4.671781] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.690249] systemd[1]: Created slice system-getty.slice.
[ 4.691870] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.693065] systemd[1]: Created slice system-modprobe.slice.
[ 4.694414] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.695453] systemd[1]: Created slice User and Session Slice.
[ 4.697015] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.698435] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.700071] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.702094] systemd[1]: Reached target Local Encrypted Volumes.
[ 4.703489] systemd[1]: Reached target Paths.
[ 4.704849] systemd[1]: Reached target Remote File Systems.
[ 4.706177] systemd[1]: Reached target Slices.
[ 4.707512] systemd[1]: Reached target Swap.
[ 4.708961] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 4.711235] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 4.713242] systemd[1]: Listening on LVM2 poll daemon socket.
[ 4.717743] systemd[1]: Listening on Process Core Dump Socket.
[ 4.719490] systemd[1]: Listening on Journal Audit Socket.
[ 4.721034] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.722511] systemd[1]: Listening on Journal Socket.
[ 4.724041] systemd[1]: Listening on Network Service Netlink Socket.
[ 4.725531] systemd[1]: Listening on udev Control Socket.
[ 4.726895] systemd[1]: Listening on udev Kernel Socket.
[ 4.728339] systemd[1]: Condition check resulted in Huge Pages File System being skipped.
[ 4.731285] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.734964] systemd[1]: Mounting Kernel Debug File System...
[ 4.738821] systemd[1]: Mounting Kernel Trace File System...
[ 4.743765] systemd[1]: Mounting Temporary Directory (/tmp)...
[ 4.747777] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 4.752327] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 4.756601] systemd[1]: Starting Load Kernel Module configfs...
[ 4.760651] systemd[1]: Starting Load Kernel Module drm...
[ 4.764717] systemd[1]: Starting Load Kernel Module fuse...
[ 4.771686] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 4.786647] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[ 4.791929] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.795269] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[ 4.800921] systemd[1]: Starting Apply Kernel Variables...
[ 4.802286] fuse: init (API version 7.32)
[ 4.806126] systemd[1]: Starting Coldplug All udev Devices...
[ 4.814588] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.817101] systemd[1]: Mounted Kernel Debug File System.
[ 4.819828] systemd[1]: Mounted Kernel Trace File System.
[ 4.821551] systemd[1]: Mounted Temporary Directory (/tmp).
[ 4.824226] systemd[1]: Finished Create list of static device nodes for the current kernel.
[ 4.827954] systemd[1]: modprobe@configfs.service: Succeeded.
[ 4.829465] systemd[1]: Finished Load Kernel Module configfs.
[ 4.831753] systemd[1]: modprobe@drm.service: Succeeded.
[ 4.832970] systemd[1]: Finished Load Kernel Module drm.
[ 4.835193] systemd[1]: modprobe@fuse.service: Succeeded.
[ 4.836535] systemd[1]: Finished Load Kernel Module fuse.
[ 4.838750] systemd[1]: Finished Remount Root and Kernel File Systems.
[ 4.842505] systemd[1]: Mounting FUSE Control File System...
[ 4.846343] systemd[1]: Mounting Kernel Configuration File System...
[ 4.848685] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 4.852372] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 4.856655] systemd[1]: Starting Load/Save Random Seed...
[ 4.858385] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 4.862140] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 4.867209] systemd[1]: Finished Apply Kernel Variables.
[ 4.869277] systemd[1]: Mounted FUSE Control File System.
[ 4.871171] systemd[1]: Mounted Kernel Configuration File System.
[ 4.922668] systemd[1]: Finished Create Static Device Nodes in /dev.
[ 4.926777] systemd[1]: Started Entropy Daemon based on the HAVEGE algorithm.
[ 4.932290] systemd[1]: Starting Journal Service...
[ 4.937522] systemd[1]: Starting Rule-based Manager for Device Events and Files...
[ 4.966137] systemd[1]: Finished Coldplug All udev Devices.
[ 5.037747] systemd[1]: Started Journal Service.
[ 5.039495] audit: type=1130 audit(1608522710.939:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.145591] audit: type=1130 audit(1608522711.047:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.153369] audit: type=1130 audit(1608522711.055:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.385348] iproc-rng200 fe104000.rng: hwrng registered
[ 5.407834] mc: Linux media interface: v0.10
[ 5.414540] audit: type=1130 audit(1608522711.315:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.435402] brcmstb-i2c fef04500.i2c: @97500hz registered in polling mode
[ 5.437141] brcmstb-i2c fef09500.i2c: @97500hz registered in polling mode
[ 5.460671] videodev: Linux video capture interface: v2.00
[ 5.504080] [drm] Initialized v3d 1.0.0 20180419 for fec00000.v3d on minor 0
[ 5.520885] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.522153] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.533733] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.543064] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.547332] bcmgenet fd580000.ethernet: configuring instance for external RGMII (RX delay)
[ 5.551984] bcmgenet fd580000.ethernet eth0: Link is Down
[ 5.553877] audit: type=1130 audit(1608522711.455:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.556443] rpivid_hevc: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.559064] bcm2835-isp bcm2835-isp: Device node output[0] registered as /dev/video13
[ 5.561925] bcm2835-isp bcm2835-isp: Device node capture[0] registered as /dev/video14
[ 5.565467] bcm2835-isp bcm2835-isp: Device node capture[1] registered as /dev/video15
[ 5.570428] bcm2835-isp bcm2835-isp: Device node stats[2] registered as /dev/video16
[ 5.571224] bcm2835-isp bcm2835-isp: Register output node 0 with media controller
[ 5.572089] bcm2835-isp bcm2835-isp: Register capture node 1 with media controller
[ 5.572912] bcm2835-isp bcm2835-isp: Register capture node 2 with media controller
[ 5.582571] random: crng init done
[ 5.583451] random: 7 urandom warning(s) missed due to ratelimiting
[ 5.585416] bcm2835-isp bcm2835-isp: Register capture node 3 with media controller
[ 5.586503] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.
[ 5.586768] bcm2835-isp bcm2835-isp: Loaded V4L2 bcm2835-isp
[ 5.594007] rpivid feb10000.codec: Device registered as /dev/video19
[ 5.599384] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 5.607138] audit: type=1130 audit(1608522711.507:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.608955] bcm2835-codec bcm2835-codec: Device registered as /dev/video10
[ 5.610245] bcm2835-codec bcm2835-codec: Loaded V4L2 decode
[ 5.623317] bcm2835-codec bcm2835-codec: Device registered as /dev/video11
[ 5.624099] bcm2835-codec bcm2835-codec: Loaded V4L2 encode
[ 5.624358] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 5.635611] bcm2835-codec bcm2835-codec: Device registered as /dev/video12
[ 5.636302] bcm2835-codec bcm2835-codec: Loaded V4L2 isp
[ 5.640836] input: HID 046a:0023 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:046A:0023.0002/input/input1
[ 5.686187] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 5.688714] usbcore: registered new interface driver brcmfmac
[ 5.704131] cherry 0003:046A:0023.0002: input,hidraw1: USB HID v1.11 Keyboard [HID 046a:0023] on usb-0000:01:00.0-1.4/input0
[ 5.708401] input: HID 046a:0023 as /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:046A:0023.0003/input/input3
[ 5.743637] Registered IR keymap rc-cec
[ 5.744875] rc rc0: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0
[ 5.745682] Bluetooth: Core ver 2.22
[ 5.745951] input: vc4 as /devices/platform/soc/fef00700.hdmi/rc/rc0/input2
[ 5.746593] NET: Registered protocol family 31
[ 5.748152] Bluetooth: HCI device and connection manager initialized
[ 5.748969] Bluetooth: HCI socket layer initialized
[ 5.749710] Bluetooth: L2CAP socket layer initialized
[ 5.750560] Bluetooth: SCO socket layer initialized
[ 5.768078] cherry 0003:046A:0023.0003: input,hidraw2: USB HID v1.11 Device [HID 046a:0023] on usb-0000:01:00.0-1.4/input1
[ 5.769477] debugfs: Directory 'fef00700.hdmi' with parent 'vc4-hdmi-0' already present!
[ 5.773407] vc4-drm gpu: bound fef00700.hdmi (ops vc4_hdmi_ops [vc4])
[ 5.774910] Registered IR keymap rc-cec
[ 5.775837] rc rc1: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1
[ 5.778026] input: vc4 as /devices/platform/soc/fef05700.hdmi/rc/rc1/input4
[ 5.781231] debugfs: Directory 'fef05700.hdmi' with parent 'vc4-hdmi-1' already present!
[ 5.786111] vc4-drm gpu: bound fef05700.hdmi (ops vc4_hdmi_ops [vc4])
[ 5.787098] vc4-drm gpu: bound fe400000.hvs (ops vc4_hvs_ops [vc4])
[ 5.790929] vc4-drm gpu: bound fe004000.txp (ops vc4_txp_ops [vc4])
[ 5.803800] vc4-drm gpu: bound fe206000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 5.804519] vc4-drm gpu: bound fe207000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 5.806564] vc4-drm gpu: bound fe20a000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 5.806677] vc4-drm gpu: bound fe216000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 5.806771] vc4-drm gpu: bound fec12000.pixelvalve (ops vc4_crtc_ops [vc4])
[ 5.807026] checking generic (3eaa9000 151800) vs hw (0 ffffffffffffffff)
[ 5.807566] audit: type=1130 audit(1608522711.707:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5.810480] fb0: switching to vc4drmfb from simple
[ 5.811779] Console: switching to colour dummy device 80x25
[ 5.840829] [drm] Initialized vc4 0.0.0 20140616 for gpu on minor 1
[ 5.869714] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 5.887294] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
[ 5.927069] Console: switching to colour frame buffer device 320x90
[ 5.953434] vc4-drm gpu: [drm] fb0: vc4drmfb frame buffer device
[ 5.954329] audit: type=1130 audit(1608522711.855:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.032917] audit: type=1130 audit(1608522711.935:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 6.057411] audit: type=1127 audit(1608522711.959:11): pid=314 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 6.065365] audit: type=1130 audit(1608522711.967:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 10.927924] kauditd_printk_skb: 9 callbacks suppressed
[ 10.927933] audit: type=1131 audit(1610145732.185:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.082976] audit: type=1100 audit(1610145733.337:23): pid=319 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alarm" exe="/usr/bin/login" hostname=alarm addr=? terminal=tty1 res=success'
[ 12.095333] audit: type=1101 audit(1610145733.349:24): pid=319 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alarm" exe="/usr/bin/login" hostname=alarm addr=? terminal=tty1 res=success'
[ 12.099346] audit: type=1103 audit(1610145733.353:25): pid=319 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="alarm" exe="/usr/bin/login" hostname=alarm addr=? terminal=tty1 res=success'
[ 12.100012] audit: type=1006 audit(1610145733.357:26): pid=319 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[ 12.151463] audit: type=1130 audit(1610145733.405:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.169506] audit: type=1101 audit(1610145733.425:28): pid=321 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="alarm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 12.169637] audit: type=1103 audit(1610145733.425:29): pid=321 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="alarm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 12.169748] audit: type=1006 audit(1610145733.425:30): pid=321 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[ 12.171848] audit: type=1105 audit(1610145733.429:31): pid=321 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="alarm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 17.835709] kauditd_printk_skb: 5 callbacks suppressed
[ 17.835717] audit: type=1130 audit(1610145739.089:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 19.538332] audit: type=1130 audit(1610145740.793:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 19.545709] audit: type=1334 audit(1610145740.801:39): prog-id=10 op=LOAD
[ 19.546440] audit: type=1334 audit(1610145740.801:40): prog-id=11 op=LOAD
[ 19.804122] audit: type=1130 audit(1610145741.061:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 32.474181] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 32.475397] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 32.476768] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 32.477366] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 32.477799] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 56.894070] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 56.895274] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 56.896560] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 56.897142] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 56.897571] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 122.179040] v3d fec00000.v3d: MMU error from client CLE (4) at 0x4e61000, pte invalid
[ 176.183246] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 176.184764] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 176.186071] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 176.186534] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 176.186917] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 187.466632] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 187.468829] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 187.470189] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 187.470664] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 187.471057] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 188.696340] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 188.697605] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 188.698799] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 188.699261] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 188.699878] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 189.914543] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 189.916017] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 189.917416] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 189.917952] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 189.918338] vc4_hdmi fef05700.hdmi: ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19
[ 211.730512] audit: type=1100 audit(1610145932.985:42): pid=559 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/2 res=success'
[ 211.731765] audit: type=1101 audit(1610145932.985:43): pid=559 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/2 res=success'
[ 211.735939] audit: type=1103 audit(1610145932.993:44): pid=559 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/2 res=success'
[ 211.736514] audit: type=1105 audit(1610145932.993:45): pid=559 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_unix acct="root" exe="/usr/bin/su" hostname=alarm addr=? terminal=pts/2 res=success'
[ 216.325076] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 222.861220] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 227.770263] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 227.930103] audit: type=1130 audit(1610145949.185:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlan0\x2dpublic comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 227.981955] 8021q: 802.1Q VLAN Support v1.8
[ 266.191119] audit: type=1130 audit(1610152040.979:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 266.214800] audit: type=1131 audit(1610152041.003:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=shadow comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
')

Note that the error messages "ASoC: error at snd_soc_dai_startup on fef05700.hdmi: -19" are more frequent now.
I checked /var/log/pacman.log for other steps to follow, but it appears, that your snippet was the only required change.

Do you have any further suggestions on how to debug this?
robg
 
Posts: 186
Joined: Tue Jan 05, 2021 8:22 am

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby graysky » Sat Jan 09, 2021 1:17 am

The `snd_soc_dai_startup` is normal. Do you have a display manager enabled? Disable it if so. What is the output of
$this->bbcode_second_pass_code('', 'ls -l /etc/systemd/system')
graysky
Developer
 
Posts: 1731
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby robg » Sat Jan 09, 2021 1:27 am

I am not using a display manager; lxqt is launched via startx. My .xinitrc reads:

$this->bbcode_second_pass_code('', '
[alarm@alarm ~]$ cat .xinitrc
#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi

if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi

# start some nice programs
exec startlxqt
')

The outout of `ls -l /etc/systemd/system` (as root) is:
$this->bbcode_second_pass_code('', '
[root@alarm alarm]# ls -l /etc/systemd/system
total 20
lrwxrwxrwx 1 root root 48 Aug 9 02:24 dbus-org.freedesktop.network1.service -> /usr/lib/systemd/system/systemd-networkd.service
lrwxrwxrwx 1 root root 48 Aug 9 02:24 dbus-org.freedesktop.resolve1.service -> /usr/lib/systemd/system/systemd-resolved.service
lrwxrwxrwx 1 root root 49 Aug 9 02:24 dbus-org.freedesktop.timesync1.service -> /usr/lib/systemd/system/systemd-timesyncd.service
drwxr-xr-x 2 root root 4096 Aug 9 02:23 getty.target.wants
drwxr-xr-x 2 root root 4096 Aug 9 02:24 multi-user.target.wants
drwxr-xr-x 2 root root 4096 Aug 9 02:24 network-online.target.wants
drwxr-xr-x 2 root root 4096 Aug 9 02:24 sockets.target.wants
drwxr-xr-x 2 root root 4096 Aug 9 02:24 sysinit.target.wants
')

Edit: Just to confirm, sound works on Raspberry Pi OS 32bit and Ubuntu Mate 64bit.
robg
 
Posts: 186
Joined: Tue Jan 05, 2021 8:22 am

Re: No USB detected on Raspberry Pi 4 with aarch64

Postby graysky » Sat Jan 09, 2021 1:43 am

I am not sure why. You're running aarch64 kernel and kodi-rpi-git from my repo. There is a duplicate entry for your dtoverlay but I think the way it works is it uses the most recent line which would be /boot/kodi-gbm.txt. Just for the ***** of it, remove the dtoverlay= from your /boot/config.txt and reboot. The file should read:
$this->bbcode_second_pass_code('', '
initramfs initramfs-linux.img followkernel

[all]
include kodi.config.txt
')

Once it reboots, what does this give:
$this->bbcode_second_pass_code('', '
systemctl start kodi
systemctl status kodi')

Is there a kodi.log with the time/stamp that matches when you tried starting it? Post it if so.
$this->bbcode_second_pass_code('', 'ls -l /var/lib/kodi/.kodi/temp')
graysky
Developer
 
Posts: 1731
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

PreviousNext

Return to ARMv8

Who is online

Users browsing this forum: No registered users and 5 guests