Skip to content

Instantly share code, notes, and snippets.

@z4yx
Created April 2, 2021 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z4yx/13520bd2beef49019b1b7436e3b95ddd to your computer and use it in GitHub Desktop.
Save z4yx/13520bd2beef49019b1b7436e3b95ddd to your computer and use it in GitHub Desktop.
kernel log of Ubuntu Linux on Mac mini M1
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x611f0221]
[ 0.000000] Linux version 5.11.0-rc4+ (buildserv@corellium.com) (aarch64-linux-gnu-gcc (Linaro GCC 7.4-2019.02) 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4], GNU ld (Linaro_Binutils-2019.02) 2.28.2.20170706) #192 SMP Mon Feb 1 17:40:41 EST 2021
[ 0.000000] Machine model: Mac Mini Late 2020
[ 0.000000] earlycon: apple_uart0 at MMIO 0x0000000235200000 (options '')
[ 0.000000] printk: bootconsole [apple_uart0] enabled
[ 0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader!
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x000000080134c000-0x00000009db5dffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x000000080134c000-0x0000000804ba3fff]
[ 0.000000] node 0: [mem 0x0000000804ba8000-0x00000009db5dffff]
[ 0.000000] Zeroed struct page in unavailable ranges: 649 pages
[ 0.000000] Initmem setup node 0 [mem 0x000000080134c000-0x00000009db5dffff]
[ 0.000000] On node 0 totalpages: 485540
[ 0.000000] DMA zone: 1897 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 485540 pages, LIFO batch:15
[ 0.000000] cma: Reserved 32 MiB at 0x00000009d8000000
[ 0.000000] percpu: Embedded 14 pages/cpu s188888 r8192 d32296 u229376
[ 0.000000] pcpu-alloc: s188888 r8192 d32296 u229376 alloc=14*16384
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: kernel page table isolation disabled by kernel configuration
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] alternatives: patching kernel code
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 483643
[ 0.000000] Kernel command line: earlycon=apple_uart,0x235200000 console=tty0
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 8, 4194304 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
[ 0.000000] Memory: 7660416K/7768640K available (14400K kernel code, 2498K rwdata, 5408K rodata, 4736K init, 1139K bss, 75456K reserved, 32768K cma-reserved)
[ 0.000000] random: get_random_u64 called from __kmem_cache_create+0x3c/0x530 with crng_init=0
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] ftrace: allocating 43026 entries in 43 pages
[ 0.000000] ftrace: allocated 43 pages with 4 groups
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Apple AIC: 896 IRQs + 1 FIQ + 1 dummy + 8 IPIs (fast)
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000092] Console: colour dummy device 80x25
[ 0.000122] printk: console [tty0] enabled
[ 0.000150] printk: bootconsole [apple_uart0] disabled
[ 0.000195] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.000200] pid_max: default: 32768 minimum: 301
[ 0.000238] LSM: Security Framework initializing
[ 0.000253] Yama: becoming mindful.
[ 0.000275] AppArmor: AppArmor initialized
[ 0.000310] Mount-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[ 0.000316] Mountpoint-cache hash table entries: 16384 (order: 3, 131072 bytes, linear)
[ 0.006274] rcu: Hierarchical SRCU implementation.
[ 0.006575] smp: Bringing up secondary CPUs ...
[ 0.006670] Detected VIPT I-cache on CPU1
[ 0.006681] CPU1: Booted secondary processor 0x0000000001 [0x611f0221]
[ 0.006786] Detected VIPT I-cache on CPU2
[ 0.006794] CPU2: Booted secondary processor 0x0000000002 [0x611f0221]
[ 0.006896] Detected VIPT I-cache on CPU3
[ 0.006903] CPU3: Booted secondary processor 0x0000000003 [0x611f0221]
[ 0.007027] Detected VIPT I-cache on CPU4
[ 0.007054] CPU4: Booted secondary processor 0x0000010100 [0x611f0231]
[ 0.007223] Detected VIPT I-cache on CPU5
[ 0.007243] CPU5: Booted secondary processor 0x0000010101 [0x611f0231]
[ 0.007407] Detected VIPT I-cache on CPU6
[ 0.007428] CPU6: Booted secondary processor 0x0000010102 [0x611f0231]
[ 0.007589] Detected VIPT I-cache on CPU7
[ 0.007609] CPU7: Booted secondary processor 0x0000010103 [0x611f0231]
[ 0.007670] smp: Brought up 1 node, 8 CPUs
[ 0.007690] SMP: Total of 8 processors activated.
[ 0.007692] CPU features: detected: LSE atomic instructions
[ 0.007695] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.007698] CPU features: detected: Stage-2 Force Write-Back
[ 0.007700] CPU features: detected: CRC32 instructions
[ 0.007703] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.007705] CPU features: detected: Speculation barrier (SB)
[ 0.007707] CPU features: detected: ARMv8.4 Translation Table Level
[ 0.007709] CPU features: detected: TLB range maintenance instructions
[ 0.007711] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.043756] CPU: All CPU(s) started at EL2
[ 0.044666] devtmpfs: initialized
[ 0.045747] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.045756] futex hash table entries: 2048 (order: 3, 131072 bytes, linear)
[ 0.045849] pinctrl core: initialized pinctrl subsystem
[ 0.046139] NET: Registered protocol family 16
[ 0.048491] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.048522] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.048551] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.048562] audit: initializing netlink subsys (disabled)
[ 0.048852] audit: type=2000 audit(0.048:1): state=initialized audit_enabled=0 res=1
[ 0.048870] thermal_sys: Registered thermal governor 'fair_share'
[ 0.048873] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.048877] thermal_sys: Registered thermal governor 'step_wise'
[ 0.048879] thermal_sys: Registered thermal governor 'user_space'
[ 0.048881] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.048900] cpuidle: using governor ladder
[ 0.048905] cpuidle: using governor menu
[ 0.048918] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.050045] ASID allocator initialised with 256 entries
[ 0.050125] Serial: AMBA PL011 UART driver
[ 0.054746] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.054751] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.054754] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.075461] fbcon: Taking over console
[ 0.075742] iommu: Default domain type: Translated
[ 0.075905] vgaarb: loaded
[ 0.076211] SCSI subsystem initialized
[ 0.076425] libata version 3.00 loaded.
[ 0.076472] usbcore: registered new interface driver usbfs
[ 0.076487] usbcore: registered new interface driver hub
[ 0.076499] usbcore: registered new device driver usb
[ 0.076563] pps_core: LinuxPPS API ver. 1 registered
[ 0.076567] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.076577] PTP clock support registered
[ 0.076853] EDAC MC: Ver: 3.0.0
[ 0.077575] NetLabel: Initializing
[ 0.077580] NetLabel: domain hash size = 128
[ 0.077584] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.077611] NetLabel: unlabeled traffic allowed by default
[ 0.078130] clocksource: Switched to clocksource arch_sys_counter
[ 0.091617] VFS: Disk quotas dquot_6.6.0
[ 0.091651] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
[ 0.091810] AppArmor: AppArmor Filesystem Enabled
[ 0.092021] simple-framebuffer 9e0df8000.framebuffer: framebuffer at 0x9e0df8000, 0x1fa4000 bytes, mapped to 0x(____ptrval____)
[ 0.092034] simple-framebuffer 9e0df8000.framebuffer: format=x8r8g8b8, mode=1920x1080x32, linelength=7680
[ 0.092329] Console: switching to colour frame buffer device 240x67
[ 0.099247] simple-framebuffer 9e0df8000.framebuffer: fb0: simplefb registered!
[ 0.113149] NET: Registered protocol family 2
[ 0.113451] tcp_listen_portaddr_hash hash table entries: 4096 (order: 2, 65536 bytes, linear)
[ 0.113544] TCP established hash table entries: 65536 (order: 5, 524288 bytes, linear)
[ 0.113794] TCP bind hash table entries: 65536 (order: 6, 1048576 bytes, linear)
[ 0.114005] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.114106] MPTCP token hash table entries: 8192 (order: 3, 196608 bytes, linear)
[ 0.114203] UDP hash table entries: 4096 (order: 3, 131072 bytes, linear)
[ 0.114275] UDP-Lite hash table entries: 4096 (order: 3, 131072 bytes, linear)
[ 0.114399] NET: Registered protocol family 1
[ 0.114819] NET: Registered protocol family 44
[ 0.114848] PCI: CLS 0 bytes, default 64
[ 0.129726] Initialise system trusted keyrings
[ 0.129767] Key type blacklist registered
[ 0.130012] workingset: timestamp_bits=46 max_order=19 bucket_order=0
[ 0.131773] zbud: loaded
[ 0.132326] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.132908] fuse: init (API version 7.33)
[ 0.133265] integrity: Platform Keyring initialized
[ 0.180864] Key type asymmetric registered
[ 0.180886] Asymmetric key parser 'x509' registered
[ 0.180918] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.181209] io scheduler mq-deadline registered
[ 0.182548] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.182700] pcie_apple_m1 690000000.pcie: host bridge /soc/pcie@690000000 ranges:
[ 0.182732] pcie_apple_m1 690000000.pcie: MEM 0x06a0000000..0x06bfffffff -> 0x06a0000000
[ 0.182761] pcie_apple_m1 690000000.pcie: MEM 0x06c0000000..0x06ffffffff -> 0x00c0000000
[ 0.182859] nvme-apple-m1 27bcc0000.ans: host bridge /soc/ans@27bcc0000 ranges:
[ 0.182885] nvme-apple-m1 27bcc0000.ans: MEM 0x027bc00000..0x027bcfffff -> 0x007bc00000
[ 0.182916] /soc/ans@27bcc0000: Failed to get clk index: 0 ret: -517
[ 0.182937] nvme-apple-m1 27bcc0000.ans: clk_bulk_get_all failed.
[ 0.183595] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.189159] 235200000.serial: ttyAPL0 at MMIO 0x0 (irq = 605, base_baud = 1500000) is a apple-uart
[ 0.190249] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.193264] loop: module loaded
[ 0.194673] flash@0 enforce active low on chipselect handle
[ 0.194707] spi-apple-mc 235104000.spi: Apple SPI-MC at 24 MHz, 1 chip select GPIO.
[ 0.198109] spi-nor spi0.0: w25q64dw (8192 Kbytes)
[ 0.199582] libphy: Fixed MDIO Bus: probed
[ 0.199596] tun: Universal TUN/TAP device driver, 1.6
[ 0.199757] PPP generic driver version 2.4.2
[ 0.199910] usbcore: registered new interface driver brcmfmac
[ 0.201081] dwc3 382280000.dwc3: Adding to iommu group 0
[ 0.202052] dwc3 382280000.dwc3: attached to 382f00000.usb_dart0:0x1
[ 0.231734] dwc3 502280000.dwc3: Adding to iommu group 1
[ 0.232705] dwc3 502280000.dwc3: attached to 502f00000.usb_dart1:0x1
[ 0.259595] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.260560] ehci-pci: EHCI PCI platform driver
[ 0.261530] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.262504] ohci-pci: OHCI PCI platform driver
[ 0.263475] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.264508] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 0.265479] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 0.266570] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238ffcd hci version 0x110 quirks 0x0000000000010010
[ 0.267567] xhci-hcd xhci-hcd.0.auto: irq 777, io mem 0x382280000
[ 0.268626] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[ 0.269635] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.270645] usb usb1: Product: xHCI Host Controller
[ 0.271648] usb usb1: Manufacturer: Linux 5.11.0-rc4+ xhci-hcd
[ 0.272648] usb usb1: SerialNumber: xhci-hcd.0.auto
[ 0.273824] hub 1-0:1.0: USB hub found
[ 0.274819] hub 1-0:1.0: 1 port detected
[ 0.275847] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 0.276821] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 0.277794] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.278770] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.279752] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[ 0.280723] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.281687] usb usb2: Product: xHCI Host Controller
[ 0.282640] usb usb2: Manufacturer: Linux 5.11.0-rc4+ xhci-hcd
[ 0.283585] usb usb2: SerialNumber: xhci-hcd.0.auto
[ 0.284738] hub 2-0:1.0: USB hub found
[ 0.285673] hub 2-0:1.0: 1 port detected
[ 0.286651] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 0.287568] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 0.288587] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238ffcd hci version 0x110 quirks 0x0000000000010010
[ 0.289518] xhci-hcd xhci-hcd.1.auto: irq 857, io mem 0x502280000
[ 0.290497] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[ 0.291442] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.292387] usb usb3: Product: xHCI Host Controller
[ 0.293331] usb usb3: Manufacturer: Linux 5.11.0-rc4+ xhci-hcd
[ 0.294276] usb usb3: SerialNumber: xhci-hcd.1.auto
[ 0.295402] hub 3-0:1.0: USB hub found
[ 0.296335] hub 3-0:1.0: 1 port detected
[ 0.297302] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 0.298233] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 0.299169] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.1 Enhanced SuperSpeed
[ 0.300112] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.301066] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[ 0.302008] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.302945] usb usb4: Product: xHCI Host Controller
[ 0.303873] usb usb4: Manufacturer: Linux 5.11.0-rc4+ xhci-hcd
[ 0.304800] usb usb4: SerialNumber: xhci-hcd.1.auto
[ 0.305898] hub 4-0:1.0: USB hub found
[ 0.306827] hub 4-0:1.0: 1 port detected
[ 0.307810] usbcore: registered new interface driver usb-storage
[ 0.309031] mousedev: PS/2 mouse device common for all mice
[ 0.310656] rtc-apple_spmi 23d0d8000.spmi:pmu@f:rtc@d002: registered as rtc0
[ 0.311763] rtc-apple_spmi 23d0d8000.spmi:pmu@f:rtc@d002: setting system clock to 2021-03-31T23:44:07 UTC (1617234247)
[ 0.312696] i2c /dev entries driver
[ 0.313658] apple-i2c 235010000.i2c0: Apple I2C core rev 6, clkdiv 15.
[ 0.318053] random: fast init done
[ 0.325243] tps6598x 0-0038: port is now in power state S0
[ 0.327805] OF: graph: no port node found in /soc/i2c0@20a110000/hpm0@38/connector
[ 0.329814] OF: graph: no port node found in /soc/i2c0@20a110000/hpm0@38/connector
[ 0.330729] OF: graph: no port node found in /soc/i2c0@20a110000/hpm0@38/connector
[ 0.366290] tps6598x 0-003f: port is now in power state S0
[ 0.384552] OF: graph: no port node found in /soc/i2c0@20a110000/hpm1@3f/connector
[ 0.394060] OF: graph: no port node found in /soc/i2c0@20a110000/hpm1@3f/connector
[ 0.394967] OF: graph: no port node found in /soc/i2c0@20a110000/hpm1@3f/connector
[ 0.396671] apple-m1-smc 23e050000.smc: failed to attach to mailbox: -517.
[ 0.397607] device-mapper: uevent: version 1.0.3
[ 0.398631] device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
[ 0.399799] apple-m1-cpufreq 210e00000.cpufreq: registered cpufreq driver.
[ 0.402136] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.403061] hid: raw HID events driver (C) Jiri Kosina
[ 0.403990] usbcore: registered new interface driver usbhid
[ 0.404901] usbhid: USB HID core driver
[ 0.405846] apple-iop-mailbox 23e400000.smc_mbox: waking coprocessor.
[ 0.406935] drop_monitor: Initializing network drop monitor service
[ 0.407990] NET: Registered protocol family 10
[ 0.410069] apple-iop-mailbox 23e400000.smc_mbox: completed startup.
[ 0.411182] apple-iop-mailbox 23e400000.smc_mbox: allocating 4 kB buffer for crash log endpoint.
[ 0.412301] apple-iop-mailbox 23e400000.smc_mbox: allocating 4 kB buffer for syslog endpoint.
[ 0.414859] Segment Routing with IPv6
[ 0.416683] NET: Registered protocol family 17
[ 0.418517] Key type dns_resolver registered
[ 0.419292] registered taskstats version 1
[ 0.419914] Loading compiled-in X.509 certificates
[ 0.421981] Loaded X.509 cert 'Build time autogenerated kernel key: 1f0c8af4ae804485a6d67d350ab04112a5032e2d'
[ 0.422694] zswap: loaded using pool lzo/zbud
[ 0.423808] Key type ._fscrypt registered
[ 0.424437] Key type .fscrypt registered
[ 0.425058] Key type fscrypt-provisioning registered
[ 0.427218] Key type encrypted registered
[ 0.427759] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.428305] ima: No TPM chip found, activating TPM-bypass!
[ 0.428851] ima: Allocated hash algorithm: sha1
[ 0.429400] ima: No architecture policies found
[ 0.429953] evm: Initialising EVM extended attributes:
[ 0.430500] evm: security.selinux
[ 0.431041] evm: security.SMACK64
[ 0.431575] evm: security.SMACK64EXEC
[ 0.432102] evm: security.SMACK64TRANSMUTE
[ 0.432621] evm: security.SMACK64MMAP
[ 0.433136] evm: security.apparmor
[ 0.433643] evm: security.ima
[ 0.434145] evm: security.capability
[ 0.434645] evm: HMAC attrs: 0x1
[ 0.435359] pcie_apple_m1 690000000.pcie: host bridge /soc/pcie@690000000 ranges:
[ 0.435876] pcie_apple_m1 690000000.pcie: MEM 0x06a0000000..0x06bfffffff -> 0x06a0000000
[ 0.436391] pcie_apple_m1 690000000.pcie: MEM 0x06c0000000..0x06ffffffff -> 0x00c0000000
[ 0.436991] nvme-apple-m1 27bcc0000.ans: host bridge /soc/ans@27bcc0000 ranges:
[ 0.437501] nvme-apple-m1 27bcc0000.ans: MEM 0x027bc00000..0x027bcfffff -> 0x007bc00000
[ 0.438026] apple-iop-mailbox 277400000.ans_mbox: booting coprocessor.
[ 0.438778] apple-iop-mailbox 277400000.ans_mbox: allocating 32 kB buffer for crash log endpoint.
[ 0.442073] apple-iop-mailbox 277400000.ans_mbox: allocating 16 kB buffer for I/O report endpoint.
[ 0.501032] apple-iop-mailbox 277400000.ans_mbox: completed startup.
[ 0.503895] apple-iop-mailbox 277400000.ans_mbox: allocating 16 kB buffer for syslog endpoint.
[ 0.503941] nvme-apple-m1 27bcc0000.ans: ANS NVMe startup done, base command 0.
[ 0.508472] nvme-apple-m1 27bcc0000.ans: PCI host bridge to bus 0000:00
[ 0.510148] pci_bus 0000:00: root bus resource [bus 00-01]
[ 0.511818] pci_bus 0000:00: root bus resource [mem 0x27bc00000-0x27bcfffff] (bus address [0x7bc00000-0x7bcfffff])
[ 0.513522] pci 0000:00:00.0: [106b:ff80] type 01 class 0x060400
[ 0.515531] pci_bus 0000:01: extended config space not accessible
[ 0.517244] pci 0000:01:00.0: [106b:ff81] type 00 class 0x010802
[ 0.518912] pci 0000:01:00.0: reg 0x10: [mem 0x27bcc0000-0x27bcfffff]
[ 0.520861] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 0.522510] pci 0000:00:00.0: bridge window [mem 0x27bc00000-0x27bcfffff]
[ 0.524398] nvme nvme0: pci function 0000:01:00.0
[ 0.524773] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[ 0.527711] nvme nvme0: detected Apple ANS2 controller, set queue depth=64 for linear SQ
[ 0.542084] nvme nvme0: 1/0/0 default/read/poll queues
[ 0.545152] nvme nvme0: Identify NS List failed (status=0xb)
[ 0.557961] nvme0n1: p1 p2 p3 p4 p5
[ 1.235613] random: crng init done
[ 1.826026] pcie_apple_m1 690000000.pcie: host bridge /soc/pcie@690000000 ranges:
[ 1.827766] pcie_apple_m1 690000000.pcie: MEM 0x06a0000000..0x06bfffffff -> 0x06a0000000
[ 1.829485] pcie_apple_m1 690000000.pcie: MEM 0x06c0000000..0x06ffffffff -> 0x00c0000000
[ 1.831577] pcie_apple_m1 690000000.pcie: ECAM at [mem 0x690000000-0x690ffffff] for [bus 00-0f]
[ 2.143613] pcie0: got port irq 0x1000
[ 2.154449] pcie1: got port irq 0x1000
[ 2.168188] pcie2: got port irq 0x1000
[ 2.168226] pcie_apple_m1 690000000.pcie: PCI host bridge to bus 0001:00
[ 2.172645] pci_bus 0001:00: root bus resource [bus 00-0f]
[ 2.174284] pci_bus 0001:00: root bus resource [mem 0x6a0000000-0x6bfffffff pref]
[ 2.175922] pci_bus 0001:00: root bus resource [mem 0x6c0000000-0x6ffffffff] (bus address [0xc0000000-0xffffffff])
[ 2.177583] pci 0001:00:00.0: [106b:100c] type 01 class 0x060400
[ 2.179293] pci 0001:00:00.0: PME# supported from D0 D3hot D3cold
[ 2.180969] pci 0001:00:00.0: PTM enabled (root), 16ns granularity
[ 2.182718] pci 0001:00:01.0: [106b:100c] type 01 class 0x060400
[ 2.184401] pci 0001:00:01.0: PME# supported from D0 D3hot D3cold
[ 2.186066] pci 0001:00:01.0: PTM enabled (root), 16ns granularity
[ 2.187781] pci 0001:00:02.0: [106b:100c] type 01 class 0x060400
[ 2.189464] pci 0001:00:02.0: PME# supported from D0 D3hot D3cold
[ 2.191131] pci 0001:00:02.0: PTM enabled (root), 16ns granularity
[ 2.193029] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.194632] pci 0001:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.196218] pci 0001:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 2.197868] pci 0001:01:00.0: [14e4:4425] type 00 class 0x028000
[ 2.199474] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[ 2.201080] pci 0001:01:00.0: reg 0x18: [mem 0x00000000-0x007fffff 64bit]
[ 2.202833] pci 0001:01:00.0: supports D1 D2
[ 2.204393] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.206065] pci 0001:01:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0001:00:00.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[ 2.207807] pci 0001:01:00.1: [14e4:5f69] type 00 class 0x028000
[ 2.209479] pci 0001:01:00.1: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
[ 2.211145] pci 0001:01:00.1: reg 0x18: [mem 0x00000000-0x003fffff 64bit]
[ 2.212953] pci 0001:01:00.1: supports D1 D2
[ 2.214615] pci 0001:01:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.226524] pci_bus 0001:01: busn_res: [bus 01-0f] end is updated to 01
[ 2.228285] pci 0001:02:00.0: [1b73:1100] type 00 class 0x0c0330
[ 2.230018] pci 0001:02:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
[ 2.231774] pci 0001:02:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
[ 2.233526] pci 0001:02:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit]
[ 2.235355] pci 0001:02:00.0: supports D1
[ 2.237053] pci 0001:02:00.0: PME# supported from D0 D1 D3hot D3cold
[ 2.238807] pci 0001:02:00.0: 2.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x1 link at 0001:00:01.0 (capable of 4.000 Gb/s with 5.0 GT/s PCIe x1 link)
[ 2.250563] pci_bus 0001:02: busn_res: [bus 02-0f] end is updated to 02
[ 2.252434] pci 0001:03:00.0: [14e4:1682] type 00 class 0x020000
[ 2.254252] pci 0001:03:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit pref]
[ 2.256047] pci 0001:03:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit pref]
[ 2.257830] pci 0001:03:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
[ 2.259746] pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
[ 2.270533] pci_bus 0001:03: busn_res: [bus 03-0f] end is updated to 03
[ 2.272299] pci 0001:00:00.0: BAR 14: assigned [mem 0x6c0000000-0x6c0dfffff]
[ 2.274054] pci 0001:00:01.0: BAR 14: assigned [mem 0x6c0e00000-0x6c0efffff]
[ 2.275792] pci 0001:00:02.0: BAR 14: assigned [mem 0x6c0f00000-0x6c0ffffff]
[ 2.277503] pci 0001:00:02.0: BAR 15: assigned [mem 0x6a0000000-0x6a00fffff 64bit pref]
[ 2.279211] pci 0001:01:00.0: BAR 2: assigned [mem 0x6c0000000-0x6c07fffff 64bit]
[ 2.280897] pci 0001:01:00.1: BAR 2: assigned [mem 0x6c0800000-0x6c0bfffff 64bit]
[ 2.282564] pci 0001:01:00.0: BAR 0: assigned [mem 0x6c0c00000-0x6c0c0ffff 64bit]
[ 2.284217] pci 0001:01:00.1: BAR 0: assigned [mem 0x6c0c10000-0x6c0c17fff 64bit]
[ 2.285848] pci 0001:00:00.0: PCI bridge to [bus 01]
[ 2.287469] pci 0001:00:00.0: bridge window [mem 0x6c0000000-0x6c0dfffff]
[ 2.289098] pci 0001:02:00.0: BAR 0: assigned [mem 0x6c0e00000-0x6c0e0ffff 64bit]
[ 2.290728] pci 0001:02:00.0: BAR 2: assigned [mem 0x6c0e10000-0x6c0e10fff 64bit]
[ 2.292346] pci 0001:02:00.0: BAR 4: assigned [mem 0x6c0e11000-0x6c0e11fff 64bit]
[ 2.293931] pci 0001:00:01.0: PCI bridge to [bus 02]
[ 2.295489] pci 0001:00:01.0: bridge window [mem 0x6c0e00000-0x6c0efffff]
[ 2.297056] pci 0001:03:00.0: BAR 0: assigned [mem 0x6a0000000-0x6a000ffff 64bit pref]
[ 2.298640] pci 0001:03:00.0: BAR 2: assigned [mem 0x6a0010000-0x6a001ffff 64bit pref]
[ 2.300204] pci 0001:03:00.0: BAR 6: assigned [mem 0x6c0f00000-0x6c0f007ff pref]
[ 2.301738] pci 0001:00:02.0: PCI bridge to [bus 03]
[ 2.303265] pci 0001:00:02.0: bridge window [mem 0x6c0f00000-0x6c0ffffff]
[ 2.304809] pci 0001:00:02.0: bridge window [mem 0x6a0000000-0x6a00fffff 64bit pref]
[ 2.306397] pcieport 0001:00:00.0: Adding to iommu group 2
[ 2.307957] pcieport 0001:00:00.0: attached to 681008000.pcie_dart0:0x8000
[ 2.309561] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
[ 2.311193] pcieport 0001:00:01.0: Adding to iommu group 3
[ 2.312740] pcieport 0001:00:01.0: attached to 681008000.pcie_dart0:0x8008
[ 2.314335] pcieport 0001:00:01.0: enabling device (0000 -> 0002)
[ 2.315940] pcieport 0001:00:02.0: Adding to iommu group 4
[ 2.317482] pcieport 0001:00:02.0: attached to 681008000.pcie_dart0:0x8010
[ 2.319049] pcieport 0001:00:02.0: enabling device (0000 -> 0002)
[ 2.320631] brcmfmac 0001:01:00.0: Adding to iommu group 5
[ 2.322148] brcmfmac 0001:01:00.0: attached to 681008000.pcie_dart0:0x0
[ 2.323725] brcmfmac 0001:01:00.0: enabling device (0000 -> 0002)
[ 2.325239] pcie_apple_m1 690000000.pcie: new rid2sid: 01:00:0 @ 0
[ 2.434837] brcmfmac 0001:01:00.0: module revision data: chip 4378, chip rev B1, module RASP, module rev 6.5, vendor u
[ 2.435154] brcmfmac 0001:01:00.0: module serial number: 0c060e5b3be00196
[ 2.435469] brcmfmac 0001:01:00.0: hardware discovery complete, not starting driver
[ 2.435800] pci 0001:02:00.0: enabling device (0000 -> 0002)
[ 2.436151] xhci_hcd 0001:02:00.0: Adding to iommu group 6
[ 2.436490] xhci_hcd 0001:02:00.0: attached to 682008000.pcie_dart1:0x0
[ 2.436847] pcie_apple_m1 690000000.pcie: new rid2sid: 02:00:0 @ 0
[ 2.437172] xhci_hcd 0001:02:00.0: xHCI Host Controller
[ 2.437496] xhci_hcd 0001:02:00.0: new USB bus registered, assigned bus number 5
[ 2.438063] xhci_hcd 0001:02:00.0: hcc params 0x200071e1 hci version 0x100 quirks 0x0000000000000010
[ 2.438546] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[ 2.438881] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.439209] usb usb5: Product: xHCI Host Controller
[ 2.439526] usb usb5: Manufacturer: Linux 5.11.0-rc4+ xhci-hcd
[ 2.439844] usb usb5: SerialNumber: 0001:02:00.0
[ 2.440331] hub 5-0:1.0: USB hub found
[ 2.440661] hub 5-0:1.0: 4 ports detected
[ 2.441070] xhci_hcd 0001:02:00.0: xHCI Host Controller
[ 2.441389] xhci_hcd 0001:02:00.0: new USB bus registered, assigned bus number 6
[ 2.441708] xhci_hcd 0001:02:00.0: Host supports USB 3.0 SuperSpeed
[ 2.442036] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.442371] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[ 2.442702] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.443034] usb usb6: Product: xHCI Host Controller
[ 2.443364] usb usb6: Manufacturer: Linux 5.11.0-rc4+ xhci-hcd
[ 2.443687] usb usb6: SerialNumber: 0001:02:00.0
[ 2.444166] hub 6-0:1.0: USB hub found
[ 2.444486] hub 6-0:1.0: 4 ports detected
[ 2.444858] tg3 0001:03:00.0: Adding to iommu group 7
[ 2.445188] tg3 0001:03:00.0: attached to 683008000.pcie_dart2:0x0
[ 2.445532] tg3 0001:03:00.0: enabling device (0000 -> 0002)
[ 2.445852] pcie_apple_m1 690000000.pcie: new rid2sid: 03:00:0 @ 0
[ 2.465248] tg3 0001:03:00.0 eth0: Tigon3 [partno(BCM57762) rev 57766000] (PCI Express) MAC address 00:10:18:00:00:00
[ 2.466172] tg3 0001:03:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
[ 2.467102] tg3 0001:03:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[ 2.468044] tg3 0001:03:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
[ 2.469527] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.470804] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.471157] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.471509] cfg80211: failed to load regulatory.db
[ 2.472492] Freeing unused kernel memory: 4736K
[ 2.491601] Checked W+X mappings: passed, no W+X pages found
[ 2.493361] Run /init as init process
[ 2.495130] with arguments:
[ 2.495133] /init
[ 2.495134] with environment:
[ 2.495136] HOME=/
[ 2.495138] TERM=linux
[ 2.501081] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[ 2.555898] systemd[1]: Inserted module 'autofs4'
[ 2.568675] systemd[1]: systemd 246.6-1ubuntu1.2 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)
[ 2.572042] systemd[1]: Detected architecture arm64.
[ 2.602220] systemd[1]: Set hostname to <localhost.localdomain>.
[ 2.660364] systemd[1]: /lib/systemd/system/dbus.service:12: 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.717402] systemd[1]: /lib/systemd/system/plymouth-start.service:17: 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.734999] systemd[1]: Queued start job for default target Graphical Interface.
[ 2.737471] systemd[1]: Created slice system-modprobe.slice.
[ 2.740509] systemd[1]: Created slice system-systemd\x2dgrowfs.slice.
[ 2.743179] systemd[1]: Created slice User and Session Slice.
[ 2.745776] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.748531] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.751223] systemd[1]: Reached target User and Group Name Lookups.
[ 2.753852] systemd[1]: Reached target Remote File Systems.
[ 2.756500] systemd[1]: Reached target Slices.
[ 2.759129] systemd[1]: Reached target Swap.
[ 2.761803] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 2.764516] systemd[1]: Listening on LVM2 poll daemon socket.
[ 2.767189] systemd[1]: Listening on Syslog Socket.
[ 2.769840] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 2.772635] systemd[1]: Listening on Journal Audit Socket.
[ 2.775360] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.778112] systemd[1]: Listening on Journal Socket.
[ 2.778169] usb 5-1: new full-speed USB device number 2 using xhci_hcd
[ 2.783843] systemd[1]: Listening on udev Control Socket.
[ 2.787168] systemd[1]: Listening on udev Kernel Socket.
[ 2.791246] systemd[1]: Mounting Huge Pages File System...
[ 2.794637] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.798122] systemd[1]: Mounting Kernel Debug File System...
[ 2.801477] systemd[1]: Mounting Kernel Trace File System...
[ 2.805285] systemd[1]: Starting Journal Service...
[ 2.808781] systemd[1]: Starting Availability of block devices...
[ 2.812455] systemd[1]: Starting Set the console keyboard layout...
[ 2.815941] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 2.820427] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 2.824569] systemd[1]: Starting Load Kernel Module drm...
[ 2.827839] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[ 2.830445] systemd[1]: Starting Load Kernel Modules...
[ 2.833893] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 2.837778] systemd[1]: Starting Coldplug All udev Devices...
[ 2.841300] systemd[1]: Starting Uncomplicated firewall...
[ 2.845177] systemd[1]: Mounted Huge Pages File System.
[ 2.847715] systemd[1]: Mounted POSIX Message Queue File System.
[ 2.850304] systemd[1]: Mounted Kernel Debug File System.
[ 2.852822] systemd[1]: Mounted Kernel Trace File System.
[ 2.855457] systemd[1]: Started Journal Service.
[ 2.859138] EXT4-fs (nvme0n1p2): re-mounted. Opts: (null). Quota mode: none.
[ 2.936956] usb 5-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.03
[ 2.936961] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.936962] usb 5-1: Product: USB Receiver
[ 2.936964] usb 5-1: Manufacturer: Logitech
[ 3.089022] cryptd: max_cpu_qlen set to 1000
[ 3.091877] tg3 0001:03:00.0 enP1p3s0: renamed from eth0
[ 3.114183] input: Logitech USB Receiver as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.0/0003:046D:C52B.0001/input/input0
[ 3.178634] hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0001:02:00.0-1/input0
[ 3.178958] input: Logitech USB Receiver Mouse as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.1/0003:046D:C52B.0002/input/input1
[ 3.179375] input: Logitech USB Receiver Consumer Control as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.1/0003:046D:C52B.0002/input/input2
[ 3.238375] input: Logitech USB Receiver System Control as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.1/0003:046D:C52B.0002/input/input3
[ 3.238868] hid-generic 0003:046D:C52B.0002: input,hiddev0,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0001:02:00.0-1/input1
[ 3.239007] hid-generic 0003:046D:C52B.0003: hiddev1,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0001:02:00.0-1/input2
[ 3.296767] loop0: detected capacity change from 100024 to 0
[ 3.322676] loop1: detected capacity change from 100168 to 0
[ 3.354625] loop2: detected capacity change from 438528 to 0
[ 3.378672] loop3: detected capacity change from 127160 to 0
[ 3.398645] loop4: detected capacity change from 98960 to 0
[ 3.399516] loop5: detected capacity change from 96904 to 0
[ 3.434562] loop6: detected capacity change from 55288 to 0
[ 3.435024] loop7: detected capacity change from 404848 to 0
[ 3.515536] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0001:02:00.0-1/input2
[ 3.522951] loop8: detected capacity change from 132648 to 0
[ 3.566995] loop9: detected capacity change from 57432 to 0
[ 3.644711] input: Logitech Wireless Device PID:406b Keyboard as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input5
[ 3.644840] input: Logitech Wireless Device PID:406b Mouse as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input6
[ 3.645047] input: Logitech Wireless Device PID:406b Consumer Control as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input7
[ 3.645116] input: Logitech Wireless Device PID:406b System Control as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input8
[ 3.645248] hid-generic 0003:046D:406B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:406b] on usb-0001:02:00.0-1/input2:1
[ 3.670678] audit: type=1400 audit(1617234250.856:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=467 comm="apparmor_parser"
[ 3.670683] audit: type=1400 audit(1617234250.856:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=467 comm="apparmor_parser"
[ 3.671216] audit: type=1400 audit(1617234250.856:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=464 comm="apparmor_parser"
[ 3.672306] audit: type=1400 audit(1617234250.856:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=463 comm="apparmor_parser"
[ 3.672313] audit: type=1400 audit(1617234250.856:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=463 comm="apparmor_parser"
[ 3.672317] audit: type=1400 audit(1617234250.856:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=463 comm="apparmor_parser"
[ 3.672377] audit: type=1400 audit(1617234250.856:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=465 comm="apparmor_parser"
[ 3.675259] audit: type=1400 audit(1617234250.860:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=462 comm="apparmor_parser"
[ 3.675262] audit: type=1400 audit(1617234250.860:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=462 comm="apparmor_parser"
[ 3.850421] pci 0001:01:00.0: Removing from iommu group 5
[ 4.126418] logitech-hidpp-device 0003:046D:406B.0004: HID++ 4.5 device connected.
[ 4.360547] input: Logitech M585/M590 as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-1/5-1:1.2/0003:046D:C52B.0003/0003:046D:406B.0004/input/input12
[ 4.361175] logitech-hidpp-device 0003:046D:406B.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech M585/M590] on usb-0001:02:00.0-1/input2:1
[ 4.530734] loop10: detected capacity change from 8 to 0
[ 4.851884] pci 0001:01:00.0: [14e4:4425] type 00 class 0x028000
[ 4.851908] pci 0001:01:00.0: reg 0x10: [mem 0x6c0c00000-0x6c0c0ffff 64bit]
[ 4.851923] pci 0001:01:00.0: reg 0x18: [mem 0x6c0000000-0x6c07fffff 64bit]
[ 4.852043] pci 0001:01:00.0: supports D1 D2
[ 4.852045] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 4.852602] pci 0001:01:00.0: BAR 2: assigned [mem 0x6c0000000-0x6c07fffff 64bit]
[ 4.852613] pci 0001:01:00.0: BAR 0: assigned [mem 0x6c0c00000-0x6c0c0ffff 64bit]
[ 4.852662] brcmfmac 0001:01:00.0: Adding to iommu group 5
[ 4.852668] brcmfmac 0001:01:00.0: attached to 681008000.pcie_dart0:0x0
[ 4.962781] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4378-pcie for chip BCM4378/3
[ 6.197472] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4378-pcie for chip BCM4378/3
[ 6.238258] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4378/3 wl0: Dec 31 2020 21:39:03 version 18.20.222.20.7.8.104 FWID 01-1b2645bc
[ 6.357082] brcmfmac 0001:01:00.0 wlP1p1s0f0: renamed from wlan0
[ 6.709223] tg3 0001:03:00.0 enP1p3s0: Link is up at 1000 Mbps, full duplex
[ 6.709261] tg3 0001:03:00.0 enP1p3s0: Flow control is on for TX and on for RX
[ 6.709270] tg3 0001:03:00.0 enP1p3s0: EEE is disabled
[ 6.709311] IPv6: ADDRCONF(NETDEV_CHANGE): enP1p3s0: link becomes ready
[ 15.749006] rfkill: input handler disabled
[ 38.781252] usb 5-2: new full-speed USB device number 3 using xhci_hcd
[ 38.932092] usb 5-2: New USB device found, idVendor=0c45, idProduct=8073, bcdDevice= 1.07
[ 38.932097] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 38.932099] usb 5-2: Product: USB DEVICE
[ 38.932101] usb 5-2: Manufacturer: SONiX
[ 38.933969] input: SONiX USB DEVICE as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-2/5-2:1.0/0003:0C45:8073.0005/input/input13
[ 38.991426] hid-generic 0003:0C45:8073.0005: input,hidraw2: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0001:02:00.0-2/input0
[ 38.992571] input: SONiX USB DEVICE Consumer Control as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-2/5-2:1.1/0003:0C45:8073.0006/input/input14
[ 39.051404] input: SONiX USB DEVICE System Control as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-2/5-2:1.1/0003:0C45:8073.0006/input/input15
[ 39.051661] input: SONiX USB DEVICE Keyboard as /devices/platform/soc/690000000.pcie/pci0001:00/0001:00:01.0/0001:02:00.0/usb5/5-2/5-2:1.1/0003:0C45:8073.0006/input/input16
[ 39.052014] hid-generic 0003:0C45:8073.0006: input,hidraw3: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0001:02:00.0-2/input1
[ 48.059233] rfkill: input handler enabled
[ 49.396789] rfkill: input handler disabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment