mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-29 21:51:07 +01:00
Set Alder Lake support for the Aoostar R1 N100
In order to get micro-code updates, and select the right driver for hardware transcoding on the integrated GPU.
This commit is contained in:
parent
8f44cbb48c
commit
71cca26f33
3 changed files with 14 additions and 0 deletions
12
aoostar/r1/n100/default.nix
Normal file
12
aoostar/r1/n100/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
imports = [
|
||||
../../../common/cpu/intel/alder-lake
|
||||
];
|
||||
|
||||
# lopter@(2025-02-06): according to sensors-detect this comes with an ITE
|
||||
# IT8613E super io chip, which is not officialy supported yet. See also:
|
||||
#
|
||||
# - unofficial driver: https://github.com/frankcrawford/it87
|
||||
# - reddit thread on with useful information to configure pwm from the bios:
|
||||
# https://www.reddit.com/r/MiniPCs/comments/1bnkg1u/aoostar_r1r7_question_does_the_fan_header_support/
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue