Advertisement
Andy0907

PB-dmesg

Mar 15th, 2021 (edited)
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 20.94 KB | None | 0 0
  1. debian@beaglebone:/var/lib/cloud9$ dmesg
  2. [    0.000000] Booting Linux on physical CPU 0x0
  3. [    0.000000] Linux version 4.19.94-ti-r55 (voodoo@x2-am57xx-beagle-x15-2gb) (gcc version 8.3.0 (Debian 8.3.0-6)) #1buster SMP PREEMPT Tue Oct 27 21:48:45 UTC 2020
  4. [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  5. [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  6. [    0.000000] OF: fdt: Machine model: TI AM335x PocketBeagle
  7. [    0.000000] Memory policy: Data cache writeback
  8. [    0.000000] efi: Getting EFI parameters from FDT:
  9. [    0.000000] efi: UEFI not found.
  10. [    0.000000] cma: Reserved 48 MiB at 0x9c800000
  11. [    0.000000] On node 0 totalpages: 130560
  12. [    0.000000]   Normal zone: 1148 pages used for memmap
  13. [    0.000000]   Normal zone: 0 pages reserved
  14. [    0.000000]   Normal zone: 130560 pages, LIFO batch:31
  15. [    0.000000] CPU: All CPU(s) started in SVC mode.
  16. [    0.000000] AM335X ES2.1 (sgx neon)
  17. [    0.000000] random: get_random_bytes called from start_kernel+0xac/0x4c0 with crng_init=0
  18. [    0.000000] percpu: Embedded 17 pages/cpu s38988 r8192 d22452 u69632
  19. [    0.000000] pcpu-alloc: s38988 r8192 d22452 u69632 alloc=17*4096
  20. [    0.000000] pcpu-alloc: [0] 0
  21. [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 129412
  22. [    0.000000] Kernel command line: console=ttyO0,115200n8 bone_capemgr.uboot_capemgr_enabled=1 root=/dev/mmcblk0p1 ro rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 quiet
  23. [    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  24. [    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  25. [    0.000000] Memory: 438020K/522240K available (13312K kernel code, 1140K rwdata, 4336K rodata, 1024K init, 350K bss, 35068K reserved, 49152K cma-reserved, 0K highmem)
  26. [    0.000000] Virtual kernel memory layout:
  27.                    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
  28.                    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
  29.                    vmalloc : 0xe0000000 - 0xff800000   ( 504 MB)
  30.                    lowmem  : 0xc0000000 - 0xdfe00000   ( 510 MB)
  31.                    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
  32.                    modules : 0xbf000000 - 0xbfe00000   (  14 MB)
  33.                      .text : 0x(ptrval) - 0x(ptrval)   (14304 kB)
  34.                      .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
  35.                      .data : 0x(ptrval) - 0x(ptrval)   (1141 kB)
  36.                       .bss : 0x(ptrval) - 0x(ptrval)   ( 351 kB)
  37. [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  38. [    0.000000] ftrace: allocating 42210 entries in 124 pages
  39. [    0.000000] rcu: Preemptible hierarchical RCU implementation.
  40. [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
  41. [    0.000000]  Tasks RCU enabled.
  42. [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  43. [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  44. [    0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
  45. [    0.000000] OMAP clockevent source: timer2 at 24000000 Hz
  46. [    0.000020] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
  47. [    0.000039] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  48. [    0.000050] OMAP clocksource: timer1 at 24000000 Hz
  49. [    0.001523] timer_probe: no matching timers found
  50. [    0.001764] Console: colour dummy device 80x30
  51. [    0.001792] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
  52. [    0.001797] This ensures that you still see kernel messages. Please
  53. [    0.001802] update your kernel commandline.
  54. [    0.001961] Calibrating delay loop (skipped) preset value.. 995.32 BogoMIPS (lpj=1990656)
  55. [    0.001980] pid_max: default: 32768 minimum: 301
  56. [    0.002269] Security Framework initialized
  57. [    0.002284] Yama: becoming mindful.
  58. [    0.002432] AppArmor: AppArmor initialized
  59. [    0.002538] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  60. [    0.002549] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  61. [    0.003646] CPU: Testing write buffer coherency: ok
  62. [    0.003711] CPU0: Spectre v2: using BPIALL workaround
  63. [    0.004197] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  64. [    0.025965] Setting up static identity map for 0x80100000 - 0x80100060
  65. [    0.033876] rcu: Hierarchical SRCU implementation.
  66. [    0.045101] EFI services will not be available.
  67. [    0.049881] smp: Bringing up secondary CPUs ...
  68. [    0.049894] smp: Brought up 1 node, 1 CPU
  69. [    0.049906] SMP: Total of 1 processors activated (995.32 BogoMIPS).
  70. [    0.049912] CPU: All CPU(s) started in SVC mode.
  71. [    0.051653] devtmpfs: initialized
  72. [    0.078268] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  73. [    0.078933] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  74. [    0.078955] futex hash table entries: 256 (order: 2, 16384 bytes)
  75. [    0.082893] xor: automatically using best checksumming function   neon
  76. [    0.082910] pinctrl core: initialized pinctrl subsystem
  77. [    0.084227] NET: Registered protocol family 16
  78. [    0.089456] DMA: preallocated 1024 KiB pool for atomic coherent allocations
  79. [    0.160820] l4_wkup_cm:clk:0010:0: failed to disable
  80. [    0.213214] audit: initializing netlink subsys (disabled)
  81. [    0.217983] audit: type=2000 audit(0.204:1): state=initialized audit_enabled=0 res=1
  82. [    0.222445] OMAP GPIO hardware version 0.1
  83. [    0.244294] hw-breakpoint: debug architecture 0x4 unsupported.
  84. [    0.270036] raid6: using algorithm neonx8 gen() 0 MB/s
  85. [    0.270049] raid6: .... xor() 0 MB/s, rmw enabled
  86. [    0.270055] raid6: using neon recovery algorithm
  87. [    0.278082] edma 49000000.edma: TI EDMA DMA engine driver
  88. [    0.283880] SCSI subsystem initialized
  89. [    0.286024] libata version 3.00 loaded.
  90. [    0.286326] usbcore: registered new interface driver usbfs
  91. [    0.286402] usbcore: registered new interface driver hub
  92. [    0.286531] usbcore: registered new device driver usb
  93. [    0.288482] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 400 kHz
  94. [    0.289338] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 400 kHz
  95. [    0.289965] pps_core: LinuxPPS API ver. 1 registered
  96. [    0.289975] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  97. [    0.290004] PTP clock support registered
  98. [    0.290915] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
  99. [    0.294246] Advanced Linux Sound Architecture Driver Initialized.
  100. [    0.295022] NetLabel: Initializing
  101. [    0.295032] NetLabel:  domain hash size = 128
  102. [    0.295037] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
  103. [    0.295126] NetLabel:  unlabeled traffic allowed by default
  104. [    0.296220] clocksource: Switched to clocksource timer1
  105. [    0.458134] VFS: Disk quotas dquot_6.6.0
  106. [    0.458244] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  107. [    0.459113] AppArmor: AppArmor Filesystem Enabled
  108. [    0.472020] NET: Registered protocol family 2
  109. [    0.473204] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  110. [    0.473242] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  111. [    0.473285] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  112. [    0.473345] TCP: Hash tables configured (established 4096 bind 4096)
  113. [    0.473471] UDP hash table entries: 256 (order: 1, 8192 bytes)
  114. [    0.473494] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  115. [    0.473836] NET: Registered protocol family 1
  116. [    0.487002] RPC: Registered named UNIX socket transport module.
  117. [    0.487014] RPC: Registered udp transport module.
  118. [    0.487019] RPC: Registered tcp transport module.
  119. [    0.487024] RPC: Registered tcp NFSv4.1 backchannel transport module.
  120. [    0.487823] Unpacking initramfs...
  121. [    0.920938] Freeing initrd memory: 6988K
  122. [    0.921770] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  123. [    0.925033] Initialise system trusted keyrings
  124. [    0.925408] workingset: timestamp_bits=14 max_order=17 bucket_order=3
  125. [    0.932857] zbud: loaded
  126. [    0.940329] NFS: Registering the id_resolver key type
  127. [    0.940385] Key type id_resolver registered
  128. [    0.940391] Key type id_legacy registered
  129. [    0.940409] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  130. [    0.940776] fuse init (API version 7.27)
  131. [    0.951314] Key type asymmetric registered
  132. [    0.951329] Asymmetric key parser 'x509' registered
  133. [    0.951435] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  134. [    0.955794] io scheduler noop registered
  135. [    0.955803] io scheduler deadline registered
  136. [    0.956123] io scheduler cfq registered (default)
  137. [    0.956134] io scheduler mq-deadline registered
  138. [    0.959431] pinctrl-single 44e10800.pinmux: 142 pins, size 568
  139. [    0.968763] gpio-of-helper ocp:cape-universal: ready
  140. [    0.978460] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  141. [    0.982172] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250
  142. [    0.992301] console [ttyS0] enabled
  143. [    0.993458] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250
  144. [    0.994455] 48024000.serial: ttyS2 at MMIO 0x48024000 (irq = 32, base_baud = 3000000) is a 8250
  145. [    0.995510] 481a8000.serial: ttyS4 at MMIO 0x481a8000 (irq = 33, base_baud = 3000000) is a 8250
  146. [    0.998970] omap_rng 48310000.rng: Random Number Generator ver. 20
  147. [    0.999831] sdhci: Secure Digital Host Controller Interface driver
  148. [    0.999838] sdhci: Copyright(c) Pierre Ossman
  149. [    1.000532] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
  150. [    1.000543] omap_hsmmc 48060000.mmc: Got CD GPIO
  151. [    1.001126] omap_hsmmc 48060000.mmc: Linked as a consumer to regulator.1
  152. [    1.001462] random: fast init done
  153. [    1.001828] random: crng init done
  154. [    1.027720] sdhci-pltfm: SDHCI platform and OF driver helper
  155. [    1.037210] eqep 48300180.eqep: ver. 1.0
  156. [    1.037233] eqep 48300180.eqep: unable to select pin group
  157. [    1.037475] eqep 48300180.eqep: count_mode:0
  158. [    1.037486] eqep 48300180.eqep: invert_qa:1
  159. [    1.037495] eqep 48300180.eqep: invert_qb:1
  160. [    1.037503] eqep 48300180.eqep: invert_qi:0
  161. [    1.037511] eqep 48300180.eqep: invert_qs:0
  162. [    1.037520] eqep 48300180.eqep: swap_inputs:0
  163. [    1.037529] eqep 48300180.eqep: QDECCTL:0x0180
  164. [    1.037537] eqep 48300180.eqep: QPOSINIT:0x00000000
  165. [    1.037545] eqep 48300180.eqep: QPOSMAX:0xffffffff
  166. [    1.037552] eqep 48300180.eqep: QPOSCNT:0x00000000
  167. [    1.037561] eqep 48300180.eqep: omit_interrupt:0
  168. [    1.037694] eqep 48300180.eqep: QEINT:0x0800
  169. [    1.037703] eqep 48300180.eqep: QUPRD:0x05f5e100
  170. [    1.037710] eqep 48300180.eqep: QEPCTL:0x009e write
  171. [    1.037718] eqep 48300180.eqep: QEPCTL:0x009e read
  172. [    1.037748] eqep 48300180.eqep: irq:101, clk_rate:100000000
  173. [    1.037936] eqep 48304180.eqep: ver. 1.0
  174. [    1.037952] eqep 48304180.eqep: unable to select pin group
  175. [    1.038156] eqep 48304180.eqep: count_mode:0
  176. [    1.038167] eqep 48304180.eqep: invert_qa:1
  177. [    1.038175] eqep 48304180.eqep: invert_qb:1
  178. [    1.038183] eqep 48304180.eqep: invert_qi:0
  179. [    1.038191] eqep 48304180.eqep: invert_qs:0
  180. [    1.038199] eqep 48304180.eqep: swap_inputs:0
  181. [    1.038207] eqep 48304180.eqep: QDECCTL:0x0180
  182. [    1.038215] eqep 48304180.eqep: QPOSINIT:0x00000000
  183. [    1.038223] eqep 48304180.eqep: QPOSMAX:0xffffffff
  184. [    1.038230] eqep 48304180.eqep: QPOSCNT:0x00000000
  185. [    1.038238] eqep 48304180.eqep: omit_interrupt:0
  186. [    1.038245] eqep 48304180.eqep: QEINT:0x0800
  187. [    1.038252] eqep 48304180.eqep: QUPRD:0x05f5e100
  188. [    1.038259] eqep 48304180.eqep: QEPCTL:0x009e write
  189. [    1.038266] eqep 48304180.eqep: QEPCTL:0x009e read
  190. [    1.038289] eqep 48304180.eqep: irq:102, clk_rate:100000000
  191. [    1.090743] mmc0: host does not support reading read-only switch, assuming write-enable
  192. [    1.095297] mmc0: new high speed SDHC card at address aaaa
  193. [    1.101040] libphy: Fixed MDIO Bus: probed
  194. [    1.102895] mmcblk0: mmc0:aaaa SU16G 14.8 GiB
  195. [    1.104036] CAN device driver interface
  196. [    1.105720] c_can_platform 481cc000.can: c_can_platform device registered (regs=8a4839dd, irq=39)
  197. [    1.106836] c_can_platform 481d0000.can: c_can_platform device registered (regs=238b2a0e, irq=40)
  198. [    1.109029] usbcore: registered new interface driver smsc95xx
  199. [    1.110488] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  200. [    1.110549] ehci-platform: EHCI generic platform driver
  201. [    1.110876] ehci-omap: OMAP-EHCI Host Controller driver
  202. [    1.111705] usbcore: registered new interface driver usb-storage
  203. [    1.113811]  mmcblk0: p1
  204. [    1.117489] am335x-phy-driver 47401300.usb-phy: 47401300.usb-phy supply vcc not found, using dummy regulator
  205. [    1.117671] am335x-phy-driver 47401300.usb-phy: Linked as a consumer to regulator.0
  206. [    1.121287] musb-hdrc musb-hdrc.0: MUSB HDRC host driver
  207. [    1.121330] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1
  208. [    1.121635] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  209. [    1.121646] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  210. [    1.121655] usb usb1: Product: MUSB HDRC host driver
  211. [    1.121662] usb usb1: Manufacturer: Linux 4.19.94-ti-r55 musb-hcd
  212. [    1.121670] usb usb1: SerialNumber: musb-hdrc.0
  213. [    1.122507] hub 1-0:1.0: USB hub found
  214. [    1.122572] hub 1-0:1.0: 1 port detected
  215. [    1.125476] am335x-phy-driver 47401b00.usb-phy: 47401b00.usb-phy supply vcc not found, using dummy regulator
  216. [    1.125666] am335x-phy-driver 47401b00.usb-phy: Linked as a consumer to regulator.0
  217. [    1.129167] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
  218. [    1.129208] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2
  219. [    1.129525] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
  220. [    1.129537] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  221. [    1.129545] usb usb2: Product: MUSB HDRC host driver
  222. [    1.129552] usb usb2: Manufacturer: Linux 4.19.94-ti-r55 musb-hcd
  223. [    1.129560] usb usb2: SerialNumber: musb-hdrc.1
  224. [    1.130390] hub 2-0:1.0: USB hub found
  225. [    1.130459] hub 2-0:1.0: 1 port detected
  226. [    1.142861] omap_rtc 44e3e000.rtc: registered as rtc0
  227. [    1.144484] i2c /dev entries driver
  228. [    1.148389] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
  229. [    1.149016] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0)
  230. [    1.153242] ledtrig-cpu: registered to indicate activity on CPUs
  231. [    1.153788] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
  232. [    1.154148] omap-aes 53500000.aes: will run requests pump with realtime priority
  233. [    1.156840] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
  234. [    1.160830] hidraw: raw HID events driver (C) Jiri Kosina
  235. [    1.167707] gnss: GNSS driver registered with major 242
  236. [    1.174980] NET: Registered protocol family 10
  237. [    1.247141] Segment Routing with IPv6
  238. [    1.247299] mip6: Mobile IPv6
  239. [    1.247452] NET: Registered protocol family 17
  240. [    1.247483] can: controller area network core (rev 20170425 abi 9)
  241. [    1.247582] NET: Registered protocol family 29
  242. [    1.247680] 8021q: 802.1Q VLAN Support v1.8
  243. [    1.247763] Key type dns_resolver registered
  244. [    1.247770] mpls_gso: MPLS GSO support
  245. [    1.248075] ThumbEE CPU extension supported.
  246. [    1.248090] Registering SWP/SWPB emulation handler
  247. [    1.248101] omap_voltage_late_init: Voltage driver support not added
  248. [    1.256533] registered taskstats version 1
  249. [    1.256544] Loading compiled-in X.509 certificates
  250. [    1.256693] zswap: loaded using pool lzo/zbud
  251. [    1.259813] Btrfs loaded, crc32c=crc32c-generic
  252. [    1.259924] AppArmor: AppArmor sha1 policy hashing enabled
  253. [    1.314537] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
  254. [    1.315362] input: tps65217_pwr_but as /devices/platform/ocp/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/input/input0
  255. [    1.316461] tps65217 0-0024: TPS65217 ID 0xe version 1.2
  256. [    1.317366] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
  257. [    1.317479] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
  258. [    1.318458] cpu cpu0: Linked as a consumer to regulator.3
  259. [    1.318567] cpu cpu0: Dropping the link to regulator.3
  260. [    1.319047] cpu cpu0: Linked as a consumer to regulator.3
  261. [    1.321368] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01 00:00:00 UTC (946684800)
  262. [    1.322599] ALSA device list:
  263. [    1.322609]   No soundcards found.
  264. [    1.329296] Freeing unused kernel memory: 1024K
  265. [    1.330032] Run /init as init process
  266. [    1.536384] usb 2-1: new high-speed USB device number 2 using musb-hdrc
  267. [    1.695466] usb 2-1: New USB device found, idVendor=148f, idProduct=7601, bcdDevice= 0.00
  268. [    1.695484] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  269. [    1.695493] usb 2-1: Product: 802.11 n WLAN
  270. [    1.695500] usb 2-1: Manufacturer: MediaTek
  271. [    1.695508] usb 2-1: SerialNumber: 1.0
  272. [    8.680030] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
  273. [    9.541465] systemd[1]: System time before build time, advancing clock.
  274. [    9.597964] systemd[1]: systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  275. [    9.598695] systemd[1]: Detected architecture arm.
  276. [    9.624758] systemd[1]: Set hostname to <beaglebone>.
  277. [   11.253770] systemd[1]: Listening on Journal Socket (/dev/log).
  278. [   11.255768] systemd[1]: Listening on Journal Audit Socket.
  279. [   11.256722] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  280. [   11.257765] systemd[1]: Listening on fsck to fsckd communication Socket.
  281. [   11.258506] systemd[1]: Listening on initctl Compatibility Named Pipe.
  282. [   11.258660] systemd[1]: Reached target Swap.
  283. [   11.259219] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  284. [   11.656495] EXT4-fs (mmcblk0p1): re-mounted. Opts: errors=remount-ro
  285. [   13.492113] systemd-journald[816]: Received request to flush runtime journal from PID 1
  286. [   24.719894] using random self ethernet address
  287. [   24.719913] using random host ethernet address
  288. [   25.322688] Mass Storage Function, version: 2009/09/11
  289. [   25.322713] LUN: removable file: (no medium)
  290. [   25.665224] using random self ethernet address
  291. [   25.665243] using random host ethernet address
  292. [   26.272754] usb0: HOST MAC 60:64:05:4d:19:52
  293. [   26.273161] usb0: MAC 60:64:05:4d:19:51
  294. [   26.324698] usb1: HOST MAC 60:64:05:4d:19:54
  295. [   26.324988] usb1: MAC 60:64:05:4d:19:55
  296. [   26.624836] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
  297. [   26.830115] IPv6: ADDRCONF(NETDEV_UP): usb1: link is not ready
  298. [   55.847802] pvrsrvkm: loading out-of-tree module taints kernel.
  299. [   56.181066] [drm] Initialized pvr 1.17.4948957 20110701 for 56000000.sgx on minor 0
  300. [   58.000736] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  301. [   58.031786] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  302. [   58.041398] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  303. [   58.041431] cfg80211: failed to load regulatory.db
  304. [   60.856559] usb 2-1: reset high-speed USB device number 2 using musb-hdrc
  305. [   61.007391] mt7601u 2-1:1.0: ASIC revision: 76010001 MAC revision: 76010500
  306. [   61.026057] mt7601u 2-1:1.0: Firmware Version: 0.1.00 Build: 7640 Build time: 201302052146____
  307. [   61.332792] mt7601u 2-1:1.0: EEPROM ver:0d fae:00
  308. [   61.339932] mt7601u 2-1:1.0: EEPROM country region 01 (channels 1-13)
  309. [   61.831107] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  310. [   61.857897] usbcore: registered new interface driver mt7601u
  311. [   61.886691] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  312. [   62.217244] wlan0: authenticate with 7c:8b:ca:f3:ce:a0
  313. [   62.235625] wlan0: send auth to 7c:8b:ca:f3:ce:a0 (try 1/3)
  314. [   62.238182] wlan0: authenticated
  315. [   62.252398] wlan0: associate with 7c:8b:ca:f3:ce:a0 (try 1/3)
  316. [   62.257924] wlan0: RX AssocResp from 7c:8b:ca:f3:ce:a0 (capab=0x431 status=0 aid=8)
  317. [   62.289048] wlan0: associated
  318. [   62.383780] remoteproc remoteproc0: wkup_m3 is available
  319. [   62.507839] remoteproc remoteproc0: powering up wkup_m3
  320. [   62.507873] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 217168
  321. [   62.508161] remoteproc remoteproc0: remote processor wkup_m3 is now up
  322. [   62.508196] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x193
  323. [   62.532851] cryptd: max_cpu_qlen set to 1000
  324. [   62.629923] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  325. [   62.725073] PM: bootloader does not support rtc-only!
  326. [   63.109361] pps pps0: new PPS source pps.-1
  327. [   63.109486] pps pps0: Registered IRQ 76 as PPS source
  328. [   66.128488] remoteproc remoteproc1: 4a334000.pru is available
  329. [   66.128701] pru-rproc 4a334000.pru: PRU rproc node pru@4a334000 probed successfully
  330. [   66.139812] remoteproc remoteproc2: 4a338000.pru is available
  331. [   66.140000] pru-rproc 4a338000.pru: PRU rproc node pru@4a338000 probed successfully
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement