diff --git a/SUMMARY.md b/SUMMARY.md index 1bbd11a..0a2c5e6 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -39,8 +39,9 @@ * [Untitled](developer-documentation/python-api/untitled.md) * [Contributing to the Module Repository](developer-documentation/contributing-to-the-module-repository.md) -## FAQ / Troubleshooting +## FAQ / Troubleshooting +* [MacOS Support](faq/macos-support.md) * [Establishing an Internet Connection](faq/establishing-an-internet-connection/README.md) * [Configuring a Client Mode Connection](faq/establishing-an-internet-connection/configuring-a-client-mode-connection.md) * [Configuring ICS on Linux](faq/establishing-an-internet-connection/configuring-ics-on-linux.md) @@ -55,4 +56,3 @@ * [MK7 LED Mod Installation](extras/untitled.md) * [MK7 Kismet Case Installation](extras/mk7-kismet-case-installation.md) - diff --git a/faq/establishing-an-internet-connection/configuring-ics-on-windows.md b/faq/establishing-an-internet-connection/configuring-ics-on-windows.md index 3609e3d..f05a421 100644 --- a/faq/establishing-an-internet-connection/configuring-ics-on-windows.md +++ b/faq/establishing-an-internet-connection/configuring-ics-on-windows.md @@ -1,2 +1,5 @@ # Configuring ICS on Windows +On Windows, Internet Connection Sharing is achieved by using Window's "Network Sharing" feature, by sharing one internet-enabled interface to the WiFi Pineapples. + +The diff --git a/faq/macos-support.md b/faq/macos-support.md new file mode 100644 index 0000000..3b59a41 --- /dev/null +++ b/faq/macos-support.md @@ -0,0 +1,11 @@ +# MacOS Support + +Starting with macOS Big Sur (macOS 11), changes to the driver model has broken support for the WiFi Pineapple Mark 7's USB Ethernet ASIX chipset. + +An unstable driver is available on [**Plugable's**](https://plugable.com/blogs/news/new-asix-driver-fixes-macos-11-big-sur-ethernet)** **website. + +It is recommended to instead use a Linux or Windows computer when operating the WiFi Pineapple Mark 7 via it's USB-C connection. + +{% hint style="danger" %} +Because of recent changes to macOS's device driver model, macOS is not supported. +{% endhint %}