From ba24460f7505cec92ae9349f3e1cf383a59f9f61 Mon Sep 17 00:00:00 2001 From: MattSays Date: Fri, 17 Sep 2021 16:52:03 +0200 Subject: [PATCH 1/3] Added my usb3 workaround --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 379f135..d2956e4 100644 --- a/README.md +++ b/README.md @@ -284,10 +284,17 @@ Not working. ## USB -![MacBookPro13,1 working](https://img.shields.io/badge/MacBookPro13%2C1-working-green.svg) ![MacBookPro13,2 working](https://img.shields.io/badge/MacBookPro13%2C2-working-green.svg) ![MacBookPro13,3 working](https://img.shields.io/badge/MacBookPro13%2C3-working-green.svg) ![MacBookPro14,1 working](https://img.shields.io/badge/MacBookPro14%2C1-working-green.svg) ![MacBookPro14,2 working](https://img.shields.io/badge/MacBookPro14%2C2-working-green.svg) ![MacBookPro14,3 working](https://img.shields.io/badge/MacBookPro14%2C3-working-green.svg) ![MacBookPro16,1 working](https://img.shields.io/badge/MacBookPro16%2C1-working-green.svg) ![MacBookPro16,2 working](https://img.shields.io/badge/MacBookPro16%2C2-working-green.svg) +![MacBookPro13,1 working](https://img.shields.io/badge/MacBookPro13%2C1-working-green.svg) ![MacBookPro13,2 working](https://img.shields.io/badge/MacBookPro13%2C2-working-green.svg) ![MacBookPro13,3 working](https://img.shields.io/badge/MacBookPro13%2C3-working-green.svg) ![MacBookPro14,1 partially working](https://img.shields.io/badge/MacBookPro14%2C1-partially_working-yellow.svg) ![MacBookPro14,2 working](https://img.shields.io/badge/MacBookPro14%2C2-working-green.svg) ![MacBookPro14,3 working](https://img.shields.io/badge/MacBookPro14%2C3-working-green.svg) ![MacBookPro16,1 working](https://img.shields.io/badge/MacBookPro16%2C1-working-green.svg) ![MacBookPro16,2 working](https://img.shields.io/badge/MacBookPro16%2C2-working-green.svg) Works out of the box. +Note that if you are using a MacBookPro14,1 or if you cannot boot into your usb3 and you are running an ArchLinux derivative with a 5.11+ Linux kernel on an USB 3 drive, you can use this workaround ([https://github.com/MattSays/mbp-thunderbolt](https://github.com/MattSays/mbp-thunderbolt)) to make sure the kernel can successfully detect your drive. +Otherwise, If you are running another Linux distro, you will have to make a script that executes this +``` +echo 1 > /sys/bus/pci/rescan +``` +More info: [https://wiki.archlinux.org/title/Thunderbolt#Troubleshooting](https://wiki.archlinux.org/title/Thunderbolt#Troubleshooting) + ## Wi-Fi ![MacBookPro13,1 working](https://img.shields.io/badge/MacBookPro13%2C1-working-green.svg) ![MacBookPro13,2 not working](https://img.shields.io/badge/MacBookPro13%2C2-not_working-red.svg) ![MacBookPro13,3 not working](https://img.shields.io/badge/MacBookPro13%2C3-not_working-red.svg) ![MacBookPro14,1 working](https://img.shields.io/badge/MacBookPro14%2C1-working-green.svg) ![MacBookPro14,2 not working](https://img.shields.io/badge/MacBookPro14%2C2-not_working-red.svg) ![MacBookPro14,3 not working](https://img.shields.io/badge/MacBookPro14%2C3-not_working-red.svg) ![MacBookPro16,1 not working](https://img.shields.io/badge/MacBookPro16%2C1-not_working-red.svg) ![MacBookPro16,2 not working](https://img.shields.io/badge/MacBookPro16%2C2-not_working-red.svg) From cb4beff664e4243af522a5efdbf6d7a34a3f5794 Mon Sep 17 00:00:00 2001 From: MattSays Date: Fri, 17 Sep 2021 16:53:23 +0200 Subject: [PATCH 2/3] Fixed formattings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2956e4..b039d68 100644 --- a/README.md +++ b/README.md @@ -288,8 +288,8 @@ Not working. Works out of the box. -Note that if you are using a MacBookPro14,1 or if you cannot boot into your usb3 and you are running an ArchLinux derivative with a 5.11+ Linux kernel on an USB 3 drive, you can use this workaround ([https://github.com/MattSays/mbp-thunderbolt](https://github.com/MattSays/mbp-thunderbolt)) to make sure the kernel can successfully detect your drive. -Otherwise, If you are running another Linux distro, you will have to make a script that executes this +Note that if you are using a MacBookPro14,1 or if you cannot boot into your usb3 and you are running an ArchLinux derivative with a 5.11+ Linux kernel on an USB 3 drive, you can use this workaround ([https://github.com/MattSays/mbp-thunderbolt](https://github.com/MattSays/mbp-thunderbolt)) to make sure the kernel can successfully detect your drive. +Otherwise, if you are running another Linux distro, you will have to make a script that executes this ``` echo 1 > /sys/bus/pci/rescan ``` From 4012727625626a4a8807c08c4b478cd241a4097d Mon Sep 17 00:00:00 2001 From: MattSays Date: Fri, 17 Sep 2021 16:54:45 +0200 Subject: [PATCH 3/3] Fixed typos --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b039d68..98f4007 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,8 @@ Not working. Works out of the box. -Note that if you are using a MacBookPro14,1 or if you cannot boot into your usb3 and you are running an ArchLinux derivative with a 5.11+ Linux kernel on an USB 3 drive, you can use this workaround ([https://github.com/MattSays/mbp-thunderbolt](https://github.com/MattSays/mbp-thunderbolt)) to make sure the kernel can successfully detect your drive. +Note that if you are using a MacBookPro14,1 or if you cannot boot into your USB 3 drive and you are running an ArchLinux derivative with a 5.11+ Linux kernel on an USB 3 drive, you can use this workaround ([https://github.com/MattSays/mbp-thunderbolt](https://github.com/MattSays/mbp-thunderbolt)) to make sure the kernel can successfully detect your drive. + Otherwise, if you are running another Linux distro, you will have to make a script that executes this ``` echo 1 > /sys/bus/pci/rescan