Below is something I wrote up to document what I have been through the last few days setting up my system. Perhaps it could become a sticky or added into the wiki. Comments are welcome. I think it is technically correct, but am open to changes for clarity. The word document is also attached.
DUMMIES GUIDE TO STARTING NPVR ON THE NMT ON A USB DRIVE, HAVING THE SERVER WAKE ON LAN, AND ADDING AN INDEX FILE TO MAKE IT EASIER TO LAUNCH INTO NPVR.
This is a guide to how I set up my system to meet the needs of my family. Everyone's needs are different, but this setup works well and is easy for my wife and kids to use.
Goals:
To start the PCH interface into NPVR with the push of a single button
To allow the NPVR server to sleep and have it wake up when the PCH is used.
Background:
I had a working PCH installation using a share to my Vista server. While this worked fine, I like to let my server (and all other PCs sleep) when not in use. Since I don't have an internal hard drive in the PCH, I chose to use a USB drive at the PCH to launch to NPVR.
My setup uses a PCH A100 without an internal hard drive.
My server is running Windows Vista
Prepare Server to allow it to wake on LAN activity: In Device Manager->network adapters, pick your network adapter and select power management tab. Check “allow this device to wake the computer” and “ only allow a magic packet to wake the computer” This will keep the computer from waking on basic LAN traffic but will allow a WOL packet to wake it up.
Install mvpmc to a USB stick:
Insert a USB stick that you will dedicate to the project in your NPVR server PC. Use the NMT Install 2 found here http://forums.gbpvr.com//showthread.php?47179. Select the USB drive and install to the stick. You will need the PCH MAC address that is found on the PCH setup screens. If you already have NPVR installed, you won't have to reinstall it so you can uncheck those boxes. More detailed installation information is found on the link above.
Test the installation:
Put the USB stick into the PCH and cycle power to the PCH. If all goes well, once the PCH loads, it will eventually switch over to the Start screen. You can navigate to the selection (files) on the far right and then find the mvpmc folder. In the folder select NPVR and you should get a start box. Choose start NPVR via USB from the list and it should connect to and start you in NPVR. Get this working before you attempt to do anything else.
Set up Wake On Lan to wake the Server from the PCH
Download the ether-wake file from here- http://www.mvpmc.org/~mvallevand/ether-wake.zip
Unzip the files into your mvpmc folder on your USB drive.
Next open the usb_a.cgi file on your USB stick to edit it. You can't use notepad to edit it. A free editor is editpad lite which can be found here- http://download.jgsoft.com/editpad/SetupEditPadLite.exe
Insert the highlighted line below into the .cgi file. Replace the mac address shown with your mac address from LAN card on your server PC. You can find this address by typing ipconfig/ all from a dos prompt on your server PC.
echo "Telnetd started on port 23............";
fi
/etc/mvpmc/ether-wake 00:00:00:00:00:00 <--- add this line
killall gaya
sh -c /etc/mvpmc/startmeup 2>/dev/null >/dev/null &
exit 0;
Test the Wake on LAN
You can now put the USB drive back into the PCH and cycle power. Put the server PC into sleep mode, then start NPVR from the USB drive. The PC should start. If it does not, very that you have the MAC address correct in the line you added and that you have placed the ether-wake file in the mvpmc folder.
At this point, you should have a working system that will WOL when you launch NPVR. You can stop here, but to make it more user friendly, you can add a start script. This will allow you to launch into NPVR with a single button push after you turn the PCH on. This is done with an index.htm file.
Build an index.htm file
There are a variety of index files you can create. Many of these are discussed on the NPVR wiki here- http://www.nextpvr.com/nwiki/pmwiki.php?...t.NMT#toc3 . One of the easiest index files to create is to use editpad to copy the contents of the NPVR.html file into a new file named index.htm. Place this index file in the root of the USB drive. Now when you power up the PCH, it will automatically go to the launch screen without any additional navigation.
Hopefully this has helped to get you going. PLEASE remember to get your basic PCH configuration running smoothly first, before you try any advanced installations.
Soccerdad- 7/11
[ATTACHMENT NOT FOUND]
DUMMIES GUIDE TO STARTING NPVR ON THE NMT ON A USB DRIVE, HAVING THE SERVER WAKE ON LAN, AND ADDING AN INDEX FILE TO MAKE IT EASIER TO LAUNCH INTO NPVR.
This is a guide to how I set up my system to meet the needs of my family. Everyone's needs are different, but this setup works well and is easy for my wife and kids to use.
Goals:
To start the PCH interface into NPVR with the push of a single button
To allow the NPVR server to sleep and have it wake up when the PCH is used.
Background:
I had a working PCH installation using a share to my Vista server. While this worked fine, I like to let my server (and all other PCs sleep) when not in use. Since I don't have an internal hard drive in the PCH, I chose to use a USB drive at the PCH to launch to NPVR.
My setup uses a PCH A100 without an internal hard drive.
My server is running Windows Vista
Prepare Server to allow it to wake on LAN activity: In Device Manager->network adapters, pick your network adapter and select power management tab. Check “allow this device to wake the computer” and “ only allow a magic packet to wake the computer” This will keep the computer from waking on basic LAN traffic but will allow a WOL packet to wake it up.
Install mvpmc to a USB stick:
Insert a USB stick that you will dedicate to the project in your NPVR server PC. Use the NMT Install 2 found here http://forums.gbpvr.com//showthread.php?47179. Select the USB drive and install to the stick. You will need the PCH MAC address that is found on the PCH setup screens. If you already have NPVR installed, you won't have to reinstall it so you can uncheck those boxes. More detailed installation information is found on the link above.
Test the installation:
Put the USB stick into the PCH and cycle power to the PCH. If all goes well, once the PCH loads, it will eventually switch over to the Start screen. You can navigate to the selection (files) on the far right and then find the mvpmc folder. In the folder select NPVR and you should get a start box. Choose start NPVR via USB from the list and it should connect to and start you in NPVR. Get this working before you attempt to do anything else.
Set up Wake On Lan to wake the Server from the PCH
Download the ether-wake file from here- http://www.mvpmc.org/~mvallevand/ether-wake.zip
Unzip the files into your mvpmc folder on your USB drive.
Next open the usb_a.cgi file on your USB stick to edit it. You can't use notepad to edit it. A free editor is editpad lite which can be found here- http://download.jgsoft.com/editpad/SetupEditPadLite.exe
Insert the highlighted line below into the .cgi file. Replace the mac address shown with your mac address from LAN card on your server PC. You can find this address by typing ipconfig/ all from a dos prompt on your server PC.
echo "Telnetd started on port 23............";
fi
/etc/mvpmc/ether-wake 00:00:00:00:00:00 <--- add this line
killall gaya
sh -c /etc/mvpmc/startmeup 2>/dev/null >/dev/null &
exit 0;
Test the Wake on LAN
You can now put the USB drive back into the PCH and cycle power. Put the server PC into sleep mode, then start NPVR from the USB drive. The PC should start. If it does not, very that you have the MAC address correct in the line you added and that you have placed the ether-wake file in the mvpmc folder.
At this point, you should have a working system that will WOL when you launch NPVR. You can stop here, but to make it more user friendly, you can add a start script. This will allow you to launch into NPVR with a single button push after you turn the PCH on. This is done with an index.htm file.
Build an index.htm file
There are a variety of index files you can create. Many of these are discussed on the NPVR wiki here- http://www.nextpvr.com/nwiki/pmwiki.php?...t.NMT#toc3 . One of the easiest index files to create is to use editpad to copy the contents of the NPVR.html file into a new file named index.htm. Place this index file in the root of the USB drive. Now when you power up the PCH, it will automatically go to the launch screen without any additional navigation.
Hopefully this has helped to get you going. PLEASE remember to get your basic PCH configuration running smoothly first, before you try any advanced installations.
Soccerdad- 7/11
[ATTACHMENT NOT FOUND]
[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]
[SIZE="1"][/SIZE]