Hardware/Framework/Laptop 13: Difference between revisions

formatting
Phobos (talk | contribs)
m Added link to Laptop page
 
(6 intermediate revisions by 6 users not shown)
Line 10: Line 10:
!Manufacturer
!Manufacturer
|[[Hardware/Framework|Framework]]
|[[Hardware/Framework|Framework]]
|-
!Support
|[https://knowledgebase.frame.work/framework-component-linux-support-matrix-B1gwmFtPgg components]
|-
|-
!Architecture
!Architecture
|x86_64-linux
|x86_64-
linux
|-
!colspan="2" class="title"|AI 300 Series
|-
|-
!colspan="2" class="title"|7040 Series
!colspan="2" class="title"|7040 Series
Line 30: Line 36:
</div>
</div>


The [https://frame.work/de/en/products/laptop13 Framework Laptop 13] is a configurable, upgradeable, and repairable laptop made by the Framework company.
The [https://frame.work/products/laptop13 Framework Laptop 13] is a configurable, upgradeable, and repairable laptop made by the Framework company.
== Status ==
== Status ==


Line 36: Line 42:


== Known issues ==
== Known issues ==
In order to boot you need to disable Secure Boot. To do that, press F2 during boot and go into the "Administer Secure Boot" menu.


== Configuration ==
== Configuration ==


Framework-specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project.
Framework-specific NixOS hardware options are bundled within the [https://github.com/NixOS/nixos-hardware nixos-hardware] project. Also consider checking the [[Laptop]] page for laptop specific behavior, such as what action to take when the lid is closed.


=== BIOS ===
=== BIOS ===
Line 52: Line 59:


Further instructions and release notes can be found on the [https://knowledgebase.frame.work/bios-and-drivers-downloads-rJ3PaCexh Framework BIOS and Drivers knowledgebase].
Further instructions and release notes can be found on the [https://knowledgebase.frame.work/bios-and-drivers-downloads-rJ3PaCexh Framework BIOS and Drivers knowledgebase].
=== AMD AI 300 Series ===
Use an installer with Linux kernel 6.12 or later (at least NixOS Release 25.05 / [https://channels.nixos.org/?prefix=nixos-unstable/ NixOS Unstable]).
*NixOS Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-amd-ai-300-series</code>
*NixOS Hardware module for channels: <code><nixos-hardware/framework/13-inch/amd-ai-300-series></code>


=== AMD 7040 Series ===
=== AMD 7040 Series ===
Line 59: Line 73:
* NixOS Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-13-7040-amd</code>
* NixOS Hardware module for flakes: <code>nixos-hardware.nixosModules.framework-13-7040-amd</code>
* NixOS Hardware module for channels: <code><nixos-hardware/framework/13-inch/7040-amd></code>
* NixOS Hardware module for channels: <code><nixos-hardware/framework/13-inch/7040-amd></code>
=== Intel Core Ultra Series 1 ===
Personal experience: On NixOS 24.11 the default kernel appears to be to old (no display brightness adjustment and increased power consumption). Using a newer kernel seems to run nicely:<syntaxhighlight lang="nix">
boot.kernelPackages = pkgs.linuxPackages_6_14;
</syntaxhighlight>


=== Intel 13 Gen ===
=== Intel 13 Gen ===