framework-laptop-kmod icon indicating copy to clipboard operation
framework-laptop-kmod copied to clipboard

Kernel module to expose more Framework Laptop stuff

Results 9 framework-laptop-kmod issues
Sort by recently updated
recently updated
newest added

Using 6.8 and 6.9 os-build tree's from kernel-ark (fedora rawhide) with the cros_ec quirks patch applied in kernel. Adding the framework-kmod kernel (via manual build/akmod) ( commit : a9e8db9ba2959b75c1fb820ffac8fa189f0f63c3 )...

As the title says, is it possible (if not done already) to commit this into the upstream Linux kernel? I don't know the rules for submitting this kind of driver.

# System Information - Bios-version: 03.06 - Bios-release-date: 11/10/2022 - OS: Fedora Linux 39 (Workstation Edition) x86_64 - CPU: 12th Gen Intel i5-1240P (16) @ 4.400GHz - Kernel: 6.6.7-200.fc39.x86_64 -...

whenever I run make, i get the error `adhitthirumala@fedora:~/framework-laptop-kmod$ make make -C /lib/modules/`uname -r`/build M=$PWD modules make[1]: Entering directory '/home/adhitthirumala/framework-laptop-kmod' make[1]: *** /lib/modules/6.8.5-301.fc40.x86_64/build: No such file or directory. Stop. make[1]:...

``` $ uname -a Linux Destructor 6.6.38-gentoo #4 SMP Fri Jul 12 04:38:25 EDT 2024 x86_64 AMD Ryzen 9 7940HS w/ Radeon 780M Graphics AuthenticAMD GNU/Linux $ zgrep '^[^#].*_CROS_EC' /proc/config.gz...

## Keyboard LED The Framework 16 uses an input modules system, and the stock keyboards [run QMK](https://github.com/FrameworkComputer/qmk_firmware/tree/framework16-keyboards/keyboards/framework), with the VIA HID protocol enabled. This means the brightness can be controlled...

So I installed the module via the yay method and after that loaded it with modprobe. I made sure that cros_ec and cros_ec_lpcs were loaded Then after ensuring that the...

The EC has a dedicated command for fetching the backlight level; use that instead of checking PWM duty cycle, which doesn't appear to work (catting the 'brightness' sysfs node always...

Hi, I've build the module in a Fedora 41 (beta), that runs 6.11.0. The build succeeds, and the module loads. But when changing the keyboard backlight from with Gnome gives...