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 MVPMCX2 and other NMT stuff v
« Previous 1 … 12 13 14 15 16 … 37 Next »
M43A menu's WAAAAYYYY too big

 
  • 0 Vote(s) - 0 Average
M43A menu's WAAAAYYYY too big
NI2O
Offline

Member

Posts: 82
Threads: 12
Joined: Dec 2007
#11
2010-01-28, 04:06 PM
mvallevand Wrote:That's a step forward, you have a share but you actually edited the Share Name to mvpmc (you were supposed to accept all defaults)

I would have done if the device would have seen my machine on the network but it doesn't. I had to populate it manually this time. No idea why. I Was seeing it last night. I bet the wife messed with it? Yeah, thassit!
System 1:
Emachines W3502 Intel Celeron D 3.2GHz - NVidia 8400 series with 256MB - 1.5GB RAM - 500GB HDD
WinTV PVR USB2 (analog video) - Pinnacle PCTV HD (ATSC) - WinXP Pro SP3

System 2:
Re-purposed CaptiveWorks CW3000HD 3.01GHz Dual Core Athlon 64 X2 6000+ - NVidia 6100 series with 256MB - 3GB RAM - 500GB HDD
Hauppauge HVR-1600 (ATSC/analog video) - Twinhan 1020 - WinXP Pro SP3 - 3x MVP1000 1x M34A

http://www.g7ltt.com
NI2O
Offline

Member

Posts: 82
Threads: 12
Joined: Dec 2007
#12
2010-01-28, 04:25 PM (This post was last modified: 2010-01-28, 04:33 PM by NI2O.)
mvallevand Wrote:If you still have a menu that is WAYYYYY too big, send your MVP logs too.

Nope, still not working. MVP-PVRX2.log attached (only MVP log I have).

Latest NMTchecker output for good measure.

I really appreciate you taking this time Martin! Big Grin

Checking for mvpmc share on PVR-2
mvpmc C:\mvpmc

Checking GB-PVR.html links
<a href="http://localhost.drives:8883/NETWORK_SHARE/mvpmc/gbpvr.cgi">GB-PVR</a>
<a href="http://localhost.drives:8883/NETWORK_SHARE/NETWORK_BROWSER/browser.cgi">GB-PVR via Network Browser</a>
<a href="http://localhost.drives:8883/USB_DRIVE_A-1/mvpmc/usb_a.cgi">GB-PVR via USB</a>

NMT IP Address: 192.168.201.69 MAC 0006DC44796C

GB-PVR Installed C:\Program Files\Devnz\GBPVR\
config.xml entry found Client Type PCH2

Checking NMT Version
50-17-091022-15-EGR-403-000

Checking NMT Display
1080i 60Hz

Calling NMT Source
GB-PVR
smb://pvr-2/mvpmc Username: Password Length: 0
System 1:
Emachines W3502 Intel Celeron D 3.2GHz - NVidia 8400 series with 256MB - 1.5GB RAM - 500GB HDD
WinTV PVR USB2 (analog video) - Pinnacle PCTV HD (ATSC) - WinXP Pro SP3

System 2:
Re-purposed CaptiveWorks CW3000HD 3.01GHz Dual Core Athlon 64 X2 6000+ - NVidia 6100 series with 256MB - 3GB RAM - 500GB HDD
Hauppauge HVR-1600 (ATSC/analog video) - Twinhan 1020 - WinXP Pro SP3 - 3x MVP1000 1x M34A

http://www.g7ltt.com
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#13
2010-01-28, 04:41 PM
It's hard to catch a falling knife. You have now modified the name on the NMT from mvpmc to GB-PVR so you have to modify GB-PVR.html to

<a href="http://localhost.drives:8883/NETWORK_SHARE/GB-PVR/gbpvr.cgi">GB-PVR</a>

Unfortunately you didn't send all the logs but that one is for the MVP. I am guessing you are AutoStarting more than one MVP. Once you have the share working turn off the MVP's reduce the number of AutoStart to 1 and try again from the NMT. Disabling the Weather2 plugin would help me too.

Martin
NI2O
Offline

Member

Posts: 82
Threads: 12
Joined: Dec 2007
#14
2010-01-28, 06:15 PM
Aha!

It's all becoming a little clearer now. So the "Sharename" in the NMT is important. Your Dummies Guide states to accept the defaults but one would need to be able to see the share in order to do that. As I cannot see mine I had to populate it by hand with much guess work.

OK, so now I have it finding the share in that with my manual settings I can see gbpvr.html and in turn that shows me a menu.

Now something different is happening. When I select "GBPVR" from the menu it goes away for about a minute or so and then throws me back to the error page. I get the same thing with the "GB-PVR via Network Browser" only that is instant.

Back to the logs having done all your previous suggestions (MVP=1 etc) and nothing shows up.

"Lemme look into the config files" methinks. Look what I found in gbpvr.cgi!


#!/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 //169.254.0.0/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
killall gaya
sh -c /etc/mvpmc/startmeup 2>/dev/null >/dev/null &
exit 0;

Where the heck did that come from? I can only assume that the address came from the "network card" part of my FTA adapter. Turned off the FTA network card and corrected the file.

Lovely!!! Works like a champ. Now if only it would boot straight into the GUI ...

Thanks again for all your help Martin. Would you believe I'm in IT for a living? I insult myself sometimes Wink

BTW; is there a beer token fund? I do try to bung Sub a few quid every year.
System 1:
Emachines W3502 Intel Celeron D 3.2GHz - NVidia 8400 series with 256MB - 1.5GB RAM - 500GB HDD
WinTV PVR USB2 (analog video) - Pinnacle PCTV HD (ATSC) - WinXP Pro SP3

System 2:
Re-purposed CaptiveWorks CW3000HD 3.01GHz Dual Core Athlon 64 X2 6000+ - NVidia 6100 series with 256MB - 3GB RAM - 500GB HDD
Hauppauge HVR-1600 (ATSC/analog video) - Twinhan 1020 - WinXP Pro SP3 - 3x MVP1000 1x M34A

http://www.g7ltt.com
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,184
Threads: 958
Joined: May 2006
#15
2010-01-28, 07:12 PM
Great. Yes it is the Sharename that is the key. I will update the Dummies Guide since I just say "name", plus I reference gbpvr.cgi and not GB-PVR.html as the file that needs to be changed.

The 169.254.0.0 IP was configured by NMTInstall, it just grabs the first NIC IP and writes it gbpvr.cgi I will make a note that this might need to change too. This is all much more complicated the necessary if we could simply run applications properly rather than exploiting a hole in the NMT's browser code it isn't intuitive at all until the lightbulb moment.

If you need any help with the screen size let me know.

Finally, you might what to check out Jaggy's posts on the wiki about getting the auto load file running.

Martin
NI2O
Offline

Member

Posts: 82
Threads: 12
Joined: Dec 2007
#16
2010-01-28, 10:30 PM
Just to close this out .....

I found Jaggy's Tips & Tricks stuff and now have it booting straight into the GBPVR GUI and also working with the Hauppage remote.

I am well pleased and so will the boss be when she gets home to find she's back in the land of Oprah etc.

Again, thanks very much for your efforts.

Now I had better get on with some work Smile
System 1:
Emachines W3502 Intel Celeron D 3.2GHz - NVidia 8400 series with 256MB - 1.5GB RAM - 500GB HDD
WinTV PVR USB2 (analog video) - Pinnacle PCTV HD (ATSC) - WinXP Pro SP3

System 2:
Re-purposed CaptiveWorks CW3000HD 3.01GHz Dual Core Athlon 64 X2 6000+ - NVidia 6100 series with 256MB - 3GB RAM - 500GB HDD
Hauppauge HVR-1600 (ATSC/analog video) - Twinhan 1020 - WinXP Pro SP3 - 3x MVP1000 1x M34A

http://www.g7ltt.com
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  A110 - Main menu seems zoomed in / offset sgilani 7 4,851 2012-06-18, 09:01 PM
Last Post: sgilani
  PCH-100 Menu Lag fering 3 1,615 2011-02-04, 04:09 PM
Last Post: fering
  remote key to jump directly to recordings menu steveum 4 2,729 2010-11-22, 09:34 PM
Last Post: mvallevand
  Main Menu extremely Laggy Azimuth 6 2,650 2010-03-25, 12:06 AM
Last Post: Azimuth
  Home key not returning to the main menu Firetoad 3 1,761 2010-03-03, 05:24 AM
Last Post: mvallevand
  Resume from recordings menu not working OrakelJos 63 16,510 2010-02-11, 10:16 PM
Last Post: OrakelJos
  MVPMCX2 Menu displays small dannyyy 19 5,702 2010-02-11, 12:25 AM
Last Post: dannyyy
  Menu aspect ratio dslowik 2 1,484 2009-12-28, 04:28 AM
Last Post: dslowik
  stop won't go back to menu pBS 11 4,168 2008-06-10, 10:53 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode