Difference between revisions of "Install Full Web Interface"

From hummy.tv Wiki
Jump to: navigation, search
 
(28 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Following the successful upgrade of modified software it is possible to access the Humax from a networked
+
Once the custom firmware has been successfully installed via USB, a simple web interface will be available by entering your Humax's IP address into a web browser. First, verify that your Humax has Internet access by using the Humax TV Portal to access some content. Then, using a web browser on a computer connected to the same network as the Humax, enter the IP address which has been assigned to the Humax into the address bar e.g. :-
 +
<pre>
 +
10.0.0.200
 +
</pre>
  
P.C. running Internet Explorer by entering http://10.0.0.4 (NOTE:- the 10.0.0.4 must be replaced with the IP address of your Humax)
+
To determine the IP address of your Humax, use the TV On-screen menus to navigate to MENU >> SETTINGS >> SYSTEM >> INTERNET SETTINGS >> CONFIGURE LAN >> IP Address
  
The Following message will now be displayed :-
+
Then enter that IP address directly into the address of your favourite web browser (this process has been reported to work with Firefox, Internet Explorer, Safari and Mobile Safari).
  
[[File:Installation_Interface.png]]
 
  
If your Humax has access to the Internet, Which you can confirm by checking that you can access the Humax Portal, Then you can install the full web interface using the button below.
+
The Following message should be displayed in your web browser, confirming successful installation of the custom firmware:
  
DOWNLOAD & INSTALL THE FULL WEB INTERFACE
+
[[File:Installation_Interface.png|500px|border]]
  
Clicking on the button should display :-
+
To bootstrap the web interface, click on the yellow button. It may take up to a minute for anything to appear in the browser depending on the speed of your Internet connection and the browser used. Once output starts, you should see a list of packages being downloaded and installed:
  
[[File:Downloading_Web_Interface.png]]
+
[[File:Downloading_Web_Interface.png|500px|border]]
  
A list of packages being downloaded are then displayed
+
 
 +
 
 +
When the Full Web Interface installation is completed, re-entering your Humax's IP address again will display the Web-If Main screen as shown [[Web_Interface_Screenshots|'''HERE''']]
 +
 
 +
 
 +
===Error Messages===
 +
 
 +
If a suitably formatted USB disk is not detected on the HD-Fox T2 during installation of the Full Web Interface, then an error screen will be displayed e.g. :-
 +
 
 +
[[File:HD-No-EXT.png|500px]]
 +
 
 +
A similar message may be displayed if the internal hard drive on a HDR-Fox T2 can't be used for any reason
 +
 
 +
==Command Line Installation==
 +
 
 +
If Installation using the 'Yellow Button' method above fails to complete for any reason it is worth trying it again, if this fails,  you can initiate a forced re-install of the full Web Interface from a Telnet command line with :-
 +
 
 +
<pre>
 +
opkg install webif --force-reinstall
 +
</pre>

Latest revision as of 20:35, 24 May 2016

Once the custom firmware has been successfully installed via USB, a simple web interface will be available by entering your Humax's IP address into a web browser. First, verify that your Humax has Internet access by using the Humax TV Portal to access some content. Then, using a web browser on a computer connected to the same network as the Humax, enter the IP address which has been assigned to the Humax into the address bar e.g. :-

10.0.0.200

To determine the IP address of your Humax, use the TV On-screen menus to navigate to MENU >> SETTINGS >> SYSTEM >> INTERNET SETTINGS >> CONFIGURE LAN >> IP Address

Then enter that IP address directly into the address of your favourite web browser (this process has been reported to work with Firefox, Internet Explorer, Safari and Mobile Safari).


The Following message should be displayed in your web browser, confirming successful installation of the custom firmware:

Installation Interface.png

To bootstrap the web interface, click on the yellow button. It may take up to a minute for anything to appear in the browser depending on the speed of your Internet connection and the browser used. Once output starts, you should see a list of packages being downloaded and installed:

Downloading Web Interface.png


When the Full Web Interface installation is completed, re-entering your Humax's IP address again will display the Web-If Main screen as shown HERE


Error Messages

If a suitably formatted USB disk is not detected on the HD-Fox T2 during installation of the Full Web Interface, then an error screen will be displayed e.g. :-

HD-No-EXT.png

A similar message may be displayed if the internal hard drive on a HDR-Fox T2 can't be used for any reason

Command Line Installation

If Installation using the 'Yellow Button' method above fails to complete for any reason it is worth trying it again, if this fails, you can initiate a forced re-install of the full Web Interface from a Telnet command line with :-

opkg install webif --force-reinstall