I just realized that my mediaplayer, the Poppstar MS30 is running Linux and has an open Telnet connection :)

Here is some data:

Kernel:


$ uname -a
Linux Venus 2.6.12.6-VENUS #1 Wed Apr 22 10:33:31 CST 2009 mips unknown

Space:


$ df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 203.8M 76.9M 126.9M 38% /
/dev/mtdblock/2 16.0M 1.3M 14.7M 8% /usr/local/etc
/dev/rd/0 40.0k 40.0k 0 100% /mnt/rd

CPU:


$ cat /proc/cpuinfo
system type : Realtek Venus
processor : 0
cpu model : MIPS 24K V7.8
BogoMIPS : 269.51
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : yes
ASEs implemented : mips16
VCED exceptions : not available
VCEI exceptions : not available

RAM:

  1. cat /proc/meminfo
    MemTotal: 121864 kB
    MemFree: 32420 kB
    […]

And there is much more :)

Comments