On 1/20/07, Adrian W <[EMAIL PROTECTED]> wrote: > I want to update the wiki with more info on how to > boot all versions without a bootp server. The standard > way seems to be via mvprelay.
mvprelay only works with revision H's. The parameters are "usage: udpport guiport streamport hostname\n" - udpport is 16881 - guiport and streamport are really useless for booting mvpmc - hostname is wrong it should be the ip on the machine running mvpserver. mvprelay doesn't work on the older mvp's so to run without a real bootp server there is another piece of software floating around mvploader that runs on the special Hauppauge bootp port 16867 which won't conflict with other on your network. I modified that program if anyone wants the code, because the original code includes a tftp server for dongle.bin and I prefer standard tftp servers. The function of these programs mvprelay/mvploader (which would be trivial to combine into one program, but I didn't want to add more confusion then already exists) is to locate the mvpmc tftp server on the network. So once it is found you also need a tftp server on that machine running. For the original models this can run on port 69 and the tftp server should serve dongle.bin and dongle.bin.config. For the the revision H's you need tftp on two ports, port 16869 for dongle.bin and dongle.bin.ver and port 69 for dongle.bin.config. Anything you can do to simplify the wiki on this would be great. Otherwise you are going to need a wiki to the wiki. Martin ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
