• Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!

I did read it, but I don't understand how to insert my 5 part path in a 3 part path in the SSDT. How do I split it to do the replacement when doing the find+replace thing..?
Read "For Multiple Thunderbolt Cards" section
 

Attachments

  • Screen Shot 2021-05-13 at 00.55.30 AM.png
    Screen Shot 2021-05-13 at 00.55.30 AM.png
    349 KB · Views: 125
Ran in this. Am I going in the right direction?
It should look like following
Code:
    External (_SB_.PCI0, DeviceObj)    // (from opcode)
    External (_SB_.PCI0.GPP1.PT02.PT20, DeviceObj)    // (from opcode)
    External (_SB_.PCI0.GPP1.PT02.PT20.X162, DeviceObj)    // (from opcode)
    External (DTGP, MethodObj)    // 5 Arguments (from opcode)

    If (_OSI ("Darwin"))
    {
        Scope (\_SB.PCI0.GPP1.PT02.PT20)
        {
            Scope (X162)
            {
                Name (_STA, Zero)  // _STA: Status
            }
 
It should look like following
Code:
    External (_SB_.PCI0, DeviceObj)    // (from opcode)
    External (_SB_.PCI0.GPP1.PT02.PT20, DeviceObj)    // (from opcode)
    External (_SB_.PCI0.GPP1.PT02.PT20.X162, DeviceObj)    // (from opcode)
    External (DTGP, MethodObj)    // 5 Arguments (from opcode)

    If (_OSI ("Darwin"))
    {
        Scope (\_SB.PCI0.GPP1.PT02.PT20)
        {
            Scope (X162)
            {
                Name (_STA, Zero)  // _STA: Status
            }
Oh ok got it! Understand it now! It now shows up in the PCI tab in System Report, but when I plug in a USB-C device, nothing shows up. Anything else to do or to know?

Thanks a lot again mate! Really helping an SSDT noob a lot!
 

Attachments

  • Screen Shot 2021-05-13 at 01.26.44 AM.png
    Screen Shot 2021-05-13 at 01.26.44 AM.png
    112.3 KB · Views: 100
Oh ok got it! Understand it now! It now shows up in the PCI tab in System Report, but when I plug in a USB-C device, nothing shows up. Anything else to do or to know?

Thanks a lot again mate! Really helping an SSDT noob a lot!
No PR files attached.
 
  1. ThunderbolEX 3-TR / TITAN
  2. ASUS
  3. AIC
  4. Slot 2
  5. THB_C connected to the card
  6. No TB BIOS Settings
  7. ASUS B550-F WiFi
  8. AMD 3900X
  9. 11.2.1
  10. Attached
  11. Kextcache output
 

Attachments

  • Will’s Mac Pro.zip
    Will’s Mac Pro.zip
    963.6 KB · Views: 84
  • OC.zip
    OC.zip
    21 MB · Views: 85
  • Screen Shot 2021-05-13 at 02.15.37 AM.png
    Screen Shot 2021-05-13 at 02.15.37 AM.png
    11.7 MB · Views: 97
  • Screen Shot 2021-05-13 at 02.16.52 AM.png
    Screen Shot 2021-05-13 at 02.16.52 AM.png
    6.6 MB · Views: 116
  • Screen Shot 2021-05-13 at 02.19.41 AM.png
    Screen Shot 2021-05-13 at 02.19.41 AM.png
    1.3 MB · Views: 119
  1. ThunderbolEX 3-TR / TITAN
  2. ASUS
  3. AIC
  4. Slot 2
  5. THB_C connected to the card
  6. No TB BIOS Settings
  7. ASUS B550-F WiFi
  8. AMD 3900X
  9. 11.2.1
  10. Attached
  11. Kextcache output
Thunderbolt implementation seems fine. What TB Device are you testing?
 
Thunderbolt implementation seems fine. What TB Device are you testing?
I'm just testing USB-C right now, all my TB devices are in luggage right now. But USB should work right?
 
I'm just testing USB-C right now, all my TB devices are in luggage right now. But USB should work right?
Is that a USB Type-C flash drive? Yes, the Type-C device should work.
 
Is that a USB Type-C flash drive? Yes, the Type-C device should work.
It's an external SSD connected with a USB-C cable. Nothing fancy. I'll test some more tomorrow!
Thanks mate
 

Forum statistics

Threads
1,925
Messages
17,929
Members
27,716
Latest member
jstex