2008-09-27, 08:00 PM
Hi,
Iam a Istar NMT user and i followed the steps mentioned from the thread
http://forums.nextpvr.com/showthread.php?t=33790
Iam able to start telnet on ISTAR but not GBPVR.. the screen shows black and after some time it returns to normal ISTAR screen.
Here are my scripts
192.168.1.2 is my computer IP address.
script.cgi
---------
#!/bin/sh
echo "Content-Length: 29";
echo "Content-type: text/html";
echo "";
cd ~
mkdir /etc/mvpmc
mount -t cifs //192.168.1.2/mvpmc /etc/mvpmc/ -o username=root,rw;
cp /etc/mvpmc/utelnetd /usr/bin;
utelnetd -l /bin/sh -p 23 &
ln -s /lib/librmjpeg.so /lib/libjpeg.so.62
ln -s /lib/librmzlib.so /lib/libz.so
ln -s /lib/librmzlib.so /lib/libz.so.1
ln -s /lib/librmzlib.so /lib/libz.so.123
echo "Telnetd started on port 23............";
exit 0;
startmeup
---------
#echo "Shell to mvpmcx2 "
#remove the # from most appropriate line
# TV settings as setup
/etc/mvpmc/mvpmcx2 &
# Analog TV settings
#/etc/mvpmc/mvpmcx2 -m ntsc &
#/etc/mvpmc/mvpmcx2 -m pal &
# HDMI/DVI settings examples
#/etc/mvpmc/mvpmcx2 -m 720 &
#/etc/mvpmc/mvpmcx2 -m 720 --frequency 50 &
#/etc/mvpmc/mvpmcx2 -m 1080i &
#/etc/mvpmc/mvpmcx2 -m 1080i --frequency 50 &
#/etc/mvpmc/mvpmcx2 -m 1080p &
telnet
------
<a href="http://localhost.drives:8883/NETWORK_SHARE/gbpvr/script.cgi">Telnetd</a>
<BR>
<a href="http://localhost.drives:8883/NETWORK_SHARE/gbpvr/gbpvr.cgi">GB-PVR</a>
Iam using all the scripts that you mentioned in the thread. Pls let me know where iam going wrong..
OS : Win XP SP2
Thanks
Dinesh
Iam a Istar NMT user and i followed the steps mentioned from the thread
http://forums.nextpvr.com/showthread.php?t=33790
Iam able to start telnet on ISTAR but not GBPVR.. the screen shows black and after some time it returns to normal ISTAR screen.
Here are my scripts
192.168.1.2 is my computer IP address.
script.cgi
---------
#!/bin/sh
echo "Content-Length: 29";
echo "Content-type: text/html";
echo "";
cd ~
mkdir /etc/mvpmc
mount -t cifs //192.168.1.2/mvpmc /etc/mvpmc/ -o username=root,rw;
cp /etc/mvpmc/utelnetd /usr/bin;
utelnetd -l /bin/sh -p 23 &
ln -s /lib/librmjpeg.so /lib/libjpeg.so.62
ln -s /lib/librmzlib.so /lib/libz.so
ln -s /lib/librmzlib.so /lib/libz.so.1
ln -s /lib/librmzlib.so /lib/libz.so.123
echo "Telnetd started on port 23............";
exit 0;
startmeup
---------
#echo "Shell to mvpmcx2 "
#remove the # from most appropriate line
# TV settings as setup
/etc/mvpmc/mvpmcx2 &
# Analog TV settings
#/etc/mvpmc/mvpmcx2 -m ntsc &
#/etc/mvpmc/mvpmcx2 -m pal &
# HDMI/DVI settings examples
#/etc/mvpmc/mvpmcx2 -m 720 &
#/etc/mvpmc/mvpmcx2 -m 720 --frequency 50 &
#/etc/mvpmc/mvpmcx2 -m 1080i &
#/etc/mvpmc/mvpmcx2 -m 1080i --frequency 50 &
#/etc/mvpmc/mvpmcx2 -m 1080p &
telnet
------
<a href="http://localhost.drives:8883/NETWORK_SHARE/gbpvr/script.cgi">Telnetd</a>
<BR>
<a href="http://localhost.drives:8883/NETWORK_SHARE/gbpvr/gbpvr.cgi">GB-PVR</a>
Iam using all the scripts that you mentioned in the thread. Pls let me know where iam going wrong..
OS : Win XP SP2
Thanks
Dinesh