Advertisement
Guest User

Untitled

a guest
Jan 5th, 2021
1,447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.58 KB | None | 0 0
  1. odroid@Ubuntu-N2:~$ dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  3. [ 0.000000] Linux version 5.10.0-odroid-arm64 (tobetter@gmail.com) (gcc-10 (Ubuntu 10.2.0-13ubuntu1) 10.2.0, GNU ld (GNU Binutils for Ubuntu) 2.35.1) #1 SMP PREEMPT Ubuntu 5.10.4-202101051123~groovy (2021-01-05)
  4. [ 0.000000] Machine model: Hardkernel ODROID-N2
  5. [ 0.000000] Reserved memory: bypass linux,cma node, using cmdline CMA params instead
  6. [ 0.000000] OF: reserved mem: node linux,cma compatible matching fail
  7. [ 0.000000] cma: Reserved 800 MiB at 0x00000000bb800000
  8. [ 0.000000] NUMA: No NUMA configuration found
  9. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000ed7fffff]
  10. [ 0.000000] NUMA: NODE_DATA [mem 0xbb032100-0xbb033fff]
  11. [ 0.000000] Zone ranges:
  12. [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fffffff]
  13. [ 0.000000] DMA32 [mem 0x0000000040000000-0x00000000ed7fffff]
  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 0x0000000000000000-0x0000000004ffffff]
  18. [ 0.000000] node 0: [mem 0x0000000005300000-0x00000000ed7fffff]
  19. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000ed7fffff]
  20. [ 0.000000] On node 0 totalpages: 972032
  21. [ 0.000000] DMA zone: 4096 pages used for memmap
  22. [ 0.000000] DMA zone: 0 pages reserved
  23. [ 0.000000] DMA zone: 261376 pages, LIFO batch:63
  24. [ 0.000000] DMA32 zone: 11104 pages used for memmap
  25. [ 0.000000] DMA32 zone: 710656 pages, LIFO batch:63
  26. [ 0.000000] psci: probing for conduit method from DT.
  27. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  28. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  29. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  30. [ 0.000000] psci: SMC Calling Convention v1.1
  31. [ 0.000000] percpu: Embedded 23 pages/cpu s55704 r8192 d30312 u94208
  32. [ 0.000000] pcpu-alloc: s55704 r8192 d30312 u94208 alloc=23*4096
  33. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
  34. [ 0.000000] Detected VIPT I-cache on CPU0
  35. [ 0.000000] CPU features: detected: ARM erratum 845719
  36. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 956832
  37. [ 0.000000] Policy zone: DMA32
  38. [ 0.000000] Kernel command line: root=UUID=f91a48fc-860b-4a02-943d-d6e5eb144220 rootwait ro quiet splash console=tty1 cma=800M clk_ignore_unused console=ttyS0,115200n8
  39. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  40. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  41. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  42. [ 0.000000] software IO TLB: mapped [mem 0x0000000038381000-0x000000003c381000] (64MB)
  43. [ 0.000000] Memory: 2879364K/3888128K available (15934K kernel code, 1824K rwdata, 5508K rodata, 3136K init, 642K bss, 189564K reserved, 819200K cma-reserved)
  44. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
  45. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  46. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
  47. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  48. [ 0.000000] Tracing variant of Tasks RCU enabled.
  49. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  50. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
  51. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  52. [ 0.000000] GIC: Using split EOI/Deactivate mode
  53. [ 0.000000] irq_meson_gpio: 100 to 8 gpio interrupt mux initialized
  54. [ 0.000000] random: get_random_bytes called from start_kernel+0x328/0x544 with crng_init=0
  55. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  56. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  57. [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  58. [ 0.000237] Console: colour dummy device 80x25
  59. [ 0.000267] printk: console [tty1] enabled
  60. [ 0.000351] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000) [ 0.000362] pid_max: default: 32768 minimum: 301
  61. [ 0.000436] LSM: Security Framework initializing
  62. [ 0.000468] SELinux: Initializing.
  63. [ 0.000552] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  64. [ 0.000571] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  65. [ 0.002322] rcu: Hierarchical SRCU implementation.
  66. [ 0.004868] smp: Bringing up secondary CPUs ...
  67. [ 0.005489] Detected VIPT I-cache on CPU1
  68. [ 0.005551] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  69. [ 0.006711] CPU features: detected: ARM erratum 858921
  70. [ 0.006719] CPU features: detected: Spectre-v2
  71. [ 0.006722] CPU features: detected: Spectre-v4
  72. [ 0.006729] Detected VIPT I-cache on CPU2
  73. [ 0.006752] arch_timer: Enabling local workaround for ARM erratum 858921
  74. [ 0.006767] arch_timer: CPU2: Trapping CNTVCT access
  75. [ 0.006781] CPU2: Booted secondary processor 0x0000000100 [0x410fd092]
  76. [ 0.007394] Detected VIPT I-cache on CPU3
  77. [ 0.007411] arch_timer: Enabling local workaround for ARM erratum 858921
  78. [ 0.007417] arch_timer: CPU3: Trapping CNTVCT access
  79. [ 0.007424] CPU3: Booted secondary processor 0x0000000101 [0x410fd092]
  80. [ 0.008003] Detected VIPT I-cache on CPU4 [ 0.008019] arch_timer: Enabling local workaround for ARM erratum 858921
  81. [ 0.008026] arch_timer: CPU4: Trapping CNTVCT access
  82. [ 0.008033] CPU4: Booted secondary processor 0x0000000102 [0x410fd092]
  83. [ 0.008685] Detected VIPT I-cache on CPU5
  84. [ 0.008701] arch_timer: Enabling local workaround for ARM erratum 858921
  85. [ 0.008708] arch_timer: CPU5: Trapping CNTVCT access [ 0.008716] CPU5: Booted secondary processor 0x0000000103 [0x410fd092] [ 0.008793] smp: Brought up 1 node, 6 CPUs
  86. [ 0.008808] SMP: Total of 6 processors activated. [ 0.008816] CPU features: detected: 32-bit EL0 Support [ 0.008821] CPU features: detected: CRC32 instructions [ 0.008827] CPU features: detected: 32-bit EL1 Support [ 0.022484] CPU: All CPU(s) started at EL2
  87. [ 0.022536] alternatives: patching kernel code [ 0.024420] devtmpfs: initialized
  88. [ 0.031093] Registered cp15_barrier emulation handler[ 0.031106] Registered setend emulation handler
  89. [ 0.031112] KASLR disabled due to lack of seed [ 0.031376] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.031389] futex hash table entries: 2048 (order: 5, 131072 bytes, linear) [ 0.045345] pinctrl core: initialized pinctrl subsystem [ 0.046291] NET: Registered protocol family 16
  90. [ 0.047547] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
  91. [ 0.047723] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  92. [ 0.047958] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  93. [ 0.048006] audit: initializing netlink subsys (disabled)
  94. [ 0.048112] audit: type=2000 audit(0.044:1): state=initialized audit_enabled=0 res=1
  95. [ 0.049298] thermal_sys: Registered thermal governor 'fair_share'
  96. [ 0.049303] thermal_sys: Registered thermal governor 'bang_bang'
  97. [ 0.049307] thermal_sys: Registered thermal governor 'step_wise'
  98. [ 0.049310] thermal_sys: Registered thermal governor 'user_space'
  99. [ 0.049726] cpuidle: using governor menu [ 0.049835] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.049945] ASID allocator initialised with 65536 entries
  100. [ 0.050810] Serial: AMBA PL011 UART driver
  101. [ 0.084165] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  102. [ 0.084174] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  103. [ 0.084179] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  104. [ 0.084182] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  105. [ 0.085547] cryptd: max_cpu_qlen set to 1000 [ 0.152636] raid6: neonx8 gen() 2785 MB/s [ 0.220680] raid6: neonx8 xor() 2030 MB/s
  106. [ 0.288742] raid6: neonx4 gen() 2997 MB/s [ 0.356822] raid6: neonx4 xor() 2359 MB/s [ 0.424873] raid6: neonx2 gen() 2623 MB/s
  107. [ 0.492929] raid6: neonx2 xor() 2132 MB/s [ 0.560995] raid6: neonx1 gen() 2027 MB/s [ 0.629059] raid6: neonx1 xor() 1729 MB/s
  108. [ 0.697128] raid6: int64x8 gen() 1355 MB/s [ 0.765183] raid6: int64x8 xor() 716 MB/s [ 0.833247] raid6: int64x4 gen() 1439 MB/s
  109. [ 0.901332] raid6: int64x4 xor() 700 MB/s [ 0.969373] raid6: int64x2 gen() 1340 MB/s [ 1.037437] raid6: int64x2 xor() 611 MB/s
  110. [ 1.105494] raid6: int64x1 gen() 1111 MB/s [ 1.173562] raid6: int64x1 xor() 454 MB/s
  111. [ 1.173565] raid6: using algorithm neonx4 gen() 2997 MB/s
  112. [ 1.173568] raid6: .... xor() 2359 MB/s, rmw enabled [ 1.173571] raid6: using neon recovery algorithm
  113. [ 1.174619] 5V: supplied by 12V [ 1.175471] VDDAO_3V3: supplied by 12V
  114. [ 1.175946] iommu: Default domain type: Translated
  115. [ 1.176069] vgaarb: loaded
  116. [ 1.176319] SCSI subsystem initialized
  117. [ 1.176582] usbcore: registered new interface driver usbfs
  118. [ 1.176636] usbcore: registered new interface driver hub
  119. [ 1.176696] usbcore: registered new device driver usb
  120. [ 1.177115] pps_core: LinuxPPS API ver. 1 registered
  121. [ 1.177119] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  122. [ 1.177183] PTP clock support registered
  123. [ 1.177343] EDAC MC: Ver: 3.0.0
  124. [ 1.178199] Advanced Linux Sound Architecture Driver Initialized.
  125. [ 1.178804] clocksource: Switched to clocksource arch_sys_counter
  126. [ 1.178966] VFS: Disk quotas dquot_6.6.0
  127. [ 1.179003] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  128. [ 1.184544] NET: Registered protocol family 2 [ 1.184968] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  129. [ 1.185019] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  130. [ 1.185160] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear) [ 1.185349] TCP: Hash tables configured (established 32768 bind 32768) [ 1.185437] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  131. [ 1.185472] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear) [ 1.185612] NET: Registered protocol family 1
  132. [ 1.185877] RPC: Registered named UNIX socket transport module. [ 1.185882] RPC: Registered udp transport module.
  133. [ 1.185884] RPC: Registered tcp transport module. [ 1.185887] RPC: Registered tcp NFSv4.1 backchannel transport module.
  134. [ 1.185895] PCI: CLS 0 bytes, default 64 [ 1.186011] Trying to unpack rootfs image as initramfs...
  135. [ 1.346816] Freeing initrd memory: 20984K [ 1.347468] kvm [1]: IPA Size Limit: 40 bits [ 1.348151] kvm [1]: vgic interrupt IRQ9
  136. [ 1.348276] kvm [1]: Hyp mode initialized successfully [ 1.352028] Initialise system trusted keyrings
  137. [ 1.352146] workingset: timestamp_bits=44 max_order=20 bucket_order=0
  138. [ 1.355327] zbud: loaded [ 1.356141] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.356649] NFS: Registering the id_resolver key type
  139. [ 1.356667] Key type id_resolver registered [ 1.356670] Key type id_legacy registered
  140. [ 1.356723] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  141. [ 1.356727] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
  142. [ 1.357346] JFS: nTxBlock = 8192, nTxLock = 65536 [ 1.360264] SGI XFS with ACLs, security attributes, realtime, quota, no debug enabled [ 1.361344] ocfs2: Registered cluster interface o2cb
  143. [ 1.361450] OCFS2 User DLM kernel interface loaded [ 1.362528] gfs2: GFS2 installed
  144. [ 1.390366] xor: measuring software checksum speed [ 1.393222] 8regs : 3467 MB/sec [ 1.395638] 32regs : 4085 MB/sec
  145. [ 1.398298] arm64_neon : 3703 MB/sec [ 1.398302] xor: using function: 32regs (4085 MB/sec)
  146. [ 1.398309] Key type asymmetric registered [ 1.398312] Asymmetric key parser 'x509' registered
  147. [ 1.398349] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  148. [ 1.398485] io scheduler mq-deadline registered [ 1.398488] io scheduler kyber registered
  149. [ 1.398568] io scheduler bfq registered [ 1.400913] gpio-447 (usb-hub-reset): hogged as output/high [ 1.402427] pwm-gpio pwmgpio: 1 gpio pwms loaded
  150. [ 1.409636] soc soc0: Amlogic Meson G12B (S922X) Revision 29:a (40:2) Detected
  151. [ 1.411033] VCC_3V3: supplied by VDDAO_3V3 [ 1.411070] FLASH_1V8: supplied by VCC_3V3
  152. [ 1.411106] VCC_1V8: supplied by VCC_3V3 [ 1.411152] VDDAO_1V8: supplied by VDDAO_3V3
  153. [ 1.411181] VDDCPU_A: supplied by regulator-dummy [ 1.411518] VDDCPU_B: supplied by regulator-dummy
  154. [ 1.414312] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.415790] Serial: AMBA driver
  155. [ 1.416055] ff803000.serial: ttyAML0 at MMIO 0xff803000 (irq = 25, base_baud = 1500000) is a meson_uart
  156. [ 1.416542] ffd24000.serial: ttyAML1 at MMIO 0xffd24000 (irq = 33, base_baud = 1500000) is a meson_uart [ 1.420660] brd: module loaded
  157. [ 1.423968] loop: module loaded [ 1.425466] libphy: Fixed MDIO Bus: probed
  158. [ 1.426338] tun: Universal TUN/TAP device driver, 1.6
  159. [ 1.427814] usbcore: registered new interface driver cdc_ether
  160. [ 1.427848] usbcore: registered new interface driver cdc_subset [ 1.427972] VFIO - User Level meta-driver version: 0.3
  161. [ 1.429223] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.429244] ehci-pci: EHCI PCI platform driver
  162. [ 1.429277] ehci-platform: EHCI generic platform driver [ 1.429394] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.429404] ohci-pci: OHCI PCI platform driver
  163. [ 1.429435] ohci-platform: OHCI generic platform driver
  164. [ 1.429825] usbcore: registered new interface driver usb-storage [ 1.431086] mousedev: PS/2 mouse device common for all mice [ 1.431224] usbcore: registered new interface driver dwav_usb_mt
  165. [ 1.431443] i2c /dev entries driver [ 1.436772] cpufreq: cpufreq_online: CPU2: Running at unlisted initial frequency: 999999 KHz, changing to: 1000000 KHz
  166. [ 1.437990] sdhci: Secure Digital Host Controller Interface driver [ 1.437997] sdhci: Copyright(c) Pierre Ossman
  167. [ 1.438073] Synopsys Designware Multimedia Card Interface Driver [ 1.438472] sdhci-pltfm: SDHCI platform and OF driver helper
  168. [ 1.438918] meson-gx-mmc ffe07000.mmc: allocated mmc-pwrseq
  169. [ 1.439798] ledtrig-cpu: registered to indicate activity on CPUs [ 1.440089] meson-sm: secure-monitor enabled
  170. [ 1.440253] hid: raw HID events driver (C) Jiri Kosina
  171. [ 1.440620] usbcore: registered new interface driver usbhid
  172. [ 1.440623] usbhid: USB HID core driver
  173. [ 1.441260] meson-saradc ff809000.adc: supply vref not found, using dummy regulator [ 1.444939] NET: Registered protocol family 10
  174. [ 1.445310] Segment Routing with IPv6
  175. [ 1.445334] NET: Registered protocol family 17 [ 1.445342] NET: Registered protocol family 15
  176. [ 1.445424] 8021q: 802.1Q VLAN Support v1.8
  177. [ 1.445448] Key type dns_resolver registered
  178. [ 1.445583] registered taskstats version 1
  179. [ 1.445591] Loading compiled-in X.509 certificates
  180. [ 1.445646] zswap: loaded using pool lzo/zbud
  181. [ 1.445771] Key type ._fscrypt registered
  182. [ 1.445773] Key type .fscrypt registered
  183. [ 1.445774] Key type fscrypt-provisioning registered
  184. [ 1.446093] Btrfs loaded, crc32c=crc32c-generic
  185. [ 1.451380] Key type encrypted registered [ 1.458748] HUB_5V: supplied by 5V
  186. [ 1.459098] USB_PWR_EN: supplied by 5V
  187. [ 1.460664] meson8b-dwmac ff3f0000.ethernet: IRQ eth_wake_irq not found
  188. [ 1.460670] meson8b-dwmac ff3f0000.ethernet: IRQ eth_lpi not found
  189. [ 1.460738] meson8b-dwmac ff3f0000.ethernet: PTP uses main clock
  190. [ 1.460741] meson8b-dwmac ff3f0000.ethernet: no reset control found
  191. [ 1.461108] meson8b-dwmac ff3f0000.ethernet: User ID: 0x11, Synopsys ID: 0x37
  192. [ 1.461112] meson8b-dwmac ff3f0000.ethernet: DWMAC1000
  193. [ 1.461115] meson8b-dwmac ff3f0000.ethernet: DMA HW capability register supported
  194. [ 1.461118] meson8b-dwmac ff3f0000.ethernet: RX Checksum Offload Engine supported
  195. [ 1.461120] meson8b-dwmac ff3f0000.ethernet: COE Type 2
  196. [ 1.461122] meson8b-dwmac ff3f0000.ethernet: TX Checksum insertion supported
  197. [ 1.461124] meson8b-dwmac ff3f0000.ethernet: Wake-Up On Lan supported
  198. [ 1.461157] meson8b-dwmac ff3f0000.ethernet: Normal descriptors
  199. [ 1.461160] meson8b-dwmac ff3f0000.ethernet: Ring mode enabled
  200. [ 1.461162] meson8b-dwmac ff3f0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  201. [ 1.461315] libphy: stmmac: probed
  202. [ 1.462235] dwc3-meson-g12a ffe09000.usb: USB2 ports: 2 [ 1.462241] dwc3-meson-g12a ffe09000.usb: USB3 ports: 1
  203. [ 1.464986] dwc2 ff400000.usb: supply vusb_d not found, using dummy regulator
  204. [ 1.465035] dwc2 ff400000.usb: supply vusb_a not found, using dummy regulator [ 1.465154] dwc2 ff400000.usb: EPs: 7, dedicated fifos, 712 entries in SPRAM
  205. [ 1.465686] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.465697] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  206. [ 1.465781] xhci-hcd xhci-hcd.0.auto: hcc params 0x0228fe6c hci version 0x110 quirks 0x0000000000010010
  207. [ 1.465798] xhci-hcd xhci-hcd.0.auto: irq 41, io mem 0xff500000
  208. [ 1.465924] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
  209. [ 1.465927] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.465930] usb usb1: Product: xHCI Host Controller
  210. [ 1.465932] usb usb1: Manufacturer: Linux 5.10.0-odroid-arm64 xhci-hcd [ 1.465934] usb usb1: SerialNumber: xhci-hcd.0.auto
  211. [ 1.466123] hub 1-0:1.0: USB hub found
  212. [ 1.466134] hub 1-0:1.0: 2 ports detected [ 1.466262] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 1.466268] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  213. [ 1.466273] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
  214. [ 1.466293] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  215. [ 1.466320] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
  216. [ 1.466323] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  217. [ 1.466326] usb usb2: Product: xHCI Host Controller
  218. [ 1.466328] usb usb2: Manufacturer: Linux 5.10.0-odroid-arm64 xhci-hcd [ 1.466330] usb usb2: SerialNumber: xhci-hcd.0.auto
  219. [ 1.466474] hub 2-0:1.0: USB hub found
  220. [ 1.466484] hub 2-0:1.0: 1 port detected
  221. [ 1.466739] dwc3-meson-g12a ffe09000.usb: switching to Device Mode
  222. [ 1.467597] meson-gx-mmc ffe05000.sd: Got CD GPIO
  223. [ 1.467671] libphy: mdio_mux: probed
  224. [ 1.575191] libphy: mdio_mux: probed [ 1.578576] clk: Not disabling unused clocks
  225. [ 1.578586] ALSA device list: [ 1.578589] No soundcards found.
  226. [ 1.579341] Freeing unused kernel memory: 3136K
  227. [ 1.610850] Run /init as init process
  228. [ 1.610854] with arguments:
  229. [ 1.610857] /init
  230. [ 1.610858] splash
  231. [ 1.610860] with environment:
  232. [ 1.610861] HOME=/
  233. [ 1.610862] TERM=linux
  234. [ 1.689153] mmc1: new HS200 MMC card at address 0001
  235. [ 1.689784] mmcblk1: mmc1:0001 DF4064 58.2 GiB
  236. [ 1.690005] mmcblk1boot0: mmc1:0001 DF4064 partition 1 4.00 MiB
  237. [ 1.690223] mmcblk1boot1: mmc1:0001 DF4064 partition 2 4.00 MiB
  238. [ 1.690372] mmcblk1rpmb: mmc1:0001 DF4064 partition 3 4.00 MiB, chardev (241:0)
  239. [ 1.691771] mmcblk1: p1 p2 [ 1.728865] random: fast init done
  240. [ 1.789201] rtc-pcf8563 1-0051: registered as rtc0
  241. [ 1.790860] rtc-pcf8563 1-0051: setting system clock to 2021-01-05T13:43:51 UTC (1609854231)
  242. [ 1.798841] usb 1-1: new high-speed USB device number 2 using xhci-hcd
  243. [ 1.949136] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=93.04
  244. [ 1.949142] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  245. [ 1.949145] usb 1-1: Product: USB2.1 Hub [ 1.949147] usb 1-1: Manufacturer: GenesysLogic
  246. [ 2.010488] hub 1-1:1.0: USB hub found
  247. [ 2.010709] hub 1-1:1.0: 4 ports detected
  248. [ 2.074915] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
  249. [ 2.097455] usb 2-1: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=93.04
  250. [ 2.097461] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 2.097463] usb 2-1: Product: USB3.1 Hub
  251. [ 2.097466] usb 2-1: Manufacturer: GenesysLogic
  252. [ 2.122479] hub 2-1:1.0: USB hub found
  253. [ 2.122759] hub 2-1:1.0: 4 ports detected
  254. [ 2.201077] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
  255. [ 2.386819] usb 1-1.1: new high-speed USB device number 3 using xhci-hcd
  256. [ 2.513803] usb 1-1.1: New USB device found, idVendor=2109, idProduct=2817, bcdDevice=90.24
  257. [ 2.513810] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  258. [ 2.513813] usb 1-1.1: Product: USB2.0 Hub
  259. [ 2.513816] usb 1-1.1: Manufacturer: VIA Labs, Inc.
  260. [ 2.554644] hub 1-1.1:1.0: USB hub found
  261. [ 2.554943] hub 1-1.1:1.0: 4 ports detected
  262. [ 2.578345] systemd[1]: systemd 246.6-1ubuntu1 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)
  263. [ 2.578580] systemd[1]: Detected architecture arm64.
  264. [ 2.613751] systemd[1]: Set hostname to <Ubuntu-N2>.
  265. [ 2.618392] usb 2-1.1: new SuperSpeed Gen 1 USB device number 3 using xhci-hcd
  266. [ 2.742058] usb 2-1.1: New USB device found, idVendor=2109, idProduct=0817, bcdDevice=90.24
  267. [ 2.742065] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  268. [ 2.742068] usb 2-1.1: Product: USB3.0 Hub
  269. [ 2.742070] usb 2-1.1: Manufacturer: VIA Labs, Inc. [ 2.762625] hub 2-1.1:1.0: USB hub found
  270. [ 2.762827] hub 2-1.1:1.0: 4 ports detected
  271. [ 2.842821] usb 1-1.3: new high-speed USB device number 4 using xhci-hcd
  272. [ 2.858913] 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.
  273. [ 2.918689] 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.965888] systemd[1]: Queued start job for default target Graphical Interface. [ 2.966452] random: systemd: uninitialized urandom read (16 bytes read)
  274. [ 2.967845] systemd[1]: Created slice system-modprobe.slice.
  275. [ 2.967965] random: systemd: uninitialized urandom read (16 bytes read)
  276. [ 2.968358] systemd[1]: Created slice system-systemd\x2dfsck.slice.
  277. [ 2.968397] random: systemd: uninitialized urandom read (16 bytes read)
  278. [ 2.968716] systemd[1]: Created slice User and Session Slice.
  279. [ 2.968858] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  280. [ 2.969253] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ 2.969396] systemd[1]: Reached target Remote File Systems.
  281. [ 2.969437] systemd[1]: Reached target Slices.
  282. [ 2.969767] systemd[1]: Listening on Syslog Socket.
  283. [ 2.969936] systemd[1]: Listening on fsck to fsckd communication Socket.
  284. [ 2.970040] systemd[1]: Listening on initctl Compatibility Named Pipe.
  285. [ 2.970363] systemd[1]: Listening on Journal Audit Socket.
  286. [ 2.970515] systemd[1]: Listening on Journal Socket (/dev/log).
  287. [ 2.970731] systemd[1]: Listening on Journal Socket.
  288. [ 2.971021] systemd[1]: Listening on udev Control Socket.
  289. [ 2.971174] systemd[1]: Listening on udev Kernel Socket.
  290. [ 2.973089] systemd[1]: Mounting Huge Pages File System...
  291. [ 2.975157] systemd[1]: Mounting POSIX Message Queue File System...
  292. [ 2.977425] systemd[1]: Mounting Kernel Debug File System...
  293. [ 2.977750] systemd[1]: Condition check resulted in Kernel Trace File System being skipped.
  294. [ 2.979188] usb 1-1.3: New USB device found, idVendor=2604, idProduct=0012, bcdDevice= 0.00
  295. [ 2.979197] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 2.979200] usb 1-1.3: Product: 802.11n NIC
  296. [ 2.979203] usb 1-1.3: Manufacturer: Realtek
  297. [ 2.979206] usb 1-1.3: SerialNumber: 123456
  298. [ 2.981544] systemd[1]: Starting Journal Service... [ 2.984563] systemd[1]: Starting Set the console keyboard layout...
  299. [ 2.987357] systemd[1]: Starting Create list of static device nodes for the current kernel...
  300. [ 2.987494] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
  301. [ 2.989730] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
  302. [ 2.989857] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  303. [ 2.995020] systemd[1]: Starting Load Kernel Modules...
  304. [ 2.998007] systemd[1]: Starting Remount Root and Kernel File Systems... [ 3.000658] systemd[1]: Starting Coldplug All udev Devices... [ 3.003230] systemd[1]: Starting Uncomplicated firewall...
  305. [ 3.007680] systemd[1]: Mounted Huge Pages File System.
  306. [ 3.008135] systemd[1]: Mounted POSIX Message Queue File System.
  307. [ 3.008499] systemd[1]: Mounted Kernel Debug File System. [ 3.009709] systemd[1]: Finished Create list of static device nodes for the current kernel.
  308. [ 3.026437] systemd[1]: Finished Uncomplicated firewall.
  309. [ 3.033912] systemd[1]: Finished Load Kernel Modules.
  310. [ 3.034594] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
  311. [ 3.036086] EXT4-fs (mmcblk1p2): re-mounted. Opts: errors=remount-ro
  312. [ 3.037064] systemd[1]: Mounting Kernel Configuration File System...
  313. [ 3.039581] systemd[1]: Starting Apply Kernel Variables...
  314. [ 3.044352] systemd[1]: Finished Remount Root and Kernel File Systems.
  315. [ 3.048013] systemd[1]: Activating swap /swapfile...
  316. [ 3.049466] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 3.049629] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped. [ 3.051857] systemd[1]: Starting Load/Save Random Seed...
  317. [ 3.054226] systemd[1]: Starting Create System Users...
  318. [ 3.056543] systemd[1]: Mounted Kernel Configuration File System.
  319. [ 3.059123] usb 2-1.4: new SuperSpeed Gen 1 USB device number 4 using xhci-hcd
  320. [ 3.085053] usb 2-1.4: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
  321. [ 3.085060] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.085063] usb 2-1.4: Product: Flash Drive
  322. [ 3.085065] usb 2-1.4: Manufacturer: Samsung [ 3.085068] usb 2-1.4: SerialNumber: 0320916120014025
  323. [ 3.086502] usb-storage 2-1.4:1.0: USB Mass Storage device detected [ 3.086750] usb-storage 2-1.4:1.0: Quirks match for vid 090c pid 1000: 400 [ 3.086827] scsi host0: usb-storage 2-1.4:1.0
  324. [ 3.099663] systemd[1]: Started Journal Service.
  325. [ 3.103121] Adding 2097148k swap on /swapfile. Priority:-2 extents:6 across:2260988k SSFS
  326. [ 3.342824] usb 1-1.1.2: new full-speed USB device number 5 using xhci-hcd [ 3.496507] usb 1-1.1.2: New USB device found, idVendor=1532, idProduct=011a, bcdDevice= 2.00
  327. [ 3.496517] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  328. [ 3.496521] usb 1-1.1.2: Product: Razer BlackWidow Ultimate
  329. [ 3.496523] usb 1-1.1.2: Manufacturer: Razer
  330. [ 3.566764] 8812au: loading out-of-tree module taints kernel.
  331. [ 3.612298] input: Razer Razer BlackWidow Ultimate as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:1532:011A.0001/input/input0
  332. [ 3.671849] hid-generic 0003:1532:011A.0001: input,hidraw0: USB HID v1.11 Keyboard [Razer Razer BlackWidow Ultimate] on usb-xhci-hcd.0.auto-1.1.2/input0
  333. [ 3.680089] input: Razer Razer BlackWidow Ultimate Keyboard as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.1/0003:1532:011A.0002/input/input1
  334. [ 3.732204] usbcore: registered new interface driver uas [ 3.739436] input: Razer Razer BlackWidow Ultimate Consumer Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.1/0003:1532:011A.0002/input/input2 [ 3.739771] input: Razer Razer BlackWidow Ultimate System Control as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.1/0003:1532:011A.0002/input/input3
  335. [ 3.739988] input: Razer Razer BlackWidow Ultimate as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.1/0003:1532:011A.0002/input/input4
  336. [ 3.740194] hid-generic 0003:1532:011A.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer BlackWidow Ultimate] on usb-xhci-hcd.0.auto-1.1.2/input1
  337. [ 3.742854] input: Razer Razer BlackWidow Ultimate as /devices/platform/soc/ffe09000.usb/ff500000.usb/xhci-hcd.0.auto/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.2/0003:1532:011A.0003/input/input5 [ 3.745182] usbcore: registered new interface driver rtl8812au
  338. [ 3.746353] hid-generic 0003:1532:011A.0003: input,hidraw2: USB HID v1.11 Mouse [Razer Razer BlackWidow Ultimate] on usb-xhci-hcd.0.auto-1.1.2/input2
  339. [ 3.771105] usb 1-1.3: USB disconnect, device number 4 [ 3.878827] usb 1-1.1.3: new full-speed USB device number 6 using xhci-hcd [ 4.001287] mali ffe40000.gpu: Kernel DDK version r24p0-01rel0 [ 4.004636] mali ffe40000.gpu: GPU identified as 0x2 arch 7.2.1 r0p0 status 0 [ 4.004776] mali ffe40000.gpu: No memory group manager is configured [ 4.006895] usb 1-1.1.3: device descriptor read/64, error -32 [ 4.008481] meson-drm ff900000.vpu: Queued 2 outputs on vpu [ 4.008733] mc: Linux media interface: v0.10
  340. [ 4.016727] videodev: Linux video capture interface: v2.00
  341. [ 4.019385] mali ffe40000.gpu: Couldn't find power_model DT node matching 'arm,mali-simple-power-model'
  342. [ 4.019396] mali ffe40000.gpu: Error -22, no DT entry: mali-simple-power-model.static-coefficient = 1*[0]
  343. [ 4.019420] mali ffe40000.gpu: Error -22, no DT entry: mali-simple-power-model.dynamic-coefficient = 1*[0]
  344. [ 4.019440] mali ffe40000.gpu: Error -22, no DT entry: mali-simple-power-model.ts = 4*[0]
  345. [ 4.019463] mali ffe40000.gpu: Error -22, no DT entry: mali-simple-power-model.thermal-zone = ''
  346. [ 4.021718] mali ffe40000.gpu: Using configured power model mali-g52-power-model, and fallback mali-simple-power-model
  347. [ 4.025805] Registered IR keymap rc-odroid
  348. [ 4.027480] mali ffe40000.gpu: Probed as mali0
  349. [ 4.049820] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
  350. [ 4.071170] meson-drm ff900000.vpu: CVBS Output connector not available
  351. [ 4.073935] IR NEC protocol handler initialized
  352. [ 4.098959] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
  353. [ 4.099547] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver
  354. [ 4.099970] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops [meson_dw_hdmi])
  355. [ 4.100365] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 0
  356. [ 4.102886] rc rc0: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0 [ 4.103035] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
  357. [ 4.103094] input: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0/input6
  358. [ 4.103290] meson-ir ff808000.ir: receiver initialized
  359. [ 4.122913] devfreq ffe40000.gpu: Couldn't update frequency transition information. [ 4.201194] EXT4-fs (mmcblk1p1): mounted filesystem with ordered data mode. Opts: (null) [ 4.201213] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
  360. [ 4.242842] usb 1-1.1.3: device descriptor read/64, error -32
  361. [ 4.255966] scsi 0:0:0:0: Direct-Access Samsung Flash Drive 1100 PQ: 0 ANSI: 6
  362. [ 4.256760] sd 0:0:0:0: [sda] 62668800 512-byte logical blocks: (32.1 GB/29.9 GiB)
  363. [ 4.257217] sd 0:0:0:0: [sda] Write Protect is off
  364. [ 4.257221] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  365. [ 4.257653] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.285369] sda: sda1 sda2
  366. [ 4.287259] sd 0:0:0:0: [sda] Attached SCSI removable disk
  367. [ 4.430841] usb 2-1.3: new SuperSpeed Gen 1 USB device number 5 using xhci-hcd
  368. [ 4.455101] usb 2-1.3: Int endpoint with wBytesPerInterval of 512 in config 1 interface 0 altsetting 0 ep 133: setting to 64
  369. [ 4.455260] usb 2-1.3: New USB device found, idVendor=2604, idProduct=0012, bcdDevice= 0.00 [ 4.455263] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  370. [ 4.455266] usb 2-1.3: Product: 802.11n NIC
  371. [ 4.455268] usb 2-1.3: Manufacturer: Realtek
  372. [ 4.455270] usb 2-1.3: SerialNumber: 123456
  373. [ 4.479645] Console: switching to colour frame buffer device 240x67
  374. [ 4.505089] meson-drm ff900000.vpu: [drm] fb0: mesondrmfb frame buffer device
  375. [ 4.582864] usb 1-1.1.3: new full-speed USB device number 7 using xhci-hcd [ 4.656264] rtl8812au 2-1.3:1.0 wlx502b73d547bc: renamed from wlan0 [ 4.675847] sd 0:0:0:0: Attached scsi generic sg0 type 0
  376. [ 4.710875] usb 1-1.1.3: device descriptor read/64, error -32
  377. [ 4.815624] random: crng init done [ 4.815638] random: 7 urandom warning(s) missed due to ratelimiting
  378. [ 4.946934] usb 1-1.1.3: device descriptor read/64, error -32
  379. [ 5.055050] usb 1-1.1-port3: attempt power cycle
  380. [ 5.705040] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=42)
  381. [ 5.718821] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found
  382. [ 5.718834] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW [ 5.719079] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode
  383. [ 6.590835] usb 1-1.1.3: new full-speed USB device number 8 using xhci-hcd
  384. [ 6.590945] usb 1-1.1.3: Device not responding to setup address.
  385. [ 6.798928] usb 1-1.1.3: Device not responding to setup address.
  386. [ 7.006854] usb 1-1.1.3: device not accepting address 8, error -71
  387. [ 7.134897] usb 1-1.1.3: new full-speed USB device number 9 using xhci-hcd
  388. [ 7.135015] usb 1-1.1.3: Device not responding to setup address.
  389. [ 7.342950] usb 1-1.1.3: Device not responding to setup address.
  390. [ 7.550819] usb 1-1.1.3: device not accepting address 9, error -71
  391. [ 7.551134] usb 1-1.1-port3: unable to enumerate USB device
  392. [ 8.053379] fuse: init (API version 7.32)
  393. [ 8.300492] hdmi-audio-codec hdmi-audio-codec.3.auto: Only one simultaneous stream supported!
  394. [ 8.300507] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: error at snd_soc_dai_startup on i2s-hifi: -22
  395. [ 8.300511] hdmi-audio-codec hdmi-audio-codec.3.auto: ASoC: startup() failed: -22
  396. [ 8.300517] axg-sound-card sound: ASoC: PRE_PMU: be.dai-link-6-playback event failed: -22 [ 8.959593] Unable to handle kernel paging request at virtual address ffff8002390a45e0
  397. [ 8.959603] Mem abort info:
  398. [ 8.959606] ESR = 0x96000005 [ 8.959609] EC = 0x25: DABT (current EL), IL = 32 bits
  399. [ 8.959612] SET = 0, FnV = 0
  400. [ 8.959614] EA = 0, S1PTW = 0 [ 8.959616] Data abort info:
  401. [ 8.959619] ISV = 0, ISS = 0x00000005 [ 8.959621] CM = 0, WnR = 0 [ 8.959624] swapper pgtable: 4k pages, 48-bit VAs, pgdp=00000000014f5000
  402. [ 8.959627] [ffff8002390a45e0] pgd=00000000bb7ff003, p4d=00000000bb7ff003, pud=0000000000000000 [ 8.959635] Internal error: Oops: 96000005 [#1] PREEMPT SMP [ 8.959638] Modules linked in: fuse cpufreq_conservative cpufreq_powersave sg snd_soc_hdmi_codec dw_hdmi_i2s_audio ir_nec_decoder meson_dw_hdmi meson_vdec(C) meson_rng v4l2_mem2mem rng_core videobuf2_dma_contig meson_ir videobuf2_v4l2 videobuf2_memops videobuf2_common videodev mc meson_drm snd_soc_meson_g12a_tohdmitx snd_soc_meson_axg_tdmin snd_soc_meson_g12a_toacodec snd_soc_meson_codec_glue snd_soc_meson_axg_spdifout snd_soc_meson_axg_toddr snd_soc_meson_axg_tdmout dw_hdmi meson_canvas snd_soc_meson_axg_frddr mali_kbase(O) reset_meson_audio_arb snd_soc_meson_axg_fifo snd_soc_meson_t9015 uas snd_soc_meson_axg_sound_card pwm_fan snd_soc_meson_card_utils snd_soc_spdif_tx snd_soc_simple_amplifier snd_soc_meson_axg_tdm_interface snd_soc_meson_axg_tdm_formatter 8812au(O) cfg80211 rfkill sch_fq_codel ip_tables x_tables rtc_pcf8563 axg_audio sclk_div clk_phase meson_gxl realtek
  403. [ 8.959716] CPU: 2 PID: 2074 Comm: gnome-shell Tainted: G C O 5.10.0-odroid-arm64 #1 Ubuntu 5.10.4-202101051123~groovy [ 8.959718] Hardware name: Hardkernel ODROID-N2 (DT)
  404. [ 8.959723] pstate: 00000005 (nzcv daif -PAN -UAO -TCO BTYPE=--)
  405. [ 8.959732] pc : osq_lock+0x60/0x140
  406. [ 8.959737] lr : rwsem_optimistic_spin+0x48/0x2a0
  407. [ 8.959739] sp : ffff800012b93b90
  408. [ 8.959741] x29: ffff800012b93b90 x28: ffff000059b5d6f8
  409. [ 8.959746] x27: 0000000000000000 x26: 0000000000000000
  410. [ 8.959750] x25: 0000000000000000 x24: ffff000059b5d6e8 [ 8.959754] x23: 0000000000000001 x22: ffff000044f0e580
  411. [ 8.959758] x21: 0000000000000004 x20: 0000000000000002 [ 8.959762] x19: ffff000059b5d6e8 x18: 0000000000000000 [ 8.959766] x17: 0000000000000000 x16: 0000000000000000 [ 8.959770] x15: 0000000000000000 x14: 0000000000000000
  412. [ 8.959773] x13: 0000000000000000 x12: 0000000000000000
  413. [ 8.959777] x11: 0000000000000000 x10: 0000000000000000
  414. [ 8.959781] x9 : 0000000000000000 x8 : 0000000000000002 [ 8.959785] x7 : 0000ffff95000000 x6 : ffff800012b93d88 [ 8.959788] x5 : ffff000059b5d6f8 x4 : 0000000000000000 [ 8.959792] x3 : 0000000044f0e580 x2 : ffff8000115d7340 [ 8.959796] x1 : ffff0000b6fb1340 x0 : ffff8000118319e0 [ 8.959800] Call trace:
  415. [ 8.959804] osq_lock+0x60/0x140 [ 8.959808] rwsem_optimistic_spin+0x48/0x2a0
  416. [ 8.959811] rwsem_down_write_slowpath+0xb8/0x680 [ 8.959816] down_write+0x5c/0x70 [ 8.959849] kbase_mem_commit+0x3c/0x234 [mali_kbase]
  417. [ 8.959877] kbase_ioctl+0x728/0x1070 [mali_kbase] [ 8.959882] __arm64_sys_ioctl+0xa8/0xf0
  418. [ 8.959887] el0_svc_common.constprop.0+0x78/0x1a0 [ 8.959890] do_el0_svc+0x24/0x90
  419. [ 8.959894] el0_svc+0x14/0x20 [ 8.959898] el0_sync_handler+0x1a4/0x1b0
  420. [ 8.959902] el0_sync+0x174/0x180
  421. [ 8.959907] Code: 34000683 51000463 f000bac0 91278000 (f863d800) [ 8.959911] ---[ end trace ccfd548c5042b829 ]---
  422. [ 8.959915] note: gnome-shell[2074] exited with preempt_count 1
  423. [ 9.868230] IPv6: ADDRCONF(NETDEV_CHANGE): wlx502b73d547bc: link becomes ready
  424. [ 31.710824] USB_PWR_EN: disabling
  425. [ 31.710837] TF_IO: disabling [ 99.731666] detected fb_set_par error, error code: -16 [ 99.998108] Unable to handle kernel paging request at virtual address ffff80036d89d1e0 [ 99.998119] Mem abort info:
  426. [ 99.998123] ESR = 0x96000005 [ 99.998126] EC = 0x25: DABT (current EL), IL = 32 bits
  427. [ 99.998129] SET = 0, FnV = 0 [ 99.998131] EA = 0, S1PTW = 0
  428. [ 99.998133] Data abort info:
  429. [ 99.998135] ISV = 0, ISS = 0x00000005
  430. [ 99.998137] CM = 0, WnR = 0 [ 99.998141] swapper pgtable: 4k pages, 48-bit VAs, pgdp=00000000014f5000
  431. [ 99.998143] [ffff80036d89d1e0] pgd=00000000bb7ff003, p4d=00000000bb7ff003, pud=0000000000000000
  432. [ 99.998152] Internal error: Oops: 96000005 [#2] PREEMPT SMP [ 99.998155] Modules linked in: fuse cpufreq_conservative cpufreq_powersave sg snd_soc_hdmi_codec dw_hdmi_i2s_audio ir_nec_decoder meson_dw_hdmi meson_vdec(C) meson_rng v4l2_mem2mem rng_core videobuf2_dma_contig meson_ir videobuf2_v4l2 videobuf2_memops videobuf2_common videodev mc meson_drm snd_soc_meson_g12a_tohdmitx snd_soc_meson_axg_tdmin snd_soc_meson_g12a_toacodec snd_soc_meson_codec_glue snd_soc_meson_axg_spdifout snd_soc_meson_axg_toddr snd_soc_meson_axg_tdmout dw_hdmi meson_canvas snd_soc_meson_axg_frddr mali_kbase(O) reset_meson_audio_arb snd_soc_meson_axg_fifo snd_soc_meson_t9015 uas snd_soc_meson_axg_sound_card pwm_fan snd_soc_meson_card_utils snd_soc_spdif_tx snd_soc_simple_amplifier snd_soc_meson_axg_tdm_interface snd_soc_meson_axg_tdm_formatter 8812au(O) cfg80211 rfkill sch_fq_codel ip_tables x_tables rtc_pcf8563 axg_audio sclk_div clk_phase meson_gxl realtek
  433. [ 99.998233] CPU: 5 PID: 2533 Comm: Xorg Tainted: G D C O 5.10.0-odroid-arm64 #1 Ubuntu 5.10.4-202101051123~groovy
  434. [ 99.998235] Hardware name: Hardkernel ODROID-N2 (DT) [ 99.998240] pstate: 00000005 (nzcv daif -PAN -UAO -TCO BTYPE=--)
  435. [ 99.998250] pc : osq_lock+0x60/0x140 [ 99.998254] lr : rwsem_optimistic_spin+0x48/0x2a0
  436. [ 99.998257] sp : ffff800013fb3b90
  437. [ 99.998259] x29: ffff800013fb3b90 x28: ffff000040247c78
  438. [ 99.998263] x27: 0000000000000000 x26: 0000000000000000 [ 99.998267] x25: 0000000000000000 x24: ffff000040247c68
  439. [ 99.998271] x23: 0000000000000001 x22: ffff00006b80d700
  440. [ 99.998275] x21: 0000000000000004 x20: 0000000000000002 [ 99.998279] x19: ffff000040247c68 x18: 0000000000000000
  441. [ 99.998282] x17: 0000000000000000 x16: 0000000000000000 [ 99.998286] x15: 0000000000000000 x14: 0000000000000000 [ 99.998290] x13: 0000000000000000 x12: 0000000000000000 [ 99.998294] x11: 0000000000000000 x10: 0000000000000000
  442. [ 99.998297] x9 : 0000000000000000 x8 : 0000000000000002
  443. [ 99.998301] x7 : 0000ffff88000000 x6 : ffff800013fb3d88
  444. [ 99.998305] x5 : ffff000040247c78 x4 : 0000000000000000 [ 99.998309] x3 : 000000006b80d700 x2 : ffff8000115d7340 [ 99.998312] x1 : ffff0000b6ff6340 x0 : ffff8000118319e0 [ 99.998317] Call trace:
  445. [ 99.998320] osq_lock+0x60/0x140
  446. [ 99.998324] rwsem_optimistic_spin+0x48/0x2a0 [ 99.998327] rwsem_down_write_slowpath+0xb8/0x680
  447. [ 99.998333] down_write+0x5c/0x70 [ 99.998370] kbase_mem_commit+0x3c/0x234 [mali_kbase]
  448. [ 99.998397] kbase_ioctl+0x728/0x1070 [mali_kbase] [ 99.998402] __arm64_sys_ioctl+0xa8/0xf0
  449. [ 99.998407] el0_svc_common.constprop.0+0x78/0x1a0 [ 99.998410] do_el0_svc+0x24/0x90
  450. [ 99.998414] el0_svc+0x14/0x20 [ 99.998417] el0_sync_handler+0x1a4/0x1b0
  451. [ 99.998420] el0_sync+0x174/0x180 [ 99.998426] Code: 34000683 51000463 f000bac0 91278000 (f863d800) [ 99.998430] ---[ end trace ccfd548c5042b82a ]---
  452. [ 99.998434] note: Xorg[2533] exited with preempt_count 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement