Code Monkey home page Code Monkey logo

Comments (6)

LukeShortCloud avatar LukeShortCloud commented on June 15, 2024

At the very least, we need to document how to enable Linux speaker support via the BIOS.

https://community.frame.work/t/arch-linux-on-the-framework-laptop-16/44854

from winesapos.

LukeShortCloud avatar LukeShortCloud commented on June 15, 2024

Sometimes the BIOS update does not work. For the best results, run:

$ sudo fwupdmgr refresh --force
$ sudo fwupdmgr update

It was also noted that the nvme.noacpi=1 Linux kernel boot argument is only needed for Intel CPUs. With the new AMD Frameworks, this actually causes sleep issues.

https://community.frame.work/t/amd-ryzen-7040-series-bios-3-03-and-driver-bundle-release/38655/107

from winesapos.

LukeShortCloud avatar LukeShortCloud commented on June 15, 2024

The Arch Wiki recommends using NetworkManager with the IWD back-end for better Wi-Fi support which we are already doing.

The iio-sensor-proxy package needs to be installed for the ambient light sensor to work.

https://wiki.archlinux.org/title/Framework_Laptop_16

from winesapos.

LukeShortCloud avatar LukeShortCloud commented on June 15, 2024

Allow the touchpad to be disabled when typing on the keyboard:

$ sudo vim /usr/share/libinput/50-framework.quirks
[Framework Laptop 16 Keyboard Module]
MatchName=Framework Laptop 16 Keyboard Module*
MatchUdevType=keyboard
MatchDMIModalias=dmi:*svnFramework:pnLaptop16*
AttrKeyboardIntegration=internal

Enable fan control (this is the only fan service that works on the Framework 16 currently):

$ yay -S fw-fanctrl-git
$ sudo systemctl enable --now fw-fanctrl

Add a fine tuned audio configuration for Framework laptops (works on both the 13 and 16): https://github.com/cab404/framework-dsp

Configure the Wi-Fi region for enabling Wi-Fi >= 5:

# Temporarily
$ sudo iw reg set <COUNTRY_CODE>
# Permanently
$ sudo pacman -S wireless-regdb
$ sudo vim /etc/conf.d/wireless-regdom
WIRELESS_REGDOM="<COUNTRY_CODE>"

https://wiki.archlinux.org/title/Framework_Laptop_16

from winesapos.

LukeShortCloud avatar LukeShortCloud commented on June 15, 2024

The LED matrix support is handled via this program:

https://github.com/FrameworkComputer/inputmodule-rs/blob/main/ledmatrix/README.md
https://aur.archlinux.org/packages/inputmodule-control

from winesapos.

LukeShortCloud avatar LukeShortCloud commented on June 15, 2024

I have ran into dependency hell when trying to build fw-fanctrl-git. It requires ectool but the packages on the AUR that provide it are all broken. Most are outdated, too. I did a quick test and found the default fan behavior on the Framework 16 (with the dGPU add-on) to be perfectly fine.

from winesapos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.