Hi Guys,

With all the Intel Driver fun thats happening at the moments, I would like to request an old one thats missing from the DriverPacks smile

I had an old machine that I built a while ago, and it required the "Intel PCI IDE Controller" to be update using the Intel Application Accelerator 2.3

http://www.intel.com/support/chipsets/iaa/

Intel Application Accelerator contains drivers for the following controllers:

    * Intel(R) Pentium(R) III or Pentium(R) 4 processor    
    * Intel(R) 82801AA, 82801AB, 82801BA or 82801DB controllers

All the other Intel Chipset Drivers were fine. It would be nice if you could add to the Chipset Driver Pack for backwards compatibility.

The Driver Files are:

IdeChnDr.inf
IATA3000.CAT
IdeBusDr.sys
IdeChnDr.sys
IPrtCnst.dll

To get the files, extacted setup files from iaa23_enu.exe. Then run:

SETUP.EXE -A -P C:\Intel

I've been using this in a Custom Driver Pack for about a year without issue, and it complements the old ICH2/3/4 Drivers with the IDE Controller Driver.

Thanks Jeff, checked SystemRoot\setupapi.log and Driver Signing is broken.

If signing is a problem, best to stay with the ASUS Driver "10/13/2006, 1043.2.15.65".  I don't see any advantage of updating to "08/23/2007, 1043.2.15.101" and losing functionality.

I can't find anything on ASUS or Google to explain the update. Maybe its a Vista thing smile

...
#-148 Loading coinstaller modules for "ATK0100 ACPI UTILITY".
#E360 An unsigned or incorrectly signed file "C:\WINDOWS\system32\SysSetup.Dll" for driver "ATK0100 ACPI UTILITY" will be installed (Policy=Ignore). Error 0x800b0100: No signature was present in the subject.
#-124 Doing copy-only install of "ACPI\ATK0100\1010100".
...

JakeLD,  that's just a personal preference I include in my personal DriverPack, as to much junk ends up in Add/Remove Programs. Cheers 7yler

Thanks Ismail, but the driver you uploaded is older "08/13/2004, 1043.2.15.37" and i'm not sure if ATK0100 and ATK0110 are the same.

JakeLD, the utility provides the extra functionality of the Fn Hotkeys and would prefer that is was included.

I have modified myself without issue, but im not sure about signing, Is there a tool that can be used to verify driver signing?

Below is my modified 1043.2.15.65 inf, the only change is the DriverVer=, and UninstallReg as I don't like Add/Remove cluter smile

;kkk
[version]
Signature="$Windows NT$"
Provider=%ATK%
ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318}
Class=System
CatalogFile=ATK0100.cat
LayoutFile = layout.inf
DriverVer=08/23/2007, 1043.2.15.101
;DriverVer=10/13/2006, 1043.2.15.65

[DestinationDirs]
DefaultDestDir = 12		; load driver to system32\drivers
HControl.CopyFiles = 10,ATK0100

[ControlFlags]
ExcludeFromselect = *

[ClassInstall32]
AddReg = System_Class_Addreg

[System_Class_Addreg]
HKR,,,0,"System Class Drivers"

[Manufacturer]
%ATK%=ATK

[ATK]
%DeviceDesc1%=DriverInstall,ACPI\ATK0100

[DriverInstall]
CopyFiles=ATKACPI.CopyFiles, HControl.CopyFiles
AddReg = HControl.AddReg

[ATKACPI.CopyFiles]
ATKACPI.sys

[HControl.CopyFiles]
HControl.exe
ATKOSD.exe
AspScal.exe
XPunin.exe
inter_f2.dll
radfn.dll
ATKWLIOC.DLL
ASNDIS5.sys
ASUSNet.dll
ASW32N50.dll
CMSSC.dll
SiSPkt.dll

[DriverInstall.Services]
AddService=MTsensor,2,MTsensorService

[MTsensorService]
DisplayName = %ATKACPI.DisplayName%
ServiceType=1           ; SERVICE_KERNEL_DRIVER
StartType=3             ; SERVICE_DEMAND_START
ErrorControl=1          ; SERVICE_ERROR_NORMAL
ServiceBinary=%12%\ATKACPI.sys

[HControl.AddReg]
HKLM, "Software\Microsoft\Windows\CurrentVersion\Run","HControl",,"%10%\ATK0100\HControl.exe"
;HKLM,%UninstallReg%,"DisplayName",,"ATK0100 ACPI UTILITY"
;HKLM,%UninstallReg%,"UninstallString",,"%10%\ATK0100\XPunin.exe"

[SourceDisksNames]
1 = %DiskID1%,,,,

[SourceDisksFiles]
ATKACPI.SYS = 1
HControl.exe = 1
ATKOSD.exe = 1
AspScal.exe = 1
XPunin.exe = 1
inter_f2.dll = 1
radfn.dll = 1
ATKWLIOC.DLL = 1
ASNDIS5.sys = 1
ASUSNet.dll = 1
ASW32N50.dll = 1
CMSSC.dll = 1
SiSPkt.dll = 1

[Strings]
ATK="ATK"
DeviceDesc1="ATK0100 ACPI UTILITY"
ATKACPI.DisplayName = "ATK0100 ACPI UTILITY"
DiskId1 = "ATK0100 ACPI UTILITY"
;UninstallReg = "Software\Microsoft\Windows\CurrentVersion\Uninstall\HControl"

Microsoft lists this as a hardware update, but it only includes the core components. The ASUS INF (and files) need to be modified to included the update.

10/13/2006, 1043.2.15.65    <-- ASUS INF Driver
08/23/2007, 1043.2.15.101   <-- MS Updates (only core files)


http://catalog.update.microsoft.com/v7/ … ?q=ATK0100

ATK - Other Hardware - ATK0100 ACPI UTILITY  Windows XP  Drivers (Other Hardware)  8/23/2007  1043.2.15.101  90 KB 92368

Once I get the bugs out .... smile

I know it works, as the original pack I have been using at work. Have built many toshiba notebooks machines (500+) with it.

Also I have a personal ASUS which has Toshiba Bluetooth Stach and it also works on it.

Chhers

Helmi, Sorry, I just updated again as DriverPack_Bluetooth_wnt5_x86-32.ini was wrong.

I changed the rootDir path back to "D\3", as I thought I had it wrong.

Helmi, Thanks again for testing and the feedback,

I'm really sorry, After repackaging and testing, I uploaded a test pack, which was almost the same as the original. sad

DP_BT_wnt5_x86-32_080815.7z  ==  DP_BT_wnt5_x86-32_080722.7z

Can you please check and test the new DriverPack. Link updated in the first post.

New = DP_BT_wnt5_x86-32_080819.7z

This one has the application packaged in a 7z installer. wink

Helmi, Thanks for the feedback, I have changed as follows:

The Toshiba Bluetooth Stack installer is not the greatest, it includes "Program Files\Toshiba\Bluetooth Toshiba Stack" in the path, which has to be there for it to work, to hide it I have changed it to a 7z installer. Also the application is large (28.9M) with data.cab (28.1M) being most of it.

I usually don't like creating 7z installers inside DriverPacks, as a compressed file inside a compressed file does not help reduce the overall size, but it does help to keep it organised and easier to understand. smile

I changed the 7z compression settings, but due to the large app size (data.cab) it didn't make any difference.

I'm open to any other ideas and assistance.

Thanks Overflow, have uploaded and changed first post.

NOTE:
      Toshiba Bluetooth Stack - Tested and Working on  - ASUS R1F, Toshiba S3, S4, S5, S10
      Broadcom(WIDCOMM) Bluetooth Stack - Working (Tested by Grunger86)

WARNING:     
      Bluetooth/Wifi hardware switch needs to be on during build for Bluetooth Stack to install (even if KTD enabled) as the DP_Finisher does the installation

v1005b1 - Mr_Smartepants
Updated
-d\3\bt\b\ Version: 5.5.0.8600 Release Date: 2010/04/06
-d\3\bt\t\ Version: 7.10.12 Release Date: 2010/04/09
Added
-d\3\bt\d\ Version: 60111 Release Date: 2008/06/30

Download:
Size: 112 MB
  File: DP_Bluetooth_wnt5_x86-32_1005b1.7z
CRC-32: d6a062e3
   MD4: f0635be0bc5d7a44f4ed3c5450ba4b39
   MD5: 10290f46d705bffa959749b4c8c8f523
SHA-1: 2de52cfba1acb43ce9030030c942d8958cabf899
     
WORKING VERSION BELOW!
http://3rdpartydriverpacks.thesneaky.co … -32_910.7z

OLDER VERSION BELOW!
http://3rdpartydriverpacks.thesneaky.co … _081028.7z

MD5: 1D2F9597AF0C0B4625F9C043C542CD8B
Uncompressed size: 42.6 MB
Compressed size: 40.4 MB

Changelog:

8.10.28 - 7yler

Changed:
3\BT\B   Broadcom(WIDCOMM) Bluetooth Stack 5.5.0.4300 (Redone Installer)

8.10.21 - 7yler

Added:
3\BT\B   Broadcom(WIDCOMM) Bluetooth Stack 5.5.0.4300

Changed:
3\BT\T    Toshiba Bluetooth Stack 6.10.10 (Modified Exceptions)


8.08.19 - 7yler

Added:
3\BT\T    Toshiba Bluetooth Stack 6.10.10

-------------------------------------------------------------

Heres the main Toshiba link, to check for updates:

http://aps2.toshiba-tro.de/bluetooth/?page=download

For more information about the Tohiba DP see this thread:

http://forum.driverpacks.net/viewtopic.php?id=2765

Cheers
7yler

timatlee wrote:

Its just these silly laptops that have their custom stuff on them!

Agree, Its notebooks and all the apps that sit on top of the drivers, Bluetooth, finger readers, Hotkeys, TPM, Mouse Pads, etc, etc, the list goes on ...

I use the default DriverPacks for the core components, and create custom driver packs, a pack for each hardware model. This is so I can add/remove full driver pack support when hardware models come into the business or when  fully decommissioned.

The Toshiba Bluetooth stack should work, I have'nt seen any vendors customise this yet (but I'm shore they will :-)).

If my pack does not work, let me know and i can help to customise. There is a file AS.INI that needs to be modified to make this into a silent installation. Then run:

START /WAIT MSIEXEC.EXE /I "%DPSROOT%\D\3\BT\BtSwInst.msi" /QB REBOOT=R ALLUSERS=1

The files are extracted from the SETUP.EXE first, so AS.INI can be changed and the MSI can be run.

I've created a DP for the Toshiba Bluetooth stack a while ago, which I have tested on a few machines, ASUS R1F, Toshiba S3, S4, S5, and it looks to work fine. I was planing on uploading it earlier, but got side tracked.

Info: I installed on a machine and extracted all the drivers, as installing directly from the installer caused me problems. Therefore the drivers install first, and the applications runs if the drivers are detected.

I have uploaded it to RapidShare (DP_BT_wnt5_x86-32_080722.7z) - 28534 KB:

http://rapidshare.com/files/135965710/D … 22.7z.html

If its works and its useful, you can move it to 3rd party packs, and modify to your liking.

While here, I would just like to say a big thanks for the fantasic work you guys are doing, its much appreciated, and saved me a great deal of work, as drivers can be a big pain.

PS. Heres the main Toshiba link, to check for updates: http://aps2.toshiba-tro.de/bluetooth/?page=download