<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - [HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=4700&amp;type=atom"/>
	<updated>2010-07-19T04:09:26Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=4700</id>
		<entry>
			<title type="html"><![CDATA[Re: [HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39440#p39440"/>
			<content type="html"><![CDATA[<p>Technically this is wrong</p><p>exc_1_+hwids&nbsp; &nbsp; &nbsp; = 1<br />exc_1_+hwid1&nbsp; &nbsp; &nbsp; = &quot;HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&quot;<br />exc_1_+hwid2&nbsp; &nbsp; &nbsp; = &quot;PCI\VEN_10DE&amp;DEV_01D7&quot;</p><p>you did not index the counter</p><p>exc_1_+hwids&nbsp; &nbsp; &nbsp; = 2<br />exc_1_+hwid1&nbsp; &nbsp; &nbsp; = &quot;HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&quot;<br />exc_1_+hwid2&nbsp; &nbsp; &nbsp; = &quot;PCI\VEN_10DE&amp;DEV_01D7&quot;</p><p>The finisher has issues with HDAUDIO\ device ID&#039;s this may fail if you use HDAUDIO\ as a HWID trigger.<br />(Mr_smartepants said this in his last post.)</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2010-07-19T04:09:26Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39440#p39440</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39438#p39438"/>
			<content type="html"><![CDATA[<p>I could maybe add a backup, maybe use my video card HWID along with the sound card (then I can remove the video card one when/if it gets fixed)</p><div class="codebox"><pre><code>exc_1_+hwids      = 1
exc_1_+hwid1      = &quot;HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&quot;
exc_1_+hwid2      = &quot;PCI\VEN_10DE&amp;DEV_01D7&quot;</code></pre></div><p>So you how do I make it more general?</p><p>Can I drop the SUBSYS and REV of the HWID and/or do I have to add a &quot;*&quot; on the end?</p>]]></content>
			<author>
				<name><![CDATA[ricktendo64]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=71</uri>
			</author>
			<updated>2010-07-18T15:43:53Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39438#p39438</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39433#p39433"/>
			<content type="html"><![CDATA[<p>Well, technically yes.&nbsp; But the DriverPacks Finisher doesn&#039;t filter HDAUDIO*** HWIDs just yet (in-work).&nbsp; Your best bet for the moment is to find a unique .sys or .dll file used by that package and list it as a &quot;trigger&quot; file for the exception:<br />exc_1_tagFiles&nbsp; = 1<br />exc_1_tagFile1&nbsp; = &quot;%SystemRoot%\system32\drivers\unique_file.sys&quot;</p><p>And leave the exc_1_+hwid and exc_1_+infFile portions blank.</p>]]></content>
			<author>
				<name><![CDATA[mr_smartepants]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1602</uri>
			</author>
			<updated>2010-07-18T07:59:24Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39433#p39433</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39432#p39432"/>
			<content type="html"><![CDATA[<p>Thanks OverFlow</p><p>One last question: do I have to use the whole hwid?</p><p>Would like to make it work with any toshiba computer with similar hwid but different subsys</p><div class="codebox"><pre><code>exc_1_+hwids      = 1
exc_1_+hwid1      = &quot;HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&amp;SUBSYS_*&quot;</code></pre></div><p>Or do I have to do something similar to this and list them all?</p><div class="codebox"><pre><code>exc_1_+hwids      = 1
exc_1_+hwid1      = &quot;HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&amp;SUBSYS_117904F1&quot;
exc_1_+hwid2      = &quot;HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&amp;SUBSYS_117904F2&quot;
exc_1_+hwid3      = &quot;HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&amp;SUBSYS_117904F3&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ricktendo64]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=71</uri>
			</author>
			<updated>2010-07-18T06:58:19Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39432#p39432</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39431#p39431"/>
			<content type="html"><![CDATA[<p>I did not realize there was a Setup.exe file involved... that makes a difference.</p><p>Looks fine...</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2010-07-18T06:42:00Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39431#p39431</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39430#p39430"/>
			<content type="html"><![CDATA[<p>Whats wrong with installing the driver overtop the other one?</p><p>I find for this driver if I run <strong>suhlp.exe</strong> it installs the driver fixing the problem</p><p>How does this ini code look, see any mistakes?</p><div class="codebox"><pre><code>[DriverPack]
platform          = &quot;wnt5_x86-32&quot;
name              = &quot;Laptop&quot;
; version 10.07.17
; includes BartPE Code
rootDir           = &quot;D\3\L&quot;
; OPTIONAL
classes           = &quot;Biometric,BTW,Display,DriverInterface,hdc,HIDClass,Image,Keyboard,Media,Modem,Mouse,MTD,Net,SCSIAdapter,System,TVALZ,USB&quot;
driverCount       =
decompSize        =
compSize          =

[SigmaTel-TOSHIBA]
; REQUIRED
exc_count         = 1
; OPTIONAL
exc_1_tagFiles    = 0
exc_1_+hwids      = 1
exc_1_+hwid1      = &quot;HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&amp;SUBSYS_117904F1&quot;
exc_1_-hwids      = 0
exc_1_+infFiles   = 0
exc_1_-infFiles   = 0
exc_1_commands    = 1
exc_1_command1    = &quot;%DPSROOT%\D\3\L\SigmaTel\TOSHIBA\sulhp.exe&quot;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ricktendo64]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=71</uri>
			</author>
			<updated>2010-07-18T06:11:38Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39430#p39430</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: [HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39429#p39429"/>
			<content type="html"><![CDATA[<p>you cant do this with finisher exceptions... By the time the finisher runs it is too late the driver is already installed.</p><p>you Must handle this in the drivers inf file... however if you modify the inf then you will most likely break signing...</p><p>But modifying the inf is your only option...</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2010-07-18T05:04:30Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39429#p39429</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[HELP] Personal DP w/2 Conflicting Sigmatel Sound Drivers]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=39427#p39427"/>
			<content type="html"><![CDATA[<p>Need a little help with my personal 3rd party driverpack, only other one I use MassStorage and my personal DP to have all the drivers I need for both laptops (Toshiba and Sony) but I am having problem with one sound driver...they both have SigmaTel HD audio, when I install XP on my Sony the correct driver is installed (because this driver is the latest of both) but when I use the same driverpack with the Toshiba the Sony SigmaTel driver is intalled (because there is a hwid in the driver with no subsys that matches the toshiba)</p><p>What I would like to do is add a condition in the .ini that if the Toshiba hwid is detected to use the correct driver or to ignore the Sony one but I dont know the best way to do it</p><p>Here is my personal driverpack: <a href="http://ricktendo.com/DP_Laptop_wnt5_x86-32_1007.7z">http://ricktendo.com/DP_Laptop_wnt5_x86-32_1007.7z</a></p><p>Toshiba hwid (problem one)<br /></p><div class="codebox"><pre><code>HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7691&amp;SUBSYS_117904F1</code></pre></div><p>Sony hwid (this one is fine left alone)<br /></p><div class="codebox"><pre><code>HDAUDIO\FUNC_01&amp;VEN_8384&amp;DEV_7664&amp;SUBSYS_104D2200</code></pre></div><p>I wanted to do something similar to <a href="http://forum.driverpacks.net/viewtopic.php?id=2341">this</a> but dont know if I can use <strong>exc_#_+infFile#</strong> or some other trick you guys may know</p>]]></content>
			<author>
				<name><![CDATA[ricktendo64]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=71</uri>
			</author>
			<updated>2010-07-18T00:16:29Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=39427#p39427</id>
		</entry>
</feed>
