bsdfan icon indicating copy to clipboard operation
bsdfan copied to clipboard

A simple FreeBSD fan control utility for thinkpads

Results 9 bsdfan issues
Sort by recently updated
recently updated
newest added

Some ThinkPads (T420, T430, possibly others) have the option of using the 8th level as a completely unlatched mode where the fan runs at 100%, so raise the number of...

Hi, FYI I use a T430 with a quad core CPU. I gets really hot while compiling... up to the point of powering off itself on stock FreeBSD. I've noticed...

Hi, Sorry if my question is stupid, but when i "make install" i get this error : > install -s -o root -g wheel -m 555 bsdfan /bin/bsdfan install -o...

I realise it's somewhat obscure edge-case scenario, but good programs should not crash. I've accidentally saved config file as empty and here we go: ``` Program received signal SIGSEGV, Segmentation...

I have a ThinkPad T400 as well, freeBSD keeps shutting down randomly. Tried your utility and I don't think it has any effect. I know the laptop can manage its...

Thanks to @danfe, [this software now has a port](https://www.freshports.org/sysutils/bsdfan). Perhaps that should be mentioned?

The only way I got this to run correctly was to write a script and place it in the /etc/rc.d directory so that it would startup properly. It did not...

Clang is now quite strict about core correctness, see this error: ``` system.c:89:8: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] getTemp() ^...