Difference between revisions of "Troubleshooting Amahi 11"

From Amahi Wiki
Jump to: navigation, search
Line 2: Line 2:
  
 
* Express CD does not work with [https://www.amahi.org/apps/webmin Webmin] ([https://bugs.amahi.org/issues/2389 Bug #2389])
 
* Express CD does not work with [https://www.amahi.org/apps/webmin Webmin] ([https://bugs.amahi.org/issues/2389 Bug #2389])
<br \>
+
*If your router was not set properly in amahi.org, your HDA may not have proper network at all. The simplest thing is to change the router to what the HDA expects. If you can't do that, you can do as follows by editing a file:
If your router was not set properly in amahi.org, your HDA may not have proper network at all. The simplest thing is to change the router to what the HDA expects. If you can't do that, you can do as follows by editing a file:
 
  
 
     cd /etc/sysconfig/network-scripts/
 
     cd /etc/sysconfig/network-scripts/
 
     nano ifcfg-en*
 
     nano ifcfg-en*
  
That is an editor. Find the line that has GATEWAY=x.x.x.x ... and change it to match the IP of your gateway. Type Ctrl-X to exit. It will ask you if would like to save the file. Then reboot.
+
:That is an editor. Find the line that has GATEWAY=x.x.x.x ... and change it to match the IP of your gateway. Type Ctrl-X to exit. It will ask you if would like to save the file. Then reboot.
  
 
Back to the [[Troubleshooting]].
 
Back to the [[Troubleshooting]].

Revision as of 00:09, 18 April 2019

Current stable release: Amahi 11 (Fedora 27)

  • Express CD does not work with Webmin (Bug #2389)
  • If your router was not set properly in amahi.org, your HDA may not have proper network at all. The simplest thing is to change the router to what the HDA expects. If you can't do that, you can do as follows by editing a file:
    cd /etc/sysconfig/network-scripts/
    nano ifcfg-en*
That is an editor. Find the line that has GATEWAY=x.x.x.x ... and change it to match the IP of your gateway. Type Ctrl-X to exit. It will ask you if would like to save the file. Then reboot.

Back to the Troubleshooting.