Hallo,
derzeit betreibe ich zwecks Auswertung und Plotting einen Sundtek DVB-C Stick an meinem Laptop zum generieren von Auslastungsgraphen der Kabelmodem Frequenzen.
Dieses funktioniert auch sehr gut mit Hilfe von rrdtool und dvbsnoop. ->
http://www.koaschten.de/kdgAn meinem WRT610n hängt eine 100GB USB Festplatte, diese ist auf 512MB opt(ext3), 64MB swap(swap) und der rest als data (ext3) partitioniert und gemounted.
rrdtool habe ich via ipkg aus dem nslu2 projekt gefunden.
Leider habe ich aber auch ein paar Probleme.
Woher kriege ich dvbsnoop, dvbtune und die dvb-apps so das sie auf dem WRT610n laufen und leider hat der
Sundtek Installer (
http://support.sundtek.com/index.php/topic,345.0.html ) für openWRT/DD-WRT wohl auch das eine oder andere Problem
root@DD-WRT:/mnt/tmp# wget http://www.sundtek.de/media/sundtek_installer_development.sh
--2011-06-20 23:48:22-- http://www.sundtek.de/media/sundtek_installer_development.sh
Resolving www.sundtek.de... 85.10.198.106
Connecting to www.sundtek.de|85.10.198.106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11960984 (11M) [text/x-sh]
Saving to: `sundtek_installer_development.sh'
100%[======================================>] 11,960,984 809K/s in 15s
2011-06-20 23:48:37 (800 KB/s) - `sundtek_installer_development.sh' saved [11960984/11960984]
root@DD-WRT:/mnt/tmp# chmod 777 sundtek_installer_development.sh
root@DD-WRT:/mnt/tmp# ./sundtek_installer_development.sh
Busybox installation
Welcome to the Sundtek linux driver setup
Legal notice:
This software comes without any warranty, use it at your own risk
Do you want to continue [Y/N]:
Nutzungsbedingungen:
Sundtek übernimmt keinerlei Haftung für Schäden welche eventuell durch
das System oder die angebotenen Dateien entstehen können.
Wollen Sie fortfahren [J/N]:
J
unpacking...
checking system... MIPS BCM detected
installing...
cannot access `/opt/bin/mediasrv': No such file or directory
finalizing configuration... (can take a few seconds)
./sundtek_installer_development.sh: line 828: can't create /etc/ld.so.preload: Read-only file system
cannot access `/etc/ld.so.preload': No such file or directory
Starting driver...
./sundtek_installer_development.sh: line 828: /opt/bin/udevsrv: not found
done.
/opt/bin ist definitv vorhanden und der root user hat auch Zugriff darauf.
ls -la liefert in /opt
drwxr-xr-x 19 root root 1024 Jun 20 23:29 .
drwxr-xr-x 16 root root 162 Dec 19 2010 ..
drwxr-xr-x 3 root root 20480 Jun 20 23:28 bin
drwxr-xr-x 4 root root 1024 May 21 2010 doc
drwxr-xr-x 13 root root 1024 Jun 21 18:00 etc
drwxr-xr-x 3 root root 1024 Jun 20 22:32 home
drwxr-xr-x 18 root root 3072 Jun 20 23:28 include
drwxr-xr-x 2 root root 1024 Jun 20 22:57 info
drwxr-xr-x 19 root root 11264 Jun 20 23:28 lib
drwxr-xr-x 4 root root 1024 Jun 20 22:58 libexec
drwxr-xr-x 3 root root 1024 Jun 20 22:59 local
drwx------ 2 root root 12288 Jun 20 19:38 lost+found
drwxr-xr-x 7 root root 1024 May 21 2010 man
drwxr-xr-x 4 root root 1024 Dec 6 2009 oversight
drwxr-xr-x 2 root root 5120 Jun 20 23:01 sbin
drwxr-xr-x 32 root root 1024 Jun 20 23:28 share
drwxr-xr-x 2 root root 1024 Jun 20 21:54 tmp
drwxr-xr-x 4 root root 1024 Dec 13 2010 usr
drwxr-xr-x 9 root root 1024 Jan 12 00:07 var
-rwxr--r-- 1 root root 141600 Feb 28 18:54 zabbix_DDWRT.xml
Und platz sollte auch genug sein laut df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 5.9M 5.9M 0 100% /
/dev/discs/disc0/part1 470.9M 215.8M 230.8M 48% /opt
/dev/sdb3 91.2G 199.2M 86.3G 0% /mnt
Ich bin für jeden Tip dankbar. Das ist seit langer Zeit das erste Mal das ich mich wieder auf die shell Ebene von dd-wrt bewege.