From d694c7011f6cde45310f0ead1375f03bbfc645d0 Mon Sep 17 00:00:00 2001 From: Ryan Cooke Date: Wed, 8 Jan 2025 10:30:37 +0000 Subject: [PATCH 1/2] reference/wifi-dongles.md: Remove list of supported modems The list of supported wifi dongles and modems is out of date and sets an uneralistic expectation for hardware compatibility - its better to remove this until we actually have a proper modem story Change-type: patch Signed-off-by: Ryan Cooke --- pages/reference/hardware/wifi-dongles.md | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/pages/reference/hardware/wifi-dongles.md b/pages/reference/hardware/wifi-dongles.md index aec52cd337..b3a90aa843 100644 --- a/pages/reference/hardware/wifi-dongles.md +++ b/pages/reference/hardware/wifi-dongles.md @@ -1,24 +1,13 @@ --- -title: Supported WiFi adapters -excerpt: WiFi adapters known to work with {{ $names.company.lower }} devices +title: WiFi adapters and Modems +excerpt: Notes on WiFi adapter and modem compatibility with balenaOS --- -# Supported Wifi Adapters +# Wifi Adapters and Modems -{{> "meta-balena/supported-wifi-adapters" }} +Balena's software validation is only doing a [sanity check](https://github.com/balena-os/meta-balena/tree/1fb02321afaaea4e43e296ae556e628a1dfed530/tests/suites/os/tests/modem) on features that are commonly required by balenaOS. To run these tests, we use a sample modem with the driver provided by the manufacturer and the NetworkManager/ModemManager support. -Balena's software validation is only doing a sanity check on features that are commonly required by balenaOS. To run these tests, we use 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 from our end. End users should run the necessary tests to validate their use case end-to-end and work with the vendor to resolve issues. - -## Supported modems - -{{> "meta-balena/supported-modems" }} - - -## WiFi USB Dongle - -{{> "meta-balena/supported-wifi-usb-dongle" }} +Balena cannot guarantee that a specific modem or chipset is reliable and ready for production from our end. End users should run the necessary tests to validate their use case end-to-end and work with the vendor to resolve issues. ### Configuration From 48061c4fd36623611042a114028b37ea860dd01e Mon Sep 17 00:00:00 2001 From: Ryan Cooke Date: Tue, 14 Jan 2025 11:44:44 +0000 Subject: [PATCH 2/2] remove fetching of modem and wifi adapter text from meta-balena Change-type: patch Signed-off-by: Ryan Cooke --- tools/fetch-external.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/fetch-external.sh b/tools/fetch-external.sh index ddd8edc15e..543c70023b 100755 --- a/tools/fetch-external.sh +++ b/tools/fetch-external.sh @@ -35,11 +35,11 @@ curl --fail --show-error -o shared/masterclass/debugging/supervisor.md -L https: cd shared/meta-balena/ && { curl --fail --show-error -o meta-balena.md -L https://raw.githubusercontent.com/balena-os/meta-balena/master/README.md # Extract modem text - ../../tools/extract-markdown.sh "Modems" supported-modems.md + # ../../tools/extract-markdown.sh "Modems" supported-modems.md # Extract Wifi adapters - ../../tools/extract-markdown.sh "WiFi Adapters" supported-wifi-adapters.md + # ../../tools/extract-markdown.sh "WiFi Adapters" supported-wifi-adapters.md # Extract Recommended WiFi USB dongle - ../../tools/extract-markdown.sh "Recommended WiFi USB dongle" supported-wifi-usb-dongle.md + # ../../tools/extract-markdown.sh "Recommended WiFi USB dongle" supported-wifi-usb-dongle.md # Extract config.json ../../tools/extract-markdown.sh "config.json" config-json.md rm meta-balena.md