NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 2 3 4 5 6 … 115 Next »
telnet to PCH does not work

 
  • 0 Vote(s) - 0 Average
telnet to PCH does not work
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#1
2011-07-24, 03:48 PM
I did not want to add too much new trash to the other thread, so I am starting this one. I tried restarting the server and also reinstalling mvpmcx2 using NMTInstall2. Both cases give me the same cannot find telnet error. This is both from run and dos prompts.
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#2
2011-07-24, 03:52 PM
I am assuming that is with your new USB install, does it work if you start from a share?

Martin
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#3
2011-07-24, 04:29 PM
Perhaps I am confused or I confused you.

I have the usb working and able to view all shows and live TV from the PCH, but I was not able to get the WOL to work. So, per your suggestion, I am trying to telnet the PCH.

From my vista server, I opened the run command and typed "telnet ip_of_pch" (no quotes) That is when I get a windows error message the telnet is not found. So at my server, I renamed my old mvpmc folder (that is still there prior to my setting up the usb stick) to "old" and reinstalled mvpmc using your installer. I did this to see if it would help reinstall telnet. However it did not make a difference and I still get the same error when I type the telnet command from this server.
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#4
2011-07-24, 04:41 PM
I thought you had it working and were testing from XP. The Windows telnet client should be able to be installed in Vista/Win7 through the Control Panel->Programs and Features->Turn Windows Feature On and Off

I actually use and prefer another telnet program called Putty but I use telnet a lot.

Martin
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#5
2011-07-24, 05:30 PM
Bingo,
I did not realize I had to install/turn on telnet. From telnet I got it to WOL my server. I assume my npvr.cgi is the problem. Here is what I copied off editpad pro:

#!/bin/sh

echo "Content-Length: 29";
echo "Content-type: text/html";
echo "";

cd ~
if [ -f /etc/mvpmc/mvpmcx2 ]
then
echo "mvmcx2 is loaded";
else
mkdir /etc/mvpmc
mount -t cifs //192.168.1.120/mvpmc /etc/mvpmc -o username=root,rw
cp /etc/mvpmc/utelnetd /usr/bin
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
utelnetd -l /bin/sh -p 23 &
echo "Telnetd started on port 23............";
fi
/etc/mvpmc/ether-wake 00:23:54:0A:AB:CE
killall gaya
sh -c /etc/mvpmc/startmeup 2>/dev/null >/dev/null &
exit 0;

Does that look correct?
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#6
2011-07-24, 05:57 PM
Yes, but that is npvr.cgi which is the share version so you would be simply try to wake the server your are on. You need to modify usb_a.cgi


Martin
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#7
2011-07-24, 06:08 PM
OK, so that is the problem. Is there a specific place to put the line or can it go at the end?

Thanks, I will report back with SUCCESS
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#8
2011-07-24, 06:19 PM
It would be in the same place.

Martin
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#9
2011-07-24, 08:30 PM
It works! I feel dumb that I did not use the usb one. I was just following the instructions to the letter. Thanks. I will try to write up a complete guide to my setup so it can be duplicated. I will post it later. Perhaps some of it can be used in the wiki.

Thanks for the patience.
[SIZE="1"] Server= Asus M3A78-EM, 4 gigs ram, AMD A64 5200+, Windows 7 home premium 32, 1 HVR-1800, 1 PCH A-100, Test Rig, Biostar 880g+, AMD X2 260, 4 gb ram, Windows, 7 Home Premium 32, 1 DCR-2650 cablecard tuner [/SIZE]
[SIZE="1"][/SIZE]
steeb
Offline

Posting Freak

Posts: 2,667
Threads: 183
Joined: Nov 2006
#10
2011-07-24, 08:35 PM
soccerdad Wrote:It works! I feel dumb that I did not use the usb one. I was just following the instructions to the letter. Thanks. I will try to write up a complete guide to my setup so it can be duplicated. I will post it later. Perhaps some of it can be used in the wiki.

Thanks for the patience.

Soccerdad I think it would be very much appreciated if it could be written up for the wiki. Not that I would know anything about that stuff but I would suggest a good place for it would be in a walkthrough If you decided to do that I would be very happy to help Big Grin

steeb
[SIZE="1"]When you have eliminated the impossible, whatever remains, however improbable, must be the truth.[/SIZE]

[SIZE="2"]NextPVR Documentation (wiki) admin/contributor[/SIZE]

profile on wiki & computer specifications
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  upgraded to Win10, now A-110's don't work dongna 14 13,193 2020-06-01, 05:30 AM
Last Post: baj1
  Can this work on new Open Hour Chameleon dave.t 8 9,322 2015-01-14, 06:20 AM
Last Post: dave.t
  Delete button does not work eurojojo 5 3,903 2012-10-04, 11:40 AM
Last Post: mvallevand
  Dragon Tech ioBox 100HD NMT work with GBPVR? KS4UA 3 3,316 2009-10-04, 08:36 PM
Last Post: KS4UA
  Live TV doesnt work at all stevelee 15 6,224 2009-05-21, 06:03 PM
Last Post: Elmo Putney
  Just Purchased MVP... Can't seem to get GBPVR to work. timhimmel 1 1,612 2009-01-20, 01:08 AM
Last Post: mvallevand
  FF and RW does not work since upgrading to 1.2.9 Blackhawk 20 6,776 2008-11-22, 11:30 PM
Last Post: jerryheynow
  mvp blank video playback screen (but menus work) pvruser 18 5,814 2008-11-08, 08:35 PM
Last Post: ossodiseppia
  Does NMT port of GBPVR work on other devices than Popcorn Hour? Paul_B 0 1,784 2008-06-18, 01:36 PM
Last Post: Paul_B
  Difficulty testing Telnet szlats 8 3,069 2008-05-20, 02:07 PM
Last Post: szlats

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode