Package Details: framework-laptop-kmod-dkms-git r17.a9e8db9-1

Git Clone URL: https://aur.archlinux.org/framework-laptop-kmod-dkms-git.git (read-only, click to copy)
Package Base: framework-laptop-kmod-dkms-git
Description: Kernel module to expose more Framework Laptop stuff
Upstream URL: https://github.com/DHowett/framework-laptop-kmod
Licenses: GPL
Conflicts: framework-laptop-kmod-dkms
Provides: framework-laptop-kmod-dkms
Submitter: Schnouki
Maintainer: Schnouki
Last Packager: Schnouki
Votes: 2
Popularity: 0.020490
First Submitted: 2023-12-20 00:50 (UTC)
Last Updated: 2024-01-02 17:13 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

xamindar commented on 2025-05-19 23:29 (UTC)

This appears to be deprecated in favor of the built-in kernel module: cros_charge_control with load option: options cros_charge_control probe_with_fwk_charge_control=1

See: https://community.frame.work/t/charge-levels-configurable-from-kde-userspace/69432/10

foer commented on 2024-01-02 18:18 (UTC)

@Schnouki: Thank you very much! Works perfekt!

Schnouki commented on 2024-01-02 16:12 (UTC)

Thanks, @foer, I just fixed it :)

In a nutshell: the new Makefile doesn't set the required targets when the KERNELRELEASE environment variable is set, and DKMS sets it by default. The solution (documented in man dkms) is to quote the make command to prevent this environment variable from being added.

foer commented on 2023-12-28 19:19 (UTC) (edited on 2023-12-28 19:21 (UTC) by foer)

There was a new commit on git concerning the Makefile of framework-laptop-kmod.

The package now fails to build. DKMS error log is:

DKMS make.log for framework-laptop-kmod-r16.40aadc1 for kernel 6.7.0-2-MANJARO (x86_64) Do 28. Dez 20:11:45 CET 2023 make: *** NO RULE, to build "all". Finsih.

I changed the "all" flag with "modules" in dkms.conf but that doesn`t work...my skills are not enough to solve that problem...