Skip to content

April14 hackathon #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TODO: KDE on Wayland

### Generic

- [ ] Framework 12 Touchpad
- [x] Framework 12 Touchpad
- [x] Framework 13 Touchpad
- [x] Framework 16 Touchpad
- [x] Fingerprint Reader ([Fixes contributed by Framework](fingerprint-reader.md))
Expand Down Expand Up @@ -85,8 +85,10 @@ TODO: KDE on Wayland

### AMD Mainboards

- [x] AMD GPU driver
- [x] AMD GPU driver (Ryzen 7040 Series)
- Working with `drm-61-kmod`
- [ ] AMD GPU driver (Ryzen AI 300/Max)
- Not working with `drm-66-kmod`
- [ ] Suspend (S0ix)
- Not supported yet by FreeBSD, see below

Expand All @@ -110,14 +112,17 @@ The graphics driver in FreeBSD 14.1 does not work on this Intel CPU generation.
At least DRM 6.6 is needed, which can be built with FreeBSD 15-CURRENT and [drm-kmod PR #283](https://github.com/freebsd/drm-kmod/pull/283).

### Framework Desktop (AMD Ryzen AI Max 300)

- [x] USB-A
- [x] USB-C
- [x] USB-C USB3.2
- [ ] USB-C USB4
- [x] SSD
- [ ] Ethernet (RealTek NIC, RTL8126)
- [x] Ethernet (RealTek NIC, RTL8126)
- In-tree driver does not attach
- The realtek-re-kmod driver attaches, but doesn't appear to work
- Port `realtek-re-kmod` version `1100` works
- [ ] AMD GPU
- amdgpu 6.6 fails to attach, "Fatal error during GPU init"
- [ ] amdgpu 6.6 fails to attach, "Fatal error during GPU init"
- [ ] USB-C DisplayPort Alt-Mode
- [ ] RZ717 MediaTek WiFi
- [ ] AMD HDA audio controller
- Driver attaches, untested
Expand Down
2 changes: 1 addition & 1 deletion framework-related-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- hwpstate: https://reviews.freebsd.org/D47985


## Building a custom kernel
## Building a custom kernel and world

```
> git clone https://github.com/freebsd/freebsd-src
Expand Down