Adaptec 29160 // 2940 // SCSI connection...  


  1. Posts : 26
    Windows 7/64pro(SSD)
       #1

    Adaptec 29160 // 2940 // SCSI connection...


    I have an Adaptec 2940AU card from my old 32bit system. I used it to drive a Nikon scanner with a 50pin-50pin connection cable. Now, that card is not supported under W7/64 for my new PC.

    I have also an Adaptec 29320LPE: External: 68pin VHDCI, Internal 68pin Ultra320 (PCI-e)

    I have an Adaptec 29160: External 68-pin LVD, plus internal { 68pin LVD; 68pin UW-SCSI; 50pin Ultra SCSI } (PCI)

    I have googled around until I have a headache. How to use what I have got to get the Nikon scanner working on my W7/64. I have PCI and PCI-e slots available. I have not found a 68-50 adaptor cable, which seems basically what I need to use either of these. Then there is also a question about this requirement in the Nikon manual: DOS ASPI-compatible SCSI board with WINASPI.DLL. Are these two faster boards DOS ASPI-compatible? As I understand it, WinAspi is a DLL which must serve Aspi calls on the SCSI device? The faster boards have 64-bit drivers, so....?

    I am not a computer geek who has all this stuff at their fingertips, but I am sure there will be such a person on your site.
      My Computer


  2. Posts : 9,582
    Windows 8.1 Pro RTM x64
       #2
      My Computer


  3. Posts : 26
    Windows 7/64pro(SSD)
    Thread Starter
       #3

    Some help, need more...


    OK, those are useful, but raise a new question: how do I tell the difference between a 50-way Centronics and a 50-way half pitch D connector, I have looked around and even found Lindy Connections but the pictures are too small to figure the difference. Also, is there some sort of 'termination' problem to sort out when going from the 68 LVD, whatever that is, to the 50way? Sorry to be so thick, but....

    Also, I need to know about this ASPI question, if possible.
      My Computer


  4. Posts : 26
    Windows 7/64pro(SSD)
    Thread Starter
       #4

    Further to my last... I have managed to find a scrap, a miserable scrap, from the Nikon site. The panel-mounted receptacle for the SCSI cable connection is described as
    Female half-pitch 50-pin

    SCSI connector
    which suggests to me that I need a 68-way xxxx to 50-way half-pitch D male Thumb clip type as listed in your ref. link.

    This is a photo of my old Nikon SCSI cable. It looks more D connecter than Centronics, from my distant past, but why 'half pitch'?




      My Computer


  5. Posts : 9,582
    Windows 8.1 Pro RTM x64
       #5

    This gives a guide on the connectors associated with SCSI. SCSI Explained Ultra LVD Cable Connector Guide - Advanced Horizons

    The Centronics connectors are referenced as CN50-M and CN50-F. These were the older external connectors, and they have been superceded by smaller versions, usually termed as half pitch. These connectors are termed HD50-M and HD50-F.

    From what you have said, you require a HD68-M to HD50-M cable. I've located the following:

    1M SCSI 2 To SCSI 3 Cable HD50M To HD68M Lead | eBay
    Tripp Lite 6-ft. SCSI Double Shielded Cable (HD50M/HD68M) (S410-006)
    Belkin 6ft EXT SCSI Double Shielded HD68M/HD50M: Amazon.co.uk: Electronics
      My Computer


  6. Posts : 4
    Windows 7 HE 64
       #6

    Hope this helps someone looking for Adaptec 2940 or 2906 or similar driver to work for 64-bit Windows 7.

    I was able to get the 2940 driver to work in 64 bit W7, actually it is working for my Adaptec 2906.
    Google fu was working for me today. Feel free to PM me for help if you like.

    I copied the following into a file called djsvs.inf, then I updated the driver by first looking for an Adaptec Storage Controller, then browsing to the djsvs.inf file


    [Version]
    signature="$Windows NT$"
    Class=SCSIAdapter
    ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
    Provider=%ADP%
    DriverVer=06/21/2006,5.5.5.0

    [SourceDisksNames]
    1 = %Floppy_Description%,,,

    [SourceDisksFiles]
    djsvs.sys = 1,,
    [Manufacturer]
    %ADP%=ADAPTEC,NTx86,NTamd64
    [ADAPTEC.NTx86]
    %PCI\VEN_9004&DEV_7078&SUBSYS_70781414.DeviceDesc% = aic78xx_Inst, PCI\VEN_9004&DEV_7078&SUBSYS_70781414
    %PCI\VEN_9004&DEV_8178.DeviceDesc% = aic78xx_Inst, PCI\VEN_9004&DEV_8178
    [ADAPTEC.NTamd64]
    %PCI\VEN_9004&DEV_7078&SUBSYS_70781414.DeviceDesc% = aic78xx_Inst, PCI\VEN_9004&DEV_7078&SUBSYS_70781414
    %PCI\VEN_9004&DEV_8178.DeviceDesc% = aic78xx_Inst, PCI\VEN_9004&DEV_8178
    [aic78xx_Inst]
    CopyFiles = @djsvs.sys
    [aic78xx_Inst.Services]
    AddService = aic78xx, 0x2, aic78xx_Service_Inst, Miniport_EventLog_Inst
    [aic78xx_Service_Inst]
    ServiceType = 1 ; SERVICE_KERNEL_DRIVER
    StartType = 0 ; SERVICE_BOOT_START
    ErrorControl = 1 ; SERVICE_ERROR_NORMAL
    ServiceBinary = %12%\djsvs.sys
    LoadOrderGroup = SCSI Miniport
    AddReg = pnpsafe_pci_addreg
    [pnpsafe_pci_addreg]
    HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
    [create_initiator_lu]
    HKR, "Parameters\Device","CreateInitiatorLU",0x00010001,1
    [Miniport_EventLog_Inst]
    AddReg = Miniport_EventLog_AddReg
    [Miniport_EventLog_AddReg]
    HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
    HKR,,TypesSupported,0x00010001,7
    [LegacyScsiportValues]
    HKR,Scsiport,BusNumber
    HKR,Scsiport,LegacyInterfaceType
    HKR,Scsiport,SlotNumber
    HKR,Scsiport
    [DestinationDirs]
    DefaultDestDir = 12
    [Strings]
    INF_PROVIDER="Microsoft"
    ADP="Adaptec"
    FLOPPY_DESCRIPTION="ADAPTEC SCSI Adapters - Microsoft Disk"
    PCI\VEN_9004&DEV_7078&SUBSYS_70781414.DeviceDesc = "Adaptec AIC-7870 PCI SCSI Controller (Emulated)"
    PCI\VEN_9004&DEV_8178.DeviceDesc="Adaptec AHA-2940U/2940UW/2940D PCI SCSI Controller"
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:07.
Find Us