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 MVPMC dongle v
1 2 3 4 5 … 10 Next »
Loading mvpmc

 
  • 0 Vote(s) - 0 Average
Loading mvpmc
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,952
Threads: 956
Joined: May 2006
#1
2007-02-11, 03:15 AM (This post was last modified: 2007-07-13, 04:13 AM by mvallevand.)
The following are the steps to install and load mvpmc

1. Check this thread for the recommended dongle

http://forums.nextpvr.com/showthread.php?t=25206

2. Save the file to your GB-PVR folder typically to C:\Program Files\devnx\gbpvr\Dongle
3. Rename the file that you downloaded to mvpmc.bin
4. From the GB-PVR Config program go to the MVP tab and select mvpmc.bin and apply.
5. Reset the power on your MediaMVP.
6. When mvpmc starts, select Emulation Mode from the main menu.

To get back to the mvpmc main menu from emulation mode the key combination is to hit the Go and then then Back key.

For any parts of GB-PVR that need the Go key, you must hit the Go twice.

To revert back to the Hauppauge dongle.
1. From the GB-PVR Config program go to the MVP tab and select dongle.bin and apply.
2. Return to the mvpmc main menu
3. Select the Reboot menu option

Advanced Configuration (Optional)

mvpmc is very configurable but for the most part GB-PVR users don't need to do any special configuration. f you want to create a startup file check out Step 2 on http://mvpmc.wikispaces.com/Loadconfig

For example if you always want to run GB-PVR you can have mvpmc power on into Emulation Mode with the following command line option saved in dongle.bin.config

mvpmc --startup emulate --emulate ? &

(or specify the GB-PVR server if you'd prefer this will work best)

mvpmc --startup emulate --emulate 192.168.1.1 &

Martin
bluesxman
Offline

Senior Member

Posts: 311
Threads: 7
Joined: Jul 2004
#2
2007-02-20, 12:16 PM
mvallevand Wrote:Advanced Configuration (Optional)

mvpmc is very configurable but for the most part GB-PVR users don't need to do any special configuration. f you want to create a startup file check out Step 2 on http://mvpmc.wikispaces.com/Loadconfig

Hi Martin,
I've attempted to use a config file, to access some network shares and to boot straight into emulation mode, but it doesn't seem to be picking it up. Are there any logs that I can look at to help troubleshoot the problem? I suspect it's an issue accessing the share containing the config file. Ages ago I set a password on the Guest account, I've since reset it but does MVPMC try to connect with a password? Thanks for any help with this.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,952
Threads: 956
Joined: May 2006
#3
2007-02-20, 01:02 PM (This post was last modified: 2007-02-21, 12:46 PM by mvallevand.)
bluesxman Wrote:Hi Martin,
I've attempted to use a config file, to access some network shares and to boot straight into emulation mode, but it doesn't seem to be picking it up. Are there any logs that I can look at to help troubleshoot the problem? I suspect it's an issue accessing the share containing the config file. Ages ago I set a password on the Guest account, I've since reset it but does MVPMC try to connect with a password? Thanks for any help with this.
Typically the logs would be on your windows machine since it would be rejecting the login

If you can telnet to you mvp there are a couple of things try. I'm going to add this to the web interface but it is not there yet.

1. telnet to your mvp
2. enter root as user id when prompted.

This should get to your command line from there enter the following. If you have a model H machine this is probably not an issue.

cat /etc/tftp.config

You will see the IP of your gbpvr server. If it is not, you haven't loaded a new dongle with the Hauppauge software of your gbpvr machine. gbpvr doesn't ever set the flash on older machines.

If it is your IP try a manual login as follow. mvpmc currently does not use a password.

mount.cifs //yourip/mvpmc /etc/mvpmc -o username=guest,ro

If this fails record the error and let me know.

If this works enter the following

ls -lt /etc/dongle.config


If it exists your dongle.config is wrong. Please let me know the contents.

Martin
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#4
2007-02-20, 10:28 PM
I could only get the system to auto start using the dongle.bin.config file once I had changed the permissions on the share to allow network users to change my files.

once I did that it picked the file straight away

my file contains the following

mvpmc -o svideo --startup emulate --emulate 192.168.0.1

now for some playing to see how well it works

tkgafs
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,952
Threads: 956
Joined: May 2006
#5
2007-02-20, 11:17 PM (This post was last modified: 2007-07-13, 04:15 AM by mvallevand.)
tkgafs Wrote:I could only get the system to auto start using the dongle.bin.config file once I had changed the permissions on the share to allow network users to change my files.

once I did that it picked the file straight away

my file contains the following

mvpmc -o svideo --startup emulate --emulate 192.168.0.1

now for some playing to see how well it works

tkgafs


Sorry my telnet example was wrong (I will add the ,ro) , but I definitely have mvpmc connect read0only to grab dongle.bin.config and that is how my c:\mvpmc is configured.

Martin
bluesxman
Offline

Senior Member

Posts: 311
Threads: 7
Joined: Jul 2004
#6
2007-02-21, 09:34 AM
Thanks for all the pointers. After telneting into the MVP, I did have problems mounting the mvpmc share - turned out I needed to update the local permissions on the folder too. Unfortunately, I'm still unable to get the config file to load, but I'll keep plugging away at it!

One thing that's puzzling me is this. You say that I need to load a recent hauppauge dongle to store the server address in the flash (I don't have a new H rev mvp btw). I have done this, but then after booting the mvpmc dongle I don't have the /etc/dongle/tftp.config file present. Does the flash memory remain intact following a power cycle? I'm assuming I need to power-cycle to get the mvpmc dongle to load, or am I missing something?

