Home

www.foxure.com

  • About me
  • Guestbook
  • Howtos
  • Projects
  • Documention

Motorola/Kreatel- STB

I have some boxes from Motorola i'm planing to do some fun of it now. This page is intentend to be an information only page. I will later write howtos about booting and managing this type of set top boxes. much of this information may be Telia (swedish service provider) specific. Much of the information is just translated, theres is pretty much information about this device on the net, but much of it is written in swedish, norwegian or spanish wich makes it hard for most peoplo to access.

  • 1 comment
  • Read more

Install debian on WGT634U

Why debian?

 

  • Read more

Uptime monitoring with MRTG

Monitor uptime trought a perl script. This is just one way, there's many others and better way to do this

/usr/local/bin/uptime.pl

#!/usr/bin/perl

$uptime = `uptime`;

$uptime =~ /up (.*?) day/;
$up = int($1);

print "$up\n";
print "$up\n";
#print "0\n";

/etc/mrtg.conf

  • Add new comment
  • Read more

Homer Simpson Engraving

The result of an Dremel, CFFL and some Plexi.

 

Result:

Homer Simpsons engraving

 

  • Add new comment

Parallelport LEDs

Mål:

  • Add new comment
  • Read more

Disc temperature monitoring with MRTG

monitor disk temperature. Needs hddtemp running as deamon and netcat. You will need to change the mawk print variable untill you get the right value

 

 

/usr/local/bin/disc.sh

  • Add new comment
  • Read more

LED lighted nestingbox

Not so much to say actually, I had a couple of hours left before bed time and what else to do than start a mini project?
 

Result:

Nesting box

 

  • Add new comment

Ping monitoring with MRTG

Ping script i use to monitor packet loss and round trip time to a specific host.

/usr/local/bin/sunet.sh

#!/bin/sh
PING="/bin/ping"
ADDR="ping.sunet.se"
DATA=`$PING -c10 -s500 $ADDR -q `
LOSS=`echo $DATA | awk '{print $18 }' | tr -d %`
echo $LOSS
if [ $LOSS = 100 ];
then echo 0
else
echo $DATA | awk -F/ '{print $5 }'
fi

/etc/mrtg.conf

  • Add new comment
  • Read more

Linux on WGT634U

* This is a build log in swedish, for more hardware information and information about installing debian with iptables on this device visit  Install debian on WGT634U *

 

  • Add new comment
  • Read more
Syndicate content

Home

  • About me
  • Guestbook
  • Howtos
    • Ping monitoring with MRTG
    • Disc temperature monitoring with MRTG
    • Install debian on WGT634U
    • Uptime monitoring with MRTG
  • Projects
    • Homer Simpson Engraving
    • LED lighted nestingbox
    • Linux on WGT634U
    • Nintendo Computer Case
    • Parallelport LEDs
  • Documention
    • Motorola/Kreatel- STB