#REDIRECT [[Amahi_Plug_Edition]]
'''Note: Most of this information is duplicated elsewhere. It needs to be verified and removed as necessary.'''
See [[Amahi_Plug_Edition | Amahi_Plug_Edition]] for installation and supported devices.
= Misc Notes =
* restarting rpm db in chrooted environment:
{{Code|rm /var/lib/rpm/__db*
rpm --rebuilddb -vv}}
<!--* May need to add the following line to /etc/resolv.conf if you have DNS issues:
nameserver 8.8.8.8-->
<!-- OLD NOTES
* 2 stop bits to get the bootloader to recognize keyboard and stop autobooting
* speed: 115200 /dev/ttyUSB1
* root/fedoraarm defaultpassword
* rpms installed for development: rsync, git, vim-enhanced, sudo, make, rpm-build, tar, httpd-devel, boot-devel, gcc-c++
* passenger: need rubygems-1.3.5-4.fc12.noarch.rpm with macro changes
* rpms installed for amahi: httpd, ruby, samba,
* build hdactl, hda-platform, install (with --nodeps)
RPMs not available from the mirrors:
* hda-greyhole
* cadaver
* rubygem-gd2 - actually - is this one necessary?
* ruby-RMagick
* ssh into the plug
* yum -y install httpd
* Install the hda-release
** <small><code>rpm -Uvh <latest_rpm repo="amahi-f12" rpm="hda-release" arch="noarch" output="url" /></code></small>
* Install hdactl
** <small><code>rpm -Uvh --nodeps <latest_rpm repo="amahi-f12" rpm="hdactl" arch="armv5tel" output="url" /></code></small>
* Now install <code>hda-platform</code>
** <small><code>rpm -Uvh --nodeps <latest_rpm repo="amahi-f12" rpm="hda-platform" arch="noarch" output="url" /></code></small>
Missing deps to be added to the installer* Install dependencies:* httpd, samba, cadaver, bind* <small><code>yum -y install rubygems ruby-libs ruby-utilsmysql</code></small>
RPMs * Start the Amahi installer.** <small><code>service amahi-installer start</code></small> * And last but not available from least, get the mirrorsinstaller going by accessing it with a browser: <code><nowiki>http://your_ip_address:2000</nowiki></code> * hda-greyholeinput the install code and install!* NOTE: it may be better to * rubygemreport bugs!--gd2>