Thanks again for the help, as well as for the work you & the mvpmc project have put in to all this!
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,952
Threads: 956
Joined: May 2006
#7
2007-02-21, 12:45 PM
bluesxman Wrote:One thing that's puzzling me is this. You say that I need to load a recent hauppauge dongle to store the server address in the flash (I don't have a new H rev mvp btw). I have done this, but then after booting the mvpmc dongle I don't have the /etc/dongle/tftp.config file present. Does the flash memory remain intact following a power cycle? I'm assuming I need to power-cycle to get the mvpmc dongle to load, or am I missing something?

Another yet another typo sorry, the file would be /etc/tftp.config

And yes to load the mvpmc dongle the power-cycle boot is the same as with the Hauppauge dongle. The only difference is that mvpmc rarely crashes, it will be typically be the emulation mode thread, so for the most part you will be restarting mvpmc instead of reloading it over the network.

Martin
ggee
Offline

Senior Member

Posts: 313
Threads: 88
Joined: Oct 2005
#8
2007-07-13, 04:10 AM
This is a good starter topic. Can we make it sticky?

Thanks,
Greg
Server:
GBPVR 1.4.7
Capture: Hauppauge PVR-150MCE

[COLOR="DarkRed"]Clients:
[/COLOR]
Media MVP: 2 wired(default dongle), 1 wireless(mvpmc dongle)
PCH A-100: 1 (mvpmcx2)
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,952
Threads: 956
Joined: May 2006
#9
2007-07-13, 04:14 AM
Sure my recommendation has changed since this one though!

Martin
ggee
Offline

Senior Member

Posts: 313
Threads: 88
Joined: Oct 2005
#10
2007-07-13, 04:19 AM
If so, please update please. This help to show that it is simple to setup.

Thanks,
Greg
Server:
GBPVR 1.4.7
Capture: Hauppauge PVR-150MCE

[COLOR="DarkRed"]Clients:
[/COLOR]
Media MVP: 2 wired(default dongle), 1 wireless(mvpmc dongle)
PCH A-100: 1 (mvpmcx2)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  New beta mvpmc dongle for N-PVR mvallevand 64 38,769 2010-12-25, 02:21 PM
Last Post: mvallevand
  N-PVR v 1.5.33 & mvpmc npvr.dongle steeb 30 25,131 2010-11-28, 01:24 AM
Last Post: cidc
  NPVR v1.5.33 MVP loading MVPMC & Rolling Buffer steeb 24 21,232 2010-10-16, 08:56 PM
Last Post: steeb
  MVPMC playing flac files borgs5 5 8,386 2010-02-27, 08:56 AM
Last Post: borgs5
  MediaMVP with MVPMC hangs after some time OrakelJos 38 30,907 2009-11-08, 02:02 AM
Last Post: kimpecov
  downloading from mvpmc.org page down jorm 1 6,128 2009-10-12, 11:28 PM
Last Post: mvallevand
  Playing TS files with mvpmc daneo 58 38,954 2009-09-22, 09:39 PM
Last Post: mvallevand
  .ts's over MVPMC steeb 14 13,033 2009-09-07, 12:26 PM
Last Post: mvallevand
  VLC streaming to MVPMC Elmo Putney 1 3,127 2009-08-16, 06:12 PM
Last Post: mvallevand
  Run MVPMC on a XBOX petewxm 9 6,788 2009-07-11, 01:19 PM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode