Package Details: fw-fanctrl 1.1.0-1

Git Clone URL: https://aur.archlinux.org/fw-fanctrl.git (read-only, click to copy)
Package Base: fw-fanctrl
Description: A simple systemd service to better control Framework Laptop's fan(s)
Upstream URL: https://github.com/TamtamHero/fw-fanctrl
Licenses: BSD-3
Submitter: icedream
Maintainer: icedream
Last Packager: icedream
Votes: 2
Popularity: 0.53
First Submitted: 2025-02-25 06:17 (UTC)
Last Updated: 2026-06-06 12:30 (UTC)

Latest Comments

icedream commented on 2026-01-14 19:28 (UTC)

The issue mentioned by @jihem has been fixed!

jihem commented on 2026-01-14 18:56 (UTC)

Traceback (most recent call last):
  File "/usr/bin/fw-fanctrl", line 5, in <module>
    from fw_fanctrl.__main__ import main
  File "/usr/lib/python3.14/site-packages/fw_fanctrl/__main__.py", line 5, in <module>
    from fw_fanctrl.FanController import FanController
  File "/usr/lib/python3.14/site-packages/fw_fanctrl/FanController.py", line 6, in <module>
    from fw_fanctrl.Configuration import Configuration
  File "/usr/lib/python3.14/site-packages/fw_fanctrl/Configuration.py", line 6, in <module>
    import jsonschema
ModuleNotFoundError: No module named 'jsonschema'

python-jsonschema should be added in the depends array, not makedepends, to avoid this error.

marek commented on 2026-01-12 13:14 (UTC)

How can we make the package work again? I've read the note about rebuilding in fw-fanctrl-git, but it's not clear to me if that can be applied to this package and how.

icedream commented on 2025-07-02 12:10 (UTC)

I will have to rework https://aur.archlinux.org/packages/fw-fanctrl-git before I can address the inherent issues found in this package.

Doridian commented on 2025-04-16 01:12 (UTC) (edited on 2025-04-16 01:19 (UTC) by Doridian)

There is a new version with the changes in the patch included in this build (1.0.2).

However, two important caveats:

  • It currently fails to build

  • There are some changes that cause the build path to be baked into the systemd-sleep hook as well as the systemd service file, breaking both of them (or at the very least causing system services to run from your build path, not /usr/bin)

icedream commented on 2025-02-25 06:24 (UTC) (edited on 2025-02-25 06:25 (UTC) by icedream)

Note that this package relies on fw-ectool-git which never received a proper release tag and as such also has no proper release version on the AUR but only this Git-based one. It is currently not expected that fw-ectool is getting updated often so you'll rarely have to rebuild it.