Page 1 of 2
My fan solution:

Posted:
16 Jul 2006 16:07
by calli
I compiled a binary for the new fanctl (based on the code in SVN)
Load it here:
http://www.blenderbuch.de/openmms/mss_fanctl_cw2.tgz
UPDATE: The first archive was corrupted, please reload!
put the binary in /opt/bin/
Then add:
- Code: Select all
# new fanctl
killall fanctl
/opt/bin/mss_fanctl 48 65 15
to /opt/etc/init.d/S99local
This works well for me so far but as always, no guaranty that it does for you!
Best regards,
Carsten
applet not found error

Posted:
18 Jul 2006 02:16
by tukkas
hi - thanks for this, but i get the "applet not found" error when i try to execute mss_fanctl. What am i missing?
thanks

Posted:
18 Jul 2006 10:37
by calli
@tukkas: I have no idea? Did you copy it in the right directory? Are the execution rights set (chmod +x mss_fanctl)?
Regards,
Carsten

Posted:
18 Jul 2006 11:32
by wta
Same problem here. Error: "mss_fanctl: applet not found".
I copied the binary to /opt/bin, set the execution rights (and ownership to root:root) and added the lines in /opt/etc/init.d/S99local.

Posted:
18 Jul 2006 11:38
by TimmyRaa
I've not attempted this yet, but what firmwares are you all working with? Maybe calli is using something different from tukkas or wta, which is causing the problem?

Posted:
18 Jul 2006 12:03
by calli
yes, I forgot!
The firmware here is: 2.4.2openMMS1...

Posted:
18 Jul 2006 12:19
by wta
My firmware is 2.4.2-openmss1-rc1

Posted:
18 Jul 2006 12:57
by calli
Hmm,
a quick search shows that this is an error from busybox, saying that this command is not known (compiled into) busybox.
So have you tried to call it (as root) with the full pathname (/opt/bin/mss_fanctl)? However if I type mss_ and pressing TAB the shell just completes to the full name.
Regards,
Carsten

Posted:
18 Jul 2006 13:07
by wta
Yes, I tried to start it with the full pathname. And the binary is in the search path of my box (pressing tab completes to full name). Perhaps you have installed a required library or something else on your box before which we are missing?

Posted:
18 Jul 2006 13:12
by calli
# ipkg list_installed
busybox - 1.0-8 - Standalone rescue shell with tons of builtin utilities.
dropbear - 0.46-4 - a small SSH 2 server/client designed for small memory environments.
hddtemp - 0.3-beta14 - hddtemp is a small utility that gives you the temperature of your hard drive by reading S.M.A.R.T.
ncftp - 3.1.8-1 - An improved FTP client.
rsync - 2.6.6 - rsync is an open source utility that provides fast incremental file transfer.
strace - 4.5.11-1 - trace system calls and signals.
Maybe its hddtemp?
Carsten

Posted:
18 Jul 2006 13:21
by wta
# ipkg list_installed
busybox - 1.0-8 - Standalone rescue shell with tons of builtin utilities.
dropbear - 0.46-4 - a small SSH 2 server/client designed for small memory environments.
hddtemp - 0.3-beta14 - hddtemp is a small utility that gives you the temperature of your hard drive by reading S.M.A.R.T.
vsftpd - 2.0.3-2 - a fast and secure FTP server
I had installed hddtemp too
Now I have installed all the packages you listed but the problem with mss_fanctl remains.
Thomas

Posted:
18 Jul 2006 13:37
by wta
@calli: Could you please have a look at the tgz-File you provided. The included atacmd.h looks a little bit broken. Perhaps something happened to the binary when compressing?

Posted:
18 Jul 2006 13:56
by calli
Ha! Strange!
I somehow managed it to tar/gzip these files
A
file mss_fanctl
revealed it....
Please reload the archive.
http://www.blenderbuch.de/openmms/mss_fanctl_cw2.tgz in case the webcache is causing problems...
SORRY for all the effort I caused!
Carsten

Posted:
18 Jul 2006 14:05
by wta
calli wrote:Ha! Strange!
I somehow managed it to tar/gzip these files

[...]
SORRY for all the effort I caused!
Carsten
Never mind. Because I have had the same problem sometime ago I came across this. Thanks for sharing the program. Hopefully my fan now gets (and remains) quiet.
Thomas

Posted:
07 Aug 2006 19:40
by pcairic
Don't you need to add an ampersand (&) after the mss_fanctl line in the S99local file?