Advertisement
Guest User

Untitled

a guest
May 7th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.76 KB | None | 0 0
  1. root@nathan:~# dmesg
  2. [ 0.000000] Linux version 3.8.3 (federico@smilzo) (gcc version 4.6.4 20121210 (prerelease) (Linaro GCC 4.6-2012.12) ) #8 Mon Aug 19 16:22:39 CEST 2013
  3. [ 0.000000] bootconsole [early0] enabled
  4. [ 0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  5. [ 0.000000] SoC: Atheros AR9330 rev 1
  6. [ 0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.00 0MHz
  7. [ 0.000000] Determined physical RAM map:
  8. [ 0.000000] memory: 04000000 @ 00000000 (usable)
  9. [ 0.000000] Initrd not found or empty - disabling initrd
  10. [ 0.000000] Zone ranges:
  11. [ 0.000000] Normal [mem 0x00000000-0x03ffffff]
  12. [ 0.000000] Movable zone start for each node
  13. [ 0.000000] Early memory node ranges
  14. [ 0.000000] node 0: [mem 0x00000000-0x03ffffff]
  15. [ 0.000000] On node 0 totalpages: 16384
  16. [ 0.000000] free_area_init_node: node 0, pgdat 80370ae0, node_mem_map 8100000 0
  17. [ 0.000000] Normal zone: 128 pages used for memmap
  18. [ 0.000000] Normal zone: 0 pages reserved
  19. [ 0.000000] Normal zone: 16256 pages, LIFO batch:3
  20. [ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  21. [ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  22. [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
  23. [ 0.000000] pcpu-alloc: [0] 0
  24. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pag es: 16256
  25. [ 0.000000] Kernel command line: board=Linino console=ttyATH0,250000 mtdpart s=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14656k(rootfs),1280k(kernel),64k(nvram ),64k(art),15936k@0x50000(firmware) rootfstype=squashfs,jffs2 noinitrd
  26. [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  27. [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  28. [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  29. [ 0.000000] __ex_table already sorted, skipping sort
  30. [ 0.000000] Writing ErrCtl register=00000000
  31. [ 0.000000] Readback ErrCtl register=00000000
  32. [ 0.000000] Memory: 60900k/65536k available (2565k kernel code, 4636k reserve d, 655k data, 232k init, 0k highmem)
  33. [ 0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, No des=1
  34. [ 0.000000] NR_IRQS:51
  35. [ 0.080000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  36. [ 0.080000] pid_max: default: 32768 minimum: 301
  37. [ 0.080000] Mount-cache hash table entries: 512
  38. [ 0.080000] NET: Registered protocol family 16
  39. [ 0.090000] MIPS: machine is Arduino Yun
  40. [ 0.530000] Setting DogStick2 GPIO
  41. [ 0.550000] bio: create slab <bio-0> at 0
  42. [ 0.550000] SCSI subsystem initialized
  43. [ 0.550000] usbcore: registered new interface driver usbfs
  44. [ 0.560000] usbcore: registered new interface driver hub
  45. [ 0.560000] usbcore: registered new device driver usb
  46. [ 0.560000] Switching to clocksource MIPS
  47. [ 0.570000] NET: Registered protocol family 2
  48. [ 0.570000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
  49. [ 0.570000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
  50. [ 0.570000] TCP: Hash tables configured (established 512 bind 512)
  51. [ 0.570000] TCP: reno registered
  52. [ 0.570000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  53. [ 0.570000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  54. [ 0.580000] NET: Registered protocol family 1
  55. [ 0.600000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  56. [ 0.600000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORIT Y) (c) 2001-2006 Red Hat, Inc.
  57. [ 0.610000] msgmni has been set to 118
  58. [ 0.610000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2 53)
  59. [ 0.610000] io scheduler noop registered
  60. [ 0.610000] io scheduler deadline registered (default)
  61. [ 0.610000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  62. [ 0.620000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) is a AR933X UA RT
  63. [ 0.630000] console [ttyATH0] enabled, bootconsole disabled
  64. [ 0.630000] ath79-spi ath79-spi: master is unqueued, this is deprecated
  65. [ 0.640000] m25p80 spi0.0: found w25q128, expected m25p80
  66. [ 0.640000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  67. [ 0.640000] 7 cmdlinepart partitions found on MTD device spi0.0
  68. [ 0.650000] Creating 7 MTD partitions on "spi0.0":
  69. [ 0.650000] 0x000000000000-0x000000040000 : "u-boot"
  70. [ 0.650000] 0x000000040000-0x000000050000 : "u-boot-env"
  71. [ 0.660000] 0x000000050000-0x000000ea0000 : "rootfs"
  72. [ 0.660000] mtd: partition "rootfs" set to be root filesystem
  73. [ 0.660000] mtd: partition "rootfs_data" created automatically, ofs=720000, l en=780000
  74. [ 0.660000] 0x000000720000-0x000000ea0000 : "rootfs_data"
  75. [ 0.670000] 0x000000ea0000-0x000000fe0000 : "kernel"
  76. [ 0.670000] 0x000000fe0000-0x000000ff0000 : "nvram"
  77. [ 0.680000] 0x000000ff0000-0x000001000000 : "art"
  78. [ 0.680000] 0x000000050000-0x000000fe0000 : "firmware"
  79. [ 0.700000] libphy: ag71xx_mdio: probed
  80. [ 0.700000] eth0: Atheros AG71xx at 0xba000000, irq 5, mode:GMII
  81. [ 1.250000] eth0: Found an AR7240/AR9330 built-in switch
  82. [ 2.280000] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode:MII
  83. [ 2.830000] ag71xx ag71xx.0 eth1: connected to PHY at ag71xx-mdio.1:04 [uid=0 04dd041, driver=Generic PHY]
  84. [ 2.830000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  85. [ 2.840000] ehci-platform: EHCI generic platform driver
  86. [ 2.840000] ehci-platform ehci-platform: EHCI Host Controller
  87. [ 2.840000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  88. [ 2.840000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  89. [ 2.870000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  90. [ 2.870000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  91. [ 2.870000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber= 1
  92. [ 2.870000] usb usb1: Product: EHCI Host Controller
  93. [ 2.880000] usb usb1: Manufacturer: Linux 3.8.3 ehci_hcd
  94. [ 2.880000] usb usb1: SerialNumber: ehci-platform
  95. [ 2.880000] hub 1-0:1.0: USB hub found
  96. [ 2.880000] hub 1-0:1.0: 1 port detected
  97. [ 2.890000] Initializing USB Mass Storage driver...
  98. [ 2.890000] usbcore: registered new interface driver usb-storage
  99. [ 2.890000] USB Mass Storage support registered.
  100. [ 2.890000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/inp ut/input0
  101. [ 2.900000] sdhci: Secure Digital Host Controller Interface driver
  102. [ 2.900000] sdhci: Copyright(c) Pierre Ossman
  103. [ 2.900000] usbcore: registered new interface driver ushc
  104. [ 2.900000] TCP: cubic registered
  105. [ 2.900000] NET: Registered protocol family 17
  106. [ 2.910000] Bridge firewalling registered
  107. [ 2.910000] 8021q: 802.1Q VLAN Support v1.8
  108. [ 2.920000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  109. [ 2.920000] Freeing unused kernel memory: 232k freed
  110. [ 5.230000] Error: Driver 'gpio-keys-polled' is already registered, aborting. ..
  111. [ 8.800000] jffs2: notice: (511) jffs2_build_xattr_subsystem: complete buildi ng xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 16 of xref (0 dead, 4 orphan) found.
  112. [ 38.720000] Compat-drivers backport release: compat-drivers-2013-01-21-1
  113. [ 38.730000] Backport based on wireless-testing.git master-2013-02-22
  114. [ 38.730000] compat.git: wireless-testing.git
  115. [ 38.760000] cfg80211: Calling CRDA to update world regulatory domain
  116. [ 38.770000] cfg80211: World regulatory domain updated:
  117. [ 38.770000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gai n, max_eirp)
  118. [ 38.770000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 20 00 mBm)
  119. [ 38.780000] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 20 00 mBm)
  120. [ 38.780000] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 20 00 mBm)
  121. [ 38.780000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 20 00 mBm)
  122. [ 38.790000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 20 00 mBm)
  123. [ 39.570000] ath: EEPROM regdomain: 0x0
  124. [ 39.570000] ath: EEPROM indicates default country code should be used
  125. [ 39.570000] ath: doing EEPROM country->regdmn map search
  126. [ 39.570000] ath: country maps to regdmn code: 0x3a
  127. [ 39.570000] ath: Country alpha2 being used: US
  128. [ 39.570000] ath: Regpair used: 0x3a
  129. [ 39.570000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
  130. [ 39.580000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  131. [ 39.590000] cfg80211: Calling CRDA for country: US
  132. [ 39.590000] cfg80211: Regulatory domain changed to country: US
  133. [ 39.590000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gai n, max_eirp)
  134. [ 39.600000] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 27 00 mBm)
  135. [ 39.600000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 17 00 mBm)
  136. [ 39.600000] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 20 00 mBm)
  137. [ 39.610000] cfg80211: (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 20 00 mBm)
  138. [ 39.610000] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 20 00 mBm)
  139. [ 39.610000] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 30 00 mBm)
  140. [ 39.980000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  141. [ 40.020000] Error: Driver 'gpio-keys-polled' is already registered, aborting. ..
  142. [ 40.050000] PPP generic driver version 2.4.2
  143. [ 40.190000] ip_tables: (C) 2000-2006 Netfilter Core Team
  144. [ 40.620000] NET: Registered protocol family 24
  145. [ 40.650000] nf_conntrack version 0.5.0 (955 buckets, 3820 max)
  146. [ 41.410000] Linux video capture interface: v2.00
  147. [ 41.670000] fuse init (API version 7.20)
  148. [ 51.420000] cfg80211: Calling CRDA for country: GR
  149. [ 51.420000] cfg80211: Regulatory domain changed to country: GR
  150. [ 51.420000] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gai n, max_eirp)
  151. [ 51.420000] cfg80211: (2402000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 m Bm)
  152. [ 51.430000] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 m Bm)
  153. [ 51.430000] cfg80211: (5250000 KHz - 5330000 KHz @ 40000 KHz), (N/A, 2000 m Bm)
  154. [ 51.430000] cfg80211: (5490000 KHz - 5710000 KHz @ 40000 KHz), (N/A, 2700 m Bm)
  155. [ 55.450000] wlan0: authenticate with dc:02:8e:57:fa:8e
  156. [ 55.500000] wlan0: send auth to dc:02:8e:57:fa:8e (try 1/3)
  157. [ 55.620000] wlan0: send auth to dc:02:8e:57:fa:8e (try 2/3)
  158. [ 55.630000] wlan0: authenticated
  159. [ 55.640000] wlan0: associate with dc:02:8e:57:fa:8e (try 1/3)
  160. [ 55.660000] wlan0: RX AssocResp from dc:02:8e:57:fa:8e (capab=0x431 status=0 aid=6)
  161. [ 55.660000] wlan0: associated
  162. root@nathan~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement