Contribute
Register

Esata pci card not appearing in Mavericks

Status
Not open for further replies.
Joined
Oct 22, 2012
Messages
106
Motherboard
GIGABYTE GA-Z77X-UP5 TH
CPU
i7-3770K
Graphics
GT 640
Mobile Phone
  1. iOS
I have installed one of these cards in my machine:

http://eshop.macsales.com/item/NewerTech/MXPCIE6G2S2/

I can see it in the BIOS but not within Mavericks.

Is there a BIOS setting I need to apply that I have missed? Or perhaps something to install?

I would greatly welcome any suggestions.

Thx
Felix
 
I have installed one of these cards in my machine:

http://eshop.macsales.com/item/NewerTech/MXPCIE6G2S2/

I can see it in the BIOS but not within Mavericks.

Is there a BIOS setting I need to apply that I have missed? Or perhaps something to install?

I would greatly welcome any suggestions.

Thx
Felix

I don't think the card itself will show up anywhere unless there are devices connected to it; in that case, those devices should show up under SATA/SATA Express in System Information.
 
You can add to your config.plist
Code:
    <key>KernelAndKextPatches</key>
    <dict>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Generic AHCI Vendor -> ASMedia</string>
                <key>Name</key>
                <string>AppleAHCIPort</string>
                <key>Find</key>
                <data>R2VuZXJpYw==</data>
                <key>Replace</key>
                <data>QVNNZWRpYQ==</data>
                <key>InfoPlistPatch</key>
                <true/>
            </dict>
        </array>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Arbitrary</key>
        <array>
            <dict>
                <key>PciAddr</key>
                <string>[COLOR=#ff0000]??:00.00[/COLOR]</string>
                <key>Comment</key>
                <string>ASMedia 1061</string>
                <key>CustomProperties</key>
                <array>
                    <dict>
                        <key>Key</key>
                        <string>AAPL,slot-name</string>
                        <key>Value</key>
                        <string>[COLOR=#ff0000]PCIe Slot ?[/COLOR]</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>model</string>
                        <key>Value</key>
                        <string>ASMedia ASM1061</string>
                    </dict>
                    <dict>
                        <key>Key</key>
                        <string>device_type</string>
                        <key>Value</key>
                        <string>AHCI Controller</string>
                    </dict>
                </array>
            </dict>
        </array>
    </dict>
 
Status
Not open for further replies.
Back
Top