Candlemass wrote: 
> OK, that's valid. But it still may be useful for:
> * accessing detailed system info, e.g. top
> * accessing the /proc and /sys file system for testing (see below)
> 
> 
> That may be possible, but I never had such issues with up-to-date
> desktop hardware in (at least) the last 5 years. Anyway: I'm using
> Daphile as server only, so it does not matter for me :) What matters is
> power consumption. Therefore I'd like to have some options, which reduce
> power consumption on my other hardware:
> > 
Code:
--------------------
  >   > # SATA Link Power Management
  > for i in /sys/class/scsi_host/host*/link_power_management_policy; do echo 
min_power > $i; done
  > 
  > # Runtime PM for PCI Device
  > for i in /sys/bus/pci/devices/????:??:??.?/power/control; do echo auto > 
$i; done
--------------------
> > 
> 
> USB auto suspend may be an option, too:
> http://www.thinkwiki.org/wiki/How_to_reduce_power_consumption#USB_Subsystem

Thanks for the good ideas related to the power saving. I'll definitely
consider them later.

I can provide you (or anyone else) on request a private test version
that has root password, local console login prompt and ssh server
enabled. At the moment I'm not including those in the public release
because of the reason explained behind the link I sent earlier (and some
other reasons too; they would require some security/access/recovery
related work and configuration settings to web UI; not really relevant
for most of the users).



Kimmo
www.daphile.com
------------------------------------------------------------------------
kipeta's Profile: http://forums.slimdevices.com/member.php?userid=51816
View this thread: http://forums.slimdevices.com/showthread.php?t=99132

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to