Jump to content
9 posts in this topic

Recommended Posts

Hi everyone!I have this card installed and I finally have it working and recognized under XP x64, with one hard drive attached and formatted. However, SL does not see the card after installing the 10.6 base driver (I do not need the raid functionality; just needed to add another hdd and another burner). When I do a "ioreg -b -x -l | grep 3132" I get :

" | | | | "compatible" = <706369313431322c3336333000706369313431322c31373234$".

 

and when I do "lspci" I get "09:03.0 SCSI storage controller: Silicon Image, Inc. SiI 3132 Serial ATA Raid II Controller (rev 01)".

 

My motherboard is a Supermicro X7DAL-E in case that helps, running SL via the iHack boot disc. The card does not show under System profiler either. :)

Hi everyone!I have this card installed and I finally have it working and recognized under XP x64, with one hard drive attached and formatted. However, SL does not see the card after installing the 10.6 base driver (I do not need the raid functionality; just needed to add another hdd and another burner). When I do a "ioreg -b -x -l | grep 3132" I get :

" | | | | "compatible" = <706369313431322c3336333000706369313431322c31373234$".

 

and when I do "lspci" I get "09:03.0 SCSI storage controller: Silicon Image, Inc. SiI 3132 Serial ATA Raid II Controller (rev 01)".

 

My motherboard is a Supermicro X7DAL-E in case that helps, running SL via the iHack boot disc. The card does not show under System profiler either. :)

 

Have you checked for a Sil3132 kext in /System/Library/Extensions and also if your card device ID is in the kext Info.plist file......?

Have you checked for a Sil3132 kext in /System/Library/Extensions and also if your card device ID is in the kext Info.plist file......?

 

Thank you for responding man... I actually have two kexts: one is SI3124r5.kext, the other is SiliconImage3124u.kext. The plist from the first one is:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">'>http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleExecutable</key>

<string>Si3124r5</string>

<key>CFBundleGetInfoString</key>

<string>1.3.0d4, Copyright 2005 Silicon Image, Inc.</string>

<key>CFBundleIdentifier</key>

<string>com.sii.driver.Si3124r5</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleShortVersionString</key>

<string>1.3.0d4</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>1.3.0d4</string>

<key>IOKitPersonalities</key>

<dict>

<key>Si3124r5</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.sii.driver.Si3124r5</string>

<key>IOClass</key>

<string>CSI3124</string>

<key>IOKitDebug</key>

<integer>65535</integer>

<key>IOPCIMatch</key>

<string>0x31241095</string>

<key>IOProbeScore</key>

<integer>0</integer>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>Physical Interconnect</key>

<string>SCSI Parallel Interface</string>

<key>Physical Interconnect Location</key>

<string>Internal/External</string>

<key>Read Time Out Duration</key>

<integer>30000</integer>

<key>Write Time Out Duration</key>

<integer>30000</integer>

</dict>

</dict>

<key>OSBundleLibraries</key>

<dict>

<key>com.apple.iokit.IOPCIFamily</key>

<string>1.4</string>

<key>com.apple.iokit.IOSCSIParallelFamily</key>

<string>1.3.6</string>

<key>com.apple.kernel.iokit</key>

<string>6.9.9</string>

<key>com.apple.kernel.libkern</key>

<string>6.9.9</string>

<key>com.apple.kernel.mach</key>

<string>6.9.9</string>

</dict>

<key>OSBundleRequired</key>

<string>Root</string>

</dict>

</plist>

 

And the second one is:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleExecutable</key>

<string>SiliconImage3124u</string>

<key>CFBundleIdentifier</key>

<string>com.SiliconImage.driver.Si3124u</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>SiliconImage3124u</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>2.0.5</string>

<key>IOKitPersonalities</key>

<dict>

<key>SiDriver</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.SiliconImage.driver.Si3124u</string>

<key>IOClass</key>

<string>Si3124</string>

<key>IOKitDebug</key>

<integer>0</integer>

<key>IOPCIMatch</key>

<string>0x31241095</string>

<key>IOProbeScore</key>

<integer>500</integer>

<key>IOProviderClass</key>

<string>IOPCIDevice</string>

<key>Physical Interconnect</key>

<string>SCSI Parallel Interface</string>

<key>Physical Interconnect Location</key>

<string>External</string>

<key>Read Time Out Duration</key>

<integer>30000</integer>

<key>Write Time Out Duration</key>

<integer>30000</integer>

</dict>

</dict>

<key>OSBundleLibraries</key>

<dict>

<key>com.apple.iokit.IOPCIFamily</key>

<string>1.4</string>

<key>com.apple.iokit.IOSCSIParallelFamily</key>

<string>1.3.6</string>

<key>com.apple.kpi.iokit</key>

<string>8.0</string>

<key>com.apple.kpi.libkern</key>

<string>8.0</string>

<key>com.apple.kpi.mach</key>

<string>8.0</string>

</dict>

<key>OSBundleRequired</key>

<string>Local-Root</string>

</dict>

</plist>

 

What do I need to do?

Thank you for responding man... I actually have two kexts: one is SI3124r5.kext, the other is SiliconImage3124u.kext. The plist from the first one is:

 

What do I need to do?

 

See here...... :(

  • 2 weeks later...
  • 1 month later...
  • 3 weeks later...
Unfortunately that did not work...it was the first place I went to looking for drivers; nstalled the beta base driver and the card doesn't show up anywhere in my system except when I do a lspci...

 

Run your Snow Leopard in 32-bit mode. AFAIK any 3124 card (raid or non-raid) isn't supported under 64-bit Snow Leopard. I have been using a SYBA 3124 PCI card for my 4 SATA optical drives for quite a while with complete success since 10.6.

 

Hi can i use a 1TB sata disk on a SL 10.6.3 or it is to high

 

You can use any size of drive under SL 10.6.3 - the maximum size limitation lies on what your controller can support.

  • 5 weeks later...
Have you checked for a Sil3132 kext in /System/Library/Extensions and also if your card device ID is in the kext Info.plist file......?

 

Hi verdant

 

I presume you're jist is to add 3124 dev id to the 3132 64bit kext... ?

 

Has anybody tried this yet? does it work ?

 

Rgds

D

  • 2 months later...
Run your Snow Leopard in 32-bit mode. AFAIK any 3124 card (raid or non-raid) isn't supported under 64-bit Snow Leopard. I have been using a SYBA 3124 PCI card for my 4 SATA optical drives for quite a while with complete success since 10.6.

 

There are actually 64-bit drivers for the 3124 chipset, they were just not widely known. See my post here.

 

Hi verdant

 

I presume you're jist is to add 3124 dev id to the 3132 64bit kext... ?

 

Has anybody tried this yet? does it work ?

 

Rgds

D

 

I don't think that will work. See my recent post for a functional 64-bit driver for the 3124 chipset.

×
×
  • Create New...