惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Comments on: Blog
S
Schneier on Security
Microsoft Azure Blog
Microsoft Azure Blog
T
Tor Project blog
V
Visual Studio Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
月光博客
月光博客
罗磊的独立博客
Cisco Talos Blog
Cisco Talos Blog
P
Privacy International News Feed
T
Tenable Blog
阮一峰的网络日志
阮一峰的网络日志
AWS News Blog
AWS News Blog
T
ThreatConnect
博客园 - 三生石上(FineUI控件)
Recorded Future
Recorded Future
Hugging Face - Blog
Hugging Face - Blog
T
Tailwind CSS Blog
博客园 - 叶小钗
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
A
Arctic Wolf
L
LINUX DO - 最新话题
美团技术团队
大猫的无限游戏
大猫的无限游戏
I
Intezer
博客园 - 司徒正美
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
小众软件
小众软件
T
Threatpost
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
The Register - Security
The Register - Security
Project Zero
Project Zero
J
Java Code Geeks
Cyberwarzone
Cyberwarzone
IT之家
IT之家
MyScale Blog
MyScale Blog
T
Threat Research - Cisco Blogs
T
The Blog of Author Tim Ferriss
腾讯CDC
S
SegmentFault 最新的问题
F
Fox-IT International blog
S
Security Archives - TechRepublic
Last Week in AI
Last Week in AI
G
GRAHAM CLULEY
M
MIT News - Artificial intelligence

FreeBSD Foundation

Cleaning Up Critical Infrastructure in FreeBSD | FreeBSD Foundation AsiaBSDCon 2026 Trip Report – Saikeo | FreeBSD Foundation AsiaBSDCon 2026 Trip Report – Minsoo Choo Build a NAS using FreeBSD on a Raspberry Pi Getting ready for the Cyber Resilience Act FreeBSD Foundation Q4 2025 Status Update | FreeBSD Foundation The Q4 2025 Issue of the FreeBSD Journal is Now Available! | FreeBSD Foundation Powering the Future of FreeBSD | FreeBSD Foundation 2025: Software Development and Infrastructure Support. Infrastructure Modernization – commissioned by the Sovereign Tech Agency FreeBSD Closes the Laptop Gap: Year One Project Update 2025: A Year of Advocacy, Community, and Growth
Call for testing: introducing the Laptop Integration Testing project | FreeBSD Foundation
2026-04-06 · via FreeBSD Foundation
April 6, 2026

2026 is off to a great start for the Laptop Support and Usability Project. We’ve seen lots of exciting updates to major areas such as graphics and Wi-Fi drivers, as well as FreeBSD installer improvements to support the KDE Plasma desktop environment out of the box.

At this stage in the project, as we hinted earlier in the Year One Project Update, we decided to start a rigorous testing program to comprehensively validate all laptop and desktop functionality together. Since January, we have been working behind the scenes to evaluate testing requirements and implement the tooling needed to maintain these test results for the long term.

After trial runs of integration testing on our committed target systems, we are pleased to open up this effort to the FreeBSD community!

How to test

This is the process for testing FreeBSD on your laptop:

  1. You run our testing tool that automatically probes your laptop hardware and logs what features work (or don’t work).
  2. The tool creates a new directory containing the fully anonymized results.
  3. If you wish, you can also add your own commentary to a new file named comments.md inside this directory.
  4. You send the results in a Pull Request, making sure to answer the User Stories questionnaire in the template.
  5. We will process the report and publish it to the compatibility matrix. No Personally Identifiable Information will ever be published.
  6. Success!

To get started, run the following commands as an unprivileged user on your target testing laptop and follow the prompts along the way until you have completed the process. These steps can be done on any FreeBSD installation or live environment such as mfsBSD.

pkg install python hw-probe
git clone https://github.com/FreeBSDFoundation/freebsd-laptop-testing
cd freebsd-laptop-testing
make

Need help with testing FreeBSD on laptops? You can start a Discussion in our testing repository or get in touch with us directly.

1) Test FreeBSD on laptops at a high level

The Laptop Project’s developers have put in a substantial amount of work into testing their new features and improvements. To maintain this quality across a wide range of hardware and catch bugs caused by the combination of these developments, we need to test FreeBSD on laptops from an end-user’s perspective.

The proj-laptop repository maintains “User Stories” that correspond to real-world use cases that are expected to work “out of the box”. Our goal is to validate these scenarios in addition to our usual developer-centric testing on a narrower per-feature basis.

2) Maintain a definitive public record of FreeBSD laptop compatibility

As we started getting test results for more laptops, we were able to compare FreeBSD compatibility and laptop feature-completeness across a variety of hardware devices. For many years, the resulting “matrix” of compatibility has been kept up-to-date by FreeBSD developers and enthusiasts on the Laptops Wiki page. To improve on its public discoverability, while also tracking newer work from the Laptop Support and Usability Project on an ongoing basis, we drafted a simple webpage to act as a central “ground truth” to answer the following questions:

  1. Which laptop should I buy if I want to use FreeBSD on it?
  2. Does the laptop I already own have the features I need on FreeBSD?
  3. Do I need any extra configuration for a specific feature on my laptop?
  4. What do other users say about FreeBSD on a particular laptop?

We expect to eventually publish this webpage under freebsd.org. In the meantime, you can check it out at https://freebsdfoundation.github.io/freebsd-laptop-testing. We would love your feedback!

3) Create pathways for volunteer participation from the community

With limited access to testing systems, there’s only so much we can do! We hope to work together with volunteers from the community who want FreeBSD to work well on their laptops.

While we expect device hardware and software enumeration to be a fully automated process, we feel that manually-submitted comments about personal experience with FreeBSD are equally valuable. We plan to highlight this commentary on our “matrix of compatibility” webpage for each tested laptop.

We are striving to make it as easy as possible to submit your results. You won’t have to worry about environment setup, submission formatting, or any repo-specific details!

Learn more

To learn more about the Laptop Integration Testing project, please visit https://github.com/FreeBSDFoundation/freebsd-laptop-testing and refer to the extended Contributing Guidelines.