Jump to content
5 posts in this topic

Recommended Posts

On my x1800xt I put my device ID in the ATIRAdeonX1000.kext and used ATYinject. Might work for you. How do U do that?

 

- You need to find your device ID. I'd install OSx86 tools and use the "view PCI device/vendor ID". If you have windows installed check the device manager. You need something that looks like vendor=1002 device=7192

- Drag ATIRadeonX1000.kext from the System/Library/Extensions folder to your desktop.

-save a backup of the x1000.kext

- right click and show package contents of x1000.kext

-open the contents folder

-open the Info.plist file (with textedit)

-scroll down to the IOPCIMatch section, you'll see a bunch of deivces like:

 

<key>IOPCIMatch</key>

<string>0x71871002 0x72101002 0x71DE1002 0x71461002 0x71421002 0x71091002 0x71C51002 0x71C01002 0x72401002 0x72491002 0x72911002</string>

 

you need to change one of them to that it reads your device. Using the above example 0x71921002

 

- double check your work

- save the text doc

- use kexthelper to install the kext

- the cache will re-build.

-reboot and pray

 

 

For sound try the voodooHDA driver.

 

Khan

On my x1800xt I put my device ID in the ATIRAdeonX1000.kext and used ATYinject. Might work for you. How do U do that?

 

- You need to find your device ID. I'd install OSx86 tools and use the "view PCI device/vendor ID". If you have windows installed check the device manager. You need something that looks like vendor=1002 device=7192

- Drag ATIRadeonX1000.kext from the System/Library/Extensions folder to your desktop.

-save a backup of the x1000.kext

- right click and show package contents of x1000.kext

-open the contents folder

-open the Info.plist file (with textedit)

-scroll down to the IOPCIMatch section, you'll see a bunch of deivces like:

 

<key>IOPCIMatch</key>

<string>0x71871002 0x72101002 0x71DE1002 0x71461002 0x71421002 0x71091002 0x71C51002 0x71C01002 0x72401002 0x72491002 0x72911002</string>

 

you need to change one of them to that it reads your device. Using the above example 0x71921002

 

- double check your work

- save the text doc

- use kexthelper to install the kext

- the cache will re-build.

-reboot and pray

 

 

For sound try the voodooHDA driver.

 

Khan

 

Just did it, nothing happened. Still same problem.

  • 2 weeks later...
×
×
  • Create New...