Charon123 Posted September 25, 2008 Share Posted September 25, 2008 Hi, Got hing almost working perfectly, except my JMicron controller (AHCI, not IDE) is shown as unknown AHCI controller. I know from a former Kalyway-install, it can be shown as JMicron, but how do I do that? (see below for current config) EDIT: Finally did my homework.....edited AppleAHCIPort.kext and put the JMicroncode in it. Works like charm. For the interested, here's the code: <key>JMicronAHCI</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Chipset Name</key> <string>JMB36x AHCI</string> <key>IOClass</key> <string>AppleAHCI</string> <key>IOPCIPrimaryMatch</key> <string>0x2368197b 0x2363197b</string> <key>IOProbeScore</key> <integer>2000</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>Vendor Name</key> <string>JMicron</string> </dict> Put it in AppleAHCIPort.kext, just beneath tje GenericAHCI key Link to comment https://www.insanelymac.com/forum/topic/127985-jmicron-363-ahci-shown-as-unknown/ Share on other sites More sharing options...
MacUser2525 Posted September 25, 2008 Share Posted September 25, 2008 Hi, Got hing almost working perfectly, except my JMicron controller (AHCI, not IDE) is shown as unknown AHCI controller. I know from a former Kalyway-install, it can be shown as JMicron, but how do I do that? (see below for current config) Try the attached fix it has the Jmicron controller in the modified AppleAHCIPort.kext's Info.plist. AHCIFix.zip Link to comment https://www.insanelymac.com/forum/topic/127985-jmicron-363-ahci-shown-as-unknown/#findComment-905638 Share on other sites More sharing options...
Charon123 Posted September 25, 2008 Author Share Posted September 25, 2008 Try the attached fix it has the Jmicron controller in the modified AppleAHCIPort.kext's Info.plist. Found it out already (see edit at #1), but thanks anyway! Link to comment https://www.insanelymac.com/forum/topic/127985-jmicron-363-ahci-shown-as-unknown/#findComment-905803 Share on other sites More sharing options...
Recommended Posts