varszegimarcell / Optiplex-3020-Hackintosh-OpenCore

This repository contains a guide on how to install macOS on the Dell Optiplex 3020, with the neccesary files.
70 stars 13 forks source link

3020 SFF USB ports kext #52

Closed JohnAker33 closed 3 years ago

JohnAker33 commented 3 years ago

Discussed in https://github.com/varszegimarcell/Optiplex-3020-Hackintosh-OpenCore/discussions/51

Originally posted by **JohnAker33** August 21, 2021 I was noticing the lack of USB 3 in the SFF USB ports kext made with USB Map and included in the releases of this repo. It looks as though the two back panel USB 3 ports are not defined in the USB ports kext made with USB Map. ![Screen Shot 18](https://user-images.githubusercontent.com/79269523/130339064-89d3e4d0-fe23-4f9b-97db-1ca3594d1b67.jpg) The kext made with Hackintool shows SSP1 and SSP2 as the two rear panel USB 3 ports (blue) I mapped those by using a USB 3 flash drive. The two front USB 2 ports appear as HS09 and HS10. ![Hackintool SFF USB Ports kext](https://user-images.githubusercontent.com/79269523/130339099-eaf8e580-69e1-4b55-ac80-5f9fe45a8cb3.png) So if someone could test their back panel USB 3 ports with a USB 3 device and see what speeds they get that would help to clear this up. It may not make a difference in function of the USB 3 ports but I'd be interested to know if it does. Here's how the mapping turned out in Hackintool when I did it manually. It shows the two back panel USB 3 ports functioning at 5 Gbps when a USB 3 flash drive was inserted. All the other USB 2 ports were discovered with either a USB mouse or keyboard. ![3020 SFF USB Port Map](https://user-images.githubusercontent.com/79269523/130339120-bd3df702-f73a-4a93-a02a-3c27fcc9068b.png) Here's my USB Ports kext if anyone wants to use it to test their USB 3 ports. [3020 SFF USBPorts.kext.zip](https://github.com/varszegimarcell/Optiplex-3020-Hackintosh-OpenCore/files/7026440/3020.SFF.USBPorts.kext.zip)
Kinetik commented 3 years ago

I do not know if others have changed the USBMap.kext that i created, but is had included the two SS ports as USB3 correctly before. I am supprised by this issue you are describing. Look to older realeases in the Kext folder for USBMap.kext. If someone changed it, i do not know.

Xtendera commented 3 years ago

I don't think I have changed it, but I don't know if others have. I'll also look through the commits to see if I have made any accidental changes.