Commit graph

54 commits

Author SHA1 Message Date
Andrew Gaul
885a084f5c Correctly test sensor path for Linux prior to 3.15
Previously the fopen write mode caused the call to spuriously report
newer sensors.  Now we check the newer sensors path explicitly.  Also
plug file descriptor leak and more carefully check return values.
2018-08-21 03:41:42 +05:30
Peter Evjan
33e936300f Removed redundant systemd instructions
There were 3 sections giving advice on how to set up systemd. Removed
2 of them.

The first one under the Ubuntu header was incomplete, it didn't start
the service immediately. The 3rd one was already mentioned in the 2nd
section.
2018-08-21 02:04:29 +05:30
sasan
e45a1d7bf0 add credits where due.
added credit for using Kristensson's settings managment library.
2017-08-14 18:02:12 +04:30
Doug Beney
7297a18e1a TOC, coretemp/applesmc directions, Macbook support, Solus
I added a table of contents for easy navigation, added the directions you provided me on figuring out if my system has applesmc/coretemp installed, I added my Macbook to tested devices, and I added Solus to supported operating systems.
2017-08-10 15:46:56 -04:00
Andrew Gaul
35f85c73c0 Fix README nits 2017-07-12 18:15:38 -07:00
Daniel Graziotin
ba97ea50b2 Merge pull request #109 from gktrk/readme-fix
Update the install instructions for Gentoo Linux
2017-04-03 09:08:49 +02:00
Göktürk Yüksek
7384b3ad9f
Update the install instructions for Gentoo Linux 2017-04-02 16:16:32 -04:00
Alex Kir
7590a5ae3f Update README.md 2017-04-03 03:45:36 +08:00
Robert Musial
32256bc3a2 Updated README to reflect new testing with LLVM toolchain 2017-03-27 13:03:02 -04:00
Robert Musial
e7dd42e125 changes to legacy kernel detection 2017-03-27 11:44:34 -04:00
Robert Musial
e339f811fc Changes to be committed:
modified:   README.md
Changed instructions for how to use Clang. It is much easier
since the Makefile now just uses the system's compiler, and
correctly uses C instead of C++
2017-03-19 13:54:29 -04:00
Wesley Moore
17708813dd Add Macmini5,3 to supported list
sudo dmidecode -s system-product-name
Macmini5,3

uname -a
Linux elementaty-mini 4.4.0-59-generic #80-Ubuntu SMP Fri Jan 6 17:47:47 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

sudo make tests
make install
make[1]: Entering directory '/home/wmoore/Source/mbpfan'
make
make[2]: Entering directory '/home/wmoore/Source/mbpfan'
Linking...
g++  -g -lm  src/settings.o src/daemon.o src/mbpfan.o src/main.o src/minunit.o src/strmap.o -lm -o bin/mbpfan
make[2]: Leaving directory '/home/wmoore/Source/mbpfan'
install -d /usr/sbin
install -d /etc
install -d /lib/systemd/system
install -d /usr/share/doc/mbpfan
install bin/mbpfan /usr/sbin
install -m644 mbpfan.conf /etc
install -m644 README.md /usr/share/doc/mbpfan
install -d /usr/share/man/man8
install -m644 mbpfan.8.gz /usr/share/man/man8

******************
INSTALL COMPLETED
******************

A configuration file has been copied (might overwrite existing file) to /etc/mbpfan.conf.
See README.md file to have mbpfan automatically started at system boot.

Please run the tests now with the command
sudo make tests

make[1]: Leaving directory '/home/wmoore/Source/mbpfan'
/usr/sbin/mbpfan -f -v -t
Starting the tests..
It is normal for them to take a bit to finish.
Detected kernel version: 4
Detected kernel minor revision: 4
Detected kernel version: 4
Detected kernel minor revision: 4
Using new sensor path for kernel >= 3.0.15
Found hwmon path at /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp
Found 5 sensors
Found 1 fans
Detected kernel version: 4
Detected kernel minor revision: 4
Using new sensor path for kernel >= 3.0.15
Found hwmon path at /sys/devices/platform/coretemp.0/hwmon/hwmon0/temp
Found 5 sensors
Testing the _supplied_ mbpfan.conf (not the one you are using)..
ALL TESTS PASSED
Tests run: 8
2017-01-16 11:46:47 +11:00
Daniel Graziotin
754caf6e56 [Fix #96] Clang initial support, thanks @rmusial 2016-12-28 16:40:21 +00:00
Daniel Graziotin
16d2ae0c6d Merge branch 'master' of git://github.com/rmusial/mbpfan into rmusial-master 2016-12-28 16:31:35 +00:00
Robert Musial
cbafd1cb3b Update README.md
Added simple instructions on how to compile with Clang
2016-12-28 11:12:25 -05:00
Robert Musial
b897f515f4 Update README.md 2016-12-28 11:11:19 -05:00
Tarek Jellali
e3e5e48ea9 Tested on MacBook Air 1,1
Tested successfully on MacBook Air 1,1 on Ubuntu 16.04 and Ubuntu 16.10,.
2016-12-27 23:20:08 +01:00
Larutan
e32e5eb3c8 Update README.md
Tested on Macbook Air 5,2. 
Added processor and linux version details.
2016-10-11 13:43:20 +02:00
Daniel Graziotin
0efcf930c5 [Fix #87] Tested on Mac Mini 6,1 2016-09-13 10:03:12 +02:00
Daniel Graziotin
64571601d5 Added my iMac to compatible models and clarified README.md 2016-08-31 09:45:05 +02:00
Antoine Viallon
c2e302d663 Corrected some strings in the README.md
Changed the iMac to the iMac/Mac-mini and I also corrected the info I gave to dgraziotin by correcting i5 to i7. That's all.
2016-07-21 14:01:47 +02:00
Daniel Graziotin
d3c086b501 [Fixes #81] added imac 12,1 to list of tested devices 2016-07-21 13:37:52 +02:00
Daniel Graziotin
6eb4bf350c Added Mac Mini to list of tested devices 2016-07-12 10:50:11 +02:00
Daniel Graziotin
31ef985874 [Fix #77] added Upstart instructions in README 2016-05-02 11:26:29 +02:00
Pavel Kozlov
0e3437b6a5 Update Gentoo instructions, resolve #75 2016-03-31 19:12:35 +03:00
Daniel Graziotin
9306d98ef4 [Fix #65] Correct instructions for systemd 2016-03-17 11:15:16 +01:00
Daniel Graziotin
584b137b2e [Fix #68] run tests within source directory 2016-03-17 11:11:23 +01:00
Daniel Graziotin
10b9621299 [Fixes #73] - Added MacBook 1,1 tu README 2016-02-25 11:37:08 +01:00
Daniel Graziotin
6270d07ff3 Update README.md 2016-01-30 17:36:45 +01:00
小煞-Xs
2f876b6c85 Update README.md 2015-12-20 23:22:52 +08:00
Jens Timmerman
e59254c4cb Update README.md 2015-10-22 14:33:30 +02:00
Viktor Ahlström
c7936d125e Update README.md 2015-08-30 22:04:01 -04:00
Daniel Graziotin
1be365ca99 README: applesmc/coretemp load on startup #55 2015-02-08 09:42:25 +01:00
Yi Yang @ Minthe
451bbb9bc2 Fix documentation for Gentoo 2014-07-07 13:24:15 -07:00
Yamakaky
aadc05d6fe Unneeded link for systemd. 2014-06-29 17:28:09 +02:00
Daniel Graziotin
a8c38dfc22 Added verified support for mbp 7,1 2014-06-23 11:00:18 +02:00
Daniel Graziotin
6bfe9325c3 Support for kernel >= 3.15 2014-06-21 19:35:56 +02:00
Daniel Graziotin
460e0ab7c7 Added Macbook Air 5,2 2014-05-14 09:14:26 +02:00
Daniel Graziotin
423a94733c Added Arch Linux support and BBS link [Fixes #31] 2013-10-13 18:27:52 +02:00
Daniel Graziotin
3f59ffac63 Added compatibility with 9,2 in README [fix #30] 2013-10-13 18:18:17 +02:00
Daniel Graziotin
8d51412bc9 Tested on new kernels and new Macbook models :-) 2012-10-24 22:37:53 +02:00
Daniel Graziotin
eda8443906 Fixes #26 2012-10-20 17:18:30 +02:00
Daniel Graziotin
1f8131bd9d Fixes #18. Seems ready for v1.4.0 2012-08-23 22:32:49 +02:00
Daniel Graziotin
03ac20500b Added Gentoo support and enhanced README.md 2012-08-23 11:08:17 +02:00
Daniel Graziotin
8ed60e9024 Fixes #14 and enhances Readme.md 2012-08-22 15:53:07 +02:00
Daniel Graziotin
fcf18f52cf Cleanup, reformatting, better Makefile and better README 2012-08-22 15:05:52 +02:00
Magnus Stubman
a895bff912 Altered README.md for Gentoo init usage 2012-07-31 19:09:20 +02:00
Daniel Graziotin
e84d5e2e05 Prepare for v1.3.0 2012-07-03 10:39:30 +02:00
Daniel Graziotin
de12aa9291 Merged pull request 11, added authors, and README entry for Fedora 2012-07-03 09:58:38 +02:00
Daniel Graziotin
1078814133 Fixes #10 2012-06-16 11:02:48 +02:00