Jump to content

thunderbolt flashed card and ssdt


hotbullet
 Share

6 posts in this topic

Recommended Posts

Dear gurus, and friends. 

 

could you please help me to understand the value and what and where needs to be replaced.

at the moment i have flashed card aic gigabyte titan v2. 

 

my hackintosh could see the thunderbolt in systemreport. however i have connected thunderbolt dock and tb ssd.the device never showed up. i could boot with the ssd that is conncted to the port(this boot drive is usb 10.) 

the thunderbolt disk i connected via usb 4 enclosure. it would mount after boot but as usb drive. the test speed just 1000MB. 

 

i have attached the ioreg file and my screenshots of doubt. how can i replace value from hackindrom ssdt  to match my system?

can i use hackintool pcie menu where there is ioregname and pcie path instead of values from ioreg? 

 

i have tried researching on youtube i could not find any video or similar topics in English. 

 

thank you.

 

 

tb ssdt-Screen.jpg

proart.zip

Link to comment
Share on other sites

On 6/23/2023 at 12:50 PM, Baio77 said:
TB3 is connected to Peg2

image.png.7f1f602ab29bc65cd62dbc98fe38d655.png

 

 

hi thanks for replay in this case. 

 

if this case if the original before modifying is 

 

----------------------------------------------------------------------------------------------

DefinitionBlock ("", "SSDT", 2, "CASEY", "TBTTITAN", 0x00000000)
{
    External (_SB_.PCI0.RP21, DeviceObj)
    External (_SB_.PCI0.RP21.PXSX, DeviceObj)
    External (DTGP, MethodObj)    // 5 Arguments

 

-----------------------------------------------------------------------------------------------

 

i will have to replace     External (_SB_.PCI0.RP21, DeviceObj) =====> to ??? how do i put peg2 in ssdt? where 

 

thanks.
 

Link to comment
Share on other sites

External (_SB_.PCI0.PEG2, DeviceObj) and  External (_SB_.PCI0.PEG2.PEGP, DeviceObj) .
In theory you need to disable the native device and then use SSDT Hack well configured, I need SSDT-TB3 + DSDT origin to be able to set everything correctly.

1325123256_Screenshot2023-06-26alle20_45_30.png.02e5bf5eb6b3c50718959480a9119233.png

PXSX is disabling the native device.

SSDT-TB3-HackinDROM.aml

Test this SSDT , post ioreg

Edited by Baio77
Link to comment
Share on other sites

  • 2 weeks later...
On 6/27/2023 at 1:47 AM, Baio77 said:

External (_SB_.PCI0.PEG2, DeviceObj) and  External (_SB_.PCI0.PEG2.PEGP, DeviceObj) .
In theory you need to disable the native device and then use SSDT Hack well configured, I need SSDT-TB3 + DSDT origin to be able to set everything correctly.

1325123256_Screenshot2023-06-26alle20_45_30.png.02e5bf5eb6b3c50718959480a9119233.png

PXSX is disabling the native device.

SSDT-TB3-HackinDROM.aml 2.04 kB · 5 downloads

Test this SSDT , post ioreg

thanks workes perfect. what is the difference between pxsx and pegp? how do i know when to use what

Link to comment
Share on other sites

 Share

×
×
  • Create New...