Difference between revisions of "Install Full Web Interface"

From hummy.tv Wiki
Jump to: navigation, search
 
(19 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Once the custom firmware has been successfully installed, a simple web interface will be available which will allow for installation of the full web interface. This is known as bootstrapping the web interface. Internet access is required as the web interface and its dependant packages are downloaded from the Internet and installed as required.
+
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>
  
First, verify that your Humax has Internet access be using the Humax TV Portal to access some content. Then, using a web browser on a device on the same network as the Humax, enter the IP address which has been assigned to the Humax into the address bar.
+
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
  
To determine the IP address of your Humax, use the TV On-screen menus to navigate to XXX -> XXX -> XXX...
+
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).
  
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:
 
The Following message should be displayed in your web browser, confirming successful installation of the custom firmware:
Line 14: Line 16:
  
 
[[File:Downloading_Web_Interface.png|500px|border]]
 
[[File:Downloading_Web_Interface.png|500px|border]]
 +
 +
 +
 +
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