Advertisement
ack_qwerty

Just Discovered "Firmware Binary Worm" aka "Why systemD suck

Dec 14th, 2015
969
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 189.13 KB | None | 0 0
  1. [   47.670000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  2. [   47.670000] device eth0 entered promiscuous mode
  3. [   47.670000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  4. [   47.670000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  5. [   47.680000] device eth1 entered promiscuous mode
  6. [   49.990000] eth1: link up (100Mbps/Full duplex)
  7. [   49.990000] br-lan: port 2(eth1) entered listening state
  8. [   49.990000] br-lan: port 2(eth1) entered listening state
  9. [   49.990000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  10. [   51.990000] br-lan: port 2(eth1) entered learning state
  11. [   52.630000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  12. [   52.630000] device wlan0 entered promiscuous mode
  13. [   52.650000] device wlan0 left promiscuous mode
  14. [   52.650000] br-lan: port 3(wlan0) entered disabled state
  15. [   53.990000] br-lan: topology change detected, propagating
  16. [   53.990000] br-lan: port 2(eth1) entered forwarding state
  17. [   54.320000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  18. help
  19.  
  20.  
  21.  
  22. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  23. Enter 'help' for a list of built-in commands.
  24.  
  25.   _______                     ________        __
  26.  |       |.-----.-----.-----.|  |  |  |.----.|  |_
  27.  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  28.  |_______||   __|_____|__|__||________||__|  |____|
  29.           |__| W I R E L E S S   F R E E D O M
  30.  -----------------------------------------------------
  31.  
  32.  
  33. root@secure777:/#
  34. root@secure777:/# su
  35. /bin/ash: su: not found
  36. root@secure777:/#
  37. root@secure777:/# opkg
  38. opkg must have one sub-command argument
  39. usage: opkg [options...] sub-command [arguments...]
  40. where sub-command is one of:
  41.  
  42. Package Manipulation:
  43.     update          Update list of available packages
  44.     upgrade <pkgs>      Upgrade packages
  45.     install <pkgs>      Install package(s)
  46.     configure <pkgs>    Configure unpacked package(s)
  47.     remove <pkgs|regexp>    Remove package(s)
  48.     flag <flag> <pkgs>  Flag package(s)
  49.      <flag>=hold|noprune|user|ok|installed|unpacked (one per invocation)
  50.  
  51. Informational Commands:
  52.     list            List available packages
  53.     list-installed      List installed packages
  54.     list-upgradable     List installed and upgradable packages
  55.     list-changed-conffiles  List user modified configuration files
  56.     files <pkg>     List files belonging to <pkg>
  57.     search <file|regexp>    List package providing <file>
  58.     find <regexp>       List packages whose name or description matches <regexp>
  59.     info [pkg|regexp]   Display all info for <pkg>
  60.     status [pkg|regexp] Display all status for <pkg>
  61.     download <pkg>      Download <pkg> to current directory
  62.     compare-versions <v1> <op> <v2>
  63.                         compare versions using <= < > >= = << >>
  64.     print-architecture  List installable package architectures
  65.     depends [-A] [pkgname|pat]+
  66.     whatdepends [-A] [pkgname|pat]+
  67.     whatdependsrec [-A] [pkgname|pat]+
  68.     whatrecommends[-A] [pkgname|pat]+
  69.     whatsuggests[-A] [pkgname|pat]+
  70.     whatprovides [-A] [pkgname|pat]+
  71.     whatconflicts [-A] [pkgname|pat]+
  72.     whatreplaces [-A] [pkgname|pat]+
  73.  
  74. Options:
  75.     -A          Query all packages not just those installed
  76.     -V[<level>]     Set verbosity level to <level>.
  77.     --verbosity[=<level>]   Verbosity levels:
  78.                     0 errors only
  79.                     1 normal messages (default)
  80.                     2 informative messages
  81.                     3 debug
  82.                     4 debug level 2
  83.     -f <conf_file>      Use <conf_file> as the opkg configuration file
  84.     --conf <conf_file>
  85.     --cache <directory> Use a package cache
  86.     -d <dest_name>      Use <dest_name> as the the root directory for
  87.     --dest <dest_name>  package installation, removal, upgrading.
  88.                 <dest_name> should be a defined dest name from
  89.                 the configuration file, (but can also be a
  90.                 directory name in a pinch).
  91.     -o <dir>        Use <dir> as the root directory for
  92.     --offline-root <dir>    offline installation of packages.
  93.     --add-arch <arch>:<prio>    Register architecture with given priority
  94.     --add-dest <name>:<path>    Register destination with given path
  95.  
  96. Force Options:
  97.     --force-depends     Install/remove despite failed dependencies
  98.     --force-maintainer  Overwrite preexisting config files
  99.     --force-reinstall   Reinstall package(s)
  100.     --force-overwrite   Overwrite files from other package(s)
  101.     --force-downgrade   Allow opkg to downgrade packages
  102.     --force-space       Disable free space checks
  103.     --force-postinstall Run postinstall scripts even in offline mode
  104.     --force-remove  Remove package even if prerm script fails
  105.     --noaction      No action -- test only
  106.     --download-only No action -- download only
  107.     --nodeps        Do not follow dependencies
  108.     --nocase        Perform case insensitive pattern matching
  109.     --force-removal-of-dependent-packages
  110.                 Remove package and all dependencies
  111.     --autoremove        Remove packages that were installed
  112.                 automatically to satisfy dependencies
  113.     -t          Specify tmp-dir.
  114.     --tmp-dir       Specify tmp-dir.
  115.  
  116.  regexp could be something like 'pkgname*' '*file*' or similar
  117.  e.g. opkg info 'libstd*' or opkg search '*libop*' or opkg remove 'libncur*'
  118. root@secure777:/#
  119. root@secure777:/# route
  120. Kernel IP routing table
  121. Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
  122. root@secure777:/#
  123. root@secure777:/# up
  124. /bin/ash: up: not found
  125. root@secure777:/#
  126. root@secure777:/# wlan0
  127. /bin/ash: wlan0: not found
  128. root@secure777:/#
  129. root@secure777:/# iw
  130. Usage:  iw [options] command
  131. Options:
  132.     --debug     enable netlink debugging
  133.     --version   show version (3.6)
  134. Commands:
  135.     help [command]
  136.     event [-t] [-r] [-f]
  137.     phy
  138.     list
  139.     phy <phyname> info
  140.     dev
  141.     dev <devname> info
  142.     dev <devname> del
  143.     dev <devname> interface add <name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*]
  144.     phy <phyname> interface add <name> type <type> [mesh_id <meshid>] [4addr on|off] [flags <flag>*]
  145.     dev <devname> ibss join <SSID> <freq in MHz> [HT20|HT40+|HT40-|NOHT] [fixed-freq] [<fixed bssid>] [beacon-interval <TU>] [basic-rates <rate in Mbps,rate2,...>] [mcast-rate <rate in Mbps>] [key d:0:abcde]
  146.     dev <devname> ibss leave
  147.     dev <devname> station dump
  148.     dev <devname> station set <MAC address> vlan <ifindex>
  149.     dev <devname> station set <MAC address> plink_action <open|block>
  150.     dev <devname> station del <MAC address>
  151.     dev <devname> station get <MAC address>
  152.     dev <devname> survey dump
  153.     dev <devname> mesh leave
  154.     dev <devname> mesh join <mesh ID> [mcast-rate <rate in Mbps>] [vendor_sync on|off] [<param>=<value>]*
  155.     dev <devname> mpath dump
  156.     dev <devname> mpath set <destination MAC address> next_hop <next hop MAC address>
  157.     dev <devname> mpath new <destination MAC address> next_hop <next hop MAC address>
  158.     dev <devname> mpath del <MAC address>
  159.     dev <devname> mpath get <MAC address>
  160.     dev <devname> scan [-u] [freq <freq>*] [ies <hex as 00:11:..>] [ssid <ssid>*|passive]
  161.     dev <devname> scan trigger [freq <freq>*] [ies <hex as 00:11:..>] [ssid <ssid>*|passive]
  162.     dev <devname> scan dump [-u]
  163.     reg get
  164.     reg set <ISO/IEC 3166-1 alpha2>
  165.     dev <devname> connect [-w] <SSID> [<freq in MHz>] [<bssid>] [key 0:abcde d:1:6162636465]
  166.     dev <devname> disconnect
  167.     dev <devname> link
  168.     dev <devname> offchannel <freq> <duration>
  169.     dev <devname> cqm rssi <threshold|off> [<hysteresis>]
  170.     phy <phyname> wowlan show
  171.     phy <phyname> wowlan disable
  172.     phy <phyname> wowlan enable [any] [disconnect] [magic-packet] [gtk-rekey-failure] [eap-identity-request] [4way-handshake] [rfkill-release] [patterns <pattern>*]
  173.     dev <devname> roc start <freq> <time>
  174.     phy <phyname> set antenna_gain <antenna gain in dBm>
  175.     phy <phyname> set antenna <bitmap> | all | <tx bitmap> <rx bitmap>
  176.     dev <devname> set txpower <auto|fixed|limit> [<tx power in mBm>]
  177.     phy <phyname> set txpower <auto|fixed|limit> [<tx power in mBm>]
  178.     phy <phyname> set distance <distance>
  179.     phy <phyname> set coverage <coverage class>
  180.     phy <phyname> set netns <pid>
  181.     phy <phyname> set rts <rts threshold|off>
  182.     phy <phyname> set frag <fragmentation threshold|off>
  183.     dev <devname> set channel <channel> [HT20|HT40+|HT40-]
  184.     phy <phyname> set channel <channel> [HT20|HT40+|HT40-]
  185.     dev <devname> set freq <freq> [HT20|HT40+|HT40-]
  186.     phy <phyname> set freq <freq> [HT20|HT40+|HT40-]
  187.     phy <phyname> set name <new name>
  188.     dev <devname> set peer <MAC address>
  189.     dev <devname> set noack_map <map>
  190.     dev <devname> set 4addr <on|off>
  191.     dev <devname> set type <type>
  192.     dev <devname> set meshid <meshid>
  193.     dev <devname> set monitor <flag>*
  194.     dev <devname> set mesh_param <param>=<value> [<param>=<value>]*
  195.     dev <devname> set power_save <on|off>
  196.     dev <devname> set bitrates [legacy-<2.4|5> <legacy rate in Mbps>*] [mcs-<2.4|5> <MCS index>*]
  197.     dev <devname> get mesh_param [<param>]
  198.     dev <devname> get power_save <param>
  199.  
  200. Commands that use the netdev ('dev') can also be given the
  201. 'wdev' instead to identify the device.
  202.  
  203. You can omit the 'phy' or 'dev' if the identification is unique,
  204. e.g. "iw wlan0 info" or "iw phy0 info". (Don't when scripting.)
  205.  
  206. Do NOT screenscrape this tool, we don't consider its output stable.
  207.  
  208. root@secure777:/#
  209. root@secure777:/# [  132.870000] Removing MTD device #3 (rootfs_data) with use count 1
  210. [  132.900000] Resþ
  211.  
  212. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  213.  
  214. Arduino Yun (ar9331) U-boot
  215.  
  216. DRAM:  64 MB
  217. Top of RAM usable for U-Boot at: 84000000
  218. Reserving 142k for U-Boot at: 83fdc000
  219. Reserving 192k for malloc() at: 83fac000
  220. Reserving 44 Bytes for Board Info at: 83fabfd4
  221. Reserving 36 Bytes for Global Data at: 83fabfb0
  222. Reserving 128k for boot params() at: 83f8bfb0
  223. Stack Pointer at: 83f8bf98
  224. Now running in RAM - U-Boot at: 83fdc000
  225. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  226. flash size 16777216, sector count = 256
  227. Flash: 16 MB
  228. Using default environment
  229.  
  230. In:    serial
  231. Out:   serial
  232. Err:   serial
  233. Net:   ag7240_enet_initialize...
  234. No valid address in Flash. Using fixed address
  235. No valid address in Flash. Using fixed address
  236. : cfg1 0x5 cfg2 0x7114
  237. eth0: 00:03:7f:09:0b:ad
  238. eth0 up
  239. : cfg1 0xf cfg2 0x7214
  240. eth1: 00:03:7f:09:0b:ad
  241. athrs26_reg_init_lan
  242. ATHRS26: resetting s26
  243. ATHRS26: s26 reset done
  244. eth1 up
  245. eth0, eth1
  246. Hit any key to stop autoboot:  4  3  2  1  0
  247. ## Booting image at 9fea0000 ...
  248.    Image Name:   MIPS OpenWrt Linux-3.3.8
  249.    Created:      2014-04-17   8:11:04 UTC
  250.    Image Type:   MIPS Linux Kernel Image (lzma compressed)
  251.    Data Size:    1185367 Bytes =  1.1 MB
  252.    Load Address: 80060000
  253.    Entry Point:  80060000
  254.    Verifying Checksum at 0x9fea0040 ...OK
  255.    Uncompressing Kernel Image ... OK
  256. No initrd
  257. ## Transferring control to Linux (at address 80060000) ...
  258. ## Giving linux memsize in bytes, 67108864
  259.  
  260. Starting kernel ...
  261.  
  262. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  263. [    0.000000] bootconsole [early0] enabled
  264. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  265. [    0.000000] SoC: Atheros AR9330 rev 1
  266. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  267. [    0.000000] Determined physical RAM map:
  268. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  269. [    0.000000] Initrd not found or empty - disabling initrd
  270. [    0.000000] Zone PFN ranges:
  271. [    0.000000]   Normal   0x00000000 -> 0x00004000
  272. [    0.000000] Movable zone start PFN for each node
  273. [    0.000000] Early memory PFN ranges
  274. [    0.000000]     0: 0x00000000 -> 0x00004000
  275. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  276. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  277. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  278. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  279. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  280. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  281. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  282. [    0.000000] Writing ErrCtl register=00000000
  283. [    0.000000] Readback ErrCtl register=00000000
  284. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  285. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  286. [    0.000000] NR_IRQS:51
  287. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  288. [    0.080000] pid_max: default: 32768 minimum: 301
  289. [    0.080000] Mount-cache hash table entries: 512
  290. [    0.080000] NET: Registered protocol family 16
  291. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  292. [    0.090000] MIPS: machine is Arduino Yun
  293. [    0.530000] Setting DogStick2 GPIO
  294. [    0.550000] bio: create slab <bio-0> at 0
  295. [    0.550000] SCSI subsystem initialized
  296. [    0.560000] usbcore: registered new interface driver usbfs
  297. [    0.560000] usbcore: registered new interface driver hub
  298. [    0.560000] usbcore: registered new device driver usb
  299. [    0.570000] Switching to clocksource MIPS
  300. [    0.570000] NET: Registered protocol family 2
  301. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  302. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  303. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  304. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  305. [    0.580000] TCP reno registered
  306. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  307. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  308. [    0.590000] NET: Registered protocol family 1
  309. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  310. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  311. [    0.620000] msgmni has been set to 119
  312. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  313. [    0.620000] io scheduler noop registered
  314. [    0.630000] io scheduler deadline registered (default)
  315. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  316. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  317. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  318. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  319. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  320. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  321. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  322. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  323. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  324. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  325. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  326. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  327. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  328. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  329. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  330. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  331. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  332. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  333. [    0.710000] ag71xx_mdio: probed
  334. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  335. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  336. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  337. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  338. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  339. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  340. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  341. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  342. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  343. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  344. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  345. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  346. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  347. [    2.920000] usb usb1: SerialNumber: ehci-platform
  348. [    2.920000] hub 1-0:1.0: USB hub found
  349. [    2.920000] hub 1-0:1.0: 1 port detected
  350. [    2.930000] Initializing USB Mass Storage driver...
  351. [    2.930000] usbcore: registered new interface driver usb-storage
  352. [    2.930000] USB Mass Storage support registered.
  353. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  354. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  355. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  356. [    2.940000] usbcore: registered new interface driver ushc
  357. [    2.940000] TCP cubic registered
  358. [    2.950000] NET: Registered protocol family 17
  359. [    2.950000] Bridge firewalling registered
  360. [    2.950000] 8021q: 802.1Q VLAN Support v1.8
  361. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  362. [    2.960000] Freeing unused kernel memory: 180k freed
  363. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  364. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  365. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  366. [    3.440000] usb 1-1: Product: USB2.0Hub
  367. [    3.580000] hub 1-1:1.0: USB hub found
  368. [    3.580000] hub 1-1:1.0: 4 ports detected
  369. [    3.980000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  370. [    4.110000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  371. [    4.110000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  372. [    4.120000] usb 1-1.4: Product: Mass Storage Device
  373. [    4.120000] usb 1-1.4: Manufacturer: Generic
  374. [    4.120000] usb 1-1.4: SerialNumber: 058F0O1111B1
  375. [    4.180000] scsi0 : usb-storage 1-1.4:1.0
  376. [    5.030000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  377. [    5.180000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  378. - preinit -
  379. Press the [f] key and hit [enter] to enter failsafe mode
  380. - regular preinit -
  381. [    9.600000] JFFS2 notice: (526) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  382. [   10.780000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  383. switching to jffs2
  384. - init -
  385.  
  386. Please press Enter to activate this console. [   38.220000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  387. [   38.230000] Backport generated by backports.git backports-20140124-0-g1256d3e
  388. [   38.260000] cfg80211: Calling CRDA to update world regulatory domain
  389. [   38.270000] cfg80211: World regulatory domain updated:
  390. [   38.270000] cfg80211:  DFS Master region: unset
  391. [   38.270000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  392. [   38.270000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  393. [   38.280000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  394. [   38.280000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  395. [   38.280000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  396. [   38.290000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  397. [   38.290000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  398. [   38.550000] NET: Registered protocol family 10
  399. [   39.480000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  400. [   39.490000] cfg80211: Calling CRDA for country: US
  401. [   39.490000] cfg80211: Regulatory domain changed to country: US
  402. [   39.490000] cfg80211:  DFS Master region: FCC
  403. [   39.490000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  404. [   39.500000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  405. [   39.500000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  406. [   39.510000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  407. [   39.510000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  408. [   39.510000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  409. [   39.520000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  410. [   39.520000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  411. [   39.940000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  412. [   39.980000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  413. [   40.110000] PPP generic driver version 2.4.2
  414. [   40.150000] tun: Universal TUN/TAP device driver, 1.6
  415. [   40.150000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  416. [   40.190000] L2TP core driver, V2.0
  417. [   40.210000] L2TP netlink interface
  418. [   40.240000] IPv6 over IPv4 tunneling driver
  419. [   40.280000] ip_tables: (C) 2000-2006 Netfilter Core Team
  420. [   40.400000] NET: Registered protocol family 24
  421. [   40.440000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  422. [   40.570000] PPPoL2TP kernel driver, V2.0
  423. [   40.910000] i2c /dev entries driver
  424. [   40.950000] Linux video capture interface: v2.00
  425. [   41.060000] fuse init (API version 7.18)
  426. [   47.620000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  427. [   47.620000] device eth0 entered promiscuous mode
  428. [   47.620000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  429. [   47.620000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  430. [   47.630000] device eth1 entered promiscuous mode
  431. [   49.950000] eth1: link up (100Mbps/Full duplex)
  432. [   49.950000] br-lan: port 2(eth1) entered listening state
  433. [   49.950000] br-lan: port 2(eth1) entered listening state
  434. [   49.950000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  435. [   51.950000] br-lan: port 2(eth1) entered learning state
  436. [   52.620000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  437. [   52.620000] device wlan0 entered promiscuous mode
  438. [   52.620000] device wlan0 left promiscuous mode
  439. [   52.620000] br-lan: port 3(wlan0) entered disabled state
  440. [   53.950000] br-lan: topology change detected, propagating
  441. [   53.950000] br-lan: port 2(eth1) entered forwarding state
  442. [   53.950000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  443. status
  444.  
  445.  
  446.  
  447. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  448. Enter 'help' for a list of built-in commands.
  449.  
  450.   _______                     ________        __
  451.  |       |.-----.-----.-----.|  |  |  |.----.|  |_
  452.  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  453.  |_______||   __|_____|__|__||________||__|  |____|
  454.           |__| W I R E L E S S   F R E E D O M
  455.  -----------------------------------------------------
  456.  
  457.  
  458. root@secure777:/#
  459. root@secure777:/# help
  460. Built-in commands:
  461. ------------------
  462.     . : [ [[ alias bg break cd chdir command continue echo eval exec
  463.     exit export false fg getopts hash help jobs kill let local printf
  464.     pwd read readonly return set shift source test times trap true
  465.     type ulimit umask unalias unset wait
  466.  
  467. root@secure777:/#
  468. root@secure777:/# jobs
  469. root@secure777:/#
  470. root@secure777:/# pwd
  471. /
  472. root@secure777:/#
  473. root@secure777:/# pwd=Situationa1pha --quiet
  474.  
  475. pwd=Situationa1pha --quiet
  476. /bin/ash: --quiet: not found
  477. root@secure777:/#
  478. root@secure777:/# [  132.620000] Removing MTD device #3 (rootfs_data) with use count 1
  479. [  132.640000] Resþ
  480.  
  481. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  482.  
  483. Arduino Yun (ar9331) U-boot
  484.  
  485. DRAM:  64 MB
  486. Top of RAM usable for U-Boot at: 84000000
  487. Reserving 142k for U-Boot at: 83fdc000
  488. Reserving 192k for malloc() at: 83fac000
  489. Reserving 44 Bytes for Board Info at: 83fabfd4
  490. Reserving 36 Bytes for Global Data at: 83fabfb0
  491. Reserving 128k for boot params() at: 83f8bfb0
  492. Stack Pointer at: 83f8bf98
  493. Now running in RAM - U-Boot at: 83fdc000
  494. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  495. flash size 16777216, sector count = 256
  496. Flash: 16 MB
  497. Using default environment
  498.  
  499. In:    serial
  500. Out:   serial
  501. Err:   serial
  502. Net:   ag7240_enet_initialize...
  503. No valid address in Flash. Using fixed address
  504. No valid address in Flash. Using fixed address
  505. : cfg1 0x5 cfg2 0x7114
  506. eth0: 00:03:7f:09:0b:ad
  507. eth0 up
  508. : cfg1 0xf cfg2 0x7214
  509. eth1: 00:03:7f:09:0b:ad
  510. athrs26_reg_init_lan
  511. ATHRS26: resetting s26
  512. ATHRS26: s26 reset done
  513. eth1 up
  514. eth0, eth1
  515. Hit any key to stop autoboot:  4  3  2  1  0
  516. ## Booting image at 9fea0000 ...
  517.    Image Name:   MIPS OpenWrt Linux-3.3.8
  518.    Created:      2014-04-17   8:11:04 UTC
  519.    Image Type:   MIPS Linux Kernel Image (lzma compressed)
  520.    Data Size:    1185367 Bytes =  1.1 MB
  521.    Load Address: 80060000
  522.    Entry Point:  80060000
  523.    Verifying Checksum at 0x9fea0040 ...OK
  524.    Uncompressing Kernel Image ... OK
  525. No initrd
  526. ## Transferring control to Linux (at address 80060000) ...
  527. ## Giving linux memsize in bytes, 67108864
  528.  
  529. Starting kernel ...
  530.  
  531. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  532. [    0.000000] bootconsole [early0] enabled
  533. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  534. [    0.000000] SoC: Atheros AR9330 rev 1
  535. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  536. [    0.000000] Determined physical RAM map:
  537. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  538. [    0.000000] Initrd not found or empty - disabling initrd
  539. [    0.000000] Zone PFN ranges:
  540. [    0.000000]   Normal   0x00000000 -> 0x00004000
  541. [    0.000000] Movable zone start PFN for each node
  542. [    0.000000] Early memory PFN ranges
  543. [    0.000000]     0: 0x00000000 -> 0x00004000
  544. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  545. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  546. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  547. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  548. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  549. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  550. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  551. [    0.000000] Writing ErrCtl register=00000000
  552. [    0.000000] Readback ErrCtl register=00000000
  553. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  554. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  555. [    0.000000] NR_IRQS:51
  556. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  557. [    0.080000] pid_max: default: 32768 minimum: 301
  558. [    0.080000] Mount-cache hash table entries: 512
  559. [    0.080000] NET: Registered protocol family 16
  560. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  561. [    0.090000] MIPS: machine is Arduino Yun
  562. [    0.530000] Setting DogStick2 GPIO
  563. [    0.550000] bio: create slab <bio-0> at 0
  564. [    0.550000] SCSI subsystem initialized
  565. [    0.560000] usbcore: registered new interface driver usbfs
  566. [    0.560000] usbcore: registered new interface driver hub
  567. [    0.560000] usbcore: registered new device driver usb
  568. [    0.570000] Switching to clocksource MIPS
  569. [    0.570000] NET: Registered protocol family 2
  570. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  571. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  572. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  573. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  574. [    0.580000] TCP reno registered
  575. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  576. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  577. [    0.590000] NET: Registered protocol family 1
  578. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  579. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  580. [    0.620000] msgmni has been set to 119
  581. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  582. [    0.620000] io scheduler noop registered
  583. [    0.630000] io scheduler deadline registered (default)
  584. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  585. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  586. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  587. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  588. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  589. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  590. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  591. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  592. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  593. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  594. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  595. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  596. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  597. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  598. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  599. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  600. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  601. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  602. [    0.710000] ag71xx_mdio: probed
  603. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  604. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  605. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  606. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  607. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  608. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  609. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  610. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  611. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  612. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  613. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  614. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  615. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  616. [    2.920000] usb usb1: SerialNumber: ehci-platform
  617. [    2.920000] hub 1-0:1.0: USB hub found
  618. [    2.920000] hub 1-0:1.0: 1 port detected
  619. [    2.930000] Initializing USB Mass Storage driver...
  620. [    2.930000] usbcore: registered new interface driver usb-storage
  621. [    2.930000] USB Mass Storage support registered.
  622. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  623. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  624. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  625. [    2.940000] usbcore: registered new interface driver ushc
  626. [    2.940000] TCP cubic registered
  627. [    2.950000] NET: Registered protocol family 17
  628. [    2.950000] Bridge firewalling registered
  629. [    2.950000] 8021q: 802.1Q VLAN Support v1n8
  630. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  631. [    2.960000] Freeing unused kernel memory: 180k freed
  632. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  633. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  634. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  635. [    3.440000] usb 1-1: Product: USB2.0Hub
  636. [    3.580000] hub 1-1:1.0: USB hub found
  637. [    3.580000] hub 1-1:1.0: 4 ports detected
  638. [    3.970000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  639. [    4.120000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  640. [    4.120000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  641. [    4.130000] usb 1-1.4: Product: Mass Storage Device
  642. [    4.130000] usb 1-1.4: Manufacturer: Generic
  643. [    4.130000] usb 1-1.4: SerialNumber: 058F0O1111B1
  644. [    4.250000] scsi0 : usb-storage 1-1.4:1.0
  645. [    5.020000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  646. [    5.250000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  647. - preinit -
  648. Press the [f] key and hit [enter] to enter failsafe mode
  649. - regular preinit -
  650. [    9.590000] JFFS2 notice: (526) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  651. [   10.770000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  652. jffs2
  653.  
  654. switching to jffs2
  655. - init -
  656.  
  657. Please press Enter to activate this console.
  658.  
  659. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  660. Enter 'help' for a list of built-in commands.
  661.  
  662.   _______                     ________        __
  663.  |       |.-----.-----.-----.|  |  |  |.----.|  |_
  664.  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  665.  |_______||   __|_____|__|__||________||__|  |____|
  666.           |__| W I R E L E S S   F R E E D O M
  667.  -----------------------------------------------------
  668.  
  669.  
  670. root@(none):/#
  671. root@(none):/# [   38.260000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  672. [   38.260000] Backport generated by backports.git backports-20140124-0-g1256d3e
  673. [   38.300000] cfg80211: Calling CRDA to update world regulatory domain
  674. [   38.300000] cfg80211: World regulatory domain updated:
  675. [   38.300000] cfg80211:  DFS Master region: unset
  676. [   38.310000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  677. [   38.310000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  678. [   38.310000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  679. [   38.320000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  680. [   38.320000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  681. [   38.320000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  682. [   38.330000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  683. [   38.610000] NET: Registered protocol family 10
  684. [   39.550000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  685. [   39.550000] cfg80211: Calling CRDA for country: US
  686. [   39.560000] cfg80211: Regulatory domain changed to country: US
  687. [   39.560000] cfg80211:  DFS Master region: FCC
  688. [   39.560000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  689. [   39.560000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  690. [   39.570000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  691. [   39.570000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  692. [   39.570000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  693. [   39.580000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  694. [   39.580000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  695. [   39.590000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  696. [   40.000000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  697. [   40.040000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  698. [   40.170000] PPP generic driver version 2.4.2
  699. [   40.210000] tun: Universal TUN/TAP device driver, 1.6
  700. [   40.220000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  701. [   40.260000] L2TP core driver, V2.0
  702. [   40.280000] L2TP netlink interface
  703. [   40.300000] IPv6 over IPv4 tunneling driver
  704. [   40.350000] ip_tables: (C) 2000-2006 Netfilter Core Team
  705. [   40.470000] NET: Registered protocol family 24
  706. [   40.510000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  707. [   40.630000] PPPoL2TP kernel driver, V2.0
  708. [   40.980000] i2c /dev entries driver
  709. [   41.020000] Linux video capture interface: v2.00
  710. [   41.130000] fuse init (API version 7.18)
  711. [   47.730000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  712. [   47.730000] device eth0 entered promiscuous mode
  713. [   47.730000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  714. [   47.730000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  715. [   47.740000] device eth1 entered promiscuous mode
  716. [   50.040000] eth1: link up (100Mbps/Full duplex)
  717. [   50.040000] br-lan: port 2(eth1) entered listening state
  718. [   50.040000] br-lan: port 2(eth1) entered listening state
  719. [   50.040000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  720. [   52.040000] br-lan: port 2(eth1) entered learning state
  721. [   52.750000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  722. [   52.750000] device wlan0 entered promiscuous mode
  723. [   52.750000] device wlan0 left promiscuous mode
  724. [   52.750000] br-lan: port 3(wlan0) entered disabled state
  725. [   54.040000] br-lan: topology change detected, propagating
  726. [   54.040000] br-lan: port 2(eth1) entered forwarding state
  727. [   54.040000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  728. dfs master region=set
  729. /bin/ash: dfs: not found
  730. root@secure777:/#
  731. root@secure777:/# debug=true
  732. root@secure777:/#
  733. root@secure777:/# verbose=7
  734. root@secure777:/#
  735. root@secure777:/# debug=3
  736. root@secure777:/#
  737. root@secure777:/# top
  738. Mem: 27484K used, 33632K free, 0K shrd, 3404K buff, 10112K cached
  739. CPU:   0% usr   9% sys   0% nic  90% idle   0% io   0% irq   0% sirq
  740. Load average: 0.39 0.18 0.07 1/53 1777
  741.   PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
  742.  1777   575 root     R     1488   2%   9% top
  743.  1397     1 nobody   S     2164   4%   0% avahi-daemon: registering [secure777.
  744.  1355     1 root     S     1696   3%   0% /usr/sbin/dbus-daemon --system
  745.  1766   783 root     S     1576   3%   0% {l2tp.sh} /bin/sh ./l2tp.sh l2tp setu
  746.  1346     1 root     S     1564   3%   0% /usr/sbin/uhttpd -f -h /www -r secure
  747.  1401   576 root     S     1532   3%   0% {S95done} /bin/sh /etc/rc.common /etc
  748.   576   574 root     S     1528   2%   0% {rcS} /bin/sh /etc/init.d/rcS S boot
  749.   574     1 root     S     1524   2%   0% {rcS} /bin/sh /etc/init.d/rcS S boot
  750.   712     1 root     S     1500   2%   0% /sbin/syslogd -l 8 -C16
  751.     1     0 root     S     1496   2%   0% init
  752.  1403  1402 root     S     1492   2%   0% {wifi-live-or-re} /bin/sh /usr/bin/wi
  753.   575     1 root     S     1492   2%   0% /bin/ash --login
  754.  1237     1 root     S     1492   2%   0% /sbin/watchdog -t 5 /dev/watchdog
  755.   577   574 root     S     1488   2%   0% logger -s -p 6 -t sysinit
  756.  1402  1401 root     S     1488   2%   0% sh /etc/rc.local
  757.   714     1 root     S     1480   2%   0% /sbin/klogd
  758.  1768  1766 root     S     1480   2%   0% sleep 5
  759.  1776  1403 root     S     1480   2%   0% sleep 2
  760.   783     1 root     S     1476   2%   0% /sbin/netifd
  761.  1328     1 root     S     1152   2%   0% /usr/sbin/dropbear -P /var/run/dropbe
  762. Terminated
  763. root@secure777:/#
  764. root@secure777:/# [  134.500000] Removing MTD device #3 (rootfs_data) with use count 1
  765. [  134.520000] Resþ
  766.  
  767. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  768.  
  769. Arduino Yun (ar9331) U-boot
  770.  
  771. DRAM:  64 MB
  772. Top of RAM usable for U-Boot at: 84000000
  773. Reserving 142k for U-Boot at: 83fdc000
  774. Reserving 192k for malloc() at: 83fac000
  775. Reserving 44 Bytes for Board Info at: 83fabfd4
  776. Reserving 36 Bytes for Global Data at: 83fabfb0
  777. Reserving 128k for boot params() at: 83f8bfb0
  778. Stack Pointer at: 83f8bf98
  779. Now running in RAM - U-Boot at: 83fdc000
  780. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  781. flash size 16777216, sector count = 256
  782. Flash: 16 MB
  783. Using default environment
  784.  
  785. In:    serial
  786. Out:   serial
  787. Err:   serial
  788. Net:   ag7240_enet_initialize...
  789. No valid address in Flash. Using fixed address
  790. No valid address in Flash. Using fixed address
  791. : cfg1 0x5 cfg2 0x7114
  792. eth0: 00:03:7f:09:0b:ad
  793. eth0 up
  794. : cfg1 0xf cfg2 0x7214
  795. eth1: 00:03:7f:09:0b:ad
  796. athrs26_reg_init_lan
  797. ATHRS26: resetting s26
  798. ATHRS26: s26 reset done
  799. eth1 up
  800. eth0, eth1
  801. Hit any key to stop autoboot:  4  3  2  1  0
  802. ## Booting image at 9fea0000 ...
  803.    Image Name:   MIPS OpenWrt Linux-3.3.8
  804.    Created:      2014-04-17   8:11:04 UTC
  805.    Image Type:   MIPS Linux Kernel Image (lzma compressed)
  806.    Data Size:    1185367 Bytes =  1.1 MB
  807.    Load Address: 80060000
  808.    Entry Point:  80060000
  809.    Verifying Checksum at 0x9fea0040 ...OK
  810.    Uncompressing Kernel Image ... OK
  811. No initrd
  812. ## Transferring control to Linux (at address 80060000) ...
  813. ## Giving linux memsize in bytes, 67108864
  814.  
  815. Starting kernel ...
  816.  
  817. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  818. [    0.000000] bootconsole [early0] enabled
  819. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  820. [    0.000000] SoC: Atheros AR9330 rev 1
  821. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  822. [    0.000000] Determined physical RAM map:
  823. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  824. [    0.000000] Initrd not found or empty - disabling initrd
  825. [    0.000000] Zone PFN ranges:
  826. [    0.000000]   Normal   0x00000000 -> 0x00004000
  827. [    0.000000] Movable zone start PFN for each node
  828. [    0.000000] Early memory PFN ranges
  829. [    0.000000]     0: 0x00000000 -> 0x00004000
  830. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  831. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  832. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  833. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  834. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  835. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  836. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  837. [    0.000000] Writing ErrCtl register=00000000
  838. [    0.000000] Readback ErrCtl register=00000000
  839. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  840. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  841. [    0.000000] NR_IRQS:51
  842. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  843. [    0.080000] pid_max: default: 32768 minimum: 301
  844. [    0.080000] Mount-cache hash table entries: 512
  845. [    0.080000] NET: Registered protocol family 16
  846. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  847. [    0.090000] MIPS: machine is Arduino Yun
  848. [    0.530000] Setting DogStick2 GPIO
  849. [    0.550000] bio: create slab <bio-0> at 0
  850. [    0.550000] SCSI subsystem initialized
  851. [    0.560000] usbcore: registered new interface driver usbfs
  852. [    0.560000] usbcore: registered new interface driver hub
  853. [    0.560000] usbcore: registered new device driver usb
  854. [    0.570000] Switching to clocksource MIPS
  855. [    0.570000] NET: Registered protocol family 2
  856. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  857. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  858. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  859. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  860. [    0.580000] TCP reno registered
  861. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  862. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  863. [    0.590000] NET: Registered protocol family 1
  864. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  865. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  866. [    0.620000] msgmni has been set to 119
  867. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  868. [    0.620000] io scheduler noop registered
  869. [    0.630000] io scheduler deadline registered (default)
  870. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  871. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  872. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  873. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  874. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  875. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  876. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  877. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  878. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  879. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  880. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  881. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  882. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  883. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  884. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  885. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  886. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  887. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  888. [    0.710000] ag71xx_mdio: probed
  889. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  890. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  891. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  892. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  893. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  894. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  895. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  896. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  897. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  898. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  899. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  900. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  901. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  902. [    2.920000] usb usb1: SerialNumber: ehci-platform
  903. [    2.920000] hub 1-0:1.0: USB hub found
  904. [    2.920000] hub 1-0:1.0: 1 port detected
  905. [    2.930000] Initializing USB Mass Storage driver...
  906. [    2.930000] usbcore: registered new interface driver usb-storage
  907. [    2.930000] USB Mass Storage support registered.
  908. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  909. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  910. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  911. [    2.940000] usbcore: registered new interface driver ushc
  912. [    2.940000] TCP cubic registered
  913. [    2.950000] NET: Registered protocol family 17
  914. [    2.950000] Bridge firewalling registered
  915. [    2.950000] 8021q: 802.1Q VLAN Support v1.8
  916. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  917. [    2.960000] Freeing unused kernel memory: 180k freed
  918. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  919. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  920. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  921. [    3.440000] usb 1-1: Product: USB2.0Hub
  922. [    3.580000] hub 1-1:1.0: USB hub found
  923. [    3.580000] hub 1-1:1.0: 4 ports detected
  924. [    3.970000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  925. [    4.120000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  926. [    4.120000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  927. [    4.130000] usb 1-1.4: Product: Mass Storage Device
  928. [    4.130000] usb 1-1.4: Manufacturer: Generic
  929. [    4.130000] usb 1-1.4: SerialNumber: 058F0O1111B1
  930. [    4.250000] scsi0 : usb-storage 1-1.4:1.0
  931. [    5.040000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  932. [    5.250000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  933. - preinit -
  934. Press the [f] key and hit [enter] to enter failsafe mode
  935. - regular preinit -
  936. [    9.610000] JFFS2 notice: (526) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  937. [   10.790000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  938. switching to jffs2
  939. - init -
  940.  
  941. Please press Enter to activate this console. [   38.240000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  942. [   38.240000] Backport generated by backports.git backports-20140124-0-g1256d3e
  943. [   38.280000] cfg80211: Calling CRDA to update world regulatory domain
  944. [   38.280000] cfg80211: World regulatory domain updated:
  945. [   38.280000] cfg80211:  DFS Master region: unset
  946. [   38.280000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  947. [   38.290000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  948. [   38.290000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  949. [   38.290000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  950. [   38.300000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  951. [   38.300000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  952. [   38.310000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  953. [   38.560000] NET: Registered protocol family 10
  954. [   39.500000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  955. [   39.510000] cfg80211: Calling CRDA for country: US
  956. [   39.510000] cfg80211: Regulatory domain changed to country: US
  957. [   39.510000] cfg80211:  DFS Master region: FCC
  958. [   39.510000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  959. [   39.520000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  960. [   39.520000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  961. [   39.520000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  962. [   39.530000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  963. [   39.530000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  964. [   39.530000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  965. [   39.540000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  966. [   39.950000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  967. [   40.000000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  968. [   40.130000] PPP generic driver version 2.4.2
  969. [   40.160000] tun: Universal TUN/TAP device driver, 1.6
  970. [   40.170000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  971. [   40.210000] L2TP core driver, V2.0
  972. [   40.230000] L2TP netlink interface
  973. [   40.250000] IPv6 over IPv4 tunneling driver
  974. [   40.300000] ip_tables: (C) 2000-2006 Netfilter Core Team
  975. [   40.420000] NET: Registered protocol family 24
  976. [   40.460000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  977. [   40.580000] PPPoL2TP kernel driver, V2.0
  978. [   40.930000] i2c /dev entries driver
  979. [   40.970000] Linux video capture interface: v2.00
  980. [   41.080000] fuse init (API version 7.18)
  981. [   47.640000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  982. [   47.640000] device eth0 entered promiscuous mode
  983. [   47.640000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  984. [   47.640000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  985. [   47.650000] device eth1 entered promiscuous mode
  986. [   49.970000] eth1: link up (100Mbps/Full duplex)
  987. [   49.970000] br-lan: port 2(eth1) entered listening state
  988. [   49.970000] br-lan: port 2(eth1) entered listening state
  989. [   49.970000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  990. [   51.970000] br-lan: port 2(eth1) entered learning state
  991. [   52.390000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  992. [   52.390000] device wlan0 entered promiscuous mode
  993. [   52.410000] device wlan0 left promiscuous mode
  994. [   52.410000] br-lan: port 3(wlan0) entered disabled state
  995. [   53.970000] br-lan: topology change detected, propagating
  996. [   53.970000] br-lan: port 2(eth1) entered forwarding state
  997. [   53.970000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  998. [  131.520000] Removing MTD device #3 (rootfs_data) with use count 1
  999. [  131.540000] Resþ
  1000.  
  1001. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  1002.  
  1003. Arduino Yun (ar9331) U-boot
  1004.  
  1005. DRAM:  64 MB
  1006. Top of RAM usable for U-Boot at: 84000000
  1007. Reserving 142k for U-Boot at: 83fdc000
  1008. Reserving 192k for malloc() at: 83fac000
  1009. Reserving 44 Bytes for Board Info at: 83fabfd4
  1010. Reserving 36 Bytes for Global Data at: 83fabfb0
  1011. Reserving 128k for boot params() at: 83f8bfb0
  1012. Stack Pointer at: 83f8bf98
  1013. Now running in RAM - U-Boot at: 83fdc000
  1014. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  1015. flash size 16777216, sector count = 256
  1016. Flash: 16 MB
  1017. Using default environment
  1018.  
  1019. In:    serial
  1020. Out:   serial
  1021. Err:   serial
  1022. Net:   ag7240_enet_initialize...
  1023. No valid address in Flash. Using fixed address
  1024. No valid address in Flash. Using fixed address
  1025. : cfg1 0x5 cfg2 0x7114
  1026. eth0: 00:03:7f:09:0b:ad
  1027. eth0 up
  1028. : cfg1 0xf cfg2 0x7214
  1029. eth1: 00:03:7f:09:0b:ad
  1030. athrs26_reg_init_lan
  1031. ATHRS26: resetting s26
  1032. ATHRS26: s26 reset done
  1033. eth1 up
  1034. eth0, eth1
  1035. Hit any key to stop autoboot:  4  3  2  1  0
  1036. ## Booting image at 9fea0000 ...
  1037.    Image Name:   MIPS OpenWrt Linux-3.3.8
  1038.    Created:      2014-04-17   8:11:04 UTC
  1039.    Image Type:   MIPS Linux Kernel Image (lzma compressed)
  1040.    Data Size:    1185367 Bytes =  1.1 MB
  1041.    Load Address: 80060000
  1042.    Entry Point:  80060000
  1043.    Verifying Checksum at 0x9fea0040 ...OK
  1044.    Uncompressing Kernel Image ... OK
  1045. No initrd
  1046. ## Transferring control to Linux (at address 80060000) ...
  1047. ## Giving linux memsize in bytes, 67108864
  1048.  
  1049. Starting kernel ...
  1050.  
  1051. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  1052. [    0.000000] bootconsole [early0] enabled
  1053. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  1054. [    0.000000] SoC: Atheros AR9330 rev 1
  1055. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  1056. [    0.000000] Determined physical RAM map:
  1057. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  1058. [    0.000000] Initrd not found or empty - disabling initrd
  1059. [    0.000000] Zone PFN ranges:
  1060. [    0.000000]   Normal   0x00000000 -> 0x00004000
  1061. [    0.000000] Movable zone start PFN for each node
  1062. [    0.000000] Early memory PFN ranges
  1063. [    0.000000]     0: 0x00000000 -> 0x00004000
  1064. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  1065. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  1066. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  1067. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  1068. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  1069. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  1070. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  1071. [    0.000000] Writing ErrCtl register=00000000
  1072. [    0.000000] Readback ErrCtl register=00000000
  1073. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  1074. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  1075. [    0.000000] NR_IRQS:51
  1076. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  1077. [    0.080000] pid_max: default: 32768 minimum: 301
  1078. [    0.080000] Mount-cache hash table entries: 512
  1079. [    0.080000] NET: Registered protocol family 16
  1080. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  1081. [    0.090000] MIPS: machine is Arduino Yun
  1082. [    0.530000] Setting DogStick2 GPIO
  1083. [    0.550000] bio: create slab <bio-0> at 0
  1084. [    0.550000] SCSI subsystem initialized
  1085. [    0.560000] usbcore: registered new interface driver usbfs
  1086. [    0.560000] usbcore: registered new interface driver hub
  1087. [    0.560000] usbcore: registered new device driver usb
  1088. [    0.570000] Switching to clocksource MIPS
  1089. [    0.570000] NET: Registered protocol family 2
  1090. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  1091. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  1092. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  1093. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  1094. [    0.580000] TCP reno registered
  1095. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  1096. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  1097. [    0.590000] NET: Registered protocol family 1
  1098. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1099. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  1100. [    0.620000] msgmni has been set to 119
  1101. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  1102. [    0.620000] io scheduler noop registered
  1103. [    0.630000] io scheduler deadline registered (default)
  1104. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  1105. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  1106. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  1107. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  1108. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  1109. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  1110. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  1111. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  1112. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  1113. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  1114. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  1115. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  1116. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  1117. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  1118. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  1119. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  1120. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  1121. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  1122. [    0.710000] ag71xx_mdio: probed
  1123. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  1124. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  1125. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  1126. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  1127. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1128. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  1129. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  1130. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  1131. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  1132. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1133. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1134. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  1135. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  1136. [    2.920000] usb usb1: SerialNumber: ehci-platform
  1137. [    2.920000] hub 1-0:1.0: USB hub found
  1138. [    2.920000] hub 1-0:1.0: 1 port detected
  1139. [    2.930000] Initializing USB Mass Storage driver...
  1140. [    2.930000] usbcore: registered new interface driver usb-storage
  1141. [    2.930000] USB Mass Storage support registered.
  1142. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  1143. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  1144. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  1145. [    2.940000] usbcore: registered new interface driver ushc
  1146. [    2.940000] TCP cubic registered
  1147. [    2.950000] NET: Registered protocol family 17
  1148. [    2.950000] Bridge firewalling registered
  1149. [    2.950000] 8021q: 802.1Q VLAN Support v1n8
  1150. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  1151. [    2.960000] Freeing unused kernel memory: 180k freed
  1152. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  1153. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  1154. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1155. [    3.440000] usb 1-1: Product: USB2.0Hub
  1156. [    3.580000] hub 1-1:1.0: USB hub found
  1157. [    3.580000] hub 1-1:1.0: 4 ports detected
  1158. [    3.970000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  1159. [    4.220000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  1160. [    4.220000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1161. [    4.220000] usb 1-1.4: Product: Mass Storage Device
  1162. [    4.220000] usb 1-1.4: Manufacturer: Generic
  1163. [    4.230000] usb 1-1.4: SerialNumber: 058F0O1111B1
  1164. [    4.270000] scsi0 : usb-storage 1-1.4:1.0
  1165. [    5.020000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  1166. [    5.270000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  1167. - preinit -
  1168. Press the [f] key and hit [enter] to enter failsafe mode
  1169. - regular preinit -
  1170. [    9.600000] JFFS2 notice: (525) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  1171. [   10.780000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1172. switching to jffs2
  1173. - init -
  1174.  
  1175. Please press Enter to activate this console. [   38.220000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  1176. [   38.230000] Backport generated by backports.git backports-20140124-0-g1256d3e
  1177. [   38.260000] cfg80211: Calling CRDA to update world regulatory domain
  1178. [   38.270000] cfg80211: World regulatory domain updated:
  1179. [   38.270000] cfg80211:  DFS Master region: unset
  1180. [   38.270000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  1181. [   38.270000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  1182. [   38.280000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  1183. [   38.280000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  1184. [   38.290000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  1185. [   38.290000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  1186. [   38.290000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  1187. [   38.570000] NET: Registered protocol family 10
  1188. [   39.510000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  1189. [   39.510000] cfg80211: Calling CRDA for country: US
  1190. [   39.520000] cfg80211: Regulatory domain changed to country: US
  1191. [   39.520000] cfg80211:  DFS Master region: FCC
  1192. [   39.520000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  1193. [   39.520000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  1194. [   39.530000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  1195. [   39.530000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  1196. [   39.540000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  1197. [   39.540000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  1198. [   39.540000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  1199. [   39.550000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  1200. [   39.960000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  1201. [   40.010000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  1202. [   40.130000] PPP generic driver version 2.4.2
  1203. [   40.180000] tun: Universal TUN/TAP device driver, 1.6
  1204. [   40.180000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  1205. [   40.220000] L2TP core driver, V2.0
  1206. [   40.240000] L2TP netlink interface
  1207. [   40.260000] IPv6 over IPv4 tunneling driver
  1208. [   40.310000] ip_tables: (C) 2000-2006 Netfilter Core Team
  1209. [   40.430000] NET: Registered protocol family 24
  1210. [   40.470000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  1211. [   40.600000] PPPoL2TP kernel driver, V2.0
  1212. [   40.940000] i2c /dev entries driver
  1213. [   40.980000] Linux video capture interface: v2.00
  1214. [   41.090000] fuse init (API version 7.18)
  1215. [   47.670000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  1216. [   47.670000] device eth0 entered promiscuous mode
  1217. [   47.670000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  1218. [   47.670000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  1219. [   47.680000] device eth1 entered promiscuous mode
  1220. [   50.000000] eth1: link up (100Mbps/Full duplex)
  1221. [   50.000000] br-lan: port 2(eth1) entered listening state
  1222. [   50.000000] br-lan: port 2(eth1) entered listening state
  1223. [   50.000000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  1224. [   52.000000] br-lan: port 2(eth1) entered learning state
  1225. [   52.580000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  1226. [   52.580000] device wlan0 entered promiscuous mode
  1227. [   52.590000] device wlan0 left promiscuous mode
  1228. [   52.590000] br-lan: port 3(wlan0) entered disabled state
  1229. [   54.000000] br-lan: topology change detected, propagating
  1230. [   54.000000] br-lan: port 2(eth1) entered forwarding state
  1231. [   54.000000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  1232. netstat
  1233.  
  1234.  
  1235.  
  1236. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  1237. Enter 'help' for a list of built-in commands.
  1238.  
  1239.   _______                     ________        __
  1240.  |       |.-----.-----.-----.|  |  |  |.----.|  |_
  1241.  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  1242.  |_______||   __|_____|__|__||________||__|  |____|
  1243.           |__| W I R E L E S S   F R E E D O M
  1244.  -----------------------------------------------------
  1245.  
  1246.  
  1247. root@secure777:/#
  1248. root@secure777:/# [  132.540000] Removing MTD device #3 (rootfs_data) with use count 1
  1249. [  132.560000] Resþ
  1250.  
  1251. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  1252.  
  1253. Arduino Yun (ar9331) U-boot
  1254.  
  1255. DRAM:  64 MB
  1256. Top of RAM usable for U-Boot at: 84000000
  1257. Reserving 142k for U-Boot at: 83fdc000
  1258. Reserving 192k for malloc() at: 83fac000
  1259. Reserving 44 Bytes for Board Info at: 83fabfd4
  1260. Reserving 36 Bytes for Global Data at: 83fabfb0
  1261. Reserving 128k for boot params() at: 83f8bfb0
  1262. Stack Pointer at: 83f8bf98
  1263. Now running in RAM - U-Boot at: 83fdc000
  1264. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  1265. flash size 16777216, sector count = 256
  1266. Flash: 16 MB
  1267. Using default environment
  1268.  
  1269. In:    serial
  1270. Out:   serial
  1271. Err:   serial
  1272. Net:   ag7240_enet_initialize...
  1273. No valid address in Flash. Using fixed address
  1274. No valid address in Flash. Using fixed address
  1275. : cfg1 0x5 cfg2 0x7114
  1276. eth0: 00:03:7f:09:0b:ad
  1277. eth0 up
  1278. : cfg1 0xf cfg2 0x7214
  1279. eth1: 00:03:7f:09:0b:ad
  1280. athrs26_reg_init_lan
  1281. ATHRS26: resetting s26
  1282. ATHRS26: s26 reset done
  1283. eth1 up
  1284. eth0, eth1
  1285. Hit any key to stop autoboot:  4  3  2  1  0
  1286. ## Booting image at 9fea0000 ...
  1287.    Image Name:   MIPS OpenWrt Linux-3.3.8
  1288.    Created:      2014-04-17   8:11:04 UTC
  1289.    Image Type:   MIPS Linux Kernel Image (lzma compressed)
  1290.    Data Size:    1185367 Bytes =  1.1 MB
  1291.    Load Address: 80060000
  1292.    Entry Point:  80060000
  1293.    Verifying Checksum at 0x9fea0040 ...OK
  1294.    Uncompressing Kernel Image ... OK
  1295. No initrd
  1296. ## Transferring control to Linux (at address 80060000) ...
  1297. ## Giving linux memsize in bytes, 67108864
  1298.  
  1299. Starting kernel ...
  1300.  
  1301. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  1302. [    0.000000] bootconsole [early0] enabled
  1303. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  1304. [    0.000000] SoC: Atheros AR9330 rev 1
  1305. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  1306. [    0.000000] Determined physical RAM map:
  1307. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  1308. [    0.000000] Initrd not found or empty - disabling initrd
  1309. [    0.000000] Zone PFN ranges:
  1310. [    0.000000]   Normal   0x00000000 -> 0x00004000
  1311. [    0.000000] Movable zone start PFN for each node
  1312. [    0.000000] Early memory PFN ranges
  1313. [    0.000000]     0: 0x00000000 -> 0x00004000
  1314. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  1315. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  1316. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  1317. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  1318. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  1319. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  1320. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  1321. [    0.000000] Writing ErrCtl register=00000000
  1322. [    0.000000] Readback ErrCtl register=00000000
  1323. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  1324. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  1325. [    0.000000] NR_IRQS:51
  1326. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  1327. [    0.080000] pid_max: default: 32768 minimum: 301
  1328. [    0.080000] Mount-cache hash table entries: 512
  1329. [    0.080000] NET: Registered protocol family 16
  1330. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  1331. [    0.090000] MIPS: machine is Arduino Yun
  1332. [    0.530000] Setting DogStick2 GPIO
  1333. [    0.550000] bio: create slab <bio-0> at 0
  1334. [    0.550000] SCSI subsystem initialized
  1335. [    0.560000] usbcore: registered new interface driver usbfs
  1336. [    0.560000] usbcore: registered new interface driver hub
  1337. [    0.560000] usbcore: registered new device driver usb
  1338. [    0.570000] Switching to clocksource MIPS
  1339. [    0.570000] NET: Registered protocol family 2
  1340. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  1341. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  1342. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  1343. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  1344. [    0.580000] TCP reno registered
  1345. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  1346. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  1347. [    0.590000] NET: Registered protocol family 1
  1348. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1349. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  1350. [    0.620000] msgmni has been set to 119
  1351. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  1352. [    0.620000] io scheduler noop registered
  1353. [    0.630000] io scheduler deadline registered (default)
  1354. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  1355. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  1356. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  1357. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  1358. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  1359. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  1360. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  1361. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  1362. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  1363. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  1364. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  1365. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  1366. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  1367. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  1368. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  1369. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  1370. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  1371. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  1372. [    0.710000] ag71xx_mdio: probed
  1373. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  1374. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  1375. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  1376. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  1377. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1378. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  1379. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  1380. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  1381. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  1382. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1383. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1384. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  1385. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  1386. [    2.920000] usb usb1: SerialNumber: ehci-platform
  1387. [    2.920000] hub 1-0:1.0: USB hub found
  1388. [    2.920000] hub 1-0:1.0: 1 port detected
  1389. [    2.930000] Initializing USB Mass Storage driver...
  1390. [    2.930000] usbcore: registered new interface driver usb-storage
  1391. [    2.930000] USB Mass Storage support registered.
  1392. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  1393. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  1394. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  1395. [    2.940000] usbcore: registered new interface driver ushc
  1396. [    2.940000] TCP cubic registered
  1397. [    2.950000] NET: Registered protocol family 17
  1398. [    2.950000] Bridge firewalling registered
  1399. [    2.950000] 8021q: 802.1Q VLAN Support v1n8
  1400. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  1401. [    2.960000] Freeing unused kernel memory: 180k freed
  1402. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  1403. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  1404. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1405. [    3.440000] usb 1-1: Product: USB2.0Hub
  1406. [    3.580000] hub 1-1:1.0: USB hub found
  1407. [    3.580000] hub 1-1:1.0: 4 ports detected
  1408. [    3.970000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  1409. [    4.120000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  1410. [    4.130000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1411. [    4.130000] usb 1-1.4: Product: Mass Storage Device
  1412. [    4.130000] usb 1-1.4: Manufacturer: Generic
  1413. [    4.130000] usb 1-1.4: SerialNumber: 058F0O1111B1
  1414. [    4.230000] scsi0 : usb-storage 1-1.4:1.0
  1415. [    5.000000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  1416. [    5.230000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  1417. - preinit -
  1418. Press the [f] key and hit [enter] to enter failsafe mode
  1419. - regular preinit -
  1420. [    9.560000] JFFS2 notice: (526) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  1421. [   11.220000] sd 0:0:0:0: [sda] 3964928 512-byte logical blocks: (2.03 GB/1.89 GiB)
  1422. [   11.230000] sd 0:0:0:0: [sda] Write Protect is off
  1423. [   11.230000] sd 0:0:0:0: [sda] No Caching mode page present
  1424. [   11.230000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1425. [   11.240000] sd 0:0:0:0: [sda] No Caching mode page present
  1426. [   11.240000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1427. [   11.240000]  sda: sda1
  1428. [   11.250000] sd 0:0:0:0: [sda] No Caching mode page present
  1429. [   11.250000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1430. [   11.250000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1431. switching to jffs2
  1432. - init -
  1433.  
  1434. Please press Enter to activate this console. [   38.710000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  1435. [   38.720000] Backport generated by backports.git backports-20140124-0-g1256d3e
  1436. [   38.750000] cfg80211: Calling CRDA to update world regulatory domain
  1437. [   38.760000] cfg80211: World regulatory domain updated:
  1438. [   38.760000] cfg80211:  DFS Master region: unset
  1439. [   38.760000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  1440. [   38.760000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  1441. [   38.770000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  1442. [   38.770000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  1443. [   38.770000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  1444. [   38.780000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  1445. [   38.780000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  1446. [   39.070000] NET: Registered protocol family 10
  1447. [   40.000000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  1448. [   40.010000] cfg80211: Calling CRDA for country: US
  1449. [   40.010000] cfg80211: Regulatory domain changed to country: US
  1450. [   40.010000] cfg80211:  DFS Master region: FCC
  1451. [   40.010000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  1452. [   40.020000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  1453. [   40.020000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  1454. [   40.020000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  1455. [   40.030000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  1456. [   40.030000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  1457. [   40.040000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  1458. [   40.040000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  1459. [   40.460000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  1460. [   40.500000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  1461. [   40.630000] PPP generic driver version 2.4.2
  1462. [   40.670000] tun: Universal TUN/TAP device driver, 1.6
  1463. [   40.670000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  1464. [   40.710000] L2TP core driver, V2.0
  1465. [   40.730000] L2TP netlink interface
  1466. [   40.760000] IPv6 over IPv4 tunneling driver
  1467. [   40.800000] ip_tables: (C) 2000-2006 Netfilter Core Team
  1468. [   40.920000] NET: Registered protocol family 24
  1469. [   40.960000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  1470. [   41.090000] PPPoL2TP kernel driver, V2.0
  1471. [   41.430000] i2c /dev entries driver
  1472. [   41.470000] Linux video capture interface: v2.00
  1473. [   41.590000] fuse init (API version 7.18)
  1474. [   48.190000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  1475. [   48.190000] device eth0 entered promiscuous mode
  1476. [   48.190000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  1477. [   48.190000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  1478. [   48.200000] device eth1 entered promiscuous mode
  1479. [   50.980000] eth1: link up (100Mbps/Full duplex)
  1480. [   50.980000] br-lan: port 2(eth1) entered listening state
  1481. [   50.980000] br-lan: port 2(eth1) entered listening state
  1482. [   50.990000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  1483. [   52.980000] br-lan: port 2(eth1) entered learning state
  1484. [   53.310000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  1485. [   53.310000] device wlan0 entered promiscuous mode
  1486. [   53.330000] device wlan0 left promiscuous mode
  1487. [   53.330000] br-lan: port 3(wlan0) entered disabled state
  1488. [   54.980000] br-lan: topology change detected, propagating
  1489. [   54.980000] br-lan: port 2(eth1) entered forwarding state
  1490. [   54.980000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  1491. [   55.660000] busybox: sending ioctl 5310 to a partition!
  1492. [   55.660000] busybox: sending ioctl 5310 to a partition!
  1493. [   55.660000] busybox: sending ioctl 5310 to a partition!
  1494. [   55.670000] busybox: sending ioctl 5310 to a partition!
  1495. [  134.390000] Removing MTD device #3 (rootfs_data) with use count 1
  1496. [  134.410000] Resþ
  1497.  
  1498. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  1499.  
  1500. Arduino Yun (ar9331) U-boot
  1501.  
  1502. DRAM:  64 MB
  1503. Top of RAM usable for U-Boot at: 84000000
  1504. Reserving 142k for U-Boot at: 83fdc000
  1505. Reserving 192k for malloc() at: 83fac000
  1506. Reserving 44 Bytes for Board Info at: 83fabfd4
  1507. Reserving 36 Bytes for Global Data at: 83fabfb0
  1508. Reserving 128k for boot params() at: 83f8bfb0
  1509. Stack Pointer at: 83f8bf98
  1510. Now running in RAM - U-Boot at: 83fdc000
  1511. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  1512. flash size 16777216, sector count = 256
  1513. Flash: 16 MB
  1514. Using default environment
  1515.  
  1516. In:    serial
  1517. Out:   serial
  1518. Err:   serial
  1519. Net:   ag7240_enet_initialize...
  1520. No valid address in Flash. Using fixed address
  1521. No valid address in Flash. Using fixed address
  1522. : cfg1 0x5 cfg2 0x7114
  1523. eth0: 00:03:7f:09:0b:ad
  1524. eth0 up
  1525. : cfg1 0xf cfg2 0x7214
  1526. eth1: 00:03:7f:09:0b:ad
  1527. athrs26_reg_init_lan
  1528. ATHRS26: resetting s26
  1529. ATHRS26: s26 reset done
  1530. eth1 up
  1531. eth0, eth1
  1532. Hit any key to stop autoboot:  4  3  2  1  0
  1533. ## Booting image at 9fea0000 ...
  1534.    Image Name:   MIPS OpenWrt Linux-3.3.8
  1535.    Created:      2014-04-17   8:11:04 UTC
  1536.    Image Type:   MIPS Linux Kernel Image (lzma compressed)
  1537.    Data Size:    1185367 Bytes =  1.1 MB
  1538.    Load Address: 80060000
  1539.    Entry Point:  80060000
  1540.    Verifying Checksum at 0x9fea0040 ...OK
  1541.    Uncompressing Kernel Image ... OK
  1542. No initrd
  1543. ## Transferring control to Linux (at address 80060000) ...
  1544. ## Giving linux memsize in bytes, 67108864
  1545.  
  1546. Starting kernel ...
  1547.  
  1548. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  1549. [    0.000000] bootconsole [early0] enabled
  1550. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  1551. [    0.000000] SoC: Atheros AR9330 rev 1
  1552. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  1553. [    0.000000] Determined physical RAM map:
  1554. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  1555. [    0.000000] Initrd not found or empty - disabling initrd
  1556. [    0.000000] Zone PFN ranges:
  1557. [    0.000000]   Normal   0x00000000 -> 0x00004000
  1558. [    0.000000] Movable zone start PFN for each node
  1559. [    0.000000] Early memory PFN ranges
  1560. [    0.000000]     0: 0x00000000 -> 0x00004000
  1561. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  1562. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  1563. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  1564. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  1565. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  1566. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  1567. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  1568. [    0.000000] Writing ErrCtl register=00000000
  1569. [    0.000000] Readback ErrCtl register=00000000
  1570. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  1571. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  1572. [    0.000000] NR_IRQS:51
  1573. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  1574. [    0.080000] pid_max: default: 32768 minimum: 301
  1575. [    0.080000] Mount-cache hash table entries: 512
  1576. [    0.080000] NET: Registered protocol family 16
  1577. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  1578. [    0.090000] MIPS: machine is Arduino Yun
  1579. [    0.530000] Setting DogStick2 GPIO
  1580. [    0.550000] bio: create slab <bio-0> at 0
  1581. [    0.550000] SCSI subsystem initialized
  1582. [    0.560000] usbcore: registered new interface driver usbfs
  1583. [    0.560000] usbcore: registered new interface driver hub
  1584. [    0.560000] usbcore: registered new device driver usb
  1585. [    0.570000] Switching to clocksource MIPS
  1586. [    0.570000] NET: Registered protocol family 2
  1587. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  1588. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  1589. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  1590. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  1591. [    0.580000] TCP reno registered
  1592. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  1593. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  1594. [    0.590000] NET: Registered protocol family 1
  1595. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1596. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  1597. [    0.620000] msgmni has been set to 119
  1598. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  1599. [    0.620000] io scheduler noop registered
  1600. [    0.630000] io scheduler deadline registered (default)
  1601. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  1602. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  1603. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  1604. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  1605. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  1606. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  1607. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  1608. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  1609. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  1610. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  1611. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  1612. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  1613. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  1614. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  1615. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  1616. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  1617. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  1618. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  1619. [    0.710000] ag71xx_mdio: probed
  1620. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  1621. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  1622. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  1623. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  1624. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1625. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  1626. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  1627. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  1628. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  1629. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1630. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1631. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  1632. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  1633. [    2.920000] usb usb1: SerialNumber: ehci-platform
  1634. [    2.920000] hub 1-0:1.0: USB hub found
  1635. [    2.920000] hub 1-0:1.0: 1 port detected
  1636. [    2.930000] Initializing USB Mass Storage driver...
  1637. [    2.930000] usbcore: registered new interface driver usb-storage
  1638. [    2.930000] USB Mass Storage support registered.
  1639. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  1640. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  1641. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  1642. [    2.940000] usbcore: registered new interface driver ushc
  1643. [    2.940000] TCP cubic registered
  1644. [    2.950000] NET: Registered protocol family 17
  1645. [    2.950000] Bridge firewalling registered
  1646. [    2.950000] 8021q: 802.1Q VLAN Support v1n8
  1647. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  1648. [    2.960000] Freeing unused kernel memory: 180k freed
  1649. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  1650. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  1651. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1652. [    3.440000] usb 1-1: Product: USB2.0Hub
  1653. [    3.580000] hub 1-1:1.0: USB hub found
  1654. [    3.580000] hub 1-1:1.0: 4 ports detected
  1655. [    3.980000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  1656. [    4.110000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  1657. [    4.110000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1658. [    4.110000] usb 1-1.4: Product: Mass Storage Device
  1659. [    4.120000] usb 1-1.4: Manufacturer: Generic
  1660. [    4.120000] usb 1-1.4: SerialNumber: 058F0O1111B1
  1661. [    4.180000] scsi0 : usb-storage 1-1.4:1.0
  1662. [    5.030000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  1663. [    5.180000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  1664. - preinit -
  1665. Press the [f] key and hit [enter] to enter failsafe mode
  1666. - regular preinit -
  1667. [    9.590000] JFFS2 notice: (526) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  1668. [   11.250000] sd 0:0:0:0: [sda] 3964928 512-byte logical blocks: (2.03 GB/1.89 GiB)
  1669. [   11.260000] sd 0:0:0:0: [sda] Write Protect is off
  1670. [   11.260000] sd 0:0:0:0: [sda] No Caching mode page present
  1671. [   11.260000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1672. [   11.270000] sd 0:0:0:0: [sda] No Caching mode page present
  1673. [   11.270000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1674. [   11.270000]  sda: sda1
  1675. [   11.280000] sd 0:0:0:0: [sda] No Caching mode page present
  1676. [   11.280000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1677. [   11.280000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1678. switching to jffs2
  1679. - init -
  1680.  
  1681. Please press Enter to activate this console. [   38.730000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  1682. [   38.740000] Backport generated by backports.git backports-20140124-0-g1256d3e
  1683. [   38.770000] cfg80211: Calling CRDA to update world regulatory domain
  1684. [   38.780000] cfg80211: World regulatory domain updated:
  1685. [   38.780000] cfg80211:  DFS Master region: unset
  1686. [   38.780000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  1687. [   38.780000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  1688. [   38.790000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  1689. [   38.790000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  1690. [   38.790000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  1691. [   38.800000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  1692. [   38.800000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  1693. [   39.060000] NET: Registered protocol family 10
  1694. [   40.000000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  1695. [   40.000000] cfg80211: Calling CRDA for country: US
  1696. [   40.000000] cfg80211: Regulatory domain changed to country: US
  1697. [   40.010000] cfg80211:  DFS Master region: FCC
  1698. [   40.010000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  1699. [   40.010000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  1700. [   40.010000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  1701. [   40.020000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  1702. [   40.020000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  1703. [   40.030000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  1704. [   40.030000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  1705. [   40.030000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  1706. [   40.450000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  1707. [   40.490000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  1708. [   40.620000] PPP generic driver version 2.4.2
  1709. [   40.660000] tun: Universal TUN/TAP device driver, 1.6
  1710. [   40.670000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  1711. [   40.710000] L2TP core driver, V2.0
  1712. [   40.730000] L2TP netlink interface
  1713. [   40.750000] IPv6 over IPv4 tunneling driver
  1714. [   40.800000] ip_tables: (C) 2000-2006 Netfilter Core Team
  1715. [   40.920000] NET: Registered protocol family 24
  1716. [   40.960000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  1717. [   41.090000] PPPoL2TP kernel driver, V2.0
  1718. [   41.430000] i2c /dev entries driver
  1719. [   41.470000] Linux video capture interface: v2.00
  1720. [   41.590000] fuse init (API version 7.18)
  1721. [   48.210000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  1722. [   48.210000] device eth0 entered promiscuous mode
  1723. [   48.210000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  1724. [   48.210000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  1725. [   48.220000] device eth1 entered promiscuous mode
  1726. [   50.970000] eth1: link up (100Mbps/Full duplex)
  1727. [   50.970000] br-lan: port 2(eth1) entered listening state
  1728. [   50.970000] br-lan: port 2(eth1) entered listening state
  1729. [   50.970000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  1730. pause
  1731.  
  1732.  
  1733.  
  1734. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  1735. Enter 'help' for a list of built-in commands.
  1736.  
  1737.   _______                     ________        __
  1738.  |       |.-----.-----.-----.|  |  |  |.----.|  |_
  1739.  |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  1740.  |_______||   __|_____|__|__||________||__|  |____|
  1741.           |__| W I R E L E S S   F R E E D O M
  1742.  -----------------------------------------------------
  1743.  
  1744.  
  1745. [   52.970000] br-lan: port 2(eth1) entered learning state
  1746. root@secure777:/#
  1747. root@secure777:/# [   53.240000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  1748. [   53.240000] device wlan0 entered promiscuous mode
  1749. [   53.250000] device wlan0 left promiscuous mode
  1750. [   53.250000] br-lan: port 3(wlan0) entered disabled state
  1751. [   54.970000] br-lan: topology change detected, propagating
  1752. [   54.970000] br-lan: port 2(eth1) entered forwarding state
  1753. [   55.010000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  1754. [   55.780000] busybox: sending ioctl 5310 to a partition!
  1755. [   55.780000] busybox: sending ioctl 5310 to a partition!
  1756. [   55.780000] busybox: sending ioctl 5310 to a partition!
  1757. [   55.790000] busybox: sending ioctl 5310 to a partition!
  1758. m
  1759. /bin/ash: m: not found
  1760. root@secure777:/#
  1761. root@secure777:/# dir
  1762. /bin/ash: dir: not found
  1763. root@secure777:/#
  1764. root@secure777:/# ls
  1765. bin                              root
  1766. dev                              sbin
  1767. etc                              slitaz
  1768. last_dmesg_with_wifi_errors.log  sys
  1769. lib                              tmp
  1770. mnt                              usr
  1771. overlay                          var
  1772. proc                             www
  1773. rom
  1774. root@secure777:/#
  1775. root@secure777:/# dd --help
  1776. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) multi-call binary.
  1777.  
  1778. Usage: dd [if=FILE] [of=FILE] [ibs=N] [obs=N] [bs=N] [count=N] [skip=N]
  1779.     [seek=N] [conv=notrunc|noerror|sync|fsync]
  1780.  
  1781. Copy a file with converting and formatting
  1782.  
  1783.     if=FILE     Read from FILE instead of stdin
  1784.     of=FILE     Write to FILE instead of stdout
  1785.     bs=N        Read and write N bytes at a time
  1786.     ibs=N       Read N bytes at a time
  1787.     obs=N       Write N bytes at a time
  1788.     count=N     Copy only N input blocks
  1789.     skip=N      Skip N input blocks
  1790.     seek=N      Skip N output blocks
  1791.     conv=notrunc    Don't truncate output file
  1792.     conv=noerror    Continue after read errors
  1793.     conv=sync   Pad blocks with zeros
  1794.     conv=fsync  Physically write data out before finishing
  1795.  
  1796. Numbers may be suffixed by c (x1), w (x2), b (x512), kD (x1000), k (x1024),
  1797. MD (x1000000), M (x1048576), GD (x1000000000) or G (x1073741824)
  1798.  
  1799. root@secure777:/#
  1800. root@secure777:/# debug
  1801.  
  1802. [  134.750000] Removing MTD device #3 (rootfs_data) with use count 1
  1803. [  134.770000] Resþ
  1804.  
  1805. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  1806.  
  1807. Arduino Yun (ar9331) U-boot
  1808.  
  1809. DRAM:  64 MB
  1810. Top of RAM usable for U-Boot at: 84000000
  1811. Reserving 142k for U-Boot at: 83fdc000
  1812. Reserving 192k for malloc() at: 83fac000
  1813. Reserving 44 Bytes for Board Info at: 83fabfd4
  1814. Reserving 36 Bytes for Global Data at: 83fabfb0
  1815. Reserving 128k for boot params() at: 83f8bfb0
  1816. Stack Pointer at: 83f8bf98
  1817. Now running in RAM - U-Boot at: 83fdc000
  1818. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  1819. flash size 16777216, sector count = 256
  1820. Flash: 16 MB
  1821. Using default environment
  1822.  
  1823. In:    serial
  1824. Out:   serial
  1825. Err:   serial
  1826. Net:   ag7240_enet_initialize...
  1827. No valid address in Flash. Using fixed address
  1828. No valid address in Flash. Using fixed address
  1829. : cfg1 0x5 cfg2 0x7114
  1830. eth0: 00:03:7f:09:0b:ad
  1831. eth0 up
  1832. : cfg1 0xf cfg2 0x7214
  1833. eth1: 00:03:7f:09:0b:ad
  1834. athrs26_reg_init_lan
  1835. ATHRS26: resetting s26
  1836. ATHRS26: s26 reset done
  1837. eth1 up
  1838. eth0, eth1
  1839. Hit any key to stop autoboot:  4  3  2  1  0
  1840. ## Booting image at 9fea0000 ...
  1841.   Image Name:   MIPS OpenWrt Linux-3.3.8
  1842.   Created:      2014-04-17   8:11:04 UTC
  1843.   Image Type:   MIPS Linux Kernel Image (lzma compressed)
  1844.   Data Size:    1185367 Bytes =  1.1 MB
  1845.   Load Address: 80060000
  1846.   Entry Point:  80060000
  1847.   Verifying Checksum at 0x9fea0040 ...OK
  1848.   Uncompressing Kernel Image ... OK
  1849. No initrd
  1850. ## Transferring control to Linux (at address 80060000) ...
  1851. ## Giving linux memsize in bytes, 67108864
  1852.  
  1853. Starting kernel ...
  1854.  
  1855. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  1856. [    0.000000] bootconsole [early0] enabled
  1857. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  1858. [    0.000000] SoC: Atheros AR9330 rev 1
  1859. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  1860. [    0.000000] Determined physical RAM map:
  1861. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  1862. [    0.000000] Initrd not found or empty - disabling initrd
  1863. [    0.000000] Zone PFN ranges:
  1864. [    0.000000]   Normal   0x00000000 -> 0x00004000
  1865. [    0.000000] Movable zone start PFN for each node
  1866. [    0.000000] Early memory PFN ranges
  1867. [    0.000000]     0: 0x00000000 -> 0x00004000
  1868. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  1869. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  1870. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  1871. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  1872. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  1873. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  1874. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  1875. [    0.000000] Writing ErrCtl register=00000000
  1876. [    0.000000] Readback ErrCtl register=00000000
  1877. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  1878. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  1879. [    0.000000] NR_IRQS:51
  1880. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  1881. [    0.080000] pid_max: default: 32768 minimum: 301
  1882. [    0.080000] Mount-cache hash table entries: 512
  1883. [    0.080000] NET: Registered protocol family 16
  1884. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  1885. [    0.090000] MIPS: machine is Arduino Yun
  1886. [    0.530000] Setting DogStick2 GPIO
  1887. [    0.550000] bio: create slab <bio-0> at 0
  1888. [    0.550000] SCSI subsystem initialized
  1889. [    0.560000] usbcore: registered new interface driver usbfs
  1890. [    0.560000] usbcore: registered new interface driver hub
  1891. [    0.560000] usbcore: registered new device driver usb
  1892. [    0.570000] Switching to clocksource MIPS
  1893. [    0.570000] NET: Registered protocol family 2
  1894. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  1895. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  1896. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  1897. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  1898. [    0.580000] TCP reno registered
  1899. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  1900. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  1901. [    0.590000] NET: Registered protocol family 1
  1902. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1903. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  1904. [    0.620000] msgmni has been set to 119
  1905. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  1906. [    0.620000] io scheduler noop registered
  1907. [    0.630000] io scheduler deadline registered (default)
  1908. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  1909. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  1910. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  1911. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  1912. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  1913. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  1914. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  1915. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  1916. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  1917. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  1918. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  1919. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  1920. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  1921. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  1922. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  1923. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  1924. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  1925. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  1926. [    0.710000] ag71xx_mdio: probed
  1927. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  1928. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  1929. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  1930. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  1931. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1932. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  1933. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  1934. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  1935. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  1936. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1937. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1938. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  1939. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  1940. [    2.920000] usb usb1: SerialNumber: ehci-platform
  1941. [    2.920000] hub 1-0:1.0: USB hub found
  1942. [    2.920000] hub 1-0:1.0: 1 port detected
  1943. [    2.930000] Initializing USB Mass Storage driver...
  1944. [    2.930000] usbcore: registered new interface driver usb-storage
  1945. [    2.930000] USB Mass Storage support registered.
  1946. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  1947. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  1948. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  1949. [    2.940000] usbcore: registered new interface driver ushc
  1950. [    2.940000] TCP cubic registered
  1951. [    2.950000] NET: Registered protocol family 17
  1952. [    2.950000] Bridge firewalling registered
  1953. [    2.950000] 8021q: 802.1Q VLAN Support v1n8
  1954. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  1955. [    2.960000] Freeing unused kernel memory: 180k freed
  1956. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  1957. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  1958. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  1959. [    3.440000] usb 1-1: Product: USB2.0Hub
  1960. [    3.580000] hub 1-1:1.0: USB hub found
  1961. [    3.580000] hub 1-1:1.0: 4 ports detected
  1962. [    3.980000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  1963. [    4.110000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  1964. [    4.110000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1965. [    4.120000] usb 1-1.4: Product: Mass Storage Device
  1966. [    4.120000] usb 1-1.4: Manufacturer: Generic
  1967. [    4.120000] usb 1-1.4: SerialNumber: 058F0O1111B1
  1968. [    4.160000] scsi0 : usb-storage 1-1.4:1.0
  1969. [    5.030000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  1970. [    5.160000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  1971. - preinit -
  1972. Press the [f] key and hit [enter] to enter failsafe mode
  1973. - regular preinit -
  1974. f
  1975.  
  1976. [    9.590000] JFFS2 notice: (526) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  1977. [   11.260000] sd 0:0:0:0: [sda] 3964928 512-byte logical blocks: (2.03 GB/1.89 GiB)
  1978. [   11.260000] sd 0:0:0:0: [sda] Write Protect is off
  1979. [   11.260000] sd 0:0:0:0: [sda] No Caching mode page present
  1980. [   11.270000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1981. [   11.280000] sd 0:0:0:0: [sda] No Caching mode page present
  1982. [   11.280000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1983. [   11.280000]  sda: sda1
  1984. [   11.290000] sd 0:0:0:0: [sda] No Caching mode page present
  1985. [   11.290000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  1986. [   11.290000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1987. f
  1988.  
  1989. yun
  1990.  
  1991. luci
  1992.  
  1993. pause
  1994.  
  1995. switching to jffs2
  1996. - init -
  1997.  
  1998. Please press Enter to activate this console.
  1999.  
  2000. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  2001. Enter 'help' for a list of built-in commands.
  2002.  
  2003.  _______                     ________        __
  2004. |       |.-----.-----.-----.|  |  |  |.----.|  |_
  2005. |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  2006. |_______||   __|_____|__|__||________||__|  |____|
  2007.          |__| W I R E L E S S   F R E E D O M
  2008. -----------------------------------------------------
  2009.  
  2010.  
  2011. root@(none):/#
  2012. root@(none):/# f
  2013. /bin/ash: f: not found
  2014. root@(none):/#
  2015. root@(none):/# yun
  2016. /bin/ash: yun: not found
  2017. root@(none):/#
  2018. root@(none):/# luci
  2019. /bin/ash: luci: not found
  2020. root@(none):/#
  2021. root@(none):/# pause
  2022. /bin/ash: pause: not found
  2023. root@(none):/#
  2024. root@(none):/# [   38.780000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  2025. [   38.780000] Backport generated by backports.git backports-20140124-0-g1256d3e
  2026. [   38.820000] cfg80211: Calling CRDA to update world regulatory domain
  2027. [   38.820000] cfg80211: World regulatory domain updated:
  2028. [   38.830000] cfg80211:  DFS Master region: unset
  2029. [   38.830000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  2030. [   38.830000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  2031. [   38.840000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  2032. [   38.840000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  2033. [   38.840000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  2034. [   38.850000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  2035. [   38.850000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  2036. [   39.130000] NET: Registered protocol family 10
  2037.  
  2038. root@(none):/#
  2039. root@(none):/#
  2040. root@(none):/#
  2041. root@(none):/#
  2042. root@(none):/#
  2043. root@(none):/# [   40.070000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  2044. [   40.080000] cfg80211: Calling CRDA for country: US
  2045. [   40.080000] cfg80211: Regulatory domain changed to country: US
  2046. [   40.080000] cfg80211:  DFS Master region: FCC
  2047. [   40.080000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  2048. [   40.090000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  2049. [   40.090000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  2050. [   40.100000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  2051. [   40.100000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  2052. [   40.100000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  2053. [   40.110000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  2054. [   40.110000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  2055.  
  2056. root@(none):/#
  2057. root@(none):/#
  2058. root@(none):/#
  2059. root@(none):/# [   40.530000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  2060. [   40.570000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  2061. [   40.700000] PPP generic driver version 2.4.2
  2062. [   40.740000] tun: Universal TUN/TAP device driver, 1.6
  2063. [   40.740000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  2064. [   40.790000] L2TP core driver, V2.0
  2065. [   40.810000] L2TP netlink interface
  2066. [   40.830000] IPv6 over IPv4 tunneling driver
  2067. [   40.870000] ip_tables: (C) 2000-2006 Netfilter Core Team
  2068.  
  2069. root@(none):/#
  2070. root@(none):/# [   41.000000] NET: Registered protocol family 24
  2071. [   41.030000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  2072.  
  2073. root@(none):/#
  2074. root@(none):/# [   41.160000] PPPoL2TP kernel driver, V2.0
  2075.  
  2076. root@(none):/#
  2077. root@(none):/#
  2078. root@(none):/#
  2079. root@(none):/# [   41.510000] i2c /dev entries driver
  2080. [   41.550000] Linux video capture interface: v2.00
  2081. [   41.670000] fuse init (API version 7.18)
  2082. [   48.220000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  2083. [   48.220000] device eth0 entered promiscuous mode
  2084. [   48.220000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  2085. [   48.220000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  2086. [   48.230000] device eth1 entered promiscuous mode
  2087. [   50.920000] eth1: link up (100Mbps/Full duplex)
  2088. [   50.920000] br-lan: port 2(eth1) entered listening state
  2089. [   50.920000] br-lan: port 2(eth1) entered listening state
  2090. [   50.920000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  2091. [   52.810000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  2092. [   52.810000] device wlan0 entered promiscuous mode
  2093. [   52.840000] device wlan0 left promiscuous mode
  2094. [   52.840000] br-lan: port 3(wlan0) entered disabled state
  2095. [   52.920000] br-lan: port 2(eth1) entered learning state
  2096. [   54.920000] br-lan: topology change detected, propagating
  2097. [   54.920000] br-lan: port 2(eth1) entered forwarding state
  2098. [   54.920000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  2099. [   56.010000] busybox: sending ioctl 5310 to a partition!
  2100. [   56.020000] busybox: sending ioctl 5310 to a partition!
  2101. [   56.020000] busybox: sending ioctl 5310 to a partition!
  2102. [   56.020000] busybox: sending ioctl 5310 to a partition!
  2103. dd
  2104.  
  2105.  
  2106.  
  2107.  
  2108.  
  2109.  
  2110.  
  2111.  
  2112.  
  2113.  
  2114.  
  2115.  
  2116.  
  2117. '''
  2118.  
  2119. '''
  2120.  
  2121. ''''
  2122.  
  2123. ''''
  2124.  
  2125.  
  2126.  
  2127.  
  2128.  
  2129.  
  2130.  
  2131.  
  2132.  
  2133. ###########################################################################################################
  2134. ############################################################################################################
  2135.  
  2136.  
  2137. #############################################################################################################################################################################################
  2138. ##############################################################################################################################################################################################
  2139.  
  2140.  
  2141. ditr
  2142.  
  2143. ditr
  2144.  
  2145.  
  2146.  
  2147.  
  2148.  
  2149.  
  2150.  
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161. Terminated
  2162. root@secure777:/# [  135.140000] Removing MTD device #3 (rootfs_data) with use count 1
  2163. [  135.160000] Resþ
  2164.  
  2165. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  2166.  
  2167. Arduino Yun (ar9331) U-boot
  2168.  
  2169. DRAM:  64 MB
  2170. Top of RAM usable for U-Boot at: 84000000
  2171. Reserving 142k for U-Boot at: 83fdc000
  2172. Reserving 192k for malloc() at: 83fac000
  2173. Reserving 44 Bytes for Board Info at: 83fabfd4
  2174. Reserving 36 Bytes for Global Data at: 83fabfb0
  2175. Reserving 128k for boot params() at: 83f8bfb0
  2176. Stack Pointer at: 83f8bf98
  2177. Now running in RAM - U-Boot at: 83fdc000
  2178. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  2179. flash size 16777216, sector count = 256
  2180. Flash: 16 MB
  2181. Using default environment
  2182.  
  2183. In:    serial
  2184. Out:   serial
  2185. Err:   serial
  2186. Net:   ag7240_enet_initialize...
  2187. No valid address in Flash. Using fixed address
  2188. No valid address in Flash. Using fixed address
  2189. : cfg1 0x5 cfg2 0x7114
  2190. eth0: 00:03:7f:09:0b:ad
  2191. eth0 up
  2192. : cfg1 0xf cfg2 0x7214
  2193. eth1: 00:03:7f:09:0b:ad
  2194. athrs26_reg_init_lan
  2195. ATHRS26: resetting s26
  2196. ATHRS26: s26 reset done
  2197. eth1 up
  2198. eth0, eth1
  2199. Hit any key to stop autoboot:  4  3  2  1  0
  2200. ## Booting image at 9fea0000 ...
  2201.   Image Name:   MIPS OpenWrt Linux-3.3.8
  2202.   Created:      2014-04-17   8:11:04 UTC
  2203.   Image Type:   MIPS Linux Kernel Image (lzma compressed)
  2204.   Data Size:    1185367 Bytes =  1.1 MB
  2205.   Load Address: 80060000
  2206.   Entry Point:  80060000
  2207.   Verifying Checksum at 0x9fea0040 ...OK
  2208.   Uncompressing Kernel Image ... OK
  2209. No initrd
  2210. ## Transferring control to Linux (at address 80060000) ...
  2211. ## Giving linux memsize in bytes, 67108864
  2212.  
  2213. Starting kernel ...
  2214.  
  2215. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  2216. [    0.000000] bootconsole [early0] enabled
  2217. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  2218. [    0.000000] SoC: Atheros AR9330 rev 1
  2219. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  2220. [    0.000000] Determined physical RAM map:
  2221. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  2222. [    0.000000] Initrd not found or empty - disabling initrd
  2223. [    0.000000] Zone PFN ranges:
  2224. [    0.000000]   Normal   0x00000000 -> 0x00004000
  2225. [    0.000000] Movable zone start PFN for each node
  2226. [    0.000000] Early memory PFN ranges
  2227. [    0.000000]     0: 0x00000000 -> 0x00004000
  2228. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  2229. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  2230. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  2231. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  2232. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  2233. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  2234. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  2235. [    0.000000] Writing ErrCtl register=00000000
  2236. [    0.000000] Readback ErrCtl register=00000000
  2237. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  2238. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  2239. [    0.000000] NR_IRQS:51
  2240. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  2241. [    0.080000] pid_max: default: 32768 minimum: 301
  2242. [    0.080000] Mount-cache hash table entries: 512
  2243. [    0.080000] NET: Registered protocol family 16
  2244. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  2245. [    0.090000] MIPS: machine is Arduino Yun
  2246. [    0.530000] Setting DogStick2 GPIO
  2247. [    0.550000] bio: create slab <bio-0> at 0
  2248. [    0.550000] SCSI subsystem initialized
  2249. [    0.560000] usbcore: registered new interface driver usbfs
  2250. [    0.560000] usbcore: registered new interface driver hub
  2251. [    0.560000] usbcore: registered new device driver usb
  2252. [    0.570000] Switching to clocksource MIPS
  2253. [    0.570000] NET: Registered protocol family 2
  2254. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  2255. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  2256. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  2257. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  2258. [    0.580000] TCP reno registered
  2259. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  2260. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  2261. [    0.590000] NET: Registered protocol family 1
  2262. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  2263. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  2264. [    0.620000] msgmni has been set to 119
  2265. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  2266. [    0.620000] io scheduler noop registered
  2267. [    0.630000] io scheduler deadline registered (default)
  2268. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  2269. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  2270. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  2271. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  2272. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  2273. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  2274. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  2275. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  2276. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  2277. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  2278. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  2279. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  2280. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  2281. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  2282. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  2283. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  2284. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  2285. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  2286. [    0.710000] ag71xx_mdio: probed
  2287. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  2288. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  2289. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  2290. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  2291. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  2292. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  2293. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  2294. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  2295. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  2296. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  2297. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2298. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  2299. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  2300. [    2.920000] usb usb1: SerialNumber: ehci-platform
  2301. [    2.920000] hub 1-0:1.0: USB hub found
  2302. [    2.920000] hub 1-0:1.0: 1 port detected
  2303. [    2.930000] Initializing USB Mass Storage driver...
  2304. [    2.930000] usbcore: registered new interface driver usb-storage
  2305. [    2.930000] USB Mass Storage support registered.
  2306. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  2307. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  2308. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  2309. [    2.940000] usbcore: registered new interface driver ushc
  2310. [    2.940000] TCP cubic registered
  2311. [    2.950000] NET: Registered protocol family 17
  2312. [    2.950000] Bridge firewalling registered
  2313. [    2.950000] 8021q: 802.1Q VLAN Support v1n8
  2314. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  2315. [    2.960000] Freeing unused kernel memory: 180k freed
  2316. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  2317. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  2318. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  2319. [    3.440000] usb 1-1: Product: USB2.0Hub
  2320. [    3.580000] hub 1-1:1.0: USB hub found
  2321. [    3.580000] hub 1-1:1.0: 4 ports detected
  2322. [    3.970000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  2323. [    4.120000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  2324. [    4.120000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  2325. [    4.130000] usb 1-1.4: Product: Mass Storage Device
  2326. [    4.130000] usb 1-1.4: Manufacturer: Generic
  2327. [    4.130000] usb 1-1.4: SerialNumber: 058F0O1111B1
  2328. [    4.250000] scsi0 : usb-storage 1-1.4:1.0
  2329. [    5.000000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  2330. [    5.250000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  2331. - preinit -
  2332. Press the [f] key and hit [enter] to enter failsafe mode
  2333. - regular preinit -
  2334. f
  2335.  
  2336. [    9.560000] JFFS2 notice: (526) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  2337. [   11.220000] sd 0:0:0:0: [sda] 3964928 512-byte logical blocks: (2.03 GB/1.89 GiB)
  2338. [   11.220000] sd 0:0:0:0: [sda] Write Protect is off
  2339. [   11.220000] sd 0:0:0:0: [sda] No Caching mode page present
  2340. [   11.230000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  2341. [   11.230000] sd 0:0:0:0: [sda] No Caching mode page present
  2342. [   11.240000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  2343. [   11.240000]  sda: sda1
  2344. [   11.250000] sd 0:0:0:0: [sda] No Caching mode page present
  2345. [   11.250000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  2346. [   11.250000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  2347.  
  2348.  
  2349.  
  2350.  
  2351.  
  2352.  
  2353. switching to jffs2
  2354. - init -
  2355.  
  2356. Please press Enter to activate this console.
  2357.  
  2358. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  2359. Enter 'help' for a list of built-in commands.
  2360.  
  2361.  _______                     ________        __
  2362. |       |.-----.-----.-----.|  |  |  |.----.|  |_
  2363. |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  2364. |_______||   __|_____|__|__||________||__|  |____|
  2365.          |__| W I R E L E S S   F R E E D O M
  2366. -----------------------------------------------------
  2367.  
  2368.  
  2369. root@(none):/#
  2370. root@(none):/#
  2371. root@(none):/#
  2372. root@(none):/#
  2373. root@(none):/#
  2374. root@(none):/#
  2375. root@(none):/#
  2376. root@(none):/# dir
  2377. /bin/ash: dir: not found
  2378. root@(none):/#
  2379. root@(none):/# ls
  2380. bin                              root
  2381. dev                              sbin
  2382. etc                              slitaz
  2383. last_dmesg_with_wifi_errors.log  sys
  2384. lib                              tmp
  2385. mnt                              usr
  2386. overlay                          var
  2387. proc                             www
  2388. rom
  2389. root@(none):/#
  2390. root@(none):/# [   38.770000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  2391. [   38.770000] Backport generated by backports.git backports-20140124-0-g1256d3e
  2392. [   38.810000] cfg80211: Calling CRDA to update world regulatory domain
  2393. [   38.810000] cfg80211: World regulatory domain updated:
  2394. [   38.810000] cfg80211:  DFS Master region: unset
  2395. [   38.810000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  2396. [   38.820000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  2397. [   38.820000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  2398. [   38.820000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  2399. [   38.830000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  2400. [   38.830000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  2401. [   38.830000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  2402. [   39.120000] NET: Registered protocol family 10
  2403. [   40.050000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  2404. [   40.060000] cfg80211: Calling CRDA for country: US
  2405. [   40.060000] cfg80211: Regulatory domain changed to country: US
  2406. [   40.060000] cfg80211:  DFS Master region: FCC
  2407. [   40.060000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  2408. [   40.070000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  2409. [   40.070000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  2410. [   40.080000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  2411. [   40.080000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  2412. [   40.080000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  2413. [   40.090000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  2414. [   40.090000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  2415. [   40.510000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  2416. [   40.550000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  2417. [   40.680000] PPP generic driver version 2.4.2
  2418. [   40.720000] tun: Universal TUN/TAP device driver, 1.6
  2419. [   40.720000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  2420. [   40.760000] L2TP core driver, V2.0
  2421. [   40.780000] L2TP netlink interface
  2422. [   40.810000] IPv6 over IPv4 tunneling driver
  2423. [   40.850000] ip_tables: (C) 2000-2006 Netfilter Core Team
  2424. [   40.980000] NET: Registered protocol family 24
  2425. [   41.010000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  2426. [   41.140000] PPPoL2TP kernel driver, V2.0
  2427. [   41.490000] i2c /dev entries driver
  2428. [   41.520000] Linux video capture interface: v2.00
  2429. [   41.640000] fuse init (API version 7.18)
  2430. [   48.210000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  2431. [   48.210000] device eth0 entered promiscuous mode
  2432. [   48.210000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  2433. [   48.210000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  2434. [   48.220000] device eth1 entered promiscuous mode
  2435. ls=$files
  2436. root@secure777:/#
  2437. root@secure777:/# [   50.930000] eth1: link up (100Mbps/Full duplex)
  2438. [   50.930000] br-lan: port 2(eth1) entered listening state
  2439. [   50.930000] br-lan: port 2(eth1) entered listening state
  2440. [   50.930000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  2441. [   52.930000] br-lan: port 2(eth1) entered learning state
  2442. [   53.160000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  2443. [   53.160000] device wlan0 entered promiscuous mode
  2444. [   53.180000] device wlan0 left promiscuous mode
  2445. [   53.180000] br-lan: port 3(wlan0) entered disabled state
  2446. [   54.930000] br-lan: topology change detected, propagating
  2447. [   54.930000] br-lan: port 2(eth1) entered forwarding state
  2448. [   54.930000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  2449. [   55.950000] busybox: sending ioctl 5310 to a partition!
  2450. [   55.950000] busybox: sending ioctl 5310 to a partition!
  2451. [   55.970000] busybox: sending ioctl 5310 to a partition!
  2452. [   55.970000] busybox: sending ioctl 5310 to a partition!
  2453. nano ls
  2454. (B)0[?7h[?1h=[?1h=[?1h=  GNU nano 2.2.6                File: ls                                        [ New File ]
  2455. ^G Get Help  ^O WriteOut  ^W Where Is  ^V Next Page ^U UnCut TextM-? Last Line
  2456. ^X Exit^R Read File ^Y Prev Page ^K Cut Text  M-| First Lin^_ Go To Line
  2457. [ Unknown Command ]
  2458. Modified
  2459. 
  2460. [?1l>Received SIGHUP or SIGTERM
  2461. Error writing ls.save: Read-only file system
  2462. Buffer not written to ls.save: Read-only file system
  2463. root@secure777:/# [  133.360000] Removing MTD device #3 (rootfs_data) with use count 1
  2464. [  133.380000] Resþ
  2465.  
  2466. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  2467.  
  2468. Arduino Yun (ar9331) U-boot
  2469.  
  2470. DRAM:  64 MB
  2471. Top of RAM usable for U-Boot at: 84000000
  2472. Reserving 142k for U-Boot at: 83fdc000
  2473. Reserving 192k for malloc() at: 83fac000
  2474. Reserving 44 Bytes for Board Info at: 83fabfd4
  2475. Reserving 36 Bytes for Global Data at: 83fabfb0
  2476. Reserving 128k for boot params() at: 83f8bfb0
  2477. Stack Pointer at: 83f8bf98
  2478. Now running in RAM - U-Boot at: 83fdc000
  2479. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  2480. flash size 16777216, sector count = 256
  2481. Flash: 16 MB
  2482. Using default environment
  2483.  
  2484. In:    serial
  2485. Out:   serial
  2486. Err:   serial
  2487. Net:   ag7240_enet_initialize...
  2488. No valid address in Flash. Using fixed address
  2489. No valid address in Flash. Using fixed address
  2490. : cfg1 0x5 cfg2 0x7114
  2491. eth0: 00:03:7f:09:0b:ad
  2492. eth0 up
  2493. : cfg1 0xf cfg2 0x7214
  2494. eth1: 00:03:7f:09:0b:ad
  2495. athrs26_reg_init_lan
  2496. ATHRS26: resetting s26
  2497. ATHRS26: s26 reset done
  2498. eth1 up
  2499. eth0, eth1
  2500. Hit any key to stop autoboot:  4  3  2  0
  2501. ar7240>
  2502.  
  2503. ar7240> vf
  2504.  
  2505. Unknown command 'vf' - try 'help'
  2506. ar7240>
  2507.  
  2508. ar7240> help
  2509.  
  2510. ?       - alias for 'help'
  2511. boot    - boot default, i.e., run 'bootcmd'
  2512. bootd   - boot default, i.e., run 'bootcmd'
  2513. bootm   - boot application image from memory
  2514. cp      - memory copy
  2515. erase   - erase FLASH memory
  2516. help    - print online help
  2517. md      - memory display
  2518. mm      - memory modify (auto-incrementing)
  2519. mtest   - simple RAM test
  2520. mw      - memory write (fill)
  2521. nm      - memory modify (constant address)
  2522. ping    - send ICMP ECHO_REQUEST to network host
  2523. printenv- print environment variables
  2524. progmac - Set ethernet MAC addresses
  2525. reset   - Perform RESET of the CPU
  2526. run     - run commands in an environment variable
  2527. setenv  - set environment variables
  2528. tftpboot- boot image via network using TFTP protocol
  2529. version - print monitor version
  2530. ar7240> bootd
  2531.  
  2532. ## Booting image at 9fea0000 ...
  2533.   Image Name:   MIPS OpenWrt Linux-3.3.8
  2534.   Created:      2014-04-17   8:11:04 UTC
  2535.   Image Type:   MIPS Linux Kernel Image (lzma compressed)
  2536.   Data Size:    1185367 Bytes =  1.1 MB
  2537.   Load Address: 80060000
  2538.   Entry Point:  80060000
  2539.   Verifying Checksum at 0x9fea0040 ...OK
  2540.   Uncompressing Kernel Image ... OK
  2541. No initrd
  2542. ## Transferring control to Linux (at address 80060000) ...
  2543. ## Giving linux memsize in bytes, 67108864
  2544.  
  2545. Starting kernel ...
  2546.  
  2547. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  2548. [    0.000000] bootconsole [early0] enabled
  2549. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  2550. [    0.000000] SoC: Atheros AR9330 rev 1
  2551. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  2552. [    0.000000] Determined physical RAM map:
  2553. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  2554. [    0.000000] Initrd not found or empty - disabling initrd
  2555. [    0.000000] Zone PFN ranges:
  2556. [    0.000000]   Normal   0x00000000 -> 0x00004000
  2557. [    0.000000] Movable zone start PFN for each node
  2558. [    0.000000] Early memory PFN ranges
  2559. [    0.000000]     0: 0x00000000 -> 0x00004000
  2560. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  2561. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  2562. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  2563. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  2564. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  2565. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  2566. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  2567. [    0.000000] Writing ErrCtl register=00000000
  2568. [    0.000000] Readback ErrCtl register=00000000
  2569. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  2570. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  2571. [    0.000000] NR_IRQS:51
  2572. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  2573. [    0.080000] pid_max: default: 32768 minimum: 301
  2574. [    0.080000] Mount-cache hash table entries: 512
  2575. [    0.080000] NET: Registered protocol family 16
  2576. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  2577. [    0.090000] MIPS: machine is Arduino Yun
  2578. [    0.530000] Setting DogStick2 GPIO
  2579. [    0.550000] bio: create slab <bio-0> at 0
  2580. [    0.550000] SCSI subsystem initialized
  2581. [    0.560000] usbcore: registered new interface driver usbfs
  2582. [    0.560000] usbcore: registered new interface driver hub
  2583. [    0.560000] usbcore: registered new device driver usb
  2584. [    0.570000] Switching to clocksource MIPS
  2585. [    0.570000] NET: Registered protocol family 2
  2586. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  2587. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  2588. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  2589. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  2590. [    0.580000] TCP reno registered
  2591. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  2592. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  2593. [    0.590000] NET: Registered protocol family 1
  2594. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  2595. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  2596. [    0.620000] msgmni has been set to 119
  2597. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  2598. [    0.620000] io scheduler noop registered
  2599. [    0.630000] io scheduler deadline registered (default)
  2600. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  2601. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  2602. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  2603. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  2604. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  2605. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  2606. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  2607. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  2608. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  2609. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  2610. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  2611. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  2612. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  2613. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  2614. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  2615. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  2616. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  2617. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  2618. [    0.710000] ag71xx_mdio: probed
  2619. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  2620. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  2621. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  2622. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  2623. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  2624. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  2625. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  2626. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  2627. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  2628. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  2629. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2630. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  2631. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  2632. [    2.920000] usb usb1: SerialNumber: ehci-platform
  2633. [    2.920000] hub 1-0:1.0: USB hub found
  2634. [    2.920000] hub 1-0:1.0: 1 port detected
  2635. [    2.930000] Initializing USB Mass Storage driver...
  2636. [    2.930000] usbcore: registered new interface driver usb-storage
  2637. [    2.930000] USB Mass Storage support registered.
  2638. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  2639. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  2640. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  2641. [    2.940000] usbcore: registered new interface driver ushc
  2642. [    2.940000] TCP cubic registered
  2643. [    2.950000] NET: Registered protocol family 17
  2644. [    2.950000] Bridge firewalling registered
  2645. [    2.950000] 8021q: 802.1Q VLAN Support v1.x
  2646.  
  2647. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  2648. [    2.960000] Freeing unused kernel memory: 180k freed
  2649. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  2650. [    3.460000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  2651. [    3.460000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  2652. [    3.470000] usb 1-1: Product: USB2.0Hub
  2653. [    3.550000] hub 1-1:1.0: USB hub found
  2654. [    3.550000] hub 1-1:1.0: 4 ports detected
  2655. [    3.870000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  2656. [    4.010000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  2657. [    4.010000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  2658. [    4.020000] usb 1-1.4: Product: Mass Storage Device
  2659. [    4.020000] usb 1-1.4: Manufacturer: Generic
  2660. [    4.020000] usb 1-1.4: SerialNumber: 058F0O1111B1
  2661. [    4.030000] scsi0 : usb-storage 1-1.4:1.0
  2662. [    5.040000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  2663. [    5.050000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  2664. - preinit -
  2665. Press the [f] key and hit [enter] to enter failsafe mode
  2666. - regular preinit -
  2667. [    9.620000] JFFS2 notice: (527) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  2668. [   11.280000] sd 0:0:0:0: [sda] 3964928 512-byte logical blocks: (2.03 GB/1.89 GiB)
  2669. [   11.280000] sd 0:0:0:0: [sda] Write Protect is off
  2670. [   11.280000] sd 0:0:0:0: [sda] No Caching mode page present
  2671. [   11.290000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  2672. [   11.290000] sd 0:0:0:0: [sda] No Caching mode page present
  2673. [   11.300000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  2674. [   11.300000]  sda: sda1
  2675. [   11.310000] sd 0:0:0:0: [sda] No Caching mode page present
  2676. [   11.310000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  2677. [   11.310000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  2678. sd
  2679.  
  2680.  
  2681.  
  2682.  
  2683.  
  2684.  
  2685.  
  2686.  
  2687.  
  2688.  
  2689.  
  2690. ###########################################################################################################################################################
  2691.  
  2692. switching to jffs2
  2693. - init -
  2694.  
  2695. Please press Enter to activate this console.
  2696.  
  2697. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  2698. Enter 'help' for a list of built-in commands.
  2699.  
  2700.  _______                     ________        __
  2701. |       |.-----.-----.-----.|  |  |  |.----.|  |_
  2702. |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  2703. |_______||   __|_____|__|__||________||__|  |____|
  2704.          |__| W I R E L E S S   F R E E D O M
  2705. -----------------------------------------------------
  2706.  
  2707.  
  2708. root@(none):/#
  2709. root@(none):/#
  2710. root@(none):/#
  2711. root@(none):/#
  2712. root@(none):/#
  2713. root@(none):/#
  2714. root@(none):/#
  2715. root@(none):/#
  2716. root@(none):/#
  2717. root@(none):/#
  2718. root@(none):/#
  2719. root@(none):/# #################################################################
  2720.  
  2721. ################################################################################
  2722.  
  2723. ###########
  2724. root@(none):/#
  2725. root@(none):/# [   38.800000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  2726. [   38.800000] Backport generated by backports.git backports-20140124-0-g1256d3e
  2727. [   38.840000] cfg80211: Calling CRDA to update world regulatory domain
  2728. [   38.840000] cfg80211: World regulatory domain updated:
  2729. [   38.850000] cfg80211:  DFS Master region: unset
  2730. [   38.850000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  2731. [   38.850000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  2732. [   38.860000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  2733. [   38.860000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  2734. [   38.860000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  2735. [   38.870000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  2736. [   38.870000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  2737. [   39.150000] NET: Registered protocol family 10
  2738. [   40.090000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  2739. [   40.090000] cfg80211: Calling CRDA for country: US
  2740. [   40.100000] cfg80211: Regulatory domain changed to country: US
  2741. [   40.100000] cfg80211:  DFS Master region: FCC
  2742. [   40.100000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  2743. [   40.100000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  2744. [   40.110000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  2745. [   40.110000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  2746. [   40.110000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  2747. [   40.120000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  2748. [   40.120000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  2749. [   40.120000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  2750. [   40.540000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  2751. [   40.590000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  2752. [   40.720000] PPP generic driver version 2.4.2
  2753. [   40.760000] tun: Universal TUN/TAP device driver, 1.6
  2754. [   40.760000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  2755. [   40.800000] L2TP core driver, V2.0
  2756. [   40.820000] L2TP netlink interface
  2757. [   40.840000] IPv6 over IPv4 tunneling driver
  2758. [   40.890000] ip_tables: (C) 2000-2006 Netfilter Core Team
  2759. [   41.010000] NET: Registered protocol family 24
  2760. [   41.050000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  2761. [   41.180000] PPPoL2TP kernel driver, V2.0
  2762. [   41.520000] i2c /dev entries driver
  2763. [   41.560000] Linux video capture interface: v2.00
  2764. [   41.680000] fuse init (API version 7.18)
  2765. [   48.130000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  2766. [   48.130000] device eth0 entered promiscuous mode
  2767. [   48.130000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  2768. [   48.130000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  2769. [   48.140000] device eth1 entered promiscuous mode
  2770. [   50.950000] eth1: link up (100Mbps/Full duplex)
  2771. [   50.950000] br-lan: port 2(eth1) entered listening state
  2772. [   50.950000] br-lan: port 2(eth1) entered listening state
  2773. [   50.950000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  2774. [   52.820000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  2775. [   52.820000] device wlan0 entered promiscuous mode
  2776. [   52.840000] device wlan0 left promiscuous mode
  2777. [   52.840000] br-lan: port 3(wlan0) entered disabled state
  2778. [   52.950000] br-lan: port 2(eth1) entered learning state
  2779. [   54.950000] br-lan: topology change detected, propagating
  2780. [   54.950000] br-lan: port 2(eth1) entered forwarding state
  2781. [   54.950000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  2782. [   56.530000] busybox: sending ioctl 5310 to a partition!
  2783. [   56.530000] busybox: sending ioctl 5310 to a partition!
  2784. [   56.530000] busybox: sending ioctl 5310 to a partition!
  2785. [   56.540000] busybox: sending ioctl 5310 to a partition!
  2786. ls for each cp to ssh 192.168.1.3:83 any
  2787. ls: for: No such file or directory
  2788. ls: each: No such file or directory
  2789. ls: cp: No such file or directory
  2790. ls: to: No such file or directory
  2791. ls: ssh: No such file or directory
  2792. ls: 192.168.1.3:83: No such file or directory
  2793. ls: any: No such file or directory
  2794. root@secure777:/#
  2795. root@secure777:/# busybox
  2796. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) multi-call binary.
  2797. Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
  2798. and others. Licensed under GPLv2.
  2799. See source distribution for full notice.
  2800.  
  2801. Usage: busybox [function] [arguments]...
  2802.   or: busybox --list[-full]
  2803.   or: function [arguments]...
  2804.  
  2805.     BusyBox is a multi-call binary that combines many common Unix
  2806.     utilities into a single executable.  Most people will create a
  2807.     link to busybox for each function they wish to use and BusyBox
  2808.     will act like whatever it was invoked as.
  2809.  
  2810. Currently defined functions:
  2811.     [, [[, arping, ash, awk, basename, brctl, bunzip2, bzcat, cat, chgrp,
  2812.     chmod, chown, chroot, clear, cmp, cp, crond, crontab, cut, date, dd,
  2813.     df, dirname, dmesg, dnsdomainname, du, echo, egrep, env, expr, false,
  2814.     fgrep, find, free, fsync, grep, gunzip, gzip, halt, head, hexdump,
  2815.     hostid, hostname, hwclock, id, ifconfig, init, insmod, kill, killall,
  2816.     klogd, less, ln, lock, logger, logread, ls, lsmod, lsusb, md5sum,
  2817.     mkdir, mkfifo, mknod, mkswap, mktemp, mount, mv, nc, netmsg, netstat,
  2818.     nice, nslookup, ntpd, passwd, pgrep, pidof, ping, ping6, pivot_root,
  2819.     poweroff, printf, ps, pwd, readlink, reboot, reset, rm, rmdir, rmmod,
  2820.     route, sed, seq, sh, sleep, sort, start-stop-daemon, strings, swapoff,
  2821.     swapon, switch_root, sync, sysctl, syslogd, tail, tar, tee, telnet,
  2822.     test, time, top, touch, tr, traceroute, true, udhcpc, umount, uname,
  2823.     uniq, uptime, vconfig, vi, watchdog, wc, which, xargs, yes, zcat
  2824.  
  2825. root@secure777:/#
  2826. root@secure777:/# sh
  2827.  
  2828.  
  2829. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  2830. Enter 'help' for a list of built-in commands.
  2831.  
  2832. root@secure777:/#
  2833. root@secure777:/# ssh 192.168.1.3
  2834. ssh: Exited: Error connecting: Network is unreachable
  2835. root@secure777:/#
  2836. root@secure777:/# [  135.250000] Removing MTD device #3 (rootfs_data) with use count 1
  2837. [  135.270000] Resþ
  2838.  
  2839. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  2840.  
  2841. Arduino Yun (ar9331) U-boot
  2842.  
  2843. DRAM:  64 MB
  2844. Top of RAM usable for U-Boot at: 84000000
  2845. Reserving 142k for U-Boot at: 83fdc000
  2846. Reserving 192k for malloc() at: 83fac000
  2847. Reserving 44 Bytes for Board Info at: 83fabfd4
  2848. Reserving 36 Bytes for Global Data at: 83fabfb0
  2849. Reserving 128k for boot params() at: 83f8bfb0
  2850. Stack Pointer at: 83f8bf98
  2851. Now running in RAM - U-Boot at: 83fdc000
  2852. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  2853. flash size 16777216, sector count = 256
  2854. Flash: 16 MB
  2855. Using default environment
  2856.  
  2857. In:    serial
  2858. Out:   serial
  2859. Err:   serial
  2860. Net:   ag7240_enet_initialize...
  2861. No valid address in Flash. Using fixed address
  2862. No valid address in Flash. Using fixed address
  2863. : cfg1 0x5 cfg2 0x7114
  2864. eth0: 00:03:7f:09:0b:ad
  2865. eth0 up
  2866. : cfg1 0xf cfg2 0x7214
  2867. eth1: 00:03:7f:09:0b:ad
  2868. athrs26_reg_init_lan
  2869. ATHRS26: resetting s26
  2870. ATHRS26: s26 reset done
  2871. eth1 up
  2872. eth0, eth1
  2873. Hit any key to stop autoboot:  4  3  2  1  0
  2874. ## Booting image at 9fea0000 ...
  2875.   Image Name:   MIPS OpenWrt Linux-3.3.8
  2876.   Created:      2014-04-17   8:11:04 UTC
  2877.   Image Type:   MIPS Linux Kernel Image (lzma compressed)
  2878.   Data Size:    1185367 Bytes =  1.1 MB
  2879.   Load Address: 80060000
  2880.   Entry Point:  80060000
  2881.   Verifying Checksum at 0x9fea0040 ...OK
  2882.   Uncompressing Kernel Image ... OK
  2883. No initrd
  2884. ## Transferring control to Linux (at address 80060000) ...
  2885. ## Giving linux memsize in bytes, 67108864
  2886.  
  2887. Starting kernel ...
  2888.  
  2889. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  2890. [    0.000000] bootconsole [early0] enabled
  2891. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  2892. [    0.000000] SoC: Atheros AR9330 rev 1
  2893. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  2894. [    0.000000] Determined physical RAM map:
  2895. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  2896. [    0.000000] Initrd not found or empty - disabling initrd
  2897. [    0.000000] Zone PFN ranges:
  2898. [    0.000000]   Normal   0x00000000 -> 0x00004000
  2899. [    0.000000] Movable zone start PFN for each node
  2900. [    0.000000] Early memory PFN ranges
  2901. [    0.000000]     0: 0x00000000 -> 0x00004000
  2902. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  2903. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  2904. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  2905. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  2906. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  2907. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  2908. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  2909. [    0.000000] Writing ErrCtl register=00000000
  2910. [    0.000000] Readback ErrCtl register=00000000
  2911. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  2912. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  2913. [    0.000000] NR_IRQS:51
  2914. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  2915. [    0.080000] pid_max: default: 32768 minimum: 301
  2916. [    0.080000] Mount-cache hash table entries: 512
  2917. [    0.080000] NET: Registered protocol family 16
  2918. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  2919. [    0.090000] MIPS: machine is Arduino Yun
  2920. [    0.530000] Setting DogStick2 GPIO
  2921. [    0.550000] bio: create slab <bio-0> at 0
  2922. [    0.550000] SCSI subsystem initialized
  2923. [    0.560000] usbcore: registered new interface driver usbfs
  2924. [    0.560000] usbcore: registered new interface driver hub
  2925. [    0.560000] usbcore: registered new device driver usb
  2926. [    0.570000] Switching to clocksource MIPS
  2927. [    0.570000] NET: Registered protocol family 2
  2928. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  2929. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  2930. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  2931. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  2932. [    0.580000] TCP reno registered
  2933. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  2934. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  2935. [    0.590000] NET: Registered protocol family 1
  2936. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  2937. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  2938. [    0.620000] msgmni has been set to 119
  2939. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  2940. [    0.620000] io scheduler noop registered
  2941. [    0.630000] io scheduler deadline registered (default)
  2942. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  2943. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  2944. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  2945. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  2946. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  2947. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  2948. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  2949. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  2950. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  2951. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  2952. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  2953. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  2954. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  2955. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  2956. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  2957. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  2958. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  2959. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  2960. [    0.710000] ag71xx_mdio: probed
  2961. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  2962. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  2963. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  2964. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  2965. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  2966. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  2967. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  2968. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  2969. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  2970. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  2971. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2972. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  2973. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  2974. [    2.920000] usb usb1: SerialNumber: ehci-platform
  2975. [    2.920000] hub 1-0:1.0: USB hub found
  2976. [    2.920000] hub 1-0:1.0: 1 port detected
  2977. [    2.930000] Initializing USB Mass Storage driver...
  2978. [    2.930000] usbcore: registered new interface driver usb-storage
  2979. [    2.930000] USB Mass Storage support registered.
  2980. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  2981. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  2982. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  2983. [    2.940000] usbcore: registered new interface driver ushc
  2984. [    2.940000] TCP cubic registered
  2985. [    2.950000] NET: Registered protocol family 17
  2986. [    2.950000] Bridge firewalling registered
  2987. [    2.950000] 8021q: 802.1Q VLAN Support v1n8
  2988. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  2989. [    2.960000] Freeing unused kernel memory: 180k freed
  2990. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  2991. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  2992. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  2993. [    3.440000] usb 1-1: Product: USB2.0Hub
  2994. [    3.580000] hub 1-1:1.0: USB hub found
  2995. [    3.580000] hub 1-1:1.0: 4 ports detected
  2996. [    3.970000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  2997. [    4.120000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  2998. [    4.120000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  2999. [    4.130000] usb 1-1.4: Product: Mass Storage Device
  3000. [    4.130000] usb 1-1.4: Manufacturer: Generic
  3001. [    4.130000] usb 1-1.4: SerialNumber: 058F0O1111B1
  3002. [    4.250000] scsi0 : usb-storage 1-1.4:1.0
  3003. [    4.990000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  3004. [    5.250000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  3005. - preinit -
  3006. Press the [f] key and hit [enter] to enter failsafe mode
  3007. ssh listen 192.168.1.3
  3008.  
  3009. - regular preinit -
  3010. [    9.000000] JFFS2 notice: (527) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  3011. [   10.660000] sd 0:0:0:0: [sda] 3964928 512-byte logical blocks: (2.03 GB/1.89 GiB)
  3012. [   10.660000] sd 0:0:0:0: [sda] Write Protect is off
  3013. [   10.660000] sd 0:0:0:0: [sda] No Caching mode page present
  3014. [   10.660000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3015. [   10.670000] sd 0:0:0:0: [sda] No Caching mode page present
  3016. [   10.670000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3017. [   10.680000]  sda: sda1
  3018. [   10.680000] sd 0:0:0:0: [sda] No Caching mode page present
  3019. [   10.680000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3020. [   10.690000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  3021. switching to jffs2
  3022. - init -
  3023.  
  3024. Please press Enter to activate this console. [   38.150000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  3025. [   38.150000] Backport generated by backports.git backports-20140124-0-g1256d3e
  3026. [   38.190000] cfg80211: Calling CRDA to update world regulatory domain
  3027. [   38.190000] cfg80211: World regulatory domain updated:
  3028. [   38.190000] cfg80211:  DFS Master region: unset
  3029. [   38.190000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  3030. [   38.200000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  3031. [   38.200000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  3032. [   38.200000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  3033. [   38.210000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  3034. [   38.210000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  3035. [   38.210000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  3036. [   38.500000] NET: Registered protocol family 10
  3037. [   39.440000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  3038. [   39.440000] cfg80211: Calling CRDA for country: US
  3039. [   39.440000] cfg80211: Regulatory domain changed to country: US
  3040. [   39.440000] cfg80211:  DFS Master region: FCC
  3041. [   39.450000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  3042. [   39.450000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  3043. [   39.450000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  3044. [   39.460000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  3045. [   39.460000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  3046. [   39.460000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  3047. [   39.470000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  3048. [   39.470000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  3049. [   39.890000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  3050. [   39.930000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  3051. [   40.060000] PPP generic driver version 2.4.2
  3052. [   40.100000] tun: Universal TUN/TAP device driver, 1.6
  3053. [   40.100000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  3054. [   40.150000] L2TP core driver, V2.0
  3055. [   40.170000] L2TP netlink interface
  3056. [   40.190000] IPv6 over IPv4 tunneling driver
  3057. [   40.230000] ip_tables: (C) 2000-2006 Netfilter Core Team
  3058. [   40.360000] NET: Registered protocol family 24
  3059. [   40.400000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  3060. [   40.520000] PPPoL2TP kernel driver, V2.0
  3061. [   40.870000] i2c /dev entries driver
  3062. [   40.910000] Linux video capture interface: v2.00
  3063. [   41.030000] fuse init (API version 7.18)
  3064. [   47.560000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  3065. [   47.560000] device eth0 entered promiscuous mode
  3066. [   47.560000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  3067. [   47.560000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  3068. [   47.570000] device eth1 entered promiscuous mode
  3069. [   50.210000] eth1: link up (100Mbps/Full duplex)
  3070. [   50.210000] br-lan: port 2(eth1) entered listening state
  3071. [   50.210000] br-lan: port 2(eth1) entered listening state
  3072. [   50.210000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  3073. [   52.210000] br-lan: port 2(eth1) entered learning state
  3074. [   52.510000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  3075. [   52.510000] device wlan0 entered promiscuous mode
  3076. [   52.510000] device wlan0 left promiscuous mode
  3077. [   52.520000] br-lan: port 3(wlan0) entered disabled state
  3078. [   54.210000] br-lan: topology change detected, propagating
  3079. [   54.210000] br-lan: port 2(eth1) entered forwarding state
  3080. [   54.260000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  3081. [   55.690000] busybox: sending ioctl 5310 to a partition!
  3082. [   55.700000] busybox: sending ioctl 5310 to a partition!
  3083. [   55.710000] busybox: sending ioctl 5310 to a partition!
  3084. [   55.710000] busybox: sending ioctl 5310 to a partition!
  3085. dd --help then wait
  3086.  
  3087.  
  3088.  
  3089. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  3090. Enter 'help' for a list of built-in commands.
  3091.  
  3092.  _______                     ________        __
  3093. |       |.-----.-----.-----.|  |  |  |.----.|  |_
  3094. |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  3095. |_______||   __|_____|__|__||________||__|  |____|
  3096.          |__| W I R E L E S S   F R E E D O M
  3097. -----------------------------------------------------
  3098.  
  3099.  
  3100. root@secure777:/#
  3101. root@secure777:/# help
  3102. Built-in commands:
  3103. ------------------
  3104.     . : [ [[ alias bg break cd chdir command continue echo eval exec
  3105.     exit export false fg getopts hash help jobs kill let local printf
  3106.     pwd read readonly return set shift source test times trap true
  3107.     type ulimit umask unalias unset wait
  3108.  
  3109. root@secure777:/#
  3110. root@secure777:/# wait
  3111. root@secure777:/#
  3112. root@secure777:/# ls then wait
  3113. ls: then: No such file or directory
  3114. ls: wait: No such file or directory
  3115. root@secure777:/#
  3116. root@secure777:/# ls
  3117. bin                              root
  3118. dev                              sbin
  3119. etc                              slitaz
  3120. last_dmesg_with_wifi_errors.log  sys
  3121. lib                              tmp
  3122. mnt                              usr
  3123. overlay                          var
  3124. proc                             www
  3125. rom
  3126. root@secure777:/#
  3127. root@secure777:/# wait
  3128. root@secure777:/#
  3129. root@secure777:/# [  133.700000] Removing MTD device #3 (rootfs_data) with use count 1
  3130. [  133.720000] Resþ
  3131.  
  3132. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  3133.  
  3134. Arduino Yun (ar9331) U-boot
  3135.  
  3136. DRAM:  64 MB
  3137. Top of RAM usable for U-Boot at: 84000000
  3138. Reserving 142k for U-Boot at: 83fdc000
  3139. Reserving 192k for malloc() at: 83fac000
  3140. Reserving 44 Bytes for Board Info at: 83fabfd4
  3141. Reserving 36 Bytes for Global Data at: 83fabfb0
  3142. Reserving 128k for boot params() at: 83f8bfb0
  3143. Stack Pointer at: 83f8bf98
  3144. Now running in RAM - U-Boot at: 83fdc000
  3145. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  3146. flash size 16777216, sector count = 256
  3147. Flash: 16 MB
  3148. Using default environment
  3149.  
  3150. In:    serial
  3151. Out:   serial
  3152. Err:   serial
  3153. Net:   ag7240_enet_initialize...
  3154. No valid address in Flash. Using fixed address
  3155. No valid address in Flash. Using fixed address
  3156. : cfg1 0x5 cfg2 0x7114
  3157. eth0: 00:03:7f:09:0b:ad
  3158. eth0 up
  3159. : cfg1 0xf cfg2 0x7214
  3160. eth1: 00:03:7f:09:0b:ad
  3161. athrs26_reg_init_lan
  3162. ATHRS26: resetting s26
  3163. ATHRS26: s26 reset done
  3164. eth1 up
  3165. eth0, eth1
  3166. Hit any key to stop autoboot:  4  3  2  1  0
  3167. ## Booting image at 9fea0000 ...
  3168.   Image Name:   MIPS OpenWrt Linux-3.3.8
  3169.   Created:      2014-04-17   8:11:04 UTC
  3170.   Image Type:   MIPS Linux Kernel Image (lzma compressed)
  3171.   Data Size:    1185367 Bytes =  1.1 MB
  3172.   Load Address: 80060000
  3173.   Entry Point:  80060000
  3174.   Verifying Checksum at 0x9fea0040 ...OK
  3175.   Uncompressing Kernel Image ... OK
  3176. No initrd
  3177. ## Transferring control to Linux (at address 80060000) ...
  3178. ## Giving linux memsize in bytes, 67108864
  3179.  
  3180. Starting kernel ...
  3181.  
  3182. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  3183. [    0.000000] bootconsole [early0] enabled
  3184. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  3185. [    0.000000] SoC: Atheros AR9330 rev 1
  3186. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  3187. [    0.000000] Determined physical RAM map:
  3188. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  3189. [    0.000000] Initrd not found or empty - disabling initrd
  3190. [    0.000000] Zone PFN ranges:
  3191. [    0.000000]   Normal   0x00000000 -> 0x00004000
  3192. [    0.000000] Movable zone start PFN for each node
  3193. [    0.000000] Early memory PFN ranges
  3194. [    0.000000]     0: 0x00000000 -> 0x00004000
  3195. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  3196. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  3197. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  3198. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  3199. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  3200. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  3201. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  3202. [    0.000000] Writing ErrCtl register=00000000
  3203. [    0.000000] Readback ErrCtl register=00000000
  3204. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  3205. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  3206. [    0.000000] NR_IRQS:51
  3207. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  3208. [    0.080000] pid_max: default: 32768 minimum: 301
  3209. [    0.080000] Mount-cache hash table entries: 512
  3210. [    0.080000] NET: Registered protocol family 16
  3211. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  3212. [    0.090000] MIPS: machine is Arduino Yun
  3213. [    0.530000] Setting DogStick2 GPIO
  3214. [    0.550000] bio: create slab <bio-0> at 0
  3215. [    0.550000] SCSI subsystem initialized
  3216. [    0.560000] usbcore: registered new interface driver usbfs
  3217. [    0.560000] usbcore: registered new interface driver hub
  3218. [    0.560000] usbcore: registered new device driver usb
  3219. [    0.570000] Switching to clocksource MIPS
  3220. [    0.570000] NET: Registered protocol family 2
  3221. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  3222. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  3223. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  3224. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  3225. [    0.580000] TCP reno registered
  3226. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  3227. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  3228. [    0.590000] NET: Registered protocol family 1
  3229. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  3230. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  3231. [    0.620000] msgmni has been set to 119
  3232. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  3233. [    0.620000] io scheduler noop registered
  3234. [    0.630000] io scheduler deadline registered (default)
  3235. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  3236. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  3237. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  3238. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  3239. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  3240. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  3241. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  3242. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  3243. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  3244. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  3245. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  3246. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  3247. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  3248. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  3249. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  3250. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  3251. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  3252. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  3253. [    0.710000] ag71xx_mdio: probed
  3254. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  3255. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  3256. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  3257. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  3258. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  3259. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  3260. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  3261. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  3262. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  3263. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  3264. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  3265. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  3266. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  3267. [    2.920000] usb usb1: SerialNumber: ehci-platform
  3268. [    2.920000] hub 1-0:1.0: USB hub found
  3269. [    2.920000] hub 1-0:1.0: 1 port detected
  3270. [    2.930000] Initializing USB Mass Storage driver...
  3271. [    2.930000] usbcore: registered new interface driver usb-storage
  3272. [    2.930000] USB Mass Storage support registered.
  3273. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  3274. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  3275. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  3276. [    2.940000] usbcore: registered new interface driver ushc
  3277. [    2.940000] TCP cubic registered
  3278. [    2.950000] NET: Registered protocol family 17
  3279. [    2.950000] Bridge firewalling registered
  3280. [    2.950000] 8021q: 802.1Q VLAN Support v1.8
  3281. wait 999999999999[    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  3282. [    2.960000] Freeing unused kernel memory: 180k freed
  3283. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  3284. [    3.460000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  3285. [    3.460000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  3286. [    3.470000] usb 1-1: Product: USB2.0Hub
  3287. [    3.550000] hub 1-1:1.0: USB hub found
  3288. [    3.550000] hub 1-1:1.0: 4 ports detected
  3289. [    3.850000] usb 1-1.4: new high-speed USB device number 3 using ehci-platform
  3290. [    4.010000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  3291. [    4.010000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  3292. [    4.020000] usb 1-1.4: Product: Mass Storage Device
  3293. [    4.020000] usb 1-1.4: Manufacturer: Generic
  3294. [    4.020000] usb 1-1.4: SerialNumber: 058F0O1111B1
  3295. [    4.030000] scsi0 : usb-storage 1-1.4:1.0
  3296. [    5.030000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  3297. [    5.040000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  3298. - preinit -
  3299. Press the [f] key and hit [enter] to enter failsafe mode
  3300. - regular preinit -
  3301. [    9.610000] JFFS2 notice: (527) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  3302. [   11.270000] sd 0:0:0:0: [sda] 3964928 512-byte logical blocks: (2.03 GB/1.89 GiB)
  3303. [   11.270000] sd 0:0:0:0: [sda] Write Protect is off
  3304. [   11.280000] sd 0:0:0:0: [sda] No Caching mode page present
  3305. [   11.280000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3306. [   11.280000] sd 0:0:0:0: [sda] No Caching mode page present
  3307. [   11.290000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3308. [   11.300000]  sda: sda1
  3309. [   11.300000] sd 0:0:0:0: [sda] No Caching mode page present
  3310. [   11.300000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3311. [   11.310000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  3312. usb mode
  3313.  
  3314. switching to jffs2
  3315. - init -
  3316.  
  3317. Please press Enter to activate this console.
  3318.  
  3319. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  3320. Enter 'help' for a list of built-in commands.
  3321.  
  3322.  _______                     ________        __
  3323. |       |.-----.-----.-----.|  |  |  |.----.|  |_
  3324. |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  3325. |_______||   __|_____|__|__||________||__|  |____|
  3326.          |__| W I R E L E S S   F R E E D O M
  3327. -----------------------------------------------------
  3328.  
  3329.  
  3330. root@(none):/#
  3331. root@(none):/# [   39.000000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  3332. [   39.010000] Backport generated by backports.git backports-20140124-0-g1256d3e
  3333. [   39.040000] cfg80211: Calling CRDA to update world regulatory domain
  3334. [   39.050000] cfg80211: World regulatory domain updated:
  3335. [   39.050000] cfg80211:  DFS Master region: unset
  3336. [   39.050000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  3337. [   39.060000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  3338. [   39.060000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  3339. [   39.060000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  3340. [   39.070000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  3341. [   39.070000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  3342. [   39.070000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  3343. [   39.350000] NET: Registered protocol family 10
  3344. [   40.290000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  3345. [   40.300000] cfg80211: Calling CRDA for country: US
  3346. [   40.300000] cfg80211: Regulatory domain changed to country: US
  3347. [   40.300000] cfg80211:  DFS Master region: FCC
  3348. [   40.300000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  3349. [   40.310000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  3350. [   40.310000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  3351. [   40.310000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  3352. [   40.320000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  3353. [   40.320000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  3354. [   40.320000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  3355. [   40.330000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  3356. [   40.740000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  3357. [   40.790000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  3358. [   40.920000] PPP generic driver version 2.4.2
  3359. [   40.960000] tun: Universal TUN/TAP device driver, 1.6
  3360. [   40.960000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  3361. [   41.000000] L2TP core driver, V2.0
  3362. [   41.020000] L2TP netlink interface
  3363. [   41.050000] IPv6 over IPv4 tunneling driver
  3364. [   41.090000] ip_tables: (C) 2000-2006 Netfilter Core Team
  3365. [   41.210000] NET: Registered protocol family 24
  3366. [   41.250000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  3367. [   41.380000] PPPoL2TP kernel driver, V2.0
  3368. [   41.720000] i2c /dev entries driver
  3369. [   41.760000] Linux video capture interface: v2.00
  3370. [   41.880000] fuse init (API version 7.18)
  3371. [   48.410000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  3372. [   48.410000] device eth0 entered promiscuous mode
  3373. [   48.410000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  3374. [   48.410000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  3375. [   48.420000] device eth1 entered promiscuous mode
  3376. [   51.080000] eth1: link up (100Mbps/Full duplex)
  3377. [   51.080000] br-lan: port 2(eth1) entered listening state
  3378. [   51.080000] br-lan: port 2(eth1) entered listening state
  3379. [   51.080000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  3380. [   53.080000] br-lan: port 2(eth1) entered learning state
  3381. [   53.310000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  3382. [   53.310000] device wlan0 entered promiscuous mode
  3383. [   53.310000] device wlan0 left promiscuous mode
  3384. [   53.320000] br-lan: port 3(wlan0) entered disabled state
  3385. [   55.080000] br-lan: topology change detected, propagating
  3386. [   55.080000] br-lan: port 2(eth1) entered forwarding state
  3387. [   55.120000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  3388. [   56.440000] busybox: sending ioctl 5310 to a partition!
  3389. [   56.440000] busybox: sending ioctl 5310 to a partition!
  3390. [   56.460000] busybox: sending ioctl 5310 to a partition!
  3391. [   56.460000] busybox: sending ioctl 5310 to a partition!
  3392. [   58.940000] usb 1-1.1: new high-speed USB device number 4 using ehci-platform
  3393. [   59.070000] usb 1-1.1: New USB device found, idVendor=0846, idProduct=4260
  3394. [   59.070000] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  3395. [   59.080000] usb 1-1.1: Product: NETGEAR WG111v3
  3396. [   59.080000] usb 1-1.1: Manufacturer: Manufacturer_NETGEAR
  3397. [   59.080000] usb 1-1.1: SerialNumber: 00223FF13D8E
  3398. [  134.840000] Removing MTD device #3 (rootfs_data) with use count 1
  3399. [  134.860000] Resþ
  3400.  
  3401. U-Boot 1.1.4-dirty (Apr 10 2014 - 15:12:15)
  3402.  
  3403. Arduino Yun (ar9331) U-boot
  3404.  
  3405. DRAM:  64 MB
  3406. Top of RAM usable for U-Boot at: 84000000
  3407. Reserving 142k for U-Boot at: 83fdc000
  3408. Reserving 192k for malloc() at: 83fac000
  3409. Reserving 44 Bytes for Board Info at: 83fabfd4
  3410. Reserving 36 Bytes for Global Data at: 83fabfb0
  3411. Reserving 128k for boot params() at: 83f8bfb0
  3412. Stack Pointer at: 83f8bf98
  3413. Now running in RAM - U-Boot at: 83fdc000
  3414. Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
  3415. flash size 16777216, sector count = 256
  3416. Flash: 16 MB
  3417. Using default environment
  3418.  
  3419. In:    serial
  3420. Out:   serial
  3421. Err:   serial
  3422. Net:   ag7240_enet_initialize...
  3423. No valid address in Flash. Using fixed address
  3424. No valid address in Flash. Using fixed address
  3425. : cfg1 0x5 cfg2 0x7114
  3426. eth0: 00:03:7f:09:0b:ad
  3427. eth0 up
  3428. : cfg1 0xf cfg2 0x7214
  3429. eth1: 00:03:7f:09:0b:ad
  3430. athrs26_reg_init_lan
  3431. ATHRS26: resetting s26
  3432. ATHRS26: s26 reset done
  3433. eth1 up
  3434. eth0, eth1
  3435. Hit any key to stop autoboot:  4  3  2  1  0
  3436. ## Booting image at 9fea0000 ...
  3437.   Image Name:   MIPS OpenWrt Linux-3.3.8
  3438.   Created:      2014-04-17   8:11:04 UTC
  3439.   Image Type:   MIPS Linux Kernel Image (lzma compressed)
  3440.   Data Size:    1185367 Bytes =  1.1 MB
  3441.   Load Address: 80060000
  3442.   Entry Point:  80060000
  3443.   Verifying Checksum at 0x9fea0040 ...OK
  3444.   Uncompressing Kernel Image ... OK
  3445. No initrd
  3446. ## Transferring control to Linux (at address 80060000) ...
  3447. ## Giving linux memsize in bytes, 67108864
  3448.  
  3449. Starting kernel ...
  3450.  
  3451. [    0.000000] Linux version 3.3.8 (jenkins@jenkins) (gcc version 4.6.3 20120201 (prerelease) (Linaro GCC 4.6-2012.02) ) #1 Fri Apr 11 07:16:38 CEST 2014
  3452. [    0.000000] bootconsole [early0] enabled
  3453. [    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
  3454. [    0.000000] SoC: Atheros AR9330 rev 1
  3455. [    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
  3456. [    0.000000] Determined physical RAM map:
  3457. [    0.000000]  memory: 04000000 @ 00000000 (usable)
  3458. [    0.000000] Initrd not found or empty - disabling initrd
  3459. [    0.000000] Zone PFN ranges:
  3460. [    0.000000]   Normal   0x00000000 -> 0x00004000
  3461. [    0.000000] Movable zone start PFN for each node
  3462. [    0.000000] Early memory PFN ranges
  3463. [    0.000000]     0: 0x00000000 -> 0x00004000
  3464. [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
  3465. [    0.000000] Kernel command line:  board=Yun console=ttyATH0,250000 mtdparts=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
  3466. [    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
  3467. [    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
  3468. [    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
  3469. [    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
  3470. [    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
  3471. [    0.000000] Writing ErrCtl register=00000000
  3472. [    0.000000] Readback ErrCtl register=00000000
  3473. [    0.000000] Memory: 60936k/65536k available (2565k kernel code, 4600k reserved, 650k data, 180k init, 0k highmem)
  3474. [    0.000000] SLUB: Genslabs=9, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
  3475. [    0.000000] NR_IRQS:51
  3476. [    0.000000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
  3477. [    0.080000] pid_max: default: 32768 minimum: 301
  3478. [    0.080000] Mount-cache hash table entries: 512
  3479. [    0.080000] NET: Registered protocol family 16
  3480. [    0.090000] gpiochip_add: registered GPIOs 0 to 29 on device: ath79
  3481. [    0.090000] MIPS: machine is Arduino Yun
  3482. [    0.530000] Setting DogStick2 GPIO
  3483. [    0.550000] bio: create slab <bio-0> at 0
  3484. [    0.550000] SCSI subsystem initialized
  3485. [    0.560000] usbcore: registered new interface driver usbfs
  3486. [    0.560000] usbcore: registered new interface driver hub
  3487. [    0.560000] usbcore: registered new device driver usb
  3488. [    0.570000] Switching to clocksource MIPS
  3489. [    0.570000] NET: Registered protocol family 2
  3490. [    0.570000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
  3491. [    0.580000] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
  3492. [    0.580000] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
  3493. [    0.580000] TCP: Hash tables configured (established 2048 bind 2048)
  3494. [    0.580000] TCP reno registered
  3495. [    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
  3496. [    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
  3497. [    0.590000] NET: Registered protocol family 1
  3498. [    0.610000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  3499. [    0.610000] JFFS2 version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  3500. [    0.620000] msgmni has been set to 119
  3501. [    0.620000] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
  3502. [    0.620000] io scheduler noop registered
  3503. [    0.630000] io scheduler deadline registered (default)
  3504. [    0.630000] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
  3505. [    0.640000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) i{ a AR933X UART
  3506. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  3507. [    0.640000] console [ttyATH0] enabled, bootconsole disabled
  3508. [    0.650000] m25p80 spi0.0: found w25q128, expected m25p80
  3509. [    0.650000] m25p80 spi0.0: w25q128 (16384 Kbytes)
  3510. [    0.650000] 7 cmdlinepart partitions found on MTD device spi0.0
  3511. [    0.660000] Creating 7 MTD partitions on "spi0.0":
  3512. [    0.660000] 0x000000000000-0x000000040000 : "u-boot"
  3513. [    0.660000] 0x000000040000-0x000000050000 : "u-boot-env"
  3514. [    0.670000] 0x000000050000-0x000000ea0000 : "rootfs"
  3515. [    0.670000] mtd: partition "rootfs" set to be root filesystem
  3516. [    0.670000] mtd: partition "rootfs_data" created automatically, ofs=7A0000, len=700000
  3517. [    0.680000] 0x0000007a0000-0x000000ea0000 : "rootfs_data"
  3518. [    0.680000] 0x000000ea0000-0x000000fe0000 : "kernel"
  3519. [    0.680000] 0x000000fe0000-0x000000ff0000 : "nvram"
  3520. [    0.690000] 0x000000ff0000-0x000001000000 : "art"
  3521. [    0.690000] 0x000000050000-0x000000fe0000 : "firmware"
  3522. [    0.710000] ag71xx_mdio: probed
  3523. [    0.720000] eth0: Atheros AG71xx at 0xba000000, irq 5
  3524. [    1.270000] eth0: Found an AR7240/AR9330 built-in switch
  3525. [    2.300000] eth1: Atheros AG71xx at 0xb9000000, irq 4
  3526. [    2.850000] ag71xx ag71xx.0: eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
  3527. [    2.850000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  3528. [    2.850000] ehci-platform ehci-platform: Generic Platform EHCI Controller
  3529. [    2.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
  3530. [    2.890000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
  3531. [    2.910000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
  3532. [    2.910000] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  3533. [    2.910000] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  3534. [    2.910000] usb usb1: Product: Generic Platform EHCI Controller
  3535. [    2.920000] usb usb1: Manufacturer: Linux 3.3.8 ehci_hcd
  3536. [    2.920000] usb usb1: SerialNumber: ehci-platform
  3537. [    2.920000] hub 1-0:1.0: USB hub found
  3538. [    2.920000] hub 1-0:1.0: 1 port detected
  3539. [    2.930000] Initializing USB Mass Storage driver...
  3540. [    2.930000] usbcore: registered new interface driver usb-storage
  3541. [    2.930000] USB Mass Storage support registered.
  3542. [    2.930000] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
  3543. [    2.940000] sdhci: Secure Digital Host Controller Interface driver
  3544. [    2.940000] sdhci: Copyright(c) Pierre Ossman
  3545. [    2.940000] usbcore: registered new interface driver ushc
  3546. [    2.940000] TCP cubic registered
  3547. [    2.950000] NET: Registered protocol family 17
  3548. [    2.950000] Bridge firewalling registered
  3549. [    2.950000] 8021q: 802.1Q VLAN Support v1.8
  3550. [    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
  3551. [    2.960000] Freeing unused kernel memory: 180k freed
  3552. [    3.250000] usb 1-1: new high-speed USB device number 2 using ehci-platform
  3553. [    3.440000] usb 1-1: New USB device found, idVendor=058f, idProduct=6254
  3554. [    3.440000] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  3555. [    3.440000] usb 1-1: Product: USB2.0Hub
  3556. [    3.580000] hub 1-1:1.0: USB hub found
  3557. [    3.580000] hub 1-1:1.0: 4 ports detected
  3558. [    3.990000] usb 1-1.1: new high-speed USB device number 3 using ehci-platform
  3559. [    4.140000] usb 1-1.1: New USB device found, idVendor=0846, idProduct=4260
  3560. [    4.150000] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  3561. [    4.150000] usb 1-1.1: Product: NETGEAR WG111v3
  3562. [    4.150000] usb 1-1.1: Manufacturer: Manufacturer_NETGEAR
  3563. [    4.150000] usb 1-1.1: SerialNumber: 00223FF13D8E
  3564. [    4.350000] usb 1-1.4: new high-speed USB device number 4 using ehci-platform
  3565. [    4.480000] usb 1-1.4: New USB device found, idVendor=058f, idProduct=6366
  3566. [    4.480000] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  3567. [    4.480000] usb 1-1.4: Product: Mass Storage Device
  3568. [    4.490000] usb 1-1.4: Manufacturer: Generic
  3569. [    4.490000] usb 1-1.4: SerialNumber: 058F0O1111B1
  3570. [    4.520000] scsi0 : usb-storage 1-1.4:1.0
  3571. [    5.050000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  3572. [    5.620000] scsi 0:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
  3573. - preinit -
  3574. Press the [f] key and hit [enter] to enter failsafe mode
  3575. boot initrd
  3576.  
  3577. - regular preinit -
  3578. [    9.290000] JFFS2 notice: (527) jffs2_build_xattr_subsystem: complete building xattr subsystem, 1 of xdatum (1 unchecked, 0 orphan) and 34 of xref (0 dead, 23 orphan) found.
  3579. [   10.950000] sd 0:0:0:0: [sda] 3964928 512-byte logical blocks: (2.03 GB/1.89 GiB)
  3580. [   10.950000] sd 0:0:0:0: [sda] Write Protect is off
  3581. [   10.950000] sd 0:0:0:0: [sda] No Caching mode page present
  3582. [   10.950000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3583. [   10.960000] sd 0:0:0:0: [sda] No Caching mode page present
  3584. [   10.960000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3585. [   10.970000]  sda: sda1
  3586. [   10.970000] sd 0:0:0:0: [sda] No Caching mode page present
  3587. [   10.970000] sd 0:0:0:0: [sda] Assuming drive cache: write through
  3588. [   10.980000] sd 0:0:0:0: [sda] Attached SCSI removable disk
  3589. switching to jffs2
  3590. - init -
  3591.  
  3592. Please press Enter to activate this console.
  3593.  
  3594. BusyBox v1.19.4 (2014-04-10 11:08:41 CEST) built-in shell (ash)
  3595. Enter 'help' for a list of built-in commands.
  3596.  
  3597.  _______                     ________        __
  3598. |       |.-----.-----.-----.|  |  |  |.----.|  |_
  3599. |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
  3600. |_______||   __|_____|__|__||________||__|  |____|
  3601.          |__| W I R E L E S S   F R E E D O M
  3602. -----------------------------------------------------
  3603.  
  3604.  
  3605. root@(none):/# z
  3606. /bin/ash: z: not found
  3607. root@(none):/#
  3608. root@(none):/#
  3609. root@(none):/#
  3610. root@(none):/# [   38.470000] Loading modules backported from Linux version master-2014-01-23-0-g62c147d
  3611. [   38.470000] Backport generated by backports.git backports-20140124-0-g1256d3e
  3612. [   38.510000] cfg80211: Calling CRDA to update world regulatory domain
  3613. [   38.510000] cfg80211: World regulatory domain updated:
  3614. [   38.520000] cfg80211:  DFS Master region: unset
  3615. [   38.520000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  3616. [   38.520000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  3617. [   38.530000] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
  3618. [   38.530000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
  3619. [   38.530000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  3620. [   38.540000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 2000 mBm)
  3621. [   38.540000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm)
  3622.  
  3623. root@(none):/#
  3624. root@(none):/#
  3625. root@(none):/#
  3626. root@(none):/# [   38.830000] NET: Registered protocol family 10
  3627. [   39.760000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
  3628. [   39.770000] cfg80211: Calling CRDA for country: US
  3629. [   39.770000] cfg80211: Regulatory domain changed to country: US
  3630. [   39.770000] cfg80211:  DFS Master region: FCC
  3631. [   39.770000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
  3632. [   39.780000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
  3633. [   39.780000] cfg80211:   (5170000 KHz - 5250000 KHz @ 80000 KHz), (300 mBi, 1700 mBm)
  3634. [   39.790000] cfg80211:   (5250000 KHz - 5330000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  3635. [   39.790000] cfg80211:   (5490000 KHz - 5600000 KHz @ 80000 KHz), (300 mBi, 2400 mBm)
  3636. [   39.790000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2400 mBm)
  3637. [   39.800000] cfg80211:   (5735000 KHz - 5835000 KHz @ 80000 KHz), (300 mBi, 3000 mBm)
  3638. [   39.800000] cfg80211:   (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
  3639. [   40.220000] NTFS driver 2.1.30 [Flags: R/O MODULE].
  3640. [   40.260000] Error: Driver 'gpio-keys-polled' is already registered, aborting...
  3641. [   40.390000] PPP generic driver version 2.4.2
  3642. [   40.430000] tun: Universal TUN/TAP device driver, 1.6
  3643. [   40.430000] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  3644. [   40.470000] L2TP core driver, V2.0
  3645. [   40.490000] L2TP netlink interface
  3646. [   40.520000] IPv6 over IPv4 tunneling driver
  3647. [   40.560000] ip_tables: (C) 2000-2006 Netfilter Core Team
  3648. [   40.680000] NET: Registered protocol family 24
  3649. [   40.720000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
  3650. [   40.850000] PPPoL2TP kernel driver, V2.0
  3651. [   41.200000] i2c /dev entries driver
  3652. [   41.230000] Linux video capture interface: v2.00
  3653. [   41.350000] fuse init (API version 7.18)
  3654. [   47.960000] ADDRCONF(NETDEV_UP): eth0: link is not ready
  3655. [   47.960000] device eth0 entered promiscuous mode
  3656. [   47.960000] ADDRCONF(NETDEV_UP): br-lan: link is not ready
  3657. [   47.960000] ADDRCONF(NETDEV_UP): eth1: link is not ready
  3658. [   47.970000] device eth1 entered promiscuous mode
  3659. [   50.910000] eth1: link up (100Mbps/Full duplex)
  3660. [   50.910000] br-lan: port 2(eth1) entered listening state
  3661. [   50.910000] br-lan: port 2(eth1) entered listening state
  3662. [   50.910000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
  3663. [   52.840000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  3664. [   52.840000] device wlan0 entered promiscuous mode
  3665. [   52.840000] device wlan0 left promiscuous mode
  3666. [   52.840000] br-lan: port 3(wlan0) entered disabled state
  3667. [   52.910000] br-lan: port 2(eth1) entered learning state
  3668. [   54.910000] br-lan: topology change detected, propagating
  3669. [   54.910000] br-lan: port 2(eth1) entered forwarding state
  3670. [   54.910000] ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  3671. [   55.940000] busybox: sending ioctl 5310 to a partition!
  3672. [   55.940000] busybox: sending ioctl 5310 to a partition!
  3673. [   55.940000] busybox: sending ioctl 5310 to a partition!
  3674. [   55.950000] busybox: sending ioctl 5310 to a partition!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement