Beiträge anzeigen

Diese Sektion erlaubt es ihnen alle Beiträge dieses Mitglieds zu sehen. Beachten sie, dass sie nur solche Beiträge sehen können, zu denen sie auch Zugriffsrechte haben.


Nachrichten - hjt

Seiten: [1] 2 3
1
Eine gute Nachricht, meine openwrt Version hat nur 30MB tmpfs freigegeben, dadurch hat der sundtek installer nicht funktioniert (Siehe 1. Seite dieses threads). Aber ein

# 64MB tmpfs
mount -t tmpfs -o remount,size=64m,mode=1777 tmp /tmp

# Intallation
cd /tmp
wget http://www.sundtek.de/media/sundtek_installer_development.sh
chmod 777 sundtek_installer_development.sh
./sundtek_installer_development.sh

# Zurück zu 30MB tmpfs
mount -t tmpfs -o remount,size=30m,mode=1777 tmp /tmp


löst das Problem und der original installer funktioniert dann.


Autostart script für openwrt-ar71xx-wndr3700-jffs2-* firmware
INIT_FILE="/etc/init.d/sundtek"

init_script() {

if [ ! -f ${INIT_FILE} ]; then
cat << EOF > ${INIT_FILE}
#!/bin/sh /etc/rc.common
# (C) 2011 Horst Tritremmel

START=99

start_sundtek() {
[ -e /opt/bin/mediasrv ] && {
/opt/bin/mediasrv -d > /dev/null 2> /dev/null
/opt/bin/mediaclient --start > /dev/null 2> /dev/null
/opt/bin/mediaclient --enablenetwork=on > /dev/null 2> /dev/null
/opt/bin/mediaclient --pidfilter=on > /dev/null 2> /dev/null
/opt/bin/mediaclient --loglevel=off > /dev/null 2> /dev/null
}
}

stop_sundtek() {
[ -e /opt/bin/mediaclient ] && {
/opt/bin/mediaclient --enablenetwork=off > /dev/null 2> /dev/null
/opt/bin/mediaclient --shutdown > /dev/null 2> /dev/null
}
}

start() {
start_sundtek
}

stop() {
stop_sundtek
}

restart() {
stop_sundtek
start_sundtek
}
EOF

chmod 755 ${INIT_FILE}
fi

}

init_script
echo "Ready"

2
FYI

Netgear WNDR3700v2 (Version 2) firmware

[EDIT=2011-07-18]
http://downloads.openwrt.org/backfire/10.03.1-rc5/

3
Sundtek MediaTV Pro / Re:VDR 1.7.16 über Netzwerk funktioniert nicht mit WNDR3700
« am: April 09, 2011, 07:52:10 Nachmittag »
Hi,

funktioniert wieder, keine Ahnung was los war.

4
Sundtek MediaTV Pro / Re:VDR 1.7.16 über Netzwerk funktioniert nicht mit WNDR3700
« am: April 05, 2011, 08:57:11 Nachmittag »
**** List of Media Hardware Devices ****
device 0: [Sundtek MediaTV Pro (192.168.1.1)]  DVB-C, DVB-T, NETWORK-DEVICE
  [SERIAL]:
     ID: 0110107171615
  [DVB-C]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [DVB-T]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0



$ w_scan -fc -cAT -o7 > test.conf
w_scan version 20101001 (compiled for DVB API 5.1)
using settings for AUSTRIA
DVB cable
DVB-C
frontend_type DVB-C, channellist 7
output format vdr-1.7
Info: using DVB adapter auto detection.
main:2960: FATAL: ***** NO USEABLE DVB CARD FOUND. *****
Please check wether dvb driver is loaded and
verify that no dvb application (i.e. vdr) is running.


5
Sundtek MediaTV Pro / Re:VDR 1.7.16 über Netzwerk funktioniert nicht mit WNDR3700
« am: April 05, 2011, 08:53:57 Nachmittag »
/opt/bin/mediaclient --build
Build date: Apr  4 2011


Jetzt funktioniert kaffeine auch nicht mehr über Netz

Kein passendes Gerät, obwohl das Gerät angezeigt wird

6
Sundtek MediaTV Pro / Re:VDR einrichten
« am: März 30, 2011, 08:33:30 Nachmittag »
hi,
also mein vdr mit xineliboutput (debian Quellen) ist sowas von stabil.
Da brauch ich keine teure HDMI Schnittstelle

7
Sundtek MediaTV Pro / Re:VDR einrichten
« am: März 30, 2011, 10:16:28 Vormittag »
> ... wie kriegt der Herr Siering dort denn dieses VDR Menü auf seinen Fernseher?
Mit einem HDMI od. DVI Ausgang auf der Grafikkarte (Stichwort vdpau).
Bei yavdr mit der richtigen Hardware wohl kein Problem.
Die Dinger von zotac sind wohl sehr beliebt. Du wirst aber schon selbst etwas google'n müssen

http://www.vdr-portal.de/board60-linux/board14-betriebssystem/board96-yavdr/93616-yavdr-installationsbericht-mit-zotac-ion-itx-f-mystique-satix-s2-dual/

8
Sundtek MediaTV Pro / Re:VDR 1.7.16 über Netzwerk funktioniert nicht mit WNDR3700
« am: März 09, 2011, 09:53:03 Nachmittag »
yaVDR Entwickler haben in der Zwischenzeit jedoch gemeldet das es eigentlich funktioniert..

Hab jetzt mal ubuntu mit yavdr repo installier.
Funktioniert hier leider auch nicht.

**** List of Media Hardware Devices ****
device 0: [Sundtek MediaTV Pro (192.168.1.1)]  DVB-C, DVB-T, NETWORK-DEVICE
  [SERIAL]:
     ID: 0110107171615
  [DVB-C]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [DVB-T]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0

ano@ubuntu:~$ /opt/bin/mediaclient --lc
**** List of Media Clients ****
/dev/dvb/adapter0/frontend0:
  2482 ... vdr
/dev/dvb/adapter0/dvr0:
  No client connected
/dev/dvb/adapter0/demux0:
  No client connected

ano@ubuntu:~$ dpkg -l | grep vdr
ii  libdvdread4                          4.1.3-10ubuntu2                                 library for reading DVDs
ii  libvdpau1                            0.4.1-0yavdr3                                   Video Decode and Presentation API for Unix (libraries)
ii  libxine1-xvdr                        1.0.6+cvs20101123.2030-0yavdr1                  Xine input plugin for vdr-plugin-xineliboutput streams
ii  libxine2                             1.2.0~hg20101022-1yavdr3                        the xine video/media player library, binary files
ii  vdr                                  1.7.16-12yavdr4                                 Video Disk Recorder for DVB cards
ii  vdr-plugin-xineliboutput             1.0.6+cvs20101123.2030-0yavdr1                  VDR plugin for Xine based sofdevice frontends
ii  xineliboutput-sxfe                   1.0.6+cvs20101123.2030-0yavdr1                  Remote X-Server frontend for vdr-plugin-xineliboutput

9
Sundtek MediaTV Pro / Re:VDR 1.7.16 über Netzwerk funktioniert nicht mit WNDR3700
« am: März 04, 2011, 07:16:10 Nachmittag »
bei vdr-1.7.16
/opt/bin/mediaclient --lc
**** List of Media Clients ****
/dev/dvb/adapter0/frontend0:
  3537 ... vdr
/dev/dvb/adapter0/dvr0:
  No client connected
/dev/dvb/adapter0/demux0:
  No client connected

 >:(

bei kaffeine und vdr-1.6
/opt/bin/mediaclient --lc
**** List of Media Clients ****
/dev/dvb/adapter0/frontend0:
  3580 ... kaffeine
/dev/dvb/adapter0/dvr0:
  3580 ... kaffeine
/dev/dvb/adapter0/demux0:
  3580 ... kaffeine (0012)
  3580 ... kaffeine (04ee)
  3580 ... kaffeine (00c8)
  3580 ... kaffeine (00c9)

 :)

10
Sundtek MediaTV Pro / Re:VDR 1.7.16 über Netzwerk funktioniert nicht mit WNDR3700
« am: Februar 23, 2011, 06:14:20 Nachmittag »
am Netzwerk!

VDR 1.6 und Kaffeine (mit HD) funktioniert über Netzwerk.

VDR 1.7.16 funktioniert nicht über Netzwerk, der VDR hat das Device aber geladen.
channels.conf stimmt sicher.

11
Sundtek MediaTV Pro / Re:VDR 1.7.16 über Netzwerk funktioniert nicht mit WNDR3700
« am: Februar 23, 2011, 09:21:57 Vormittag »
Hi,

kann man VDR-1.7.16 auf mips noch mal testen?
Funktioniert noch immer nicht.

12
Hallo,

habe einen kleinen Installer für meinen WNDR3700 mit openwrt jffs2 (schreibendes filesystem) geschrieben.
http://wiki.openwrt.org/toh/netgear/wndr3700

Vielleicht kanns noch wer brauchen.
Getestet mit openwrt-ar71xx-wndr3700-jffs2-factory.img bzw. openwrt-ar71xx-wndr3700-jffs2-sysupgrade.bin

Benutzung auf eigene Gefahr !!!
Funktioniert nur mit openwrt-ar71xx-wndr3700-jffs2-* firmware

Im Webgui unter Systemscripte kann dann auch ein automatischer Start des Treibers aktiviert werden.
Damit kann der Router aus-/eingeschaltet werden, wobei der Treiber sofort funktioniert.

#!/bin/sh
########################################################################
####  Script Name: sundtek4wndr3700.sh
####  version: 0.0.1
####  Date: Feb. 10 2011
########################################################################
####  Copyright (C) Horst Tritremmel 2011
####  This program is free software; you can redistribute it and/or modify it under
####  the terms of the GNU General Public License as published by the Free Software
####  Foundation; either version 2 of the License, or (at your option) any later version.
####
####  This program is distributed in the hope that it will be useful, but WITHOUT
####  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
####  FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
####
####  Get the full text of the GPL here:
####  http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
########################################################################
####  Script Author: Horst Tritremmel

DRV_DOWNLOAD_DIR="http://www.sundtek.de/media"
DRV_FILE="sundtek_installer_development.sh"
ARCH="openwrtmipsr2"
EXTRACT_DIR="/"
INIT_FILE="/etc/init.d/sundtek"

TEMPPATH="/tmp"
DRV_DOWNLOAD_DEV=${DRV_DOWNLOAD_DIR}/${DRV_FILE}

checkperm() {
if [ "$(id -u)" != "0" ]; then
echo "In order to install this driver please run it as root"
echo "eg. $ sudo $0"
exit 0;
fi
}

lagalnotice() {
if [ $(echo $LANG | grep "DE") ]; then
echo
echo "Nutzungsbedingungen:"
echo "Der Autor übernimmt keinerlei Haftung für Schäden welche eventuell durch"
echo "das System oder die angebotenen Dateien entstehen können."
echo ""
echo "!!! ACHTUNG !!!"
echo "Dieser Installer funktioniert nur auf Netgear WNDR3700"
echo "geflasht mit openwrt-ar71xx-wndr3700-jffs2-* firmware"
echo ">>>  jffs2 filesystem  <<<"
echo ""
echo -n "Wollen Sie fortfahren [J/N]: "
else
echo
echo "Legal notice:"
echo "This software comes without any warranty, use it at your own risk"
echo ""
echo "!!! ATTENTION !!!"
echo "This installer is only for WNDR3700 flashed with"
echo "openwrt-ar71xx-wndr3700-jffs2-* firmware"
echo ">>>  jffs2 filesystem  <<<"
echo ""
echo -n "Do you want to continue [Y/N]: "
fi

read response
case $response in
y|Y|j|J)
echo ;;
*)
echo "bye"; exit 0 ;;
esac
}

inettest() {
# Testing internet connection
echo "Testing internet connection..."

wget -T 7 -t 1 -q --spider $DRV_DOWNLOAD_DEV \
&& remotefile=1 || remotefile=0
if [ "$remotefile" -eq 0 ];then
echo "file $DRV_DOWNLOAD_DEV not found!"
echo "Please check internet connection."
exit 1
fi
}

download() {
# Download driver
echo "Downloading driver ..."
rm -fr ${TEMPPATH}/${ARCH} ${TEMPPATH}/${DRV_FILE}

wget -c -P $TEMPPATH $DRV_DOWNLOAD_DEV

if [ "$?" -eq 0 ];then
echo "Download ok"
else
echo "Download failed"
exit 1
fi
}

libvirt() {
opkg update
opkg install libpthread
}

init_script() {

if [ ! -f ${INIT_FILE} ]; then
cat << EOF > ${INIT_FILE}
#!/bin/sh /etc/rc.common
# (C) 2011 Horst Tritremmel

START=99

start_sundtek() {
[ -e /opt/bin/mediasrv ] && {
/opt/bin/mediasrv -d > /dev/null 2> /dev/null
/opt/bin/mediaclient --start > /dev/null 2> /dev/null
/opt/bin/mediaclient --enablenetwork=on > /dev/null 2> /dev/null
/opt/bin/mediaclient --pidfilter=on > /dev/null 2> /dev/null
/opt/bin/mediaclient --loglevel=off > /dev/null 2> /dev/null
}
}

stop_sundtek() {
[ -e /opt/bin/mediaclient ] && {
/opt/bin/mediaclient --enablenetwork=off > /dev/null 2> /dev/null
/opt/bin/mediaclient --shutdown > /dev/null 2> /dev/null
}
}

start() {
start_sundtek
}

stop() {
stop_sundtek
}

restart() {
stop_sundtek
start_sundtek
}
EOF

chmod 755 ${INIT_FILE}
fi

}

install_driver() {
# uninstall old driver
chmod +x ${TEMPPATH}/${DRV_FILE}
${TEMPPATH}/${DRV_FILE} -u

# extract archive
echo "extract driver, please wait ..."
cd $TEMPPATH
size=$(head -50 ${TEMPPATH}/${DRV_FILE} | grep ^_SIZE | cut -d"=" -f2)
dd if=${TEMPPATH}/${DRV_FILE} skip=1 bs=${size} 2> /dev/null | gzip -dc | tar xf - ${ARCH}/installer.tar.gz

#install opt and etc
echo "install driver, please wait ..."
[ -d $EXTRACT_DIR ] || mkdir -p $EXTRACT_DIR
cd $EXTRACT_DIR
gzip -dc ${TEMPPATH}/${ARCH}/installer.tar.gz | tar xf -

rm -fr ${TEMPPATH}/${ARCH} ${TEMPPATH}/${DRV_FILE}
}

# Run
[ -f ${INIT_FILE} ] && ${INIT_FILE} stop
checkperm
lagalnotice
inettest
download
libvirt
install_driver
init_script
[ -f ${INIT_FILE} ] && ${INIT_FILE} start

echo "ready"
exit 0

Autostart sundtek-driver


13
Sundtek MediaTV Pro / Re:[Gelöst] Artefakte Problem
« am: Februar 03, 2011, 03:39:31 Nachmittag »
Hi,

versuche deinen Mac mit aptosid im Livemode zu starten.
Sollte booten. Du kannst den sundtek installer auch im Livemode ausführen und den Stick dann testen. Hoffe ich zumindest.

oder ubuntu
https://help.ubuntu.com/community/MacBookPro

14
Software Sundtek Ltd. / Re:installer patch welcher weniger Speicherplatz benötigt
« am: Februar 02, 2011, 09:56:44 Nachmittag »
danke für das Update, wir werden es jedoch nur hier im Forum belassen.
...
auf das hätte ich eigentlich geachtet, es ist kein Befehl hinzugekommen.
Eher Optionen weg.
Wichtig wäre nur, dass auf jeden system gzip installiert ist.
Kann ich natürlich nicht testen. Aber egal.

Das mit iPad klingt verdammt gut.
Ich hab nämlich eins  :)

lg
Horst

15
Software Sundtek Ltd. / installer patch welcher weniger Speicherplatz benötigt
« am: Februar 02, 2011, 08:46:47 Nachmittag »
Hallo,

mein WNDR3700 bietet nur 30MB in /tmp
siehe hier: http://support.sundtek.com/index.php/topic,345.msg2368.html#msg2368

Ich hätte hier einen patch geschrieben, welcher dieses Problem (zumindest bei mir) löst.
Getestet hab ich openwrtmipsr2 und 64bit.

--- sundtek_installer_development.sh.org 2011-02-02 14:19:42.037701596 +0100
+++ sundtek_installer_development.sh 2011-02-02 14:19:20.660701582 +0100
@@ -6,11 +6,14 @@
 #
 
 export _LANG="EN DE"
-_SIZE=28569
+_SIZE=28419
+_CHKFILES="chk32bit  chk32bit23  chk64bit  chkarmoabi  chkarmsysv  chkmips  chkmipsel  chkmipsel2  chkmipselbcm  chkopenwrtmipsr2  chkppc32  chkppc64"
 
 dialogbin=`which dialog >/dev/null 2>&1`
 sttybin=`which stty >/dev/null 2>&1`
 usedialog=0
+tarFiles=""
+appdir=$(pwd)
 
 # using blacklist for opensource driver is recommended since the opensource
 # driver is not stable and failed even our basic tests with a full system
@@ -186,23 +189,15 @@
 }
 
 extract_driver() {
- echo "Extracting driver ..."
  app=$0
-        dd if=${app} of=installer.tar.gz skip=1 bs=${_SIZE} 2> /dev/null
 
-        if [ ! -f installer.tar.gz ]; then
-           sed '1,796d' ${app} > /tmp/.sundtek/installer.tar.gz
+ cd $extractDir
+ dd if=${appdir}/${app} skip=1 bs=${_SIZE} 2> /dev/null | gzip -dc | tar xf - ${tarFiles}
+
+ if [ ! -f chk64bit ]; then
+           sed '1,790d' ${appdir}/${app} | gzip -dc | tar xf - ${tarFiles}
         fi
 
- if [ "$busyboxfound" = "1" ]; then
- tar xzf installer.tar.gz 2>/dev/null 1>/dev/null
- if [ "$?" = "1" ]; then
- gzip -d installer.tar.gz
- tar xf installer.tar
- fi
- else
- tar xzmf installer.tar.gz 2>/dev/null 1>/dev/null
- fi
  echo "done."
 }
 
@@ -292,23 +287,13 @@
  
  mkdir -p /tmp/.sundtek
 
- dd if=${app} of=/tmp/.sundtek/installer.tar.gz skip=1 bs=${_SIZE} 2> /dev/null
-        if [ ! -f /tmp/.sundtek/installer.tar.gz ]; then
-           echo "extracting..."
-           sed '1,796d' ${app} > /tmp/.sundtek/installer.tar.gz
-        fi
+ # extract chk* files
+ echo -n "extract chk files ... "
+ extractDir="/tmp/.sundtek"
+ tarFiles=${_CHKFILES}
+ extract_driver
 
- cd /tmp/.sundtek
- if [ "$busyboxfound" = "1" ]; then
- tar xzf installer.tar.gz 2>/dev/null 1>/dev/null
- if [ "$?" = "1" ]; then
- gzip -d installer.tar.gz
- tar xf installer.tar
- fi
- else
- tar xzmf installer.tar.gz 2>/dev/null 1>/dev/null
- fi
-
+ # checking system
  echo -n "checking system... "
         dm500hd=`grep -c 'dm500hd$' /proc/cpuinfo`
         dm800=`grep -c 'dm800$' /proc/cpuinfo`
@@ -544,6 +529,15 @@
              fi
   fi
  fi
+
+ # extract only required system archive
+ echo -n "extract ${SYSTEM} archive ... "
+ extractDir="/tmp/.sundtek"
+ tarFiles=${SYSTEM}/installer.tar.gz
+ rm -f ${extractDir}/chk*
+ extract_driver
+
+ # install driver
  echo "installing..."
  if [ "$vusolo" = "1" ]; then
           cd /
@@ -767,7 +761,7 @@
 case $1 in
    -u) checkperm; uninstall_driver;;
    -h) print_help;;
-   -e) extract_driver;;
+   -e) extractDir="."; echo -n "Extracting driver ... "; extract_driver;;
    -nolirc) NOLIRC=1; INSTALLDRIVER=1;;
    -easyvdr) AUTO_INST=1; CHECKPERM=1; INSTALLDRIVER=1;;
    -service) NOPREL=1; INSTALLDRIVER=1;;

Download-Link: hjt_installer_development.sh
http://www.speedshare.org/download.php?id=5077E86811

Download-Link: hjt_installer_development.diff
http://www.speedshare.org/download.php?id=634168DB11

Zitat
./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
stopping old driver instance...
unpacking...
extract chk files ... done.
checking system... Netgear WNDR3700 detected
extract openwrtmipsr2 archive ... done.
installing...
Starting driver...
switching off loglevel
Enabling network support
done.


root@OpenWrt:/tmp# /tmp/opt/bin/mediasrv --build
Build date: Feb  2 2011


root@OpenWrt:/tmp# /tmp/opt/bin/mediaclient  -e
**** List of Media Hardware Devices ****
device 0: [ Sundtek MediaTV Pro]  DVB-C, DVB-T, ANALOG-TV, FM-RADIO, REMOTE-CONTROL, OSS-AUDIO, RDS
  [DVB-C]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [DVB-T]:
     FRONTEND: /dev/dvb/adapter0/frontend0
     DVR: /dev/dvb/adapter0/dvr0
     DMX: /dev/dvb/adapter0/demux0
  [ANALOG-TV]:
     VIDEO0: /dev/video0
     VBI0: /dev/vbi0
  [FM-RADIO]:
     RADIO0: /dev/radio0
     RDS: /dev/rds0
  [REMOTECONTROL]:
     INPUT0: /dev/mediainput0
  [OSS]:
     OSS0: /dev/dsp0


Seiten: [1] 2 3