Changes

From Amahi Wiki
Jump to: navigation, search
30 bytes added ,  18:13, 17 February 2010
m
update of editing config.php so it works under amahi 5.1
== Getting More Info ==
After the one click install of phpsysinfo in Amahi 5.1 I needed to do some modifications to get all system information displayed.
For other users, this is what I did.
type
 
yum install lm_sensors
 
sensors-detect
 
keep pressing enter for default answers.
cd /var/hda/web-apps/phpsysinfo/html
 
cp config.php config.php_bak
to make a backup of your original config file
 
nano config.php
I changed the following lines, but of course this is optional.
define('sensorProgram', 'lmsensorsLMSensors');
define('hideMounts', '/boot');
define('hideFstypes', 'tmpfs');
define('hddTemp', 'suidtcp'); I also tried to set "define('loadBar', true);" but this did not work on my sytem.
after saving the config.php phpsysinfo also provides voltage, fan and temperature data.
20

edits