Difference between revisions of "Troubleshooting Amahi 10"

From Amahi Wiki
Jump to: navigation, search
Line 5: Line 5:
 
* [https://www.amahi.org/apps/amahi-sync Amahi Sync] ([https://bugs.amahi.org/issues/1096 Bug #1096])
 
* [https://www.amahi.org/apps/amahi-sync Amahi Sync] ([https://bugs.amahi.org/issues/1096 Bug #1096])
  
 +
* 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]].
 
Back to the [[Troubleshooting]].

Revision as of 06:45, 7 April 2018

Current stable release:: Amahi 10 (Fedora 25)   Fedora-25.jpg

  • 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.