Advertisement
vicendominguez

UNSTABLE LIANLI - Lian Li EX-503 - Mac OS 10.6.x

May 20th, 2012
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. UNSTABLE LIANLI - Lian Li EX-503 - Mac OS 10.6.x - Snow Leopard (English Version)
  2. -----------------------------------------------------------------------------------
  3.  
  4. E-SATA
  5.  
  6. - SiliconImage included with the pack is a must. There are problem with other cheaper cards.
  7. - There is a trick in Mac Pro which use internal sata ports for e-sata. FORBIDDEN!!!
  8. - Warning: this config is very unstable. Later patch or updates can be incompatible.
  9. - Workflow:
  10.  
  11. - Install Hardware and card. Warning: Harddisk in RAID5 config is not extensible later.
  12. - We create a new folder in Applications folder. (ex: LIANLI-RAID)
  13. - Download from SiliconImage webpage the driver: Sil3132r5_1.7.5.0_Sil_Pkg_mpkg
  14. - Install package and not reboot or you will get a CRASH OF THE DEATH!
  15. - mv /System/Library/Extensions/SiliconImage3132r5.kext /Applications/LIANLI-RAID/
  16. - touch /System/Library/Extensions
  17.  
  18. - Reboot and breath.
  19. - If you are lucky you will see in About this Mac - More information - Hardware - PCI Cards another storage controller.
  20. - If that is ok, continue:
  21.  
  22. - cd /Applications/LIANLI-RAID/SiliconImage3132r5.kext/Contents/
  23. - Edit Info.plist and we change/put this lines:
  24.  
  25. <key>IOPCIClassMatch</key>
  26. <string>0x01800000</string>
  27. <key>IOPCIMatch</key>
  28. <string>0x35311095</string>
  29.  
  30. Info:
  31. IOPCIClassMatch is for cardtype. In our case, for RAID5 storage cards is 0x01800000
  32. IOPCIMatch is found in About this Mac - More information - Hardware - PCI Cards another storage controller - you will see it in the card's name, in this case: pci1095,3531.
  33.  
  34. - Now:
  35. - Open automator.
  36. - Paste the next lines:
  37.  
  38.  
  39. on run {input, parameters}
  40.  
  41. do shell script "sudo kextload /Applications/LIANLI-RAID/SiliconImage3132r5.kext" with administrator privileges
  42. return input
  43.  
  44. end run
  45.  
  46.  
  47. - Save it in the desktop.
  48. - When we need the storage, click on the icon.
  49. - If all is ok you will see a new unit on the Mac.
  50.  
  51. - To configure RAID type, you need the program inside of the CD (it comes with the hw)
  52.  
  53.  
  54. troubleshooting
  55.  
  56.  
  57. If you get a crash-of-the-death when you click on the automator icon is possible the card does not talk with the OS and may be you need to reboot the system and LIANLI.
  58.  
  59.  
  60. test banking with:
  61.  
  62. Mac Pro early 2008
  63. Snow Leopart 10.6.8
  64. Lian Li EX-50
  65. 5xHD SATA
  66. Config with RAID 5
  67.  
  68. AUTHOR
  69.  
  70. Vicente
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement