Right now, an update, My new Powervault 122T VS80 is seen by Profiler but I cannot get the Kext to load up. Was this compiled for Intel? I have checked in troubleshooting and it does not show up in any way. Here is what profile shows.
SCSI Parallel Domain 65536:
Initiator Identifier: 7
BNCHMARK VS640:
Manufacturer: BNCHMARK
Model: VS640
Revision: 5639
SCSI Target Identifier: 5
SCSI Logical Unit Identifier: 0
BNCHMARK VS640:
Manufacturer: BNCHMARK
Model: VS640
Revision: 5639
SCSI Target Identifier: 5
SCSI Logical Unit Identifier: 1
But looking for Kext shows nothing. I am using OSX 10.5.8 running on
Dual 2GHZ PowerPc G5
4 GB DDR sdram
I do not see any IOSCSITape anywhere even from the Command line!
How do I compile this driver? I looked at the source and I did not see a Makefile. Nor, do I know what the hg command to get the file from the repository is. I know cvs and I am somewhat familiar with GIT but I know nothing of hg.
looking at your mt comand shows:
bash: /usr/local/bin/mt: Bad CPU type in executable
bash-3.2# file /usr/local/bin/mt
/usr/local/bin/mt: Mach-O universal binary with 2 architectures
/usr/local/bin/mt (for architecture x86_64): Mach-O 64-bit executable x86_64
/usr/local/bin/mt (for architecture i386): Mach-O executable i386
Clearly, you compile for Intel and I need to know how to recompile the Kext and the /usr/local/bin/mt command for PowerPc. I have Xcode installed.