From e5f59af24cb72a5be866b008e9d058962f1a06e0 Mon Sep 17 00:00:00 2001 From: arch1mede Date: Sun, 7 Apr 2024 21:21:57 -0700 Subject: [PATCH] Update faq.md Added a MacOSX fix for kb/mouse not working --- docs/faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index bec17c77..578f9dfb 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -512,6 +512,11 @@ As a first step, we recommend carefully reading our documentation on [GitHub](ht ??? question "What speed is the USB OTG port?" Per the official RPI documentation, this is a limitation of the SoC. The OTG port is only USB2.0, so is limited to 455 Mbit/s. +??? question "On MacOSX, my mouse/keyboard does not work!" + There are a few fixes the community has suggested: + If using a USB-C to USB-C cable, you need to use the included USB-C to USB-A cable then use a USB-A to USB-C adapter + You may need to allow new accessories to connect. [Source](https://support.apple.com/en-us/102282) + ## Web UI problems