[Removed] Adaptec ASPI Layer 4.71.2
[Removed] Adaptec ASPI Layer 4.71.2
removed and moved here: http://www.msfn.org/board/index.php?showtopic=89980
Last edited by boooggy on Thu Jan 04, 2007 7:42 am, edited 7 times in total.
windows setup complains of an error (in setuperr.log is says two instances of "Upgrade Pack")
and the start reg key needs to be 1 not 2 as it is set, the ASPI driver needs to run automatic or apps dont see the drives, testing on windows server 2003.
i might add, that after changing the reg key start 1 one it worked great. no idea about the upgrade pack message.
Lemonzest
and the start reg key needs to be 1 not 2 as it is set, the ASPI driver needs to run automatic or apps dont see the drives, testing on windows server 2003.
i might add, that after changing the reg key start 1 one it worked great. no idea about the upgrade pack message.
Lemonzest
AMD Athlon64 3000+ @2.4GHz, DFI Lanparty UT NF3 250Gb, 2x1024MB Geil Value Ram PC3200
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
Hi,
Thank you for the ASPI update addon.
Please recheck your waspi.inf, specially this section:
[ASPI.Shortcut]
Name =ASPI Check
CmdLine =11,,aspichk.exe
SubDir =%PRGF%
WorkingDir =11
InfoTip =Check the aspi
[Strings]
PRGF ="..\Programs"
I did not receive any errors during my install, but could not see the shortcut in Startmenu\Programs. With your permission, I change your INF file as follow:
[Version]
Signature=$Windows NT$
[Optional Components]
ASPIAddonPack
[ASPI]
OptionDesc ="ASPI"
Tip ="ASPI"
Modes =0,1,2,3
AddReg =ASPI.AddReg
[ASPI.AddReg]
HKLM,"SYSTEM\ControlSet001\Services\Aspi32","ErrorControl",0x10001,1
HKLM,"SYSTEM\ControlSet001\Services\Aspi32","Type",0x10001,1
HKLM,"SYSTEM\ControlSet001\Services\Aspi32","Start",0x10001,2
HKLM,"SYSTEM\ControlSet001\Services\Aspi32","MatchFlags",0x10001,ff,ff,ff,ff
HKLM,"SYSTEM\ControlSet001\Services\Aspi32\Parameters","ExcludeMiniports",,""
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32","ErrorControl",0x10001,1
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32","Type",0x10001,1
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32","Start",0x10001,2
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32","MatchFlags",0x10001,ff,ff,ff,ff
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32\Parameters","ExcludeMiniports",,""
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32\Enum","0",,"Root\LEGACY_ASPI32\0000"
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32\Enum","Count",0x10001,1
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32\Enum","NextInstance",0x10001,1
I only removed the [ASPI.Shortcut] and [Strings] sections.
Thanks,
Armond.
Thank you for the ASPI update addon.
Please recheck your waspi.inf, specially this section:
[ASPI.Shortcut]
Name =ASPI Check
CmdLine =11,,aspichk.exe
SubDir =%PRGF%
WorkingDir =11
InfoTip =Check the aspi
[Strings]
PRGF ="..\Programs"
I did not receive any errors during my install, but could not see the shortcut in Startmenu\Programs. With your permission, I change your INF file as follow:
[Version]
Signature=$Windows NT$
[Optional Components]
ASPIAddonPack
[ASPI]
OptionDesc ="ASPI"
Tip ="ASPI"
Modes =0,1,2,3
AddReg =ASPI.AddReg
[ASPI.AddReg]
HKLM,"SYSTEM\ControlSet001\Services\Aspi32","ErrorControl",0x10001,1
HKLM,"SYSTEM\ControlSet001\Services\Aspi32","Type",0x10001,1
HKLM,"SYSTEM\ControlSet001\Services\Aspi32","Start",0x10001,2
HKLM,"SYSTEM\ControlSet001\Services\Aspi32","MatchFlags",0x10001,ff,ff,ff,ff
HKLM,"SYSTEM\ControlSet001\Services\Aspi32\Parameters","ExcludeMiniports",,""
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32","ErrorControl",0x10001,1
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32","Type",0x10001,1
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32","Start",0x10001,2
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32","MatchFlags",0x10001,ff,ff,ff,ff
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32\Parameters","ExcludeMiniports",,""
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32\Enum","0",,"Root\LEGACY_ASPI32\0000"
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32\Enum","Count",0x10001,1
HKLM,"SYSTEM\CurrentControlSet\Services\Aspi32\Enum","NextInstance",0x10001,1
I only removed the [ASPI.Shortcut] and [Strings] sections.
Thanks,
Armond.
- Kelsenellenelvian
- Moderator
- Posts: 4383
- Joined: Tue Nov 30, 2004 8:32 pm
- Location: Pocatello, ID
- Contact:
This code here fixes it and creates the shortcut in the Start -> Programs area:
[ASPI.Shortcut]
Name =ASPI Check
CmdLine =11,,aspichk.exe
SUbDir =
WorkingDir =11
InfoTip =Check the aspi
Also with this delete the strings section.
Not trying to step on your toes booogy but I thought I would try to help.
[ASPI.Shortcut]
Name =ASPI Check
CmdLine =11,,aspichk.exe
SUbDir =
WorkingDir =11
InfoTip =Check the aspi
Also with this delete the strings section.
Not trying to step on your toes booogy but I thought I would try to help.
change both instances of "Start",0x10001,2 to "Start",0x10001,1 and it will start the aspi32 service on boot, as some programs don't start the service as its set to manual, and there for don't see any drives (also google "aspi fix" as its just the same thing, setting the service to Automatic/Boot) its needed to start under XP/2003
AMD Athlon64 3000+ @2.4GHz, DFI Lanparty UT NF3 250Gb, 2x1024MB Geil Value Ram PC3200
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
for anyone testing you can use this
http://www.grc.com/tip/id.htm
it lists all ASPI devices it can find, so should tell you if the aspi32 service is starting ok
booogy, just did an install yesterday (hence the bug report) but not planing a new one for a few weeks.
http://www.grc.com/tip/id.htm
it lists all ASPI devices it can find, so should tell you if the aspi32 service is starting ok
booogy, just did an install yesterday (hence the bug report) but not planing a new one for a few weeks.
AMD Athlon64 3000+ @2.4GHz, DFI Lanparty UT NF3 250Gb, 2x1024MB Geil Value Ram PC3200
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
Change the top of the .inf to:
Then it works fine.
Code: Select all
[Version]
signature="$CHICAGO$"
[DefaultInstall]
OptionDesc = "ASPI"
Tip = "ASPI"
Modes = 0,1,2,3
AddReg =ASPI.AddReg
ProfileItems =ASPI.Shortcut
[Optional Components]
ASPI
[ASPI]
OptionDesc = "ASPI"
Tip = "ASPI"
Modes = 0,1,2,3
AddReg =ASPI.AddReg
ProfileItems =ASPI.Shortcut
i used this addon with my new install (2003 Ent), and ASPI was not recognised untill i did my reg patch and rebooted.
AMD Athlon64 3000+ @2.4GHz, DFI Lanparty UT NF3 250Gb, 2x1024MB Geil Value Ram PC3200
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Aspi32]
"ErrorControl"=dword:00000001
"Type"=dword:00000001
"Start"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Aspi32\Parameters]
"ExcludeMiniports"=""
thats the reg patch i had to use to make the aspi32 service start on boot, some programs need it that was, btw i found this by googling "Fix Aspi"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Aspi32]
"ErrorControl"=dword:00000001
"Type"=dword:00000001
"Start"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Aspi32\Parameters]
"ExcludeMiniports"=""
thats the reg patch i had to use to make the aspi32 service start on boot, some programs need it that was, btw i found this by googling "Fix Aspi"
AMD Athlon64 3000+ @2.4GHz, DFI Lanparty UT NF3 250Gb, 2x1024MB Geil Value Ram PC3200
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
ATI Radeon X800XT VIVO, SyncMaster 913N LCD, Logitech MX518, Creative Audigy2 ZS
Enermax Noisetaker 485W, Western Digital SATA 160GB, Windows Server 2003 R2 Standard
-
- Posts: 506
- Joined: Sun Feb 26, 2006 4:13 am
-
- Posts: 13
- Joined: Wed May 17, 2006 2:54 am
Hello,
I'm not sure where I went wrong.. but I keep getting error in event viewer.
I've tried reinstalling fresh XP several times. Maybe I'm just doing something wrong
I get this error once, every bootup.
Is there a way around this?
Thanks.
The following boot-start or system-start driver(s) failed to load:
Aspi32
I'm not sure where I went wrong.. but I keep getting error in event viewer.
I've tried reinstalling fresh XP several times. Maybe I'm just doing something wrong

I get this error once, every bootup.
Is there a way around this?
Thanks.
The following boot-start or system-start driver(s) failed to load:
Aspi32