Advertisement
faenil

Untitled

Jan 13th, 2015
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.78 KB | None | 0 0
  1. [root@localhost nemo]# dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0
  3. [ 0.000000] Initializing cgroup subsys cpu
  4. [ 0.000000] Linux version 3.5.3 (@faenil-Aspire-5820TG) (gcc version 4.6.4 20130412 (Mer 4.6.4-1) (Linaro GCC 4.6-2013.05) ) #13 PREEMPT Mon Jan 12 13:18:10 EST 2015
  5. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  7. [ 0.000000] Machine: Nokia RM-680 board
  8. [ 0.000000] Truncating RAM at a0000000-bfffffff to -bf7fffff (vmalloc region overlap).
  9. [ 0.000000] Reserving 6291456 bytes SDRAM for VRAM
  10. [ 0.000000] Memory policy: ECC disabled, Data cache writeback
  11. [ 0.000000] On node 0 totalpages: 256768
  12. [ 0.000000] free_area_init_node: node 0, pgdat b0719698, node_mem_map b0c4b000
  13. [ 0.000000] Normal zone: 2032 pages used for memmap
  14. [ 0.000000] Normal zone: 0 pages reserved
  15. [ 0.000000] Normal zone: 254736 pages, LIFO batch:31
  16. [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
  17. [ 0.000000] Clocking rate (Crystal/Core/MPU): 38.4/390/600 MHz
  18. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  19. [ 0.000000] pcpu-alloc: [0] 0
  20. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 254736
  21. [ 0.000000] Kernel command line: init=/sbin/init vram=6m omapfb.vram=0:6M root=/dev/mmcblk0p4 rootwait rootflags=errors=remount-ro rootfstype=ext4 rw mtdoops.mtddev=log mtdoops.record_size=65536 console=tty0 mtdparts=omap2-onenand:1024k(bootloader),2816k@1024k(config),16384k@3840k(kernel),2048k@20224k(log),469248k@22272k(var),32768k@491520k(moslo) bootreason=pwr_key bootmode=normal nolo=2.3.6 product_name=RM-680 imei=357881040019699 g_nokia.iSerialNumber=357881040019699 serialnumber=ZUA030577 omap_sec.kci=916 battery-type=BL-4D gpio=cmt_apeslpx:93:sysfs:output,cmt_en:23:sysfs:init_active:output,cmt_rst_rq:88:sysfs:init_active:output,keypad_slide:109:key:inverted,sleep_ind:92:sysfs:output omapdss.def_disp_enabled=1 vhash=285e93eebfdded180a3ffdf0a42c0d09b0d8ce8a product_model=N950 hwid=1124
  22. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  23. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  24. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  25. [ 0.000000] allocated 2080768 bytes of page_cgroup
  26. [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
  27. [ 0.000000] Memory: 1003MB = 1003MB total
  28. [ 0.000000] Memory: 1003456k/1003456k available, 36928k reserved, 0K highmem
  29. [ 0.000000] Virtual kernel memory layout:
  30. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  31. fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
  32. vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
  33. lowmem : 0xb0000000 - 0xef800000 (1016 MB)
  34. modules : 0xaf000000 - 0xb0000000 ( 16 MB)
  35. .text : 0xb0008000 - 0xb0681c5c (6632 kB)
  36. .init : 0xb0682000 - 0xb06b303c ( 197 kB)
  37. .data : 0xb06b4000 - 0xb071a0c0 ( 409 kB)
  38. .bss : 0xb071a0e4 - 0xb0c4a2a8 (5313 kB)
  39. [ 0.000000] SLUB: Genslabs=11, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  40. [ 0.000000] NR_IRQS:474
  41. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  42. [ 0.000000] Total of 96 interrupts on 1 active controller
  43. [ 0.000000] OMAP clockevent source: GPTIMER1 at 32768 Hz
  44. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms
  45. [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
  46. [ 0.000000] Console: colour dummy device 80x30
  47. [ 0.000000] console [tty0] enabled
  48. [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  49. [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
  50. [ 0.000000] ... MAX_LOCK_DEPTH: 48
  51. [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
  52. [ 0.000000] ... CLASSHASH_SIZE: 4096
  53. [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
  54. [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
  55. [ 0.000000] ... CHAINHASH_SIZE: 16384
  56. [ 0.000000] memory used by lock dependency info: 3695 kB
  57. [ 0.000000] per task-struct memory footprint: 1152 bytes
  58. [ 0.004547] Calibrating delay loop... 597.64 BogoMIPS (lpj=2334720)
  59. [ 0.085937] pid_max: default: 32768 minimum: 301
  60. [ 0.086364] Security Framework initialized
  61. [ 0.086547] Mount-cache hash table entries: 512
  62. [ 0.090911] Initializing cgroup subsys cpuacct
  63. [ 0.090972] Initializing cgroup subsys memory
  64. [ 0.091247] Initializing cgroup subsys devices
  65. [ 0.091278] Initializing cgroup subsys freezer
  66. [ 0.091308] Initializing cgroup subsys net_cls
  67. [ 0.091369] Initializing cgroup subsys blkio
  68. [ 0.091400] Initializing cgroup subsys perf_event
  69. [ 0.091461] Initializing cgroup subsys net_prio
  70. [ 0.091766] CPU: Testing write buffer coherency: ok
  71. [ 0.092681] Setting up static identity map for 0x804b4380 - 0x804b43d8
  72. [ 0.096343] devtmpfs: initialized
  73. [ 0.109771] dummy:
  74. [ 0.111450] NET: Registered protocol family 16
  75. [ 0.112670] GPMC revision 5.0
  76. [ 0.112915] gpmc: irq-20 could not claim: err -22
  77. [ 0.117584] gpiochip_add: registered GPIOs 0 to 31 on device: gpio
  78. [ 0.118103] OMAP GPIO hardware version 2.5
  79. [ 0.118682] gpiochip_add: registered GPIOs 32 to 63 on device: gpio
  80. [ 0.119689] gpiochip_add: registered GPIOs 64 to 95 on device: gpio
  81. [ 0.120635] gpiochip_add: registered GPIOs 96 to 127 on device: gpio
  82. [ 0.121551] gpiochip_add: registered GPIOs 128 to 159 on device: gpio
  83. [ 0.122467] gpiochip_add: registered GPIOs 160 to 191 on device: gpio
  84. [ 0.125030] RM-680/696 board, rev 1124
  85. [ 0.125091] omap_mux_init: Add partition: #1: core, flags: 0
  86. [ 0.128662] Reprogramming SDRC clock to 390400000 Hz
  87. [ 0.129455] wl1271 SPI
  88. [ 0.134460] hw-breakpoint: debug architecture 0x4 unsupported.
  89. [ 0.140777] omap-mcbsp.2: alias fck already exists
  90. [ 0.141174] omap-mcbsp.3: alias fck already exists
  91. [ 0.143554] Reserving DMA channels 0 and 1 for HS ROM code
  92. [ 0.143615] OMAP DMA hardware revision 5.0
  93. [ 0.158416] bio: create slab <bio-0> at 0
  94. [ 0.160491] vbat: 3700 mV
  95. [ 0.161193] rm680_vemmc: 2900 mV normal standby
  96. [ 0.162628] SCSI subsystem initialized
  97. [ 0.163238] usbcore: registered new interface driver usbfs
  98. [ 0.163421] usbcore: registered new interface driver hub
  99. [ 0.163787] usbcore: registered new device driver usb
  100. [ 0.164733] i2c_omap i2c_omap.1: bus 1 rev1.4.0 at 2900 kHz
  101. [ 0.172912] twl 1-0048: PIH (irq 7) chaining IRQs 320..328
  102. [ 0.173553] twl 1-0048: power (irq 325) chaining IRQs 328..335
  103. [ 0.175781] twl4030_gpio twl4030_gpio: gpio (irq 320) chaining IRQs 336..353
  104. [ 0.176940] gpiochip_add: registered GPIOs 192 to 209 on device: twl4030
  105. [ 0.180053] VUSB1V5: 1500 mV normal standby
  106. [ 0.181304] VUSB1V8: 1800 mV normal standby
  107. [ 0.182434] VUSB3V1: 3100 mV normal standby
  108. [ 0.186584] twl4030_usb twl4030_usb: HW_CONDITIONS 0x70/112; link 0
  109. [ 0.187255] twl4030_usb twl4030_usb: Initialized TWL4030 USB module
  110. [ 0.190002] rm696_vio: 1800 mV normal standby
  111. [ 0.191345] vdd_mpu_iva: 600 <--> 1450 mV normal
  112. [ 0.192626] vdd_core: 600 <--> 1450 mV normal
  113. [ 0.193725] VDAC: 1800 mV normal standby
  114. [ 0.194976] rm696_vaux2: 1800 mV normal standby
  115. [ 0.196289] VPLL2: 1800 mV normal standby
  116. [ 0.197662] rm696_vmmc2: 3000 mV normal standby
  117. [ 0.199096] rm696_vsim: 1800 mV normal standby
  118. [ 0.200347] rm680_vaux1: 2800 mV normal standby
  119. [ 0.201629] rm696_vaux3: 2800 mV normal standby
  120. [ 0.202911] rm696_vaux4: 2800 mV normal standby
  121. [ 0.204254] i2c_omap i2c_omap.2: bus 2 rev1.4.0 at 400 kHz
  122. [ 0.206329] i2c_omap i2c_omap.3: bus 3 rev1.4.0 at 400 kHz
  123. [ 0.208160] Linux media interface: v0.10
  124. [ 0.208343] Linux video capture interface: v2.00
  125. [ 0.209320] omap-iommu omap-iommu.0: isp registered
  126. [ 0.209899] Advanced Linux Sound Architecture Driver Version 1.0.25.
  127. [ 0.212585] Bluetooth: Core ver 2.16
  128. [ 0.212738] NET: Registered protocol family 31
  129. [ 0.212799] Bluetooth: HCI device and connection manager initialized
  130. [ 0.212921] Bluetooth: HCI socket layer initialized
  131. [ 0.212951] Bluetooth: L2CAP socket layer initialized
  132. [ 0.213134] Bluetooth: SCO socket layer initialized
  133. [ 0.213165] nfc: nfc_init: NFC Core ver 0.1
  134. [ 0.213439] NET: Registered protocol family 39
  135. [ 0.214111] Switching to clocksource 32k_counter
  136. [ 0.244598] NET: Registered protocol family 2
  137. [ 0.245330] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
  138. [ 0.247192] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  139. [ 0.250854] TCP bind hash table entries: 65536 (order: 9, 2359296 bytes)
  140. [ 0.291503] TCP: Hash tables configured (established 131072 bind 65536)
  141. [ 0.291656] TCP: reno registered
  142. [ 0.291717] UDP hash table entries: 512 (order: 3, 40960 bytes)
  143. [ 0.292419] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
  144. [ 0.293670] NET: Registered protocol family 1
  145. [ 0.296417] omap_dsp_init: 600000 bytes @ bec00000
  146. [ 0.478302] fuse init (API version 7.19)
  147. [ 0.482574] Btrfs loaded
  148. [ 0.482666] msgmni has been set to 1959
  149. [ 0.490081] io scheduler noop registered
  150. [ 0.490142] io scheduler deadline registered
  151. [ 0.490295] io scheduler cfq registered (default)
  152. [ 0.550750] OMAP DSS rev 2.0
  153. [ 0.550994] OMAP DISPC rev 3.0
  154. [ 0.551391] OMAP VENC rev 2
  155. [ 0.552215] OMAP DSI rev 1.0
  156. [ 0.567779] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  157. [ 0.572326] omap_uart.2: ttyO2 at MMIO 0x49020000 (irq = 74) is a OMAP UART2
  158. [ 0.591430] brd: module loaded
  159. [ 0.602050] loop: module loaded
  160. [ 0.625335] lis3lv02d: 8 bits sensor found
  161. [ 0.684204] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input0
  162. [ 0.694458] OneNAND driver initializing
  163. [ 0.695129] omap2-onenand omap2-onenand: initializing on CS0, phys base 0x04000000, virtual base f0040000, freq 83 MHz
  164. [ 0.695465] OneNAND Manufacturer: Samsung (0xec)
  165. [ 0.695495] Muxed OneNAND 512MB 1.8V 16-bit (0x50)
  166. [ 0.695526] OneNAND version = 0x0232
  167. [ 0.695556] Chip support all block unlock
  168. [ 0.695587] Chip has 4KiB pagesize
  169. [ 0.695587] Chip has cache program feature
  170. [ 0.695617] Scanning device for bad blocks
  171. [ 0.858428] onenand_bbt_wait: ecc 0xaaaa ctrl 0x0400 intr 0x8080 addr1 0x43e addr8 0x0
  172. [ 0.858459] OneNAND eraseblock 1086 is an initial bad block
  173. [ 0.903350] onenand_bbt_wait: ecc 0xaaaa ctrl 0x0400 intr 0x8080 addr1 0x56a addr8 0x0
  174. [ 0.903381] OneNAND eraseblock 1386 is an initial bad block
  175. [ 1.002136] 6 cmdlinepart partitions found on MTD device omap2-onenand
  176. [ 1.002197] Creating 6 MTD partitions on "omap2-onenand":
  177. [ 1.002227] 0x000000000000-0x000000100000 : "bootloader"
  178. [ 1.004730] 0x000000100000-0x0000003c0000 : "config"
  179. [ 1.005950] 0x0000003c0000-0x0000013c0000 : "kernel"
  180. [ 1.007781] 0x0000013c0000-0x0000015c0000 : "log"
  181. [ 1.009613] onenand_wait: correctable ECC error = 0x0001, addr1 0x4f, addr8 0x40
  182. [ 1.009765] onenand_wait: correctable ECC error = 0x0001, addr1 0x4f, addr8 0x80
  183. [ 1.012512] mtdoops: ready 7, 8 (no erase)
  184. [ 1.012512] mtdoops: Attached to MTD device 3
  185. [ 1.012573] 0x0000015c0000-0x00001e000000 : "var"
  186. [ 1.036865] 0x00001e000000-0x000020000000 : "moslo"
  187. [ 1.045288] tun: Universal TUN/TAP device driver, 1.6
  188. [ 1.045349] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  189. [ 1.046234] usbcore: registered new interface driver asix
  190. [ 1.046386] usbcore: registered new interface driver cdc_ether
  191. [ 1.046569] usbcore: registered new interface driver smsc95xx
  192. [ 1.046691] usbcore: registered new interface driver net1080
  193. [ 1.046844] usbcore: registered new interface driver cdc_subset
  194. [ 1.046966] usbcore: registered new interface driver zaurus
  195. [ 1.047149] usbcore: registered new interface driver cdc_ncm
  196. [ 1.048187] usbcore: registered new interface driver cdc_wdm
  197. [ 1.048217] Initializing USB Mass Storage driver...
  198. [ 1.048400] usbcore: registered new interface driver usb-storage
  199. [ 1.048431] USB Mass Storage support registered.
  200. [ 1.049011] usbcore: registered new interface driver libusual
  201. [ 1.049041] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)
  202. [ 1.057464] twl4030_usb twl4030_usb: twl4030_phy_resume
  203. [ 1.057861] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  204. [ 1.057861] musb-hdrc: MHDRC RTL version 1.800
  205. [ 1.057891] musb-hdrc: setup fifo_mode 4
  206. [ 1.057922] musb-hdrc: 28/31 max ep, 16384/16384 memory
  207. [ 1.060058] musb-hdrc musb-hdrc: USB Peripheral mode controller at fa0ab000 using DMA, IRQ 92
  208. [ 1.062194] twl4030_usb twl4030_usb: twl4030_phy_suspend
  209. [ 1.064422] input: TWL4030 Keypad as /devices/platform/i2c_omap.1/i2c-1/1-004a/twl4030_keypad/input/input1
  210. [ 1.081848] i2c-core: driver [atmel_mxt] using legacy suspend method
  211. [ 1.081909] i2c-core: driver [atmel_mxt] using legacy resume method
  212. [ 1.083862] input: twl4030_pwrbutton as /devices/platform/i2c_omap.1/i2c-1/1-0049/twl4030_pwrbutton/input/input2
  213. [ 1.086090] input: ECI Accessory as /devices/virtual/input/input3
  214. [ 1.088287] twl_rtc twl_rtc: Enabling TWL-RTC
  215. [ 1.092987] twl_rtc twl_rtc: rtc core: registered twl_rtc as rtc0
  216. [ 1.094116] i2c /dev entries driver
  217. [ 1.096740] Driver for 1-wire Dallas network protocol.
  218. [ 1.101318] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  219. [ 1.102600] Bluetooth: HCI UART driver ver 2.2
  220. [ 1.102661] Bluetooth: HCI H4 protocol initialized
  221. [ 1.102691] Bluetooth: HCI BCSP protocol initialized
  222. [ 1.102722] Bluetooth: HCILL protocol initialized
  223. [ 1.102905] hci_h4p hci_h4p: Registering HCI H4P device
  224. [ 1.106140] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
  225. [ 1.108459] cpuidle: using governor ladder
  226. [ 1.108520] cpuidle: using governor menu
  227. [ 1.109527] omap_hsmmc omap_hsmmc.1: Failed to get debounce clk
  228. [ 1.149169] input: Atmel mXT Touchscreen as /devices/platform/i2c_omap.2/i2c-2/2-004b/input/input4
  229. [ 1.150115] atmel_mxt: Atmel mXT Touchscreen v1.1 (0x12a9d8) var:0xc bld:0xac
  230. [ 1.153228] omap_hsmmc omap_hsmmc.2: Failed to get debounce clk
  231. [ 1.199279] omap_sham_mod_init: loading omap-sham driver
  232. [ 1.199615] omap-sham omap-sham: hw accel on OMAP rev 0.9
  233. [ 1.201446] mmc0: new high speed MMC card at address 0001
  234. [ 1.203369] mmcblk0: mmc0:0001 HYNIX 14.8 GiB
  235. [ 1.204284] mmcblk0boot0: mmc0:0001 HYNIX partition 1 4.00 MiB
  236. [ 1.205078] mmcblk0boot1: mmc0:0001 HYNIX partition 2 4.00 MiB
  237. [ 1.211120] usbcore: registered new interface driver usbhid
  238. [ 1.211181] usbhid: USB HID core driver
  239. [ 1.215026] mmcblk0: p1 p2 p3 p4
  240. [ 1.227783] mmcblk0boot1: unknown partition table
  241. [ 1.235504] DSP Bridge driver loaded
  242. [ 1.235931] mmcblk0boot0: unknown partition table
  243. [ 1.252075] ALSA SoC for TWL4030 on Nokia DFL61 init
  244. [ 1.313079] twl4030-codec twl4030-codec: ASoC: Failed to create Capture debugfs file
  245. [ 1.321472] asoc: twl4030-hifi <-> omap-mcbsp.3 mapping ok
  246. [ 1.326385] input: dfl61-twl4030 Jack as /devices/platform/dfl61audio-twl4030/sound/card0/input5
  247. [ 1.329101] DFL61 TWL SoC init done (config 4)
  248. [ 1.329559] ALSA for WL1273 on Nokia DFL61 init
  249. [ 1.329956] Error: -517
  250. [ 1.330017] platform dfl61audio-wl1273: Driver dfl61audio-wl1273 requests probe deferral
  251. [ 1.330383] ALSA for TLV320DAC33 on Nokia DFL61 init
  252. [ 1.339477] asoc: tlv320dac33-hifi <-> omap-mcbsp.2 mapping ok
  253. [ 1.342102] DFL61 TLV320DAC33 init done
  254. [ 1.342346] oprofile: hardware counters not available
  255. [ 1.342376] oprofile: using timer interrupt.
  256. [ 1.342834] Netfilter messages via NETLINK v0.30.
  257. [ 1.342956] nfnl_acct: registering with nfnetlink.
  258. [ 1.343109] nf_conntrack version 0.5.0 (15679 buckets, 62716 max)
  259. [ 1.345825] ip_tables: (C) 2000-2006 Netfilter Core Team
  260. [ 1.346343] TCP: cubic registered
  261. [ 1.346557] NET: Registered protocol family 17
  262. [ 1.346832] NET: Registered protocol family 15
  263. [ 1.347564] Bluetooth: RFCOMM TTY layer initialized
  264. [ 1.347656] Bluetooth: RFCOMM socket layer initialized
  265. [ 1.347686] Bluetooth: RFCOMM ver 1.11
  266. [ 1.347717] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  267. [ 1.347747] Bluetooth: BNEP filters: protocol multicast
  268. [ 1.348510] Key type dns_resolver registered
  269. [ 1.349151] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  270. [ 1.365509] sr_init: No PMIC hook to init smartreflex
  271. [ 1.365936] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
  272. [ 1.366638] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
  273. [ 1.367095] SmartReflex Class3 initialized
  274. [ 1.397460] clock: disabling unused clocks to save power
  275. [ 1.488739] panel-nokia-dsi display0: himalaya panel revision 38.95.8a
  276. [ 1.494812] ALSA for WL1273 on Nokia DFL61 init
  277. [ 1.495300] Error: -517
  278. [ 1.495391] platform dfl61audio-wl1273: Driver dfl61audio-wl1273 requests probe deferral
  279. [ 1.498931] ALSA for WL1273 on Nokia DFL61 init
  280. [ 1.499206] Error: -517
  281. [ 1.499298] platform dfl61audio-wl1273: Driver dfl61audio-wl1273 requests probe deferral
  282. [ 1.500091] ALSA for WL1273 on Nokia DFL61 init
  283. [ 1.503051] asoc: wl1273-fm <-> omap-mcbsp.4 mapping ok
  284. [ 1.504760] input: gpio-keys as /devices/platform/gpio-keys/input/input6
  285. [ 1.507476] ALSA device list:
  286. [ 1.507507] #0: dfl61-twl4030
  287. [ 1.507537] #1: dfl61-dac33
  288. [ 1.512664] DFL61 WL1273 init done
  289. [ 1.574584] EXT4-fs (mmcblk0p4): recovery complete
  290. [ 1.581115] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: errors=remount-ro
  291. [ 1.581329] VFS: Mounted root (ext4 filesystem) on device 179:4.
  292. [ 1.593566] devtmpfs: mounted
  293. [ 1.594085] Freeing init memory: 196K
  294. [ 2.075897] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX +IMA +SYSVINIT -LIBCRYPTSETUP +GCRYPT +ACL +XZ)
  295. [ 2.383483] NET: Registered protocol family 10
  296. [ 2.393554] systemd[1]: Inserted module 'ipv6'
  297. [ 2.395843] systemd[1]: No hostname configured.
  298. [ 2.396423] systemd[1]: Set hostname to <localhost>.
  299. [ 3.119506] systemd[1]: Starting Login Prompts.
  300. [ 3.121917] systemd[1]: Reached target Login Prompts.
  301. [ 3.122283] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
  302. [ 3.126800] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  303. [ 3.127166] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
  304. [ 3.130493] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  305. [ 3.130798] systemd[1]: Starting Delayed Shutdown Socket.
  306. [ 3.133270] systemd[1]: Listening on Delayed Shutdown Socket.
  307. [ 3.133789] systemd[1]: Starting Collect Read-Ahead Data...
  308. [ 3.161102] systemd[1]: Starting udev Kernel Socket.
  309. [ 3.163940] systemd[1]: Listening on udev Kernel Socket.
  310. [ 3.164428] systemd[1]: Starting udev Control Socket.
  311. [ 3.177215] systemd[1]: Listening on udev Control Socket.
  312. [ 3.178710] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
  313. [ 3.193695] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  314. [ 3.194396] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
  315. [ 3.196563] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  316. [ 3.196899] systemd[1]: Starting Paths.
  317. [ 3.208374] systemd[1]: Reached target Paths.
  318. [ 3.216369] systemd[1]: Starting Replay Read-Ahead Data...
  319. [ 3.235565] systemd[1]: Starting Journal Socket.
  320. [ 3.251190] systemd[1]: Listening on Journal Socket.
  321. [ 3.252258] systemd[1]: Mounted Huge Pages File System.
  322. [ 3.254455] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  323. [ 3.279144] systemd[1]: Mounting POSIX Message Queue File System...
  324. [ 3.329406] systemd[1]: Starting udev Coldplug all Devices...
  325. [ 3.388732] systemd[1]: Starting Journal Service...
  326. [ 3.420898] systemd-readahead[72]: Bumped block_nr parameter of 179:0 to 20480. This is a temporary hack and should be removed one day.
  327. [ 3.506958] systemd[1]: Started Journal Service.
  328. [ 3.744049] systemd-journald[76]: Vacuuming done, freed 0 bytes
  329. [ 4.385620] SGX clock rate 195 MHz
  330. [ 6.360778] EXT4-fs (mmcblk0p4): re-mounted. Opts: (null)
  331. [ 6.613891] systemd-udevd[106]: starting version 208
  332. [ 7.829406] systemd-journald[76]: Received request to flush runtime journal from PID 1
  333. [ 7.856750] systemd-journald[76]: File /var/log/journal/1cbdf657e8b2430681de62b55a160046/system.journal corrupted or uncleanly shut down, renaming and replacing.
  334. [ 8.010345] CMT driver
  335. [ 8.512817] twl5031_aci twl5031_aci: found twl5031 ACI v.16
  336. [ 8.812896] Loading BCM4751 GPS driver
  337. [ 8.850982] i2c-core: driver [bcm4751-gps] using legacy suspend method
  338. [ 8.851043] i2c-core: driver [bcm4751-gps] using legacy resume method
  339. [ 8.934722] i2c-core: driver [ak8974] using legacy suspend method
  340. [ 8.934783] i2c-core: driver [ak8974] using legacy resume method
  341. [ 9.113128] input: SPI vibrator as /devices/platform/omap2_mcspi.2/spi_master/spi2/input7
  342. [ 9.172882] OMAP SSI hw driver loaded
  343. [ 9.792602] i2c_omap i2c_omap.2: controller timed out
  344. [ 9.809417] lp5523 2-0032: LP5523 Programmable led chip found
  345. [ 9.823883] lp5523 2-0032: disabling engines
  346. [ 9.825164] Registered led device: lp5523:channel0
  347. [ 9.825988] Registered led device: lp5523:channel1
  348. [ 9.826446] Registered led device: lp5523:channel2
  349. [ 9.829284] Registered led device: lp5523:channel3
  350. [ 9.830444] Registered led device: lp5523:channel4
  351. [ 9.831451] Registered led device: lp5523:channel5
  352. [ 9.832397] Registered led device: lp5523:channel8
  353. [ 9.963958] i2c-core: driver [bhsfh] using legacy suspend method
  354. [ 9.964019] i2c-core: driver [bhsfh] using legacy resume method
  355. [ 10.223785] HSI/SSI char device loaded
  356. [ 10.231689] NET: Registered protocol family 35
  357. [ 10.257141] SSI protocol aka McSAAB added
  358. [ 10.920135] twl5031_aci twl5031_aci: AV jack open cable as SND_JACK_LINEOUT
  359. [ 14.326904] twl5031_aci twl5031_aci: AV jack open cable as SND_JACK_LINEOUT
  360. [ 17.620269] twl5031_aci twl5031_aci: AV jack open cable as SND_JACK_LINEOUT
  361. [ 17.937774] onenand_wait: correctable ECC error = 0x0100, addr1 0xa, addr8 0x0
  362. [ 17.939270] onenand_wait: correctable ECC error = 0x0001, addr1 0x4, addr8 0x3c
  363. [ 17.939483] onenand_wait: ECC error = 0x0002, addr1 0x4, addr8 0x44
  364. [ 17.939605] onenand_wait: ECC error = 0x0002, addr1 0x4, addr8 0x44
  365. [ 17.940063] onenand_wait: correctable ECC error = 0x0100, addr1 0x4, addr8 0x58
  366. [ 18.009490] onenand_wait: correctable ECC error = 0x0100, addr1 0x4, addr8 0x84
  367. [ 18.010559] onenand_wait: ECC error = 0x0002, addr1 0x4, addr8 0xb0
  368. [ 18.010681] onenand_wait: ECC error = 0x0002, addr1 0x4, addr8 0xb0
  369. [ 18.011047] onenand_wait: correctable ECC error = 0x0001, addr1 0x4, addr8 0xc0
  370. [ 18.047729] onenand_wait: ECC error = 0x0002, addr1 0x5, addr8 0x30
  371. [ 18.047882] onenand_wait: correctable ECC error = 0x0001, addr1 0x5, addr8 0x30
  372. [ 18.141784] onenand_wait: correctable ECC error = 0x0100, addr1 0xa, addr8 0x0
  373. [ 18.146942] onenand_wait: correctable ECC error = 0x0001, addr1 0x4, addr8 0x3c
  374. [ 18.476928] onenand_wait: correctable ECC error = 0x0100, addr1 0xa, addr8 0x0
  375. [ 18.478393] onenand_wait: correctable ECC error = 0x0001, addr1 0x4, addr8 0x3c
  376. [ 18.478637] onenand_wait: ECC error = 0x0002, addr1 0x4, addr8 0x44
  377. [ 18.478759] onenand_wait: ECC error = 0x0002, addr1 0x4, addr8 0x44
  378. [ 18.479217] onenand_wait: correctable ECC error = 0x0100, addr1 0x4, addr8 0x58
  379. [ 18.492218] onenand_wait: correctable ECC error = 0x0100, addr1 0x4, addr8 0x84
  380. [ 18.493316] onenand_wait: ECC error = 0x0002, addr1 0x4, addr8 0xb0
  381. [ 18.493438] onenand_wait: ECC error = 0x0002, addr1 0x4, addr8 0xb0
  382. [ 18.493804] onenand_wait: correctable ECC error = 0x0001, addr1 0x4, addr8 0xc0
  383. [ 18.522369] onenand_wait: ECC error = 0x0002, addr1 0x5, addr8 0x30
  384. [ 18.522521] onenand_wait: ECC error = 0x0002, addr1 0x5, addr8 0x30
  385. [ 18.523345] onenand_wait: correctable ECC error = 0x0100, addr1 0x5, addr8 0x54
  386. [ 18.525238] onenand_wait: correctable ECC error = 0x0100, addr1 0xa, addr8 0x0
  387. [ 19.549713] ssi_protocol ssi_protocol: WAKELINES TEST OK
  388. [ 19.608184] netlink: 12 bytes leftover after parsing attributes.
  389. [ 19.608245] netlink: 12 bytes leftover after parsing attributes.
  390. [ 20.073455] pvr: glesplash-fb: cleaning up 132 unfreed resources
  391. [ 20.167266] netlink: 12 bytes leftover after parsing attributes.
  392. [ 20.768615] twl5031_aci twl5031_aci: AV jack open cable as SND_JACK_LINEOUT
  393. [ 20.986022] systemd-journald[76]: File /var/log/journal/1cbdf657e8b2430681de62b55a160046/user-100000.journal corrupted or uncleanly shut down, renaming and replacing.
  394. [ 21.092163] systemd-journald[76]: Failed to read ACL on /var/log/journal/1cbdf657e8b2430681de62b55a160046/user-100000.journal, ignoring: Operation not supported
  395. [ 23.150421] ssi_protocol ssi_protocol: CMT reset detected !
  396. [ 23.150573] ssi_protocol ssi_protocol: Main state: 2
  397. [ 23.150665] ssi_protocol ssi_protocol: Recv state: 0
  398. [ 23.150726] ssi_protocol ssi_protocol: Send state: 0
  399. [ 23.150787] ssi_protocol ssi_protocol: CMT Online
  400. [ 23.150878] ssi_protocol ssi_protocol: Wake test 0
  401. [ 23.150939] ssi_protocol ssi_protocol: Data RX id: 1
  402. [ 23.151000] ssi_protocol ssi_protocol: Data TX id: 0
  403. [ 23.379577] ssi_protocol ssi_protocol: WAKELINES TEST OK
  404. [ 36.341003] twl4030_usb twl4030_usb: HW_CONDITIONS 0xd0/208; link 1
  405. [ 36.344879] twl4030_usb twl4030_usb: twl4030_phy_resume
  406. [ 36.363739] twl4030_usb twl4030_usb: twl4030_phy_suspend
  407. [ 36.419525] DCD succeeded
  408. [ 39.280487] gadget: using random self ethernet address
  409. [ 39.330017] usb0: MAC ee:5c:c6:e2:00:f1
  410. [ 39.330047] usb0: HOST MAC 0a:56:6c:d0:44:25
  411. [ 39.339477] gadget: Ethernet Gadget, version: Memorial Day 2008
  412. [ 39.339599] gadget: g_ether ready
  413. [ 39.392517] twl4030_usb twl4030_usb: twl4030_phy_resume
  414. [ 39.604583] twl4030_usb twl4030_usb: twl4030_set_power - mA: 100
  415. [ 39.679504] twl4030_usb twl4030_usb: twl4030_set_power - mA: 0
  416. [ 39.679962] twl4030_usb twl4030_usb: twl4030_set_power - mA: 100
  417. [ 39.767944] gadget: high-speed config #1: CDC Ethernet (ECM)
  418. [ 39.768096] twl4030_usb twl4030_usb: twl4030_set_power - mA: 500
  419. [ 40.012756] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
  420. [ 40.523437] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
  421. [ 103.674713] twl4030_usb twl4030_usb: twl4030_set_power - mA: 2
  422. [ 103.986968] twl4030_usb twl4030_usb: twl4030_set_power - mA: 0
  423. [ 104.081726] twl4030_usb twl4030_usb: HW_CONDITIONS 0x50/80; link 0
  424. [ 104.083404] twl4030_usb twl4030_usb: twl4030_phy_suspend
  425. [ 105.369750] twl4030_usb twl4030_usb: HW_CONDITIONS 0xd0/208; link 1
  426. [ 105.376190] twl4030_usb twl4030_usb: twl4030_phy_resume
  427. [ 105.387512] twl4030_usb twl4030_usb: twl4030_phy_suspend
  428. [ 105.464630] DCD succeeded
  429. [ 105.512176] twl4030_usb twl4030_usb: twl4030_set_power - mA: 0
  430. [ 105.818176] gadget: using random self ethernet address
  431. [ 105.855987] usb0: MAC ce:b2:1a:da:7b:d9
  432. [ 105.856048] usb0: HOST MAC 0a:56:6c:d0:44:25
  433. [ 105.865417] gadget: Ethernet Gadget, version: Memorial Day 2008
  434. [ 105.865509] gadget: g_ether ready
  435. [ 105.901367] twl4030_usb twl4030_usb: twl4030_phy_resume
  436. [ 106.068267] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
  437. [ 106.118865] twl4030_usb twl4030_usb: twl4030_set_power - mA: 100
  438. [ 106.194091] twl4030_usb twl4030_usb: twl4030_set_power - mA: 0
  439. [ 106.194580] twl4030_usb twl4030_usb: twl4030_set_power - mA: 100
  440. [ 106.285095] gadget: high-speed config #1: CDC Ethernet (ECM)
  441. [ 106.285247] twl4030_usb twl4030_usb: twl4030_set_power - mA: 500
  442. [ 106.292022] IPv6: ADDRCONF(NETDEV_CHANGE): usb0: link becomes ready
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement