Cats

Here is uname and all the cats of the SE208BW


daniil@daniil-U-100:~$ telnet 192.168.208.1
Trying 192.168.208.1...
Connected to 192.168.208.1.
Escape character is '^]'.

SmartHub login: root
Password: 


BusyBox v1.00-rc3 (2012.04.23-05:11+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

SmartHub> uname -a
Linux SmartHub 2.6.15 #142 Wed Jun 27 16:00:26 CST 2012 armv4l unknown
SmartHub> cat /proc/cpuinfo
Processor       : FA526id(wb) rev 1 (v4l)
BogoMIPS        : 265.42
Features        : swp half 
CPU implementer : 0x66
CPU architecture: 4
CPU variant     : 0x0
CPU part        : 0x526
CPU revision    : 1
Cache type      : write-back
Cache clean     : cp15 c7 ops
Cache lockdown  : format B
Cache format    : Harvard
I size          : 16384
I assoc         : 2
I line length   : 16
I sets          : 512
D size          : 8192
D assoc         : 2
D line length   : 16
D sets          : 256

Hardware        : GeminiA
Revision        : 0000
Serial          : 0000000000000000
SmartHub> cat /proc/meminfo
MemTotal:       125472 kB
MemFree:         61580 kB
Buffers:         40960 kB
Cached:          10128 kB
SwapCached:          0 kB
Active:          12156 kB
Inactive:        43016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       125472 kB
LowFree:         61580 kB
SwapTotal:           0 kB
SwapFree:            0 kB
Dirty:               0 kB
Writeback:           0 kB
Mapped:           8492 kB
Slab:             4440 kB
CommitLimit:     62736 kB
Committed_AS:    28404 kB
PageTables:        384 kB
VmallocTotal:   122880 kB
VmallocUsed:     17056 kB
VmallocChunk:   105508 kB
SmartHub> cat /proc/loadavg
0.26 0.23 0.10 1/50 1804
SmartHub> cat /proc/version
Linux version 2.6.15 (root@parus-VirtualBox) (gcc version 3.4.4) #142 Wed Jun 27 16:00:26 CST 2012
SmartHub> cat /proc/devices
Character devices:
  1 mem
  2 pty
  3 ttyp
  4 /dev/vc/0
  4 tty
  5 /dev/tty
  5 /dev/console
  5 /dev/ptmx
  7 vcs
 10 misc
 13 input
 21 sg
 42 FOTG2XX
 43 FOTG2XX_1
 90 mtd
108 ppp
128 ptm
136 pts
180 usb
189 usb_device
204 ttySL

Block devices:
  1 ramdisk
  7 loop
  8 sd
 11 sr
 65 sd
 66 sd
 67 sd
 68 sd
 69 sd
 70 sd
 71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd
254 pktcdvd
SmartHub> cat /proc/filesystems
nodev   sysfs
nodev   rootfs
nodev   bdev
nodev   proc
nodev   sockfs
nodev   usbfs
nodev   pipefs
nodev   futexfs
nodev   tmpfs
nodev   inotifyfs
nodev   eventpollfs
nodev   devpts
        ext2
nodev   ramfs
        msdos
        vfat
        iso9660
nodev   nfs
nodev   nfsd
nodev   cifs
nodev   autofs
        udf
nodev   rpc_pipefs
        ufsd
nodev   fuse
        fuseblk
nodev   fusectl
SmartHub> cat /proc/cmdline    
root=/dev/ram0 rw console=ttySL0,115200 initrd=0x00800000,40M ramdisk_size=40960
SmartHub> cat /proc/locks  
1: POSIX  ADVISORY  READ  1322 01:00:4247 4 4
2: POSIX  ADVISORY  WRITE 1322 01:00:4258 0 0
3: POSIX  ADVISORY  READ  1319 01:00:4251 4 4
4: POSIX  ADVISORY  READ  1319 01:00:4250 4 4
5: POSIX  ADVISORY  READ  1319 01:00:4249 4 4
6: POSIX  ADVISORY  READ  1319 01:00:4248 4 4
7: POSIX  ADVISORY  READ  1319 01:00:4247 4 4
8: POSIX  ADVISORY  WRITE 1319 01:00:4245 0 0
SmartHub> cat /proc/execdomains
0-0     Linux                   [kernel]
SmartHub> cat /proc/mounts     
rootfs / rootfs rw 0 0
/dev/root / ext2 rw,nogrpid 0 0
/proc /proc proc rw,nodiratime 0 0
/sys /sys sysfs rw 0 0
usbfs /proc/bus/usb usbfs rw 0 0
SmartHub> cat /proc/partitions
major minor  #blocks  name

SmartHub> cat /proc/stat      
cpu  1424 0 5106 26522 0 102 420 0
cpu0 1424 0 5106 26522 0 102 420 0
intr 107250 0 62365 0 0 0 0 0 0 0 0 1031 1 0 0 0 33574 0 0 258 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10021
ctxt 249834
btime 1292926174
processes 2137
procs_running 1
procs_blocked 0
SmartHub> cat /proc/interrupts 
           CPU0
  1:      67734   eth0
  8:          0   sl2312 pci int
 10:       1119   FTC_FOTG2XX
 11:          1   FTC_FOTG2XX_1
 15:      36262   SL2312 Timer Tick
 18:        258   sl2312
 22:          0   GPIO1
 23:          0   GPIO2
 67:      10812   ra0
Err:          0  

SmartHub> cat /proc/mtd   
dev:    size   erasesize  name
mtd0: 00020000 00020000 "RedBoot"
mtd1: 00200000 00020000 "Kernel"
mtd2: 00d00000 00020000 "Ramdisk"
mtd3: 000e0000 00020000 "Application"
mtd4: 00020000 00020000 "VCTL"
mtd5: 000a0000 00020000 "CurConf"
mtd6: 00020000 00020000 "FIS directory"

SmartHub> cat /proc/crypto
name         : md5
module       : kernel
type         : digest
blocksize    : 64
digestsize   : 16

name         : sha1
module       : kernel
type         : digest
blocksize    : 64
digestsize   : 20

name         : des
module       : kernel
type         : cipher
blocksize    : 8
min keysize  : 8
max keysize  : 8

name         : des3_ede
module       : kernel
type         : cipher
blocksize    : 8
min keysize  : 24
max keysize  : 24

name         : aes
module       : kernel
type         : cipher
blocksize    : 16
min keysize  : 16
max keysize  : 32

name         : crc32c
module       : kernel
type         : digest
blocksize    : 32
digestsize   : 4

SmartHub> cat /proc/kmsg
<3>Linux version 2.6.15 (root@parus-VirtualBox) (gcc version 3.4.4) #142 Wed Jun 27 16:00:26 CST 2012
<4>CPU: FA526id(wb) [66015261] revision 1 (ARMv4)
<4>Machine: GeminiA
<7>Ignoring unrecognised tag 0x00000000
<4>Memory policy: ECC disabled, Data cache writeback
<5>On node 0 totalpages: 32768
<5>  DMA zone: 32768 pages, LIFO batch:7
<5>  DMA32 zone: 0 pages, LIFO batch:0
<5>  Normal zone: 0 pages, LIFO batch:0
<5>  HighMem zone: 0 pages, LIFO batch:0
<4>CPU0: D VIVT write-back cache
<4>CPU0: I cache: 16384 bytes, associativity 2, 16 byte lines, 512 sets
<4>CPU0: D cache: 8192 bytes, associativity 2, 16 byte lines, 256 sets
<4>Built 1 zonelists
<3>Kernel command line: root=/dev/ram0 rw console=ttySL0,115200 initrd=0x00800000,40M ramdisk_size=40960
<4>PID hash table entries: 1024 (order: 10, 16384 bytes)
<4>Bus: 150MHz(2/1)
<4>Console: colour dummy device 80x30
<4>sl2312 console setup :
<4>Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
<4>Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
<4>Memory: 128MB = 128MB total
<3>Memory: 84352KB available (2938K code, 1310K data, 104K init)
<5>Calibrating delay loop... 230.19 BogoMIPS (lpj=1150976)
<4>Mount-cache hash table entries: 512
<4>*** Page_chain_cachep Init!***
<4>CPU: Testing write buffer coherency: ok
<4>checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
<4>Freeing initrd memory: 40960K
<4>NET: Registered protocol family 16
<4>PCI: bus0: Fast back to back transfers disabled
<4>sl2312_pci_map_irq : slot = 0  pin = 1
<4>sl2312_pci_map_irq : slot = 12  pin = 1
<3>SCSI subsystem initialized
<4>usbcore: registered new driver usbfs
<4>usbcore: registered new driver hub
<4>TC classifier action (bugs to netdev@vger.kernel.org cc hadi@cyberus.ca)
<7>NetWinder Floating Point Emulator V0.97 (double precision)
<3>VFS: Disk quotas dquot_6.5.1
<4>Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
<4>Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
<4>Initializing Cryptographic API
<4>io scheduler noop registered
<4>io scheduler cfq registered
<4>Gemini Gpio init
<4>Register Gemini Power control
<4>Watchdog Timer Initialized
<4>ttySL0 at MMIO 0x42000000 (irq = 18) is a SL2312
<4>RAMDISK driver initialized: 16 RAM disks of 40960K size 1024 blocksize
<4>loop: loaded (max 8 devices)
<3>pktcdvd: v0.2.0a 2004-07-14 Jens Axboe (axboe@suse.de) and petero2@telia.com
<4>PPP generic driver version 2.4.2
<4>PPP Deflate Compression module registered
<4>PPP BSD Compression module registered
<4>NET: Registered protocol family 24
<4>tun: Universal TUN/TAP device driver, 1.6
<4>tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
<4>VSC-switch not found
<4>Storm Semiconductors,Inc. SL351x Giga Ethernet driver 0.1.7 built at May 31 2012 15:01:30
<3>iscsi: registered transport (tcp)
<5>libata version 1.20 loaded.
<4>SL2312 MTD Driver Init.......
<4>sl2312flash_init: value=0x83c22037
<4>sl2312flash_init: value=0x83c22025 after mask
<4>SL2312 CFI Flash: Found 1 x16 devices at 0x0 in 16-bit bank
<4> Amd/Fujitsu Extended Query Table at 0x0040
<7>SL2312 CFI Flash: CFI does not contain boot bank location. Assuming top.
<3>number of CFI chips: 1
<3>cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
<3>Creating 7 MTD partitions on "SL2312 CFI Flash":
<3>0x00000000-0x00020000 : "RedBoot"
<3>0x00020000-0x00220000 : "Kernel"
<3>0x00220000-0x00f20000 : "Ramdisk"
<3>0x00f20000-0x01000000 : "Application"
<3>0x00f20000-0x00f40000 : "VCTL"
<3>0x00f40000-0x00fe0000 : "CurConf"
<3>0x00fe0000-0x01000000 : "FIS directory"
<4>SL2312 MTD Driver Init Success ......
<4>FTC_FOTG2XX : Init FOTG2XX Driver
<4>Init FOTG2xx driver
<4>FTC_FOTG2XX : >>> Found FOTG2XX ...
<4>pFTC_OTG c2f3e420
<4>FTC_FOTG2XX_1 : Init FOTG2XX Driver
<4>Init FOTG2xx driver
<4>FTC_FOTG2XX_1 : >>> Found FOTG2XX ...
<4>pFTC_OTG_1 c2f3e360
<4>hcd->self.controller c2fad000
<4>hcd end
<4>hcd_buffer_create
<4>ehci-hcd-FOTG2XX ehci-hcd-FOTG2XX: new USB bus registered, assigned bus number 1
<4>usb_register_bus
<4>ghcd_FOTG2XX hcd c2fad000
<4>hcd_irq_For_OTG
<4>ehci->caps->length 10, hcd->regs f6800000 , ehci->regs f6800010
<4>udev->state 1
<4>drivers/usb/host/ehci-hcd-FOTG2XX.c: USB support enabled, EHCI rev 101. 0
<4>Timing on EOF1(0xf6800040) = 0xd
<4>hub 1-0:1.0: USB hub found
<4>hub 1-0:1.0: 1 port detected
<4>FTC_FOTG2XX : >>> +FOTG2XX_get_otg_transceiver
<6>FTC_FOTG2XX : registered host c2fad000
<4>OTG2XX act as HOST only (don't need to wait gadget driver)
<4>+(OTGC_Init)
<4>pFTC_OTG->otg.default_a=1
<4>+(OTGC_Init)
<4>pFTC_OTG->otg.default_a=1
<4>OTG_enable_VBUS
<4>FTC_FOTG2XX : >>> Drive VBUS ok...
<4>+OTGP_Close()
<4>OTG2XX act as HOST only (remove gadget function)
<4>+OTGH_Open()(0x30=0x800)
<4>OTG_enable_VBUS
<4>mdwOTGC_Control_A_VBUS_VLD_Rd 80000
<4>+OTGP_Close()
<4>OTG2XX act as HOST only (remove gadget function)
<4>+OTGH_Open()(0x30=0x800)
<4>ehci otg_set_host status 0
<4>connect_change 1
<4>clear_bit
<4>usbcore: registered new driver usblp
<4>drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
<4>Initializing USB Mass Storage driver...
<4>usbcore: registered new driver usb-storage
<4>USB Mass Storage support registered.
<4>netem: version 1.1
<4>u32 classifier
<4>    Perfomance counters on
<4>    input device check on
<4>    Actions configured
<4>NET: Registered protocol family 2
<4>IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
<4>TCP established hash table entries: 8192 (order: 3, 32768 bytes)
<4>TCP bind hash table entries: 8192 (order: 3, 32768 bytes)<4>TCP: Hash tables configured (established 8192 bind 8192)
<4>TCP reno registered
<4>ip_conntrack version 2.4 (1024 buckets, 8192 max) - 260 bytes per conntrack
<4>connect_change 0
<4>clear_bit
<4>debounce: port 1: total 100ms stable 100ms status 0x1
<4>hub_port_reset status 0
<4>ip_conntrack_pptp version 3.1 loaded
<4>ip_nat_pptp version 3.0 loaded
<4>ip_tables: (C) 2000-2002 Netfilter core team
<4>### >>> High Speed Device detect...
<4>usb 1-1: new high speed USB device using ehci-hcd-FOTG2XX and address 2
<4>unlink_async ... reclaim: ffc74080
<4>unlink_async ... reclaim: 00000000
<4>usb_stor_acquire_resources:  ttport=0, devnum=2, busnum=1<4>scsi0 : SCSI emulation for USB Mass Storage devices
<5>usb-storage: device found at 2
<5>usb-storage: waiting for device to settle before scanning<4>connect_change 0
<3>ClusterIP Version 0.8 loaded successfully
<4>arp_tables: (C) 2002 David S. Miller
<4>TCP bic registered
<4>Initializing IPsec netlink socket
<4>NET: Registered protocol family 1
<4>NET: Registered protocol family 17
<4>NET: Registered protocol family 15
<3>Bridge firewalling registered
<3>RAMDISK: Compressed image found at block 0
<3>  Vendor: TSSTcorp  Model: CDDVDW SE-208BW   Rev: TS01
<3>  Type:   CD-ROM                             ANSI SCSI revision: 00
<4>sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
<4>Uniform CD-ROM driver Revision: 3.20
<5>sr 0:0:0:0: Attached scsi CD-ROM sr0
<3>sr 0:0:0:0: Attached scsi generic sg0 type 5
<5>usb-storage: device scan complete
<4>VFS: Mounted root (ext2 filesystem).
<4>Freeing init memory: 104K
<7>ufsd: module license 'Commercial product' taints kernel.
<5>ufsd: driver 8.3 (008_A)  LBD=ON w/o ioctl loaded at bf000000
<4>NTFS read/write support included
<4>fuse init (API version 7.8)
<4>fuse distribution version: 2.6.3
<4>GMAC-0 Addr 1 Vendor ID: 0x02430c54
<4>mii_write: phy_addr=0x1 reg_addr=0x4 value=0x5e1
<4>mii_write: phy_addr=0x1 reg_addr=0x9 value=0x0
<4>mii_write: phy_addr=0x1 reg_addr=0x18 value=0x41
<4>mii_write: phy_addr=0x1 reg_addr=0x0 value=0x9200
<4>mii_write: phy_addr=0x1 reg_addr=0x0 value=0x1200
<4>Link Up (0x786d) MII REG 10 = 0x45e1
<4>MII REG 5 (bit 5:15) = 0x2f
<4> 100M/Full
<4>Flow Control Enable.
<4>Storlink eth0 address = 380197000000
<4>Enable MAC Flow Control...
<4>PCI: enabling device 0000:00:0c.0 (0140 -> 0142)
<4>0x1300 = 00064320
<4>0x1300 = 00064320
<4>hcd->self.controller c0786c00
<4>hcd end
<4>hcd_buffer_create
<4>ehci-hcd-FOTG2XX-1 ehci-hcd-FOTG2XX-1: new USB bus registered, assigned bus number 2
<4>usb_register_bus
<4>ghcd_FOTG2XX_1 hcd c0786c00
<4>hcd_irq_For_OTG_1
<4>ehci->caps->length 10, hcd->regs f6900000 , ehci->regs f6900010
<4>udev->state 1
<4>drivers/usb/host/ehci-hcd-FOTG2XX-1.c: USB support enabled, EHCI rev 101. 0
<4>Timing on EOF1(0xf6900040) = 0xd
<4>hub 2-0:1.0: USB hub found
<4>hub 2-0:1.0: 1 port detected
<4>FTC_FOTG2XX_1 : >>> +FOTG2XX_get_otg_transceiver_1
<6>FTC_FOTG2XX_1 : registered host c0786c00
<4>OTG2XX act as HOST only (don't need to wait gadget driver)
<4>+(OTGC_Init_1)
<4>pFTC_OTG_1->otg.default_a=1
<4>+(OTGC_Init_1)
<4>pFTC_OTG_1->otg.default_a=1
<4>OTG_enable_VBUS
<4>FTC_FOTG2XX_1 : >>> Drive VBUS ok...
<4>+OTGP_Close_1()
<4>OTG2XX act as HOST only (remove gadget function)
<4>+OTGH_Open_1()(0x30=0x0)
<4>OTG_enable_VBUS
<4>mdwOTGC_Control_A_VBUS_VLD_Rd 80000
<4>+OTGP_Close_1()
<4>OTG2XX act as HOST only (remove gadget function)
<4>+OTGH_Open_1()(0x30=0x0)
<4>ehci otg_set_host status 0
<4>enable_irq(11) unbalanced from bf10ccf0
<4>connect_change 1
<4>clear_bit
<4>VFS: Can't find an ext2 filesystem on dev sr0.
<6>FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
<6>FAT: bogus number of reserved sectors
<4>VFS: Can't find a valid FAT filesystem on dev sr0.
<6>FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
<6>FAT: bogus number of reserved sectors
<4>VFS: Can't find a valid FAT filesystem on dev sr0.
<7>Unable to identify CD-ROM format.
<5>UDF-fs DEBUG fs/udf/super.c:1502:udf_fill_super: enter udf_fill_super
<5>UDF-fs DEBUG fs/udf/lowlevel.c:51:udf_get_last_session: XA disk: no, vol_desc_start=0
<5>UDF-fs DEBUG fs/udf/super.c:1554:udf_fill_super: Multi-session=0
<5>UDF-fs DEBUG fs/udf/super.c:536:udf_vrs: Starting at sector 16 (2048 byte sectors)
<5>UDF-fs DEBUG fs/udf/super.c:879:udf_load_pvoldesc: recording time 1415699910/0, 2014/11/11 10:58 (103c)
<5>UDF-fs DEBUG fs/udf/super.c:890:udf_load_pvoldesc: volIdent[] = 'GENTILI'
<5>UDF-fs DEBUG fs/udf/super.c:897:udf_load_pvoldesc: volSetIdent[] = '456B574FBA94A8B0'
<5>UDF-fs DEBUG fs/udf/super.c:1089:udf_load_logicalvol: Partition (0:0) type 1 on volume 1
<5>UDF-fs DEBUG fs/udf/super.c:1099:udf_load_logicalvol: FileSet found in LogicalVolDesc at block=0, partition=0
<5>UDF-fs DEBUG fs/udf/super.c:927:udf_load_partdesc: Searching map: (0 == 0)
<5>UDF-fs DEBUG fs/udf/super.c:1009:udf_load_partdesc: Partition (0:0 type 1511) starts at physical 257, block length 17055
<5>UDF-fs DEBUG fs/udf/super.c:1342:udf_load_partition: Using anchor in block 256
<5>UDF-fs DEBUG fs/udf/super.c:1582:udf_fill_super: Lastblock=0
<5>UDF-fs DEBUG fs/udf/super.c:851:udf_find_fileset: Fileset at block=0, partition=0
<5>UDF-fs DEBUG fs/udf/super.c:913:udf_load_fileset: Rootdir at block=1, partition=0
<4>UDF-fs INFO UDF 0.9.8.1 (2004/29/09) Mounting volume 'Mydisc', timestamp 2014/11/11 09:58 (1000)

That's it!

Bye!