Advertisement
Guest User

Untitled

a guest
Dec 14th, 2021
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.99 KB | None | 0 0
  1. [nixos@nixos:~]$ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x611f0221]
  3. [ 0.000000] Linux version 5.16.0-rc4-asahi-next-20211206 (nixbld@localhost) (aarch64-unknown-linux-gnu-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.35.2) #1-NixOS SMP Tue Jan 1 00:00:00 UTC 1980
  4. [ 0.000000] Machine model: Apple Mac mini (M1, 2020)
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] earlycon: s5l0 at MMIO32 0x0000000235200000 (options '')
  7. [ 0.000000] printk: bootconsole [s5l0] enabled
  8. [ 0.000000] NUMA: No NUMA configuration found
  9. [ 0.000000] NUMA: Faking a node at [mem 0x0000000800ec4000-0x0000000bd1327fff]
  10. [ 0.000000] NUMA: NODE_DATA [mem 0xbd0b3d1c0-0xbd0b3f73f]
  11. [ 0.000000] Zone ranges:
  12. [ 0.000000] DMA [mem 0x0000000800ec4000-0x0000000bd1327fff]
  13. [ 0.000000] DMA32 empty
  14. [ 0.000000] Normal empty
  15. [ 0.000000] Movable zone start for each node
  16. [ 0.000000] Early memory node ranges
  17. [ 0.000000] node 0: [mem 0x0000000800ec4000-0x0000000bd1327fff]
  18. [ 0.000000] Initmem setup node 0 [mem 0x0000000800ec4000-0x0000000bd1327fff]
  19. [ 0.000000] On node 0, zone DMA: 945 pages in unavailable ranges
  20. [ 0.000000] On node 0, zone DMA: 6966 pages in unavailable ranges
  21. [ 0.000000] cma: Reserved 128 MiB at 0x0000000816000000
  22. [ 0.000000] percpu: Embedded 13 pages/cpu s171736 r8192 d33064 u212992
  23. [ 0.000000] pcpu-alloc: s171736 r8192 d33064 u212992 alloc=13*16384
  24. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  25. [ 0.000000] Detected VIPT I-cache on CPU0
  26. [ 0.000000] CPU features: detected: Address authentication (IMP DEF algorithm)
  27. [ 0.000000] CPU features: detected: Virtualization Host Extensions
  28. [ 0.000000] CPU features: detected: Spectre-v4
  29. [ 0.000000] alternatives: patching kernel code
  30. [ 0.000000] Fallback order for Node 0: 0
  31. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 995799
  32. [ 0.000000] Policy zone: DMA
  33. [ 0.000000] Kernel command line: init=/nix/store/v20q3922171g3hb7wvrgvx7rmifhcsx5-nixos-system-nixos-21.11pre-git/init earlycon console=ttySAC0,1500000 console=tty0 debug boot.shell_on_fail
  34. [ 0.000000] Dentry cache hash table entries: 2097152 (order: 10, 16777216 bytes, linear)
  35. [ 0.000000] Inode-cache hash table entries: 1048576 (order: 9, 8388608 bytes, linear)
  36. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  37. [ 0.000000] Memory: 15717056K/15995280K available (11456K kernel code, 1836K rwdata, 4496K rodata, 4032K init, 490K bss, 147152K reserved, 131072K cma-reserved)
  38. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  39. [ 0.000000] ftrace: allocating 40237 entries in 40 pages
  40. [ 0.000000] ftrace: allocated 40 pages with 2 groups
  41. [ 0.000000] trace event string verifier disabled
  42. [ 0.000000] rcu: Hierarchical RCU implementation.
  43. [ 0.000000] rcu: RCU event tracing is enabled.
  44. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
  45. [ 0.000000] Rude variant of Tasks RCU enabled.
  46. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  47. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  48. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  49. [ 0.000000] Root IRQ handler: aic_handle_irq
  50. [ 0.000000] Root FIQ handler: aic_handle_fiq
  51. [ 0.000000] irq_apple_aic: Using Fast IPIs
  52. [ 0.000000] irq_apple_aic: Initialized with 896/1024 IRQs * 1/1 die(s), 4 FIQs, 32 vIPIs
  53. [ 0.000000] random: get_random_bytes called from start_kernel+0x4dc/0x69c with crng_init=0
  54. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  55. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  56. [ 0.000000] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  57. [ 0.008093] Console: colour dummy device 80x25
  58. [ 0.012471] printk: console [tty0] enabled
  59. [ 0.016570] printk: bootconsole [s5l0] disabled
  60. [ 0.021117] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  61. [ 0.021122] pid_max: default: 32768 minimum: 301
  62. [ 0.021137] LSM: Security Framework initializing
  63. [ 0.021153] Mount-cache hash table entries: 32768 (order: 4, 262144 bytes, linear)
  64. [ 0.021162] Mountpoint-cache hash table entries: 32768 (order: 4, 262144 bytes, linear)
  65. [ 0.021400] cblist_init_generic: Setting adjustable number of callback queues.
  66. [ 0.021405] cblist_init_generic: Setting shift to 3 and lim to 1.
  67. [ 0.021425] rcu: Hierarchical SRCU implementation.
  68. [ 0.021479] EFI services will not be available.
  69. [ 0.021516] smp: Bringing up secondary CPUs ...
  70. [ 0.021569] Detected VIPT I-cache on CPU1
  71. [ 0.021580] CPU1: Booted secondary processor 0x0000000001 [0x611f0221]
  72. [ 0.021645] Detected VIPT I-cache on CPU2
  73. [ 0.021652] CPU2: Booted secondary processor 0x0000000002 [0x611f0221]
  74. [ 0.021712] Detected VIPT I-cache on CPU3
  75. [ 0.021719] CPU3: Booted secondary processor 0x0000000003 [0x611f0221]
  76. [ 0.021780] Detected VIPT I-cache on CPU4
  77. [ 0.021792] CPU4: Booted secondary processor 0x0000010100 [0x611f0231]
  78. [ 0.021862] Detected VIPT I-cache on CPU5
  79. [ 0.021868] CPU5: Booted secondary processor 0x0000010101 [0x611f0231]
  80. [ 0.021932] Detected VIPT I-cache on CPU6
  81. [ 0.021938] CPU6: Booted secondary processor 0x0000010102 [0x611f0231]
  82. [ 0.022004] Detected VIPT I-cache on CPU7
  83. [ 0.022011] CPU7: Booted secondary processor 0x0000010103 [0x611f0231]
  84. [ 0.022030] smp: Brought up 1 node, 8 CPUs
  85. [ 0.022046] SMP: Total of 8 processors activated.
  86. [ 0.022048] CPU features: detected: ARMv8.4 Translation Table Level
  87. [ 0.022050] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
  88. [ 0.022052] CPU features: detected: Common not Private translations
  89. [ 0.022054] CPU features: detected: CRC32 instructions
  90. [ 0.022056] CPU features: detected: E0PD
  91. [ 0.022058] CPU features: detected: Generic authentication (IMP DEF algorithm)
  92. [ 0.022060] CPU features: detected: RCpc load-acquire (LDAPR)
  93. [ 0.022062] CPU features: detected: LSE atomic instructions
  94. [ 0.022063] CPU features: detected: Privileged Access Never
  95. [ 0.022065] CPU features: detected: RAS Extension Support
  96. [ 0.022067] CPU features: detected: Speculation barrier (SB)
  97. [ 0.022068] CPU features: detected: Stage-2 Force Write-Back
  98. [ 0.022070] CPU features: detected: TLB range maintenance instructions
  99. [ 0.022072] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
  100. [ 0.039888] CPU: All CPU(s) started at EL2
  101. [ 0.040317] devtmpfs: initialized
  102. [ 0.041208] KASLR enabled
  103. [ 0.041241] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  104. [ 0.041246] futex hash table entries: 2048 (order: 3, 131072 bytes, linear)
  105. [ 0.041365] pinctrl core: initialized pinctrl subsystem
  106. [ 0.041409] DMI not present or invalid.
  107. [ 0.041444] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  108. [ 0.041842] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
  109. [ 0.041886] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  110. [ 0.041928] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  111. [ 0.041937] audit: initializing netlink subsys (disabled)
  112. [ 0.041962] audit: type=2000 audit(0.036:1): state=initialized audit_enabled=0 res=1
  113. [ 0.042030] thermal_sys: Registered thermal governor 'step_wise'
  114. [ 0.042032] thermal_sys: Registered thermal governor 'user_space'
  115. [ 0.042054] cpuidle: using governor menu
  116. [ 0.042079] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  117. [ 0.042119] ASID allocator initialised with 256 entries
  118. [ 0.042125] Serial: AMBA PL011 UART driver
  119. [ 0.047332] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  120. [ 0.047335] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  121. [ 0.047338] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  122. [ 0.047453] cryptd: max_cpu_qlen set to 1000
  123. [ 0.047527] ACPI: Interpreter disabled.
  124. [ 0.047542] iommu: Default domain type: Translated
  125. [ 0.047544] iommu: DMA domain TLB invalidation policy: strict mode
  126. [ 0.047571] vgaarb: loaded
  127. [ 0.047614] SCSI subsystem initialized
  128. [ 0.047644] usbcore: registered new interface driver usbfs
  129. [ 0.047652] usbcore: registered new interface driver hub
  130. [ 0.047658] usbcore: registered new device driver usb
  131. [ 0.047741] Advanced Linux Sound Architecture Driver Initialized.
  132. [ 0.047892] clocksource: Switched to clocksource arch_sys_counter
  133. [ 0.052648] VFS: Disk quotas dquot_6.6.0
  134. [ 0.052661] VFS: Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
  135. [ 0.052693] pnp: PnP ACPI: disabled
  136. [ 0.053545] NET: Registered PF_INET protocol family
  137. [ 0.053601] IP idents hash table entries: 262144 (order: 7, 2097152 bytes, linear)
  138. [ 0.056505] tcp_listen_portaddr_hash hash table entries: 8192 (order: 3, 131072 bytes, linear)
  139. [ 0.056535] TCP established hash table entries: 131072 (order: 6, 1048576 bytes, linear)
  140. [ 0.056695] TCP bind hash table entries: 65536 (order: 6, 1048576 bytes, linear)
  141. [ 0.056791] TCP: Hash tables configured (established 131072 bind 65536)
  142. [ 0.056809] UDP hash table entries: 8192 (order: 4, 262144 bytes, linear)
  143. [ 0.056845] UDP-Lite hash table entries: 8192 (order: 4, 262144 bytes, linear)
  144. [ 0.056904] NET: Registered PF_UNIX/PF_LOCAL protocol family
  145. [ 0.056963] RPC: Registered named UNIX socket transport module.
  146. [ 0.056965] RPC: Registered udp transport module.
  147. [ 0.056967] RPC: Registered tcp transport module.
  148. [ 0.056969] RPC: Registered tcp NFSv4.1 backchannel transport module.
  149. [ 0.056972] PCI: CLS 0 bytes, default 64
  150. [ 0.057020] Unpacking initramfs...
  151. [ 0.185546] Freeing initrd memory: 22320K
  152. [ 0.247119] kvm [1]: IPA Size Limit: 36 bits (Reduced IPA size, limited VM/VMM compatibility)
  153. [ 0.247132] kvm [1]: Non-architectural vgic, tainting kernel
  154. [ 0.247135] kvm [1]: GICv3: no GICV resource entry
  155. [ 0.247137] kvm [1]: disabling GICv2 emulation
  156. [ 0.247139] kvm [1]: GICv3 with locally generated SEI
  157. [ 0.247140] kvm [1]: GICv3 sysreg trapping enabled ([G0G1D], reduced performance)
  158. [ 0.247163] kvm [1]: GIC system register CPU interface enabled
  159. [ 0.247233] kvm [1]: VHE mode initialized successfully
  160. [ 0.247528] Initialise system trusted keyrings
  161. [ 0.247553] workingset: timestamp_bits=42 max_order=20 bucket_order=0
  162. [ 0.248648] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  163. [ 0.248798] NFS: Registering the id_resolver key type
  164. [ 0.248804] Key type id_resolver registered
  165. [ 0.248806] Key type id_legacy registered
  166. [ 0.248820] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  167. [ 0.248823] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  168. [ 0.262109] NET: Registered PF_ALG protocol family
  169. [ 0.262112] Key type asymmetric registered
  170. [ 0.262115] Asymmetric key parser 'x509' registered
  171. [ 0.262139] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
  172. [ 0.262142] io scheduler mq-deadline registered
  173. [ 0.262144] io scheduler kyber registered
  174. [ 0.262379] apple-gpio-pinctrl 24a820000.pinctrl: No cache defaults, reading back from HW
  175. [ 0.263095] apple-gpio-pinctrl 23e820000.pinctrl: No cache defaults, reading back from HW
  176. [ 0.263949] EINJ: ACPI disabled.
  177. [ 0.266239] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  178. [ 0.266685] 235200000.serial: ttySAC0 at MMIO 0x235200000 (irq = 40, base_baud = 0) is a APPLE S5L
  179. [ 0.346151] printk: console [ttySAC0] enabled
  180. [ 0.346554] 235208000.serial: ttySAC2 at MMIO 0x235208000 (irq = 41, base_baud = 0) is a APPLE S5L
  181. [ 0.347442] apple-dart 382f00000.iommu: DART [pagesize 4000, bypass support: 1, bypass forced: 0] initialized
  182. [ 0.348157] apple-dart 382f80000.iommu: DART [pagesize 4000, bypass support: 1, bypass forced: 0] initialized
  183. [ 0.348916] apple-dart 502f00000.iommu: DART [pagesize 4000, bypass support: 1, bypass forced: 0] initialized
  184. [ 0.349675] apple-dart 502f80000.iommu: DART [pagesize 4000, bypass support: 1, bypass forced: 0] initialized
  185. [ 0.350439] apple-dart 681008000.dart: DART [pagesize 4000, bypass support: 0, bypass forced: 0] initialized
  186. [ 0.351199] apple-dart 682008000.dart: DART [pagesize 4000, bypass support: 0, bypass forced: 0] initialized
  187. [ 0.351960] apple-dart 683008000.dart: DART [pagesize 4000, bypass support: 0, bypass forced: 0] initialized
  188. [ 0.352788] [drm] Initialized simpledrm 1.0.0 20200625 for bd725c000.framebuffer on minor 0
  189. [ 0.371384] Console: switching to colour frame buffer device 240x67
  190. [ 0.384323] simple-framebuffer bd725c000.framebuffer: [drm] fb0: simpledrm frame buffer device
  191. [ 0.388073] cacheinfo: Unable to detect cache hierarchy for CPU 0
  192. [ 0.389453] loop: module loaded
  193. [ 0.389999] libphy: Fixed MDIO Bus: probed
  194. [ 0.390291] tun: Universal TUN/TAP device driver, 1.6
  195. [ 0.390724] usbcore: registered new interface driver rtl8150
  196. [ 0.391130] usbcore: registered new interface driver r8152
  197. [ 0.391549] usbcore: registered new interface driver lan78xx
  198. [ 0.391991] usbcore: registered new interface driver asix
  199. [ 0.392398] usbcore: registered new interface driver ax88179_178a
  200. [ 0.392872] usbcore: registered new interface driver cdc_ether
  201. [ 0.393322] usbcore: registered new interface driver smsc75xx
  202. [ 0.393763] usbcore: registered new interface driver smsc95xx
  203. [ 0.394205] usbcore: registered new interface driver cdc_subset
  204. [ 0.394663] usbcore: registered new interface driver ipheth
  205. [ 0.395090] usbcore: registered new interface driver cdc_ncm
  206. [ 0.395848] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  207. [ 0.396264] ehci-pci: EHCI PCI platform driver
  208. [ 0.396693] ehci-platform: EHCI generic platform driver
  209. [ 0.397249] usbcore: registered new interface driver uas
  210. [ 0.397626] usbcore: registered new interface driver usb-storage
  211. [ 0.398132] UDC core: couldn't find an available UDC - added [g_serial] to list of pending drivers
  212. [ 0.398814] UDC core: couldn't find an available UDC - added [g_cdc] to list of pending drivers
  213. [ 0.399522] i2c_dev: i2c /dev entries driver
  214. [ 0.400120] usbcore: registered new interface driver usbhid
  215. [ 0.400460] usbhid: USB HID core driver
  216. [ 0.400926] NET: Registered PF_PACKET protocol family
  217. [ 0.401285] Key type dns_resolver registered
  218. [ 0.401661] registered taskstats version 1
  219. [ 0.401882] Loading compiled-in X.509 certificates
  220. [ 0.403443] apple-gpio-pinctrl 23c100000.pinctrl: No cache defaults, reading back from HW
  221. [ 0.404694] apple-gpio-pinctrl 23d1f0000.pinctrl: No cache defaults, reading back from HW
  222. [ 0.405862] pcie-apple 690000000.pcie: host bridge /soc/pcie@690000000 ranges:
  223. [ 0.406329] pcie-apple 690000000.pcie: MEM 0x06a0000000..0x06bfffffff -> 0x06a0000000
  224. [ 0.406963] pcie-apple 690000000.pcie: MEM 0x06c0000000..0x06ffffffff -> 0x00c0000000
  225. [ 0.615892] pcie-apple 690000000.pcie: /soc/pcie@690000000/pci@0,0 link didn't come up
  226. [ 0.724294] pcie-apple 690000000.pcie: Link up on /soc/pcie@690000000/pci@1,0
  227. [ 0.832296] pcie-apple 690000000.pcie: Link up on /soc/pcie@690000000/pci@2,0
  228. [ 0.833735] pcie-apple 690000000.pcie: ECAM at [mem 0x690000000-0x690ffffff] for [bus 00-03]
  229. [ 0.834882] pcie-apple 690000000.pcie: PCI host bridge to bus 0000:00
  230. [ 0.835821] pci_bus 0000:00: root bus resource [bus 00-03]
  231. [ 0.836684] pci_bus 0000:00: root bus resource [mem 0x6a0000000-0x6bfffffff pref]
  232. [ 0.837702] pci_bus 0000:00: root bus resource [mem 0x6c0000000-0x6ffffffff] (bus address [0xc0000000-0xffffffff])
  233. [ 0.838950] pci 0000:00:00.0: [106b:100c] type 01 class 0x060400
  234. [ 0.839904] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  235. [ 0.840886] pci 0000:00:01.0: [106b:100c] type 01 class 0x060400
  236. [ 0.841822] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
  237. [ 0.842766] pci 0000:00:02.0: [106b:100c] type 01 class 0x060400
  238. [ 0.843692] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
  239. [ 0.844808] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  240. [ 0.845839] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  241. [ 0.846858] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
  242. [ 0.848088] pci_bus 0000:01: busn_res: [bus 01-03] end is updated to 01
  243. [ 0.849022] pci 0000:02:00.0: [1b73:1100] type 00 class 0x0c0330
  244. [ 0.849882] pci 0000:02:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit]
  245. [ 0.850791] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit]
  246. [ 0.851691] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00000fff 64bit]
  247. [ 0.852631] pci 0000:02:00.0: supports D1
  248. [ 0.853289] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
  249. [ 0.864095] pci_bus 0000:02: busn_res: [bus 02-03] end is updated to 02
  250. [ 0.867971] pci 0000:03:00.0: [14e4:1682] type 00 class 0x020000
  251. [ 0.868816] pci 0000:03:00.0: reg 0x10: [mem 0x00000000-0x0000ffff 64bit pref]
  252. [ 0.869725] pci 0000:03:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit pref]
  253. [ 0.870630] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x000007ff pref]
  254. [ 0.874526] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
  255. [ 0.892307] pci_bus 0000:03: busn_res: [bus 03] end is updated to 03
  256. [ 0.895900] pci 0000:00:01.0: BAR 14: assigned [mem 0x6c0000000-0x6c00fffff]
  257. [ 0.896792] pci 0000:00:02.0: BAR 14: assigned [mem 0x6c0100000-0x6c01fffff]
  258. [ 0.897658] pci 0000:00:02.0: BAR 15: assigned [mem 0x6a0000000-0x6a00fffff 64bit pref]
  259. [ 0.898602] pci 0000:00:00.0: PCI bridge to [bus 01]
  260. [ 0.899322] pci 0000:02:00.0: BAR 0: assigned [mem 0x6c0000000-0x6c000ffff 64bit]
  261. [ 0.900248] pci 0000:02:00.0: BAR 2: assigned [mem 0x6c0010000-0x6c0010fff 64bit]
  262. [ 0.901170] pci 0000:02:00.0: BAR 4: assigned [mem 0x6c0011000-0x6c0011fff 64bit]
  263. [ 0.902092] pci 0000:00:01.0: PCI bridge to [bus 02]
  264. [ 0.902817] pci 0000:00:01.0: bridge window [mem 0x6c0000000-0x6c00fffff]
  265. [ 0.903728] pci 0000:03:00.0: BAR 0: assigned [mem 0x6a0000000-0x6a000ffff 64bit pref]
  266. [ 0.904708] pci 0000:03:00.0: BAR 2: assigned [mem 0x6a0010000-0x6a001ffff 64bit pref]
  267. [ 0.905685] pci 0000:03:00.0: BAR 6: assigned [mem 0x6c0100000-0x6c01007ff pref]
  268. [ 0.906603] pci 0000:00:02.0: PCI bridge to [bus 03]
  269. [ 0.907330] pci 0000:00:02.0: bridge window [mem 0x6c0100000-0x6c01fffff]
  270. [ 0.908218] pci 0000:00:02.0: bridge window [mem 0x6a0000000-0x6a00fffff 64bit pref]
  271. [ 0.909200] OF: /soc/pcie@690000000: no iommu-map translation for id 0x0 on (null)
  272. [ 0.910207] pcieport 0000:00:00.0: PME: Signaling with IRQ 93
  273. [ 0.911052] OF: /soc/pcie@690000000: no iommu-map translation for id 0x8 on (null)
  274. [ 0.912006] pcieport 0000:00:01.0: enabling device (0000 -> 0002)
  275. [ 0.912855] pcieport 0000:00:01.0: PME: Signaling with IRQ 95
  276. [ 0.913692] OF: /soc/pcie@690000000: no iommu-map translation for id 0x10 on (null)
  277. [ 0.914651] pcieport 0000:00:02.0: enabling device (0000 -> 0002)
  278. [ 0.915507] pcieport 0000:00:02.0: PME: Signaling with IRQ 97
  279. [ 0.916356] pci 0000:02:00.0: enabling device (0000 -> 0002)
  280. [ 0.917208] xhci_hcd 0000:02:00.0: Adding to iommu group 0
  281. [ 0.918036] xhci_hcd 0000:02:00.0: xHCI Host Controller
  282. [ 0.918792] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
  283. [ 0.919959] xhci_hcd 0000:02:00.0: hcc params 0x200071e1 hci version 0x100 quirks 0x0000000000000450
  284. [ 0.921175] hub 1-0:1.0: USB hub found
  285. [ 0.921832] hub 1-0:1.0: 4 ports detected
  286. [ 0.922587] xhci_hcd 0000:02:00.0: xHCI Host Controller
  287. [ 0.923353] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
  288. [ 0.924293] xhci_hcd 0000:02:00.0: Host supports USB 3.0 SuperSpeed
  289. [ 0.925152] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  290. [ 0.926219] hub 2-0:1.0: USB hub found
  291. [ 0.926894] hub 2-0:1.0: 4 ports detected
  292. [ 0.927646] tg3 0000:03:00.0: Adding to iommu group 1
  293. [ 0.928439] tg3 0000:03:00.0: enabling device (0000 -> 0002)
  294. [ 0.947045] tg3 0000:03:00.0 eth0: Tigon3 [partno(BCM57762) rev 57766000] (PCI Express) MAC address 14:98:77:81:bf:1a
  295. [ 0.948249] tg3 0000:03:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
  296. [ 0.949390] tg3 0000:03:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
  297. [ 0.950378] tg3 0000:03:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
  298. [ 1.072341] apple-ans-nvme 27bcc0000.nvme: RTKit: Initializing (protocol version 12)
  299. [ 1.134471] apple-ans-nvme 27bcc0000.nvme: RTKit: system endpoints successfuly initialized!
  300. [ 1.134632] dwc3 382280000.usb: Adding to iommu group 2
  301. [ 1.148600] apple-ans-nvme 27bcc0000.nvme: RTKit: syslog message: gc_search_bm.c:474: Restarting rebuild from lba 0
  302. [ 1.149854] apple-ans-nvme 27bcc0000.nvme: RTKit: syslog message: cmd.c:6009: boot mode normal
  303. [ 1.151293] apple-ans-nvme 27bcc0000.nvme: RTKit: syslog message: clog_v2.c:1031: Cxt Sync 0 Bands 1 2 FlowAccum 928 pendingBands 0
  304. [ 1.164055] dwc3 502280000.usb: Adding to iommu group 3
  305. [ 1.167740] apple-ans-nvme 27bcc0000.nvme: RTKit: syslog message: nvme_admin_ans2.c:2880: Invalid namespace 0
  306. [ 1.179905] usb 1-1: new full-speed USB device number 2 using xhci_hcd
  307. [ 1.253148] nvme0n1: p1 p2 p3 p4 p5
  308. [ 1.299969] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  309. [ 1.301335] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3
  310. [ 1.302894] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238ffcd hci version 0x110 quirks 0x0000000000010010
  311. [ 1.304901] g_serial gadget: Gadget Serial v2.4
  312. [ 1.306056] g_serial gadget: g_serial ready
  313. [ 1.307154] xhci-hcd xhci-hcd.0.auto: irq 78, io mem 0x502280000
  314. [ 1.309510] printk: console [ttyGS0] disabled
  315. [ 1.315934] hub 3-0:1.0: USB hub found
  316. [ 1.317187] hub 3-0:1.0: 1 port detected
  317. [ 1.318372] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  318. [ 1.319596] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
  319. [ 1.320996] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.1 Enhanced SuperSpeed
  320. [ 1.322363] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  321. [ 1.328610] hub 4-0:1.0: USB hub found
  322. [ 1.329865] hub 4-0:1.0: 1 port detected
  323. [ 1.345112] input: Logitech Gaming Mouse G600 as /devices/platform/soc/690000000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0/usb1/1-1/1-1:1.0/0003:046D:C24A.0001/input/input0
  324. [ 1.347836] hid-generic 0003:046D:C24A.0001: input: USB HID v1.11 Mouse [Logitech Gaming Mouse G600] on usb-0000:02:00.0-1/input0
  325. [ 1.363139] input: Logitech Gaming Mouse G600 Keyboard as /devices/platform/soc/690000000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0/usb1/1-1/1-1:1.1/0003:046D:C24A.0002/input/input1
  326. [ 1.384742] ALSA device list:
  327. [ 1.386067] No soundcards found.
  328. [ 1.388137] Freeing unused kernel memory: 4032K
  329. [ 1.423917] Run /init as init process
  330. [ 1.423962] input: Logitech Gaming Mouse G600 as /devices/platform/soc/690000000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0/usb1/1-1/1-1:1.1/0003:046D:C24A.0002/input/input2
  331. [ 1.425281] with arguments:
  332. [ 1.425282] /init
  333. [ 1.427576] hid-generic 0003:046D:C24A.0002: input: USB HID v1.11 Keyboard [Logitech Gaming Mouse G600] on usb-0000:02:00.0-1/input1
  334. [ 1.428746] with environment:
  335. [ 1.428747] HOME=/
  336. [ 1.434066] TERM=linux
  337. [ 1.450774] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] loading module dm_mod...
  338. [ 1.451660] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
  339. [ 1.459100] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] running udev...
  340. [ 1.459508] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] Starting version 249.5
  341. [ 1.476355] g_serial gadget: Gadget Serial v2.4
  342. [ 1.477727] g_serial gadget: g_serial ready
  343. [ 1.559895] usb 1-2: new low-speed USB device number 3 using xhci_hcd
  344. [ 1.637654] apple-ans-nvme 27bcc0000.nvme: RTKit: syslog message: gc_search_bm.c:413: Finished rebuilding GC Search BM
  345. [ 1.669816] tg3 0000:03:00.0 enp3s0: renamed from eth0
  346. [ 1.679836] random: fast init done
  347. [ 1.713730] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] starting device mapper and LVM...
  348. [ 1.714329] random: lvm: uninitialized urandom read (4 bytes read)
  349. [ 1.728680] input: Das Keyboard as /devices/platform/soc/690000000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0/usb1/1-2/1-2:1.0/0003:0C45:7605.0003/input/input3
  350. [ 1.785656] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] checking /dev/disk/by-label/NIXOS_SD...
  351. [ 1.787733] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] fsck (busybox 1.34.1)
  352. [ 1.788058] hid-generic 0003:0C45:7605.0003: input: USB HID v1.00 Keyboard [ Das Keyboard] on usb-0000:02:00.0-2/input0
  353. [ 1.788190] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/disk/by-label/NIXOS_SD
  354. [ 1.788632] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] NIXOS_SD: clean, 91517/160320 files, 455569/641042 blocks
  355. [ 1.791832] input: Das Keyboard Consumer Control as /devices/platform/soc/690000000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0/usb1/1-2/1-2:1.1/0003:0C45:7605.0004/input/input4
  356. [ 1.823448] stage-1-init: [Thu Jan 1 00:00:01 UTC 1970] mounting /dev/disk/by-label/NIXOS_SD on /...
  357. [ 1.824479] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
  358. [ 1.859971] input: Das Keyboard System Control as /devices/platform/soc/690000000.pcie/pci0000:00/0000:00:01.0/0000:02:00.0/usb1/1-2/1-2:1.1/0003:0C45:7605.0004/input/input5
  359. [ 1.867311] hid-generic 0003:0C45:7605.0004: input: USB HID v1.00 Device [ Das Keyboard] on usb-0000:02:00.0-2/input1
  360. [ 1.911982] EXT4-fs (nvme0n1p4): re-mounted. Opts: (null). Quota mode: none.
  361. [ 1.916265] booting system configuration /nix/store/v20q3922171g3hb7wvrgvx7rmifhcsx5-nixos-system-nixos-21.11pre-git
  362. [ 1.933281] stage-2-init: running activation script...
  363.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement