Difference between revisions of "Plug notes"
From Amahi Wiki
					
										
					
					|  (Redirected page to Amahi Plug Edition) | |||
| (82 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
| + | #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 | * 2 stop bits to get the bootloader to recognize keyboard and stop autobooting | ||
| * speed: 115200 /dev/ttyUSB1 | * speed: 115200 /dev/ttyUSB1 | ||
| Line 6: | Line 25: | ||
| * rpms installed for amahi: httpd, ruby, samba,   | * rpms installed for amahi: httpd, ruby, samba,   | ||
| * build hdactl, hda-platform, install (with --nodeps) | * build hdactl, hda-platform, install (with --nodeps) | ||
| − | |||
| − | |||
| − | |||
| − | |||
| RPMs not available from the mirrors: | RPMs not available from the mirrors: | ||
| * hda-greyhole | * hda-greyhole | ||
| + | * cadaver | ||
| * rubygem-gd2 - actually - is this one necessary? | * rubygem-gd2 - actually - is this one necessary? | ||
| + | * ruby-RMagick | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| * ssh into the plug | * ssh into the plug | ||
| Line 66: | Line 52: | ||
| * And last but not least, get the installer going by accessing it with a browser: | * And last but not least, get the installer going by accessing it with a browser: | ||
| − |         <code><nowiki>http:// | + |         <code><nowiki>http://your_ip_address:2000</nowiki></code> | 
| * input the install code and install! | * input the install code and install! | ||
| * NOTE: it may be better to   | * NOTE: it may be better to   | ||
| − | * report bugs! | + | * report bugs!--> | 
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 11:27, 15 July 2011
Redirect to:
Note: Most of this information is duplicated elsewhere. It needs to be verified and removed as necessary.
See Amahi_Plug_Edition for installation and supported devices.
Misc Notes
- restarting rpm db in chrooted environment:
| bash code | 
|---|
| rm /var/lib/rpm/__db* rpm --rebuilddb -vv | 
