Help - Search - Members - Calendar
Full Version: JMicron 363 AHCI shown as unknown
InsanelyMac Forum > OSx86 Project > Hardware and Drivers > SATA/IDE Controllers
Charon123
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:
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


MacUser2525
QUOTE(Charon123 @ Sep 25 2008, 07:33 AM) *
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.
Charon123
QUOTE(MacUser2525 @ Sep 25 2008, 05:04 PM) *
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!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.