Contribute
Register

Problem with Radeon R9 380 PowerColor 4gb . Mac OS 10.12.2

Status
Not open for further replies.
Could you post the results of this command?
Code:
kextstat | grep AMD

macpro:~ laurent$ kextstat | grep AMD

88 2 0xffffff7f825b9000 0x14d000 0x14d000 com.apple.kext.AMDSupport (1.4.8) 467A1A8B-7CA9-3F0E-86F5-B671F8A03BB9 <87 84 12 11 7 5 4 3 1>

89 0 0xffffff7f8274e000 0x7e0000 0x7e0000 com.apple.kext.AMD9000Controller (1.4.8) A9C27A81-2E13-3061-87C8-FB032264433B <88 84 12 11 5 4 3 1>

116 0 0xffffff7f82715000 0x25000 0x25000 com.apple.kext.AMDFramebuffer (1.4.8) 0BE339EC-12BF-34FE-8FF9-A38B82AC724B <88 84 12 11 7 5 4 3 1>

macpro:~ laurent$
 
X4000 is missing, so I guess you won't have acceleration...

I can't boot without modify the X4000 info.plist , i had the same issue after upgrade 10,12,1 to 10,12,2 and also 10,12,2 to 10,12,3
 
Last edited:
Perhaps the problem is here :
Personality: Lagotto
ConnectorInfo count in decimal: 4
Disk offset in decimal 1932256
0000000 00 04 00 00 04 03 00 00 00 01 01 00 00 00 00 00 11 02 04 01 00 00 00 00
0000024 00 08 00 00 04 02 00 00 00 01 02 00 00 00 00 00 21 03 05 03 00 00 00 00
0000048 04 00 00 00 04 02 00 00 00 01 03 00 00 00 00 00 00 00 01 05 00 00 00 00
0000072 04 00 00 00 04 02 00 00 00 01 04 00 00 00 00 00 02 04 06 06 00 00 00 00
0000096
 
Modifying the Info.plist will mess up the file's permissions, so if you didn't fix them the kext remains in an unloadable state. This will "solve" the boot to black screen issue, but you won't have acceleration. You could also delete X4000.kext, it should have the same effect.
 
Modifying the Info.plist will mess up the file's permissions, so if you didn't fix them the kext remains in an unloadable state. This will "solve" the boot to black screen issue, but you won't have acceleration. You could also delete X4000.kext, it should have the same effect.

How may I fix them ?
 
Code:
sudo chown root:wheel -R /System/Library/Extensions/AMDRadeonX4000.kext
sudo chmod 755 -R /System/Library/Extensions/AMDRadeonX4000.kext

-bash: wheel: command not found

macpro:~ laurent$ sudo chown root:wheel -R /System/Library/Extensions/AMDRadeonX4000.kext

chown: -R: No such file or directory

macpro:~ laurent$ sudo chmod 755 -R /System/Library/Extensions/AMDRadeonX4000.kext

chmod: -R: No such file or directory
 
bash-3.2# chown -R 0:0 /System/Library/Extensions/AMDRadeonX4000.kext

bash-3.2# chmod -R 755 /System/Library/Extensions/AMDRadeonX4000.kext
 
Status
Not open for further replies.
Back
Top