"crodgers79" <> a écrit dans le message
de news:
A389E868-CC25-4214-B067-...
> Since this product is based upon a Server Edition I was sure that there
> would be rich SCSI support. I have an Adaptec 2940AU SCSI adapter which is
> a
> very common SCSI adapter whose chipset is used in other models as well,
> however I can find no XP 64 driver support for that product. The adapter
> is
> used to connect an HP SCSI flat-bed scanner which does have a WIA driver,
> but
> without SCSI adapter support, the whole mess is useless.
>
> Does any one have any ideas???
2940AU is unsupported.
But like somes other 2940, it's based on 78XX chip.
Here is anything, unsupported, which you can try :
You can try "force" the device manager and select
"Adaptec AHA-2940U/2940UW/2940D PCI SCSI Controller"
you can also try edit WINDOWS\inf\pnpscsi.inf (with notepad.exe, and after
backup original file)
under the line
%PCI\VEN_9004&DEV_8178.DeviceDesc% = aic78xx_Inst, PCI\VEN_9004&DEV_8178
add the line :
%PCI\VEN_9004&DEV_6178.DeviceDesc% = aic78xx_Inst, PCI\VEN_9004&DEV_6178
and under the line
PCI\VEN_9004&DEV_8178.DeviceDesc = "Adaptec AHA-2940U/2940UW/2940D PCI SCSI
Controller"
add the two lines::
PCI\VEN_9004&DEV_6178.DeviceDesc = "Adaptec AHA-2940AU PCI SCSI Controller"
Of course, this is without official support.
Tell us if this solves your problem !