Skip to content
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

patch: add tested modem disclaimer #2978

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions pages/reference/hardware/wifi-dongles.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ excerpt: WiFi adapters known to work with {{ $names.company.lower }} devices
{{> "meta-balena/supported-wifi-adapters" }}


Important: Our testing process is only doing a sanity check on the features that are commonly required by balenaOS using the driver provided by the manufacturer. These tests are restricted to:

- Wireless station mode can connect to an AP
- Bluetooth can scan
- A modem can register with a network

Copy link
Contributor

@alexgg alexgg May 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would remove the examples sanity tests as these can change with time.

Leaving the statement as:

Balena's software validation is only doing a sanity check on the features that are commonly required by balenaOS using the driver provided by the manufacturer and the NetworkManager/ModemManager support. Balena cannot guarantee that a modem or chipset is reliable and ready for production. End users should run the necessary tests to completely validate their use case and work with the vendor to resolve problems.

We cannot guarantee that a modem or chipset is reliable and ready for production. You should run the necessary tests to make sure about your hardware compatibility, edge case functioning, etc.

## Supported modems

{{> "meta-balena/supported-modems" }}
Expand Down
Loading