Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2011
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1. U-Boot 1.1.4.1 (Sep 26 2009 - 22:28:41)
  2.  
  3. Board: Ubiquiti Networks XM board
  4. DRAM: 32 MB
  5. Flash: 8 MB
  6. Net: eth0, eth1
  7. Hit any key to stop autoboot: 0
  8. ar7240> setenv serverip 192.168.1.254; setenv ipaddr 192.168.1.1; setenv bootargs 'machtype=UBNT-XM console=ttyS0,115200'
  9. ar7240> tftp 0xa0800000 ath79-initramfs-uImage.bin; bootm
  10. Using eth0 device
  11. TFTP from server 192.168.1.254; our IP address is 192.168.1.1
  12. Filename 'ath79-initramfs-uImage.bin'.
  13. Load address: 0xa0800000
  14. Loading: #################################################################
  15. #################################################################
  16. #################################################################
  17. #################################################################
  18. #################################################################
  19. #################################################################
  20. #################################################################
  21. ###############################
  22. done
  23. Bytes transferred = 2486955 (25f2ab hex)
  24. ## Booting image at a0800000 ...
  25. Image Name: MIPS OpenWrt Linux-3.2-rc2
  26. Created: 2011-11-22 22:53:12 UTC
  27. Image Type: MIPS Linux Kernel Image (lzma compressed)
  28. Data Size: 2486891 Bytes = 2.4 MB
  29. Load Address: 80060000
  30. Entry Point: 80060000
  31. Verifying Checksum ... OK
  32. Uncompressing Kernel Image ... OK
  33.  
  34. Starting kernel ...
  35.  
  36. Linux version 3.2.0-rc2 (juhosg@idared) (gcc version 4.5.4 20110808 (prerelease) (Linaro GCC 4.5-2011.08) ) #99 Tue No
  37. v 22 23:53:05 CET 2011
  38. bootconsole [early0] enabled
  39. CPU revision is: 00019374 (MIPS 24Kc)
  40. SoC: Atheros AR7240 rev 2
  41. Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:5.000MHz
  42. Determined physical RAM map:
  43. memory: 02000000 @ 00000000 (usable)
  44. User-defined physical RAM map:
  45. memory: 02000000 @ 00000000 (usable)
  46. Initrd not found or empty - disabling initrd
  47. Zone PFN ranges:
  48. Normal 0x00000000 -> 0x00002000
  49. Movable zone start PFN for each node
  50. early_node_map[1] active PFN ranges
  51. 0: 0x00000000 -> 0x00002000
  52. Built 1 zonelists in Zone order, mobility grouping on. Total pages: 8128
  53. Kernel command line: machtype=UBNT-XM console=ttyS0,115200 mem=32M mtdparts=ar7240-nor0:256k(u-boot),64k(u-boot-env),
  54. 1024k(kernel),6528k(rootfs),256k(cfg),64k(EEPROM) rootfstype=squashfs,jffs2 noinitrd
  55. PID hash table entries: 128 (order: -3, 512 bytes)
  56. Dentry cache hash table entries: 4096 (order: 2, 16384 bytes)
  57. Inode-cache hash table entries: 2048 (order: 1, 8192 bytes)
  58. Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  59. Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  60. Writing ErrCtl register=00000000
  61. Readback ErrCtl register=00000000
  62. Memory: 27152k/32768k available (2708k kernel code, 5616k reserved, 753k data, 1352k init, 0k highmem)
  63. SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  64. NR_IRQS:46
  65. Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  66. pid_max: default: 32768 minimum: 301
  67. Mount-cache hash table entries: 512
  68. NET: Registered protocol family 16
  69. MIPS: machine is Ubiquiti Networks XM (rev 1.0) board
  70. registering PCI controller with io_map_base unset
  71. bio: create slab <bio-0> at 0
  72. pci 0000:00:00.0: BAR 0: assigned [mem 0x10000000-0x1000ffff 64bit]
  73. pci 0000:00:00.0: BAR 0: set to [mem 0x10000000-0x1000ffff 64bit] (PCI address [0x10000000-0x1000ffff])
  74. pci 0000:00:00.0: using irq 40 for pin 1
  75. cfg80211: Calling CRDA to update world regulatory domain
  76. Switching to clocksource MIPS
  77. NET: Registered protocol family 2
  78. IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  79. TCP established hash table entries: 1024 (order: 1, 8192 bytes)
  80. TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
  81. TCP: Hash tables configured (established 1024 bind 1024)
  82. TCP reno registered
  83. UDP hash table entries: 256 (order: 0, 4096 bytes)
  84. UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  85. NET: Registered protocol family 1
  86. squashfs: version 4.0 (2009/01/31) Phillip Lougher
  87. JFFS2 version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
  88. msgmni has been set to 53
  89. io scheduler noop registered
  90. io scheduler deadline registered (default)
  91. Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
  92. serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11) is a 16550A
  93. console [ttyS0] enabled, bootconsole disabled
  94. console [ttyS0] enabled, bootconsole disabled
  95. m25p80 spi0.0: found m25p64, expected mx25l6405d
  96. m25p80 spi0.0: m25p64 (8192 Kbytes)
  97. ieee80211 phy0: Atheros AR9280 Rev:2 mem=0xb0000000, irq=40
  98. TCP westwood registered
  99. NET: Registered protocol family 17
  100. 8021q: 802.1Q VLAN Support v1.8
  101. Freeing unused kernel memory: 1352k freed
  102. - preinit -
  103. Press the [f] key and hit [enter] to enter failsafe mode
  104. - regular preinit -
  105. - init -
  106. usbcore: registered new interface driver usbfs
  107. usbcore: registered new interface driver hub
  108. usbcore: registered new device driver usb
  109. PPP generic driver version 2.4.2
  110. NET: Registered protocol family 24
  111. ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  112. ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  113.  
  114. Please press Enter to activate this console.
  115.  
  116.  
  117. BusyBox v1.19.3 (2011-11-18 15:11:17 CET) built-in shell (ash)
  118. Enter 'help' for a list of built-in commands.
  119.  
  120. _______ ________ __
  121. | |.-----.-----.-----.| | | |.----.| |_
  122. | - || _ | -__| || | | || _|| _|
  123. |_______|| __|_____|__|__||________||__| |____|
  124. |__| W I R E L E S S F R E E D O M
  125. ATTITUDE ADJUSTMENT (bleeding edge, r29274) ----------
  126. * 1/4 oz Vodka Pour all ingredients into mixing
  127. * 1/4 oz Gin tin with ice, strain into glass.
  128. * 1/4 oz Amaretto
  129. * 1/4 oz Triple sec
  130. * 1/4 oz Peach schnapps
  131. * 1/4 oz Sour mix
  132. * 1 splash Cranberry juice
  133. -----------------------------------------------------
  134. root@OpenWrt:/# iw list
  135. Wiphy phy0
  136. Band 1:
  137. Capabilities: 0x11ce
  138. HT20/HT40
  139. SM Power Save disabled
  140. RX HT40 SGI
  141. TX STBC
  142. RX STBC 1-stream
  143. Max AMSDU length: 3839 bytes
  144. DSSS/CCK HT40
  145. Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
  146. Minimum RX AMPDU time spacing: 8 usec (0x06)
  147. HT TX/RX MCS rate indexes supported: 0-7
  148. Frequencies:
  149. * 5180 MHz [36] (19.0 dBm) (passive scanning, no IBSS)
  150. * 5200 MHz [40] (19.0 dBm) (passive scanning, no IBSS)
  151. * 5220 MHz [44] (19.0 dBm) (passive scanning, no IBSS)
  152. * 5240 MHz [48] (19.0 dBm) (passive scanning, no IBSS)
  153. * 5260 MHz [52] (disabled)
  154. * 5280 MHz [56] (disabled)
  155. * 5300 MHz [60] (disabled)
  156. * 5320 MHz [64] (disabled)
  157. * 5500 MHz [100] (disabled)
  158. * 5520 MHz [104] (disabled)
  159. * 5540 MHz [108] (disabled)
  160. * 5560 MHz [112] (disabled)
  161. * 5580 MHz [116] (disabled)
  162. * 5600 MHz [120] (disabled)
  163. * 5620 MHz [124] (disabled)
  164. * 5640 MHz [128] (disabled)
  165. * 5660 MHz [132] (disabled)
  166. * 5680 MHz [136] (disabled)
  167. * 5700 MHz [140] (disabled)
  168. * 5745 MHz [149] (19.0 dBm) (passive scanning, no IBSS)
  169. * 5765 MHz [153] (19.0 dBm) (passive scanning, no IBSS)
  170. * 5785 MHz [157] (19.0 dBm) (passive scanning, no IBSS)
  171. * 5805 MHz [161] (19.0 dBm) (passive scanning, no IBSS)
  172. * 5825 MHz [165] (19.0 dBm) (passive scanning, no IBSS)
  173. Bitrates (non-HT):
  174. * 6.0 Mbps
  175. * 9.0 Mbps
  176. * 12.0 Mbps
  177. * 18.0 Mbps
  178. * 24.0 Mbps
  179. * 36.0 Mbps
  180. * 48.0 Mbps
  181. * 54.0 Mbps
  182. max # scan SSIDs: 4
  183. max scan IEs length: 2261 bytes
  184. Coverage class: 0 (up to 0m)
  185. Available Antennas: TX 0x1 RX 0x1
  186. Configured Antennas: TX 0x1 RX 0x1
  187. Supported interface modes:
  188. * IBSS
  189. * managed
  190. * AP
  191. * AP/VLAN
  192. * WDS
  193. * monitor
  194. * P2P-client
  195. * P2P-GO
  196. software interface modes (can always be added):
  197. * AP/VLAN
  198. * monitor
  199. interface combinations are not supported
  200. Supported commands:
  201. * new_interface
  202. * set_interface
  203. * new_key
  204. * new_beacon
  205. * new_station
  206. * set_bss
  207. * authenticate
  208. * associate
  209. * deauthenticate
  210. * disassociate
  211. * join_ibss
  212. * remain_on_channel
  213. * set_tx_bitrate_mask
  214. * action
  215. * frame_wait_cancel
  216. * set_wiphy_netns
  217. * set_channel
  218. * set_wds_peer
  219. * connect
  220. * disconnect
  221. Supported TX frame types:
  222. * IBSS: 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x
  223. 00d0 0x00e0 0x00f0
  224. * managed: 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0
  225. 0x00d0 0x00e0 0x00f0
  226. * AP: 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0 0x00
  227. d0 0x00e0 0x00f0
  228. * AP/VLAN: 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0
  229. 0x00d0 0x00e0 0x00f0
  230. * mesh point: 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x0
  231. 0c0 0x00d0 0x00e0 0x00f0
  232. * P2P-client: 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x0
  233. 0c0 0x00d0 0x00e0 0x00f0
  234. * P2P-GO: 0x0000 0x0010 0x0020 0x0030 0x0040 0x0050 0x0060 0x0070 0x0080 0x0090 0x00a0 0x00b0 0x00c0
  235. 0x00d0 0x00e0 0x00f0
  236. Supported RX frame types:
  237. * IBSS: 0x00d0
  238. * managed: 0x0040 0x00d0
  239. * AP: 0x0000 0x0020 0x0040 0x00a0 0x00b0 0x00c0 0x00d0
  240. * AP/VLAN: 0x0000 0x0020 0x0040 0x00a0 0x00b0 0x00c0 0x00d0
  241. * mesh point: 0x00b0 0x00c0 0x00d0
  242. * P2P-client: 0x0040 0x00d0
  243. * P2P-GO: 0x0000 0x0020 0x0040 0x00a0 0x00b0 0x00c0 0x00d0
  244. Device supports RSN-IBSS.
  245. root@OpenWrt:/#
  246.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement