cat /proc/mtd
~ # cat /proc/mtd
dev: size erasesize name
mtd0: 00030000 00010000 "uboot"
mtd1: 00010000 00010000 "env"
mtd2: 00170000 00010000 "linux"
mtd3: 00600000 00010000 "rootfs"
mtd4: 00010000 00010000 "nvram"
mtd5: 00010000 00010000 "factory"
mtd6: 00020000 00010000 "language"
mtd7: 00010000 00010000 "caldata"
cat /proc/cpuinfo
~ # cat /proc/cpuinfo
system type : Atheros AR7100 (hydra)
processor : 0
cpu model : MIPS 24K V7.4
BogoMIPS : 451.58
wait instruction : yes
microsecond timers : yes
tlb_entries : 16
extra interrupt vector : yes
hardware watchpoint : yes
ASEs implemented : mips16
VCED exceptions : not available
VCEI exceptions : not available
cat /proc/pci
~ # cat /proc/pci
PCI devices found:
Bus 0, device 0, function 0:
Class 0280: PCI device 168c:002d (rev 1).
IRQ 48.
Master Capable. Latency=168.
Non-prefetchable 32 bit memory at 0x10000000 [0x1000ffff].
Bus 0, device 1, function 0:
Class 0280: PCI device 168c:0029 (rev 1).
IRQ 49.
Master Capable. Latency=168.
Non-prefetchable 32 bit memory at 0x10010000 [0x1001ffff].
lsmod
~ # lsmod
Module Size Used by Tainted: P
ohci_hcd 20336 0 [permanent], Live 0xc0053000
ehci_hcd 34864 0 [permanent], Live 0xc0083000
wlan_scan_ap 10080 2 - Live 0xc005f000
ath_pktlog 15488 0 - Live 0xc005a000
wlan_me 10304 0 - Live 0xc0027000
wlan_acl 4576 2 - Live 0xc0050000
wlan_wep 6112 0 - Live 0xc004d000
wlan_tkip 13408 2 - Live 0xc002f000
wlan_ccmp 8608 2 - Live 0xc002b000
wlan_xauth 1344 0 - Live 0xc0025000
ath_pci 65312 0 - Live 0xc0065000
ath_dev 138896 2 ath_pktlog,ath_pci, Live 0xc012a000
ath_dfs 38624 1 ath_dev, Live 0xc0042000
ath_rate_atheros 49392 2 ath_pktlog,ath_dev, Live 0xc0034000
wlan 273152 12 wlan_scan_ap,ath_pktlog,wlan_me,wlan_acl,wlan_wep,wlan_tkip,
wlan_ccmp,wlan_xauth,ath_pci,ath_dev, Live 0xc00e6000
ath_hal 356256 6 ath_pktlog,ath_pci,ath_dev,ath_dfs, Live 0xc008e000
gpio_mod 4576 0 - Live 0xc0015000
led_wsc_mod 5280 0 - Live 0xc0012000
ag7100_mod 32880 0 - Live 0xc001b000
iwconfig
~ # iwconfig
lo no wireless extensions.
tunl0 no wireless extensions.
sit0 no wireless extensions.
ip6tnl0 no wireless extensions.
eth0 no wireless extensions.
eth1 no wireless extensions.
br0 no wireless extensions.
wifi0 no wireless extensions.
wifi1 no wireless extensions.
ath0 IEEE 802.11ng ESSID:"VIZIO"
Mode:Master Frequency:2.437 GHz Access Point: 00:19:9D:35:42:61
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=1/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:F4D5-5039-E311-4E13-D8DC-DA40-F5D6-4D97 [3]
Security mode:open
Power Management:off
Link Quality=0/94 Signal level=161/162 Noise level=161/161
Rx invalid nwid:2218 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
ath1 IEEE 802.11na ESSID:"VIZIO HD"
Mode:Master Frequency:5.24 GHz Access Point: 00:19:9D:35:42:60
Bit Rate:0 kb/s Tx-Power=9 dBm Sensitivity=1/3
Retry:off RTS thr:off Fragment thr:off
Encryption key:8098-9B25-5637-5B67-313B-6EAA-6920-3F16 [3]
Security mode:open
Power Management:off
Link Quality=0/94 Signal level=161/162 Noise level=161/161
Rx invalid nwid:36 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
cat /proc/cmdline
~ # cat /proc/cmdline
console=ttyS0,115200 root=31:03 rootfstype=squashfs init=/sbin/init
mtdparts=ar7100-nor0:192k(uboot),64k(env),1472k(linux),6144k(rootfs),
64k(nvram),64k(factory),128k(language),64k(caldata)
ps
~ # ps
PID Uid VmSize Stat Command
1 root 524 S /sbin/init
2 root SWN [ksoftirqd/0]
3 root SW< [events/0]
4 root SW< [khelper]
5 root SW< [kthread]
9 root SW< [kblockd/0]
12 root SW< [khubd]
51 root SW [pdflush]
52 root SW [pdflush]
54 root SW< [aio/0]
53 root SW [kswapd0]
646 root SW [mtdblockd]
680 root 340 S /sbin/syslogd -n
2218 root 340 S /tmp/httpd
2228 root 352 S /bin/udhcpd /tmp/udhcpd.conf
2238 root 280 S lld2d br0
2240 root 256 S usb_storage_hotplug
2241 root 272 S hotplug2 --persistent
2261 root 472 S /bin/sh
2264 root 672 S hostapd /tmp/topology.conf
4031 root 336 S udhcpc -n -i eth1 -s /sbin/udhcpc.sh
4034 root 352 R ps