Ritz Carltn Posted October 23, 2006 Share Posted October 23, 2006 I'm not sure this topic is proper to this forum. If I missed something, forgive me, please. I try to enable Adaptec29160N SCSI Driver in OSX 10.4.8. As you know, Adaptec2940x.kext is usable in OSX 10.4.1. Since 10.4.3, I can not used Adaptec2940, 29160N SCSI Card. I try to check as followings. ################################################## # #kextload -t /System/Library/Extensions/Adaptec29160x.kext kernel extension /System/Library/Extensions/Adaptec29160x.kext has problems: Validation failures: { "Executable file doesn't contain kernel extension code" = true } Missing dependencies: { "com.apple.iokit.IOSCSIFamily" = "No valid version of this dependency can be found" } ################################################## # Any idea, please. Adaptec29160N Card Information is followings. Adaptec 29160N PCIVEN_9005&DEV_0080&SUBSYS_62A09005&REV_024&CF81C54&0&00F0 Link to comment https://www.insanelymac.com/forum/topic/30964-adaptec29160n-scsi-driver/ Share on other sites More sharing options...
williwilliwilli Posted October 26, 2006 Share Posted October 26, 2006 No answer so far! There does not seem to be much hope for us scsi users... I'd love my two 15k harddrives to make my machine fly, but I have been reading a lot and there does not seem to be an answer. If you get something going, please share! Greets, willi. Link to comment https://www.insanelymac.com/forum/topic/30964-adaptec29160n-scsi-driver/#findComment-216998 Share on other sites More sharing options...
d76 Posted December 8, 2006 Share Posted December 8, 2006 Excuse my English plz... Did you try to look for Achitecture of your kexts? Mine all are PowerPC . I've tried to use the ones from Darwin 801, which worked with my Adaptec 2940U2W (and with OS X 10.4.1), but it dont load. There were some words about "superclass mismatch"... Link to comment https://www.insanelymac.com/forum/topic/30964-adaptec29160n-scsi-driver/#findComment-250754 Share on other sites More sharing options...
Ritz Carltn Posted March 23, 2007 Author Share Posted March 23, 2007 As you know, there were two kind of SCSI Controller for PowerPC and IBM. Firmware is totally different. That's why something happened... But we need developer for Adaptec SCSI Controller. I think there were a little bit simple of developing. Because of MAC OSX 10.4.1 is already working with Adaptec SCSI Controller. First, I insert dev id in Info.Plist 0x00809005 Then I try to load as followings. # kextload -t Adaptec29160x.kext kernel extension Adaptec29160x.kext has problems: Validation failures: { "Executable file doesn't contain kernel extension code" = true } Missing dependencies: { "com.apple.iokit.IOSCSIFamily" = "No valid version of this dependency can be found" } How could I fixed these message? Anybody know about that? Link to comment https://www.insanelymac.com/forum/topic/30964-adaptec29160n-scsi-driver/#findComment-330374 Share on other sites More sharing options...
Recommended Posts