Contribute
Register

HD5970 kext for yosemite?

Status
Not open for further replies.
Joined
Aug 28, 2011
Messages
16
Motherboard
MSI Z170A Gaming M5
CPU
i7 6700k
Graphics
EVGA 980Ti GTX SC
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Guys, I am looking for a solution to get QE/CI working for HD5970 on 10.x. Tried older kexts from 10.9.4 but its not working :(.
Any help would be appreciated.

-Amit
 
bump!
anyone?
 
Guys, I am looking for a solution to get QE/CI working for HD5970 on 10.x. Tried older kexts from 10.9.4 but its not working :(.
Any help would be appreciated.

-Amit

Is the booting going fine??

Which bootloader?

What are the AMD* kexts are loaded?

What is the device id of the GFX card.?
 
Is the booting going fine??

Which bootloader?

What are the AMD* kexts are loaded?

What is the device id of the GFX card.?
Thanks for replying.
I am using Multibeast Yosemite edition which contains Chimera bootloader.
device ID is 0x689C1002. I tried to edit AMD5000controller and AMDRadeonx3000 kexts with my device ID but no luck with it.

Don't know about how to check which kexts are loaded? can you explain?
 
Thanks for replying.
I am using Multibeast Yosemite edition which contains Chimera bootloader.
device ID is 0x689C1002. I tried to edit AMD5000controller and AMDRadeonx3000 kexts with my device ID but no luck with it.

After editing the kext you have to install it with utilities like Kext Wizard, etc. Simply copying to /S/L/E will not be effective or you have to assign proper permissions to the copied kexts through terminal.

After installing the kext, execute repair permission & rebuild caches.

Don't know about how to check which kexts are loaded? can you explain?

You can check whether kexts loaded or not with below command
Code:
kextstat ¦grep -y amd*
 
After editing the kext you have to install it with utilities like Kext Wizard, etc. Simply copying to /S/L/E will not be effective or you have to assign proper permissions to the copied kexts through terminal.

After installing the kext, execute repair permission & rebuild caches.



You can check whether kexts loaded or not with below command
Code:
kextstat ¦grep -y amd*

I know about using kexts, installed them with Kext Utility. one thing I am reading everywhere is that people asks to edit AMDRadeonAccelerator.kext but in my case, there is no such kext under S/L/E in 10.10.

Currently I have to reinstall mac again as I messed many files in order to get display to work properly. and now its unable to boot.
 
Here is the kextstat output.

Index Refs Address Size Wired Name (Version) <Linked Against>
11 17 0xffffff7f8137a000 0x9000 0x9000 com.apple.iokit.IOACPIFamily (1.4) <7 6 4 3>
12 22 0xffffff7f80b24000 0x2f000 0x2f000 com.apple.iokit.IOPCIFamily (2.9) <7 6 5 4 3>
16 1 0xffffff7f81373000 0x7000 0x7000 com.apple.iokit.IOReportFamily (31) <5 4 3>
17 5 0xffffff7f80a47000 0x26000 0x26000 com.apple.iokit.IOStorageFamily (2.0) <7 6 5 4 3 1>
35 2 0xffffff7f81098000 0x76000 0x76000 com.apple.iokit.IOHIDFamily (2.0.0) <15 7 6 5 4 3 2 1>
38 0 0xffffff7f81cfb000 0xb000 0xb000 com.apple.driver.AppleEFINVRAM (2.0) <37 7 6 5 4 3 1>
39 2 0xffffff7f80f2a000 0x2c000 0x2c000 com.apple.iokit.IONetworkingFamily (3.2) <7 6 5 4 3 1>
43 2 0xffffff7f815d7000 0x16000 0x16000 com.apple.iokit.IOAHCIFamily (2.7.0) <5 4 3 1>
45 8 0xffffff7f80f69000 0x65000 0x65000 com.apple.iokit.IOUSBFamily (705.4.14) <12 7 5 4 3 1>
58 2 0xffffff7f80ae2000 0x2b000 0x2b000 com.apple.iokit.IOSCSIArchitectureModelFamily (3.7.0) <5 4 3 1>
63 2 0xffffff7f8130e000 0xe000 0xe000 com.apple.iokit.IOSerialFamily (11) <7 6 5 4 3 1>
68 4 0xffffff7f81383000 0xa000 0xa000 com.apple.driver.IOPlatformPluginFamily (5.8.0d49) <11 7 6 5 4 3>
76 7 0xffffff7f813d4000 0x3b000 0x3b000 com.apple.iokit.IOGraphicsFamily (2.4.1) <12 7 5 4 3 1>
81 0 0xffffff7f814cb000 0xaa000 0xaa000 com.apple.iokit.IOBluetoothFamily (4.3.0f10) <16 7 5 4 3 1>
88 0 0xffffff7f81dce000 0x11f000 0x11f000 com.apple.kext.AMDSupport (1.2.8) <87 76 12 11 7 5 4 3 1>
90 1 0xffffff7f81300000 0x4000 0x4000 com.apple.iokit.IOSMBusFamily (1.1) <5 4 3>
93 0 0xffffff7f8192e000 0x5000 0x5000 com.apple.driver.AppleUpstreamUserClient (3.6.1) <76 12 11 7 5 4 3 1>
96 1 0xffffff7f81f07000 0x6c000 0x6c000 com.apple.iokit.IOAcceleratorFamily2 (156.4) <76 12 7 6 5 4 3 1>
97 0 0xffffff7f81f73000 0x3a8000 0x3a8000 com.apple.AMDRadeonX3000 (1.2.8) <96 76 12 7 5 4 3 1>
 
Here is the kextstat output.

Share the output of the command which is mentioned on the previous post. simply using kextstat will display all the loaded kexts.

In your case AMD5000Controller is showing on the output.

What is showing on the System Information > Graphics/Displays ??

Have you tried with different frame buffer??
 
Status
Not open for further replies.
Back
Top