From 0e14e4f80d5b1973cbb58c5c76157240010b43ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= Date: Thu, 6 Jun 2024 09:31:28 +0000 Subject: [PATCH] Update about WiFi driver --- content/documentation/PineTab2/Development/Known_issues.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/documentation/PineTab2/Development/Known_issues.adoc b/content/documentation/PineTab2/Development/Known_issues.adoc index 4ace9733..7551af2a 100644 --- a/content/documentation/PineTab2/Development/Known_issues.adoc +++ b/content/documentation/PineTab2/Development/Known_issues.adoc @@ -15,7 +15,7 @@ menu: == Wi-Fi and Bluetooth -* The https://gitlab.com/TuxThePenguin0/bes2600[BES2600 Wi-Fi driver] needs major cleanup and bugfixing (at the moment it often causes system crashes). This is a priority, but for now, you can USB tether a phone or use a supported WI-FI dongle. There are at least two code releases available, with two respective/non-interchangeable firmware versions. +* The https://gitlab.com/TuxThePenguin0/bes2600[BES2600 Wi-Fi driver] needs major cleanup and bugfixing (at the moment it often causes system crashes). This is a priority, but for now, you can USB tether a phone or use a supported WI-FI dongle. There are at least two code releases available, with two respective/non-interchangeable firmware versions. Kernel 6.9.2-danctnix1-1-pinetab2 has a somewhat working WiFi driver. * The BES2600 Bluetooth driver needs to be implemented. * Hardware bugs - the power and reset circuitry is not properly implemented in the circuitry, so hard reset of the chip (in the theoretical case it freezes) is impossible without power cycling the whole board. @@ -25,4 +25,4 @@ menu: == Suspend -* Suspend does not currently work reliably due to a driver issue. It is therefore disabled in the factory image. Caveat Emptor if you chose to unmask the feature prior to it being fixed. \ No newline at end of file +* Suspend does not currently work reliably due to a driver issue. It is therefore disabled in the factory image. Caveat Emptor if you chose to unmask the feature prior to it being fixed.