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 … 20 21 22 23 24 … 37 Next »
Installation improvements

 
  • 0 Vote(s) - 0 Average
Installation improvements
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#101
2009-04-17, 11:47 AM
mvallevand Wrote:Actually it depends on the firmware whether index.html is loaded. Also if your tv is SD you need to use index_sd.html

You probably want to add a variant of this too

<a href="http://localhost.drives:8883/NETWORK_SHARE/sharename/?home=1" tvid="home">Exit to PCH</a>
<BR>

Martin

Martin, I did the change to index.htm in order to go straigt to the GBPVR selections but I would like to take it one step further and go straight into GBPVR. Is there a solution for this?

I know its not the same as starting a web page but I am looking for something similar to starting up a YAMJ on the PCH where the "<meta HTTP-EQUIV="REFRESH" content="0; url=Jukebox/Other_All_1.html"></meta>" starts the jukebox.

\\Agerdin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,542
Threads: 964
Joined: May 2006
#102
2009-04-17, 04:14 PM
This is not something I have bothered looking into. You would have to have some kind of html command to autorun an internal cgi application and I don't know if there is an NMT extension that allows this.

Originally I hoped Syabas would offer this a better solution and it is clear now that is not going to happen.

Martin
lamiral
Offline

Junior Member

Posts: 29
Threads: 2
Joined: May 2009
#103
2009-05-01, 09:51 PM
Hi Martin,

I've run the installation, and get the same black screen issue as some other users reported.
I've tried running the telnet command you have suggested, and attached is the result, ending with a general system failure...
[ATTACHMENT NOT FOUND]
as I am a bit new with this, I am wondering if I missed anything obvious...

thanks,

Lamiral
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,542
Threads: 964
Joined: May 2006
#104
2009-05-01, 10:10 PM
lamiral Wrote:Hi Martin,

I've run the installation, and get the same black screen issue as some other users reported.
I've tried running the telnet command you have suggested, and attached is the result, ending with a general system failure...
[ATTACHMENT NOT FOUND]
as I am a bit new with this, I am wondering if I missed anything obvious...

thanks,

Lamiral

Did you try just doing a power off and retrying this? If this still doesn't work try running with --frequency 60 added to the command line.

Martin
lamiral
Offline

Junior Member

Posts: 29
Threads: 2
Joined: May 2009
#105
2009-05-02, 07:49 AM
Adding frequency 60 solved the blank screen issue, thanks for your help!

The menu GB-PVR via network browser now works fine.

The issue comes with the normal GBPVR option: I get the ¨request cannot be processed" screen. would you have an idae where I should look at?

Thanks,

lamiral
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,542
Threads: 964
Joined: May 2006
#106
2009-05-02, 11:57 AM
lamiral Wrote:Adding frequency 60 solved the blank screen issue, thanks for your help!

The menu GB-PVR via network browser now works fine.

The issue comes with the normal GBPVR option: I get the ¨request cannot be processed" screen. would you have an idae where I should look at?l

This problem is usually related to the name you gave the share. Most of the tricks in fixing this are discussed here http://forums.nextpvr.com/showthread.php?t=40394 It has helped enough people that I just made it a sticky too.

If you get the network browser working you do need to unplug your NMT to clean things up to test share access.

Martin
lamiral
Offline

Junior Member

Posts: 29
Threads: 2
Joined: May 2009
#107
2009-05-02, 05:28 PM
I do not think the name of the share is the issue. The network browser is working with the same share name; I also followed the post you have referenced, and it seems I have the right share name. The only thing I am not sure to be setting the right way is the username in the gbpvr.cgi command line.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,542
Threads: 964
Joined: May 2006
#108
2009-05-02, 06:15 PM
It's not the share name most people get mvpmc alright. It is the name of the share you have used on the PCH side. Enter the text exactly as seen by your browser, in gbpvr.cgi. An example is in that link too, the username might not even be needed.

If you have a password protected share you would need to use -o username=xx,password=xx parameters on the mount

Martin
lamiral
Offline

Junior Member

Posts: 29
Threads: 2
Joined: May 2009
#109
2009-05-03, 09:24 AM
Martin,

Below is the command line in gbpvr.cgi, the name matches what I see in the browser

mount -t cifs //192.168.0.196/mvpmc /etc/mvpmc

browser picture attached
[ATTACHMENT NOT FOUND]

Does this look OK to you?

There is no password protection on my share (I can access from other computers without using username or password)

Lamiral
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 53,542
Threads: 964
Joined: May 2006
#110
2009-05-03, 11:47 AM
Since you changed the PCH name you need to change GB-PVR.html to use the PCH name

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

The mount might not be good enough you might need to put it back to the defaults and try the suggestions from the guide

mount -t cifs //192.168.0.196/mvpmc /etc/mvpmc - o username=root,ro
mount -t cifs //192.168.0.196/mvpmc /etc/mvpmc - o username=guest,ro

ryanmc offered a user script which I have moved to the thread for these, I don't want you to try those. He made the point "after changing resolutions several times in startme up and config and also on pch itself something seems to get corrupt" If you are running from a harddisk you should clear the PCH's brain dead cache as described here http://forums.nextpvr.com/showthread.php?t=39368

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (12): « Previous 1 … 8 9 10 11 12 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  installation problems with pch 210 giladmichael 3 2,663 2011-09-10, 06:46 PM
Last Post: mvallevand
  Installation improvements II mvallevand 3 2,106 2009-08-26, 11:41 AM
Last Post: ReggiePerrin
  "Request Cannot be processed" from USB installation JiiJii 5 2,674 2009-06-08, 07:27 PM
Last Post: mvallevand
  mvpmcx2 Installation and Survival Guide for the NMT mvallevand 13 68,421 2008-11-15, 04:27 PM
Last Post: mvallevand
  Problems with Telnet during installation althon 21 7,223 2008-08-10, 04:41 PM
Last Post: althon
  Installation update suggestion Questor 4 2,572 2008-05-20, 01:34 AM
Last Post: mvallevand
  Improvements on music player Sheik Yerbouti 4 2,570 2008-04-12, 11:42 AM
Last Post: mvallevand
  Installation and startup clarifications? ggee 8 4,447 2008-03-21, 02:10 AM
Last Post: mvallevand
  mvpmcx2 installation question mcervi 20 9,926 2008-03-14, 12:01 AM
Last Post: mcervi

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

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

Linear Mode
Threaded Mode