Jeff Geerling
Jeff Geerling
Indeed. I'll have to get things updated :/
On my Pi, I'm always seeing: ``` $ cat /sys/class/hwmon/hwmon2/fan1_input 480 ``` Using a Noctua NF-A6x25 60mm fan. I wonder, would this script need any different tuning for different types...
@twoseascharlie - Indeed, I can manually set the fan to spin down with `i2cset -y 10 0x2f 0x30 0x00`. I wrote up my notes (after months of sitting on most...
@twoseascharlie - After working with the folks from Alftel, it also looks like they found the hardware implementation of their EMC2301 chip had a flaw—tachometer readings were not coming back...
Correct, thanks for finding and reporting this!
I tried resolving the merge conflicts—can someone confirm the changes are still working? Maybe I can merge it before the new year :D
This is how I currently solve this: https://www.jeffgeerling.com/blog/2022/aptkey-deprecated-debianubuntu-how-fix-ansible
@rdxmb - I realized my edit to that blog post may have not taken effect; there's a newer/simpler way to do it correctly using Ansible's `ansible.builtin.deb822_repository` module. This only works...
Merging this for now — I would like to move to `deb822_repository` at some point of course :)
@rhino5oh - oh haha, that makes sense, and I would gladly merge a PR updating yum/dnf too!