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 … 3 4 5 6 7 … 115 Next »
Step-by-step instructions on how to get PCH A100 to wake the GBPVR PC?

 
  • 0 Vote(s) - 0 Average
Step-by-step instructions on how to get PCH A100 to wake the GBPVR PC?
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#21
2011-07-23, 09:30 PM
mvallevand Wrote:The problem is the solution is simple when you you know what your doing

1 - copy ether-wake into the folder that has mvpmcx2
2 - before the "killall gaya" line in npvr.cgi add the following line (using your NextPVR server's MAC address not zeroes) with a linux editor.

/etc/mvpmc/ether-wake 00:00:00:00:00

I like martin123's option of adding --em-wolwt 45 in smartmeup

Martin

I have tried this suggestion and it is not waking my server. I have MagicWake on my laptop and can confirm that it will wake the server, so it seems that the PCH is not sending the packet.

I was not sure which of the 3 files for ether-wake to use, so I have all 3 in the mvpmc folder on the USB drive. I started with just the ether-wake one but it just sat there a while and then returned to the "start" menu on the PCH. With all 3 it does the same, just faster.

I did not add the --em-wolwt 45 in smartmeup because I was unclear on where to put it.
[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
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#22
2011-07-23, 09:50 PM
soccerdad Wrote:I have tried this suggestion and it is not waking my server. I have MagicWake on my laptop and can confirm that it will wake the server, so it seems that the PCH is not sending the packet.

Sorry, but I just did a test with Wireshark and confirmed that ether-wake does send a WOL Magic packet to the specified MAC address. Can you telnet to your PCH and run /etc/mvpmc/ether-wake from the command line?

Quote:I did not add the --em-wolwt 45 in smartmeup because I was unclear on where to put it.

It increases the default search time if it takes longer than the default 30 seconds for your PC to boot and start an MVP server.

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#23
2011-07-23, 10:25 PM
I added it to startmeup but don't know if it's all working yet as he can't test until he is back with his setup (again multi-server setup)

Code:
/etc/mvpmc/mvpmcx2 --em-wolwt 45 --emulate 192.168.0.150 &
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#24
2011-07-23, 10:30 PM
Assuming that server IP isn't your MVP server's, if it takes 45 seconds (and not 30s) to load and return to the NMT menu it is working. Note 45 is very arbitrary, you might want to time it when you are doing the install.

Martin
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#25
2011-07-23, 10:46 PM
Huh?? I posted that message as an example for soccerdad of how I thought it should be implemented, I wasn't asking for support for it not working (I don't know iof it is or isn't yet) <grin> but your message has confirmed that I did do it right (or at least it should work the way I did it <bigger grin>)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#26
2011-07-23, 11:15 PM
I was simply suggesting how you could tell if the change in startmeup was working. You said you couldn't test on your setup but you can.

Martin
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#27
2011-07-24, 02:28 AM
mvallevand Wrote:Sorry, but I just did a test with Wireshark and confirmed that ether-wake does send a WOL Magic packet to the specified MAC address. Can you telnet to your PCH and run /etc/mvpmc/ether-wake from the command line?


Martin

I did not mean that your ether-wake code does not work, it just is not working on my machine, most certainly due to my fault.

I have never used telnet before. From the survival guide it looks like I should launch telnet.html at the PCH, but I don't have that in my mvpmc folder. Is this something native in the PCH? Where do I find it?
[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
Online

Posting Freak

Ontario Canada
Posts: 52,926
Threads: 956
Joined: May 2006
#28
2011-07-24, 02:34 AM
A telnet server is installed by default with mvpmcx2. To start the client from the Window Run command type

telnet ip_of_pch

Martin
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#29
2011-07-24, 01:48 PM
from my server, I just get a telnet not found widows error.
[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]
soccerdad
Offline

Posting Freak

Posts: 1,198
Threads: 137
Joined: Feb 2005
#30
2011-07-24, 02:26 PM
on an older alternate server (xp) I was able to run the command, but it gives me could not connect to host on port 23. I killed my firewall and still get that error. I can ping the PCH from both servers. I get the same error if I use "telnet 192.168.1.116" (the ip of the pch)
[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]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Problems Playing on PCH-A100 but OK on the PC jksmurf 34 22,948 2014-09-09, 05:23 AM
Last Post: jksmurf
  Stuttering / Freezing on PCH-A100 but OK on PC Playback? jksmurf 13 6,476 2011-09-25, 04:27 PM
Last Post: SFX Group
  NMT A100 stopped playing video srhutch 12 5,435 2011-04-30, 02:14 PM
Last Post: srhutch
  NMT A100 Frimware Release - 03/31/2011 UncleJohnsBand 1 3,665 2011-04-13, 02:55 AM
Last Post: stustunz
  PopcornHour A100 off with Harmony soccerdad 4 3,509 2011-03-12, 12:40 AM
Last Post: soccerdad
  upgrading from pvrx2(gbpvr) to Npvr on popcorn hour stustunz 8 4,723 2011-01-19, 02:10 PM
Last Post: jksmurf
  New A100/A110 firmware mvallevand 1 2,161 2010-12-24, 11:49 AM
Last Post: martint123
  MVP / GBPVR - just got a 1080p LCD tv.. Dave72 3 2,199 2010-12-14, 04:39 AM
Last Post: mvallevand
  PCH with GBPVR running not able to access network shares on Windows Home Server (WHS) jeffers 3 2,472 2010-07-19, 12:40 PM
Last Post: mvallevand
  I'm VERY impressed with NMT and GBPVR, that you devs! Mysteryman 10 4,566 2010-06-19, 03:22 AM
Last Post: Ryansplace

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

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

Linear Mode
Threaded Mode