<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[DriverPacks.net Forum - Asix ax88772b, ax88179]]></title>
	<link rel="self" href="http://forum.driverpacks.net/extern.php?action=feed&amp;tid=7051&amp;type=atom"/>
	<updated>2014-11-29T23:09:35Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.driverpacks.net/viewtopic.php?id=7051</id>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=58303#p58303"/>
			<content type="html"><![CDATA[<p>This should be resolved now.<br />Lenovo released a new &quot;LenLan&quot; driver shortly after the previous conversation here.<br />It is included in the latest DP_LAN_USB pack in Testing.</p><p>For now, an updated experimental Wdf plugin pack is available<br /> here --&gt; <a href="http://forum.driverpacks.net/viewtopic.php?pid=58302#p58302">http://forum.driverpacks.net/viewtopic. … 302#p58302</a>&nbsp; <img src="http://forum.driverpacks.net/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[TechDud]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14671</uri>
			</author>
			<updated>2014-11-29T23:09:35Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=58303#p58303</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=53552#p53552"/>
			<content type="html"><![CDATA[<p>Can you confirm that the new &quot;LenLan.inf&quot; works on a regular NT5 install (from DP_Lan\AX\ not from the plugins), <span style="color: royalblue">tpwc</span>?</p><p>Any feedback is appreciated.</p>]]></content>
			<author>
				<name><![CDATA[TechDud]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14671</uri>
			</author>
			<updated>2013-08-31T15:44:15Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=53552#p53552</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=53543#p53543"/>
			<content type="html"><![CDATA[<p>Hallo und Grüße!!</p><p>He would need to edit the .Ini within DP_LAN, as the WDF-based drivers are disabled for PE to allow the included plugins to (hopefully) work.</p><p>From:<br /></p><div class="codebox"><pre><code>[AX]
; BartPE Code
ms_count	= 0</code></pre></div><p>...<br /></p><div class="codebox"><pre><code>[S]
; BartPE Code
ms_count	= 0</code></pre></div><br /><p>To:<br /></p><div class="codebox"><pre><code>[AX]
; BartPE Code
ms_count	= 3</code></pre></div><p>...<br /></p><div class="codebox"><pre><code>[S]
; BartPE Code
ms_count	= 2</code></pre></div>]]></content>
			<author>
				<name><![CDATA[TechDud]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14671</uri>
			</author>
			<updated>2013-08-30T20:11:25Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=53543#p53543</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=53505#p53505"/>
			<content type="html"><![CDATA[<div class="quotebox"><cite>tpwc wrote:</cite><blockquote><p>loading drivers for the Asix ax88772b or ax88179 USB nics in either bartpe or ubcd?</p></blockquote></div><p>Do you boot from a CD/DVD or USB storage?</p><p>Yes, as indicated alredy WDF is the culpirt.<br />Windows Driver Frameworks (WDF) and NIC is a new beast.<br />No hardware to test this.</p><p>Assumption: <br />add WDF driver as a classic plugin.<br />load NIC card at PNP time, hence the NIC plugin is not required. </p><p>Create a file &lt;PEBuilder&gt;\plugins\WDF\wdf.inf<br /></p><div class="quotebox"><blockquote><p>; PE Builder v3 plug-in INF file<br />; created by cdob</p><p>[Version]<br />Signature= &quot;$Windows NT$&quot;</p><p>[PEBuilder]<br />Name=&quot;driver: Windows Driver Frameworks (WDF)&quot;<br />Enable=1</p><p>;extracted with 7-zip from file - WdfCoInstaller01009.dll:<br />;Microsoft Kernel-Mode Driver Framework Install-v1.9-Win2k-WinXP-Win2k3.exe<br />files\WDFLDR.SYS=4<br />files\WDF01000.SYS=4</p><p>[SetValue]<br />;Kernel Mode Driver Framework Runtime<br />&quot;txtsetup.sif&quot;,&quot;SourceDisksFiles&quot;,&quot;wdfldr.sys&quot;, &quot;1,,,,,,4_,4,1,,,1,4&quot;<br />&quot;txtsetup.sif&quot;,&quot;SourceDisksFiles&quot;,&quot;wdf01000.sys&quot;, &quot;1,,,,,,4_,4,1,,,1,4&quot;<br />&quot;txtsetup.sif&quot;,&quot;BootBusExtenders.Load&quot;,&quot;wdf01000&quot;, &quot;wdf01000.sys&quot;<br />&quot;txtsetup.sif&quot;,&quot;BootBusExtenders&quot;,&quot;wdf01000&quot;, &quot; &quot;&quot;Kernel Mode Driver Framework Runtime&quot;&quot;,files.none,wdf01000&quot;</p></blockquote></div><p>Extract files wdfldr.sys and wdf01000.sys. Copy both files to &lt;PEBuilder&gt;\plugins\WDF\files\</p><p>Add the DP_LAN package too.</p><p>Test this.</p><p>If this fails, then edit the driver inf files, remove the WDF coiinstaller lines.</p>]]></content>
			<author>
				<name><![CDATA[cdob]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=434</uri>
			</author>
			<updated>2013-08-30T07:03:05Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=53505#p53505</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=53490#p53490"/>
			<content type="html"><![CDATA[<p>I&#039;ll upload what i have immediately.<br />&nbsp; Plugins exist in DP_LAN for five WDF drivers, and three in DP_Chipset for VIA &amp; Fresco Logic (updated).<br />&nbsp; &nbsp; I wonder though, if all that is needed is simply a single WDF plugin, combined with changes to the .Ini&#039;s.</p><p>&nbsp; &nbsp; &nbsp; &nbsp; I hope i have credited <span style="color: royalblue">cdob</span> (and <span style="color: royalblue">Damnation</span>) appropriately.</p><p>&nbsp; &nbsp; The plugins, in this form, are untested and marked as such.<br />&nbsp; You will find each pack in their respective forum topics.</p><p>My apologies for any delay, the changelogs were the toughest nut to crack.</p><br /><p>edit:&nbsp; Ah, now i remember the relevance of 8.3 naming conventions.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: royalblue">cdob</span> advised that may be necessary should 8.3 filename generation be disabled.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; As for whether that is relevant in PE, IDK.</p><p>Note:&nbsp; UBCD is linux-based, IIRC.</p>]]></content>
			<author>
				<name><![CDATA[TechDud]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14671</uri>
			</author>
			<updated>2013-08-28T09:33:29Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=53490#p53490</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=53486#p53486"/>
			<content type="html"><![CDATA[<p>follow the link to <a href="http://www.911cd.net/forums//index.php?showtopic=24566&amp;view=findpost&amp;p=172598">http://www.911cd.net/forums//index.php? … p;p=172598</a></p><p>there will be much info on how to do this and the support team that is most familiar with it.</p><p>cdob may pop in here. He does that from time to time. but more likely over there. </p><p>PS in your original post you confused UBCD with UBCD4Win which are two seperate and unrelated projects <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />.</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2013-08-27T20:09:53Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=53486#p53486</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=53484#p53484"/>
			<content type="html"><![CDATA[<p>you kind of a lost me and went a bit over my head in terms of familiarity with some of this stuff.&nbsp; I&#039;m more than happy to test any ideas you have.&nbsp; Can you dumb it down a touch for me for what i should try to modify and i&#039;ll give it a shot.&nbsp; For instance i can&#039;t find anything that says dp_lan.ini</p>]]></content>
			<author>
				<name><![CDATA[tpwc]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=41080</uri>
			</author>
			<updated>2013-08-27T18:16:27Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=53484#p53484</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=52815#p52815"/>
			<content type="html"><![CDATA[<p>if you skip them for 2k xp and 2k3 is almost the same as setting ms count to 0</p><p>PE drivers should not have XP skipped unless they are not to be installed ever for xp... (very rare) <br />all pe drivers should be skipped for 2k (not that it matters since there are no PE builds using 2K)<br />2k3 based on if it is supported by the driver. (most are)</p><p>Most of these sections will only have skip = 2K&nbsp; (</p><p>always use mscount 0 to disable a driver <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>good thinking above, well done</p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2013-08-23T04:57:26Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=52815#p52815</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=52813#p52813"/>
			<content type="html"><![CDATA[<p>Here&#039;s another prospective plugin:<br /></p><div class="codebox"><pre><code>; PE Builder v3 plug-in INF file
; created by cdob (for VIA USB 3.0), modified by TechDud for ASIX USB 2.0 LAN

; ASIX AX88772B/772C including Lenovo USB 2.0 Ethernet Adapter

[Version]
Signature= &quot;$Windows NT$&quot;

[PEBuilder]
Name=&quot;driver: ASIX AX88772B USB2.0 to Fast Ethernet Adapter&quot;
Enable=1

[SourceDisksFiles]
files\ax88772b.sys=4,,1
files\ax88772b.inf=20,,1
files\LenLan.inf=20,,1

;extracted with 7-zip from file - WdfCoInstaller01009.dll:
;Microsoft Kernel-Mode Driver Framework Install-v1.9-Win2k-WinXP-Win2k3.exe
files\WDFLDR.SYS=4
files\WDF01000.SYS=4

[SetValue]
;Controller
&quot;txtsetup.sif&quot;,&quot;SourceDisksFiles&quot;,&quot;ax88772b.sys&quot;, &quot;1,,,,,,4_,4,1,,,1,4&quot;
&quot;txtsetup.sif&quot;,&quot;BusExtenders.Load&quot;,&quot;ax88772b&quot;, &quot;ax88772b.sys&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_0B95&amp;PID_772B&amp;REV_0001&quot;, &quot; &quot;&quot;ax88772b&quot;&quot;&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_0B95&amp;PID_772B&amp;REV_0002&quot;, &quot; &quot;&quot;ax88772b&quot;&quot;&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_0B95&amp;PID_7E2B&amp;REV_0001&quot;, &quot; &quot;&quot;ax88772b&quot;&quot;&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_17EF&amp;PID_7203&quot;, &quot; &quot;&quot;ax88772b&quot;&quot;&quot;
;
;Kernel Mode Driver Framework Runtime
&quot;txtsetup.sif&quot;,&quot;SourceDisksFiles&quot;,&quot;wdfldr.sys&quot;, &quot;1,,,,,,4_,4,1,,,1,4&quot;
&quot;txtsetup.sif&quot;,&quot;SourceDisksFiles&quot;,&quot;wdf01000.sys&quot;, &quot;1,,,,,,4_,4,1,,,1,4&quot;
&quot;txtsetup.sif&quot;,&quot;BootBusExtenders.Load&quot;,&quot;wdf01000&quot;, &quot;wdf01000.sys&quot;
&quot;txtsetup.sif&quot;,&quot;BootBusExtenders&quot;,&quot;wdf01000&quot;, &quot; &quot;&quot;Kernel Mode Driver Framework Runtime&quot;&quot;,files.none,wdf01000&quot;</code></pre></div><p><em><strong>How can i package these?</strong></em>&nbsp; It would be good to have them available for all 5 effected drivers.<br />&nbsp; edit: found tutorials.&nbsp; down to modifying the .Inf files</p><p>With the idea of using PE Plugins for those LAN drivers that use WdfCoInstaller01009.dll, it would seem that they should be disabled in the .Ini.</p><div class="quotebox"><blockquote><div class="codebox"><pre><code>[AX]
; BartPE Code
ms_count	= 0
; use a WDF PE plugin for these drivers

ms_1_tag	= &quot;ax88178a&quot;
ms_1_sysfile	= &quot;ax88178a.sys&quot;
ms_1_exc_skipIfOS	= &quot;w2k,wxp,w2k3&quot;

ms_2_tag	= &quot;ax88772&quot;
ms_2_sysfile	= &quot;ax88772.sys&quot;
ms_2_exc_skipIfOS	= &quot;w2k,wxp,w2k3&quot;

ms_3_tag	= &quot;ax88772b&quot;
ms_3_sysfile	= &quot;ax88772b.sys&quot;
ms_3_exc_skipIfOS	= &quot;w2k,wxp,w2k3&quot;</code></pre></div><p>...<br /></p><div class="codebox"><pre><code>[S]
; BartPE Code
ms_count	= 0
; use a WDF PE plugin for these drivers

ms_1_tag	= &quot;lan9500&quot;
ms_1_sysfile	= &quot;lan9500.sys&quot;
ms_1_exc_skipIfOS	= &quot;w2k,wxp,w2k3&quot;

ms_2_tag	= &quot;lan7500&quot;
ms_2_sysfile	= &quot;lan7500.sys&quot;
ms_2_exc_skipIfOS	= &quot;w2k,wxp,w2k3&quot;</code></pre></div></blockquote></div><p>Is this correct?<br />&nbsp; &nbsp; Is it also true that 8.3 file-naming conventions must be observed?</p><p>Please help to finish this.&nbsp; I do credit by those that assist or pioneer solutions.</p>]]></content>
			<author>
				<name><![CDATA[TechDud]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14671</uri>
			</author>
			<updated>2013-08-23T00:47:38Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=52813#p52813</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=52805#p52805"/>
			<content type="html"><![CDATA[<p>edit:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;It would seem a plugin would be more effective here with less overhead.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;See:&nbsp; <a href="http://www.911cd.net/forums//index.php?showtopic=24566&amp;view=findpost&amp;p=172598">http://www.911cd.net/forums//index.php? … p;p=172598</a></p><p><span style="color: royalblue">cdob</span> already has a working plugin with wdfldr.sys included for VIA USB 3.0 PE support.&nbsp; That should work for Fresco Logic controllers with some minor modifications.</p><p>How hard would it be to shoehorn in the file references you need for a custom plugin?<br />&nbsp; Maybe something like this:</p><div class="codebox"><pre><code>; PE Builder v3 plug-in INF file
; created by cdob (for VIA USB 3.0), modified by TechDud for ASIX USB 2.0/3.0 LAN

; ASIX AX88179/178A

[Version]
Signature= &quot;$Windows NT$&quot;

[PEBuilder]
Name=&quot;driver: ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet Adapter&quot;
Enable=1

[SourceDisksFiles]
files\ax88178a.sys=4,,1
files\ax88178a.inf=20,,1

;extracted with 7-zip from file - WdfCoInstaller01009.dll:
;Microsoft Kernel-Mode Driver Framework Install-v1.9-Win2k-WinXP-Win2k3.exe
files\WDFLDR.SYS=4
files\WDF01000.SYS=4

[SetValue]
;Controller
&quot;txtsetup.sif&quot;,&quot;SourceDisksFiles&quot;,&quot;ax88178a.sys&quot;, &quot;1,,,,,,4_,4,1,,,1,4&quot;
&quot;txtsetup.sif&quot;,&quot;BusExtenders.Load&quot;,&quot;ax88178a&quot;, &quot;ax88178a.sys&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_0B95&amp;PID_1790&quot;, &quot; &quot;&quot;ax88178a&quot;&quot;&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_0B95&amp;PID_178A&quot;, &quot; &quot;&quot;ax88178a&quot;&quot;&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_0DF6&amp;PID_0072&quot;, &quot; &quot;&quot;ax88178a&quot;&quot;&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_17EF&amp;PID_304B&quot;, &quot; &quot;&quot;ax88178a&quot;&quot;&quot;
&quot;txtsetup.sif&quot;,&quot;HardwareIdsDatabase&quot;,&quot;USB\VID_0930&amp;PID_0A13&quot;, &quot; &quot;&quot;ax88178a&quot;&quot;&quot;
;
;Kernel Mode Driver Framework Runtime
&quot;txtsetup.sif&quot;,&quot;SourceDisksFiles&quot;,&quot;wdfldr.sys&quot;, &quot;1,,,,,,4_,4,1,,,1,4&quot;
&quot;txtsetup.sif&quot;,&quot;SourceDisksFiles&quot;,&quot;wdf01000.sys&quot;, &quot;1,,,,,,4_,4,1,,,1,4&quot;
&quot;txtsetup.sif&quot;,&quot;BootBusExtenders.Load&quot;,&quot;wdf01000&quot;, &quot;wdf01000.sys&quot;
&quot;txtsetup.sif&quot;,&quot;BootBusExtenders&quot;,&quot;wdf01000&quot;, &quot; &quot;&quot;Kernel Mode Driver Framework Runtime&quot;&quot;,files.none,wdf01000&quot;</code></pre></div><p>&nbsp; &nbsp; &nbsp;<img src="http://forum.driverpacks.net/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></content>
			<author>
				<name><![CDATA[TechDud]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14671</uri>
			</author>
			<updated>2013-08-22T15:48:08Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=52805#p52805</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=52778#p52778"/>
			<content type="html"><![CDATA[<p>Whoops!</p><p>Upon review of my &quot;LenLan.inf&quot; file, it would appear that i have made some amateurish mistakes.<br />&nbsp; First, i neglected to comment-out the .cat file.<br />&nbsp; &nbsp; Second, I should have stuck with the string variable %AX88772B.DeviceDesc% instead of %LenLan.DeviceDesc%.<br />&nbsp; &nbsp; &nbsp; Thirdly, I didn&#039;t modify the variables for all languages to read the following:<br /></p><div class="codebox"><pre><code>AX88772B.DiskName = &quot;Lenovo USB 2.0 Ethernet Adapter Driver Diskette&quot;
AX88772B.DeviceDesc = &quot;Lenovo USB 2.0 Ethernet Adapter&quot;</code></pre></div><p>My apologies.</p><br /><p>edit:&nbsp; Additionally, it would seem that the entries in DP_Lan.ini may be incorrect as well.<br /></p><div class="codebox"><pre><code>[AX]
; BartPE Code
ms_count	= 2
ms_1_tag	= &quot;ax88179&quot;
ms_1_sysfile	= &quot;ax88179_178a.sys&quot;
ms_1_exc_skipIfOS	= &quot;w2k,wxp,w2k3&quot;

ms_2_tag	= &quot;ax88772b&quot;
ms_2_sysfile	= &quot;ax88772b.sys&quot;
ms_2_exc_skipIfOS	= &quot;w2k,wxp,w2k3&quot;</code></pre></div><br /><p>I would like to see this set up so that you have the greatest odds of success.</p><p>If anybody with more experience with network installs could weigh in, i would be most appreciative.<br />&nbsp; The skipIfOS= variable has me puzzled.</p><p>edit:&nbsp; if only &quot;ms_1_sysfile2 = &quot;wdfldr.sys&quot;&quot; could be added for both.</p>]]></content>
			<author>
				<name><![CDATA[TechDud]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14671</uri>
			</author>
			<updated>2013-08-22T12:07:30Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=52778#p52778</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=52762#p52762"/>
			<content type="html"><![CDATA[<p>PM cdob... or Highlander <img src="http://forum.driverpacks.net/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> if questions are in need of answer</p><p>yes TD seems like we just did this didn&#039;t we <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></content>
			<author>
				<name><![CDATA[OverFlow]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=1097</uri>
			</author>
			<updated>2013-08-21T05:34:50Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=52762#p52762</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=52759#p52759"/>
			<content type="html"><![CDATA[<p>It would seem that the source need be modified to include KMDF v1.9 files (and registry entries??).<br />&nbsp; Part of the execution of the main library is to check the registry and file existence, if i remember correctly.<br />&nbsp; &nbsp; This would be much easier if there was either a BartPE/UBCD4Win or RVMi plugin available.<br />&nbsp; &nbsp; &nbsp; <span style="color: royalblue">Damnation</span> and <span style="color: royalblue">cdob</span> pioneered an effort for textmode KMDF support in the following quoted link.<br />&nbsp; &nbsp; &nbsp; &nbsp; Unfortunately, i don&#039;t know if any specific instructions were written to show exactly how to accomplish this.<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; It certainly seems that it has been accomplished previously.<br /></p><div class="quotebox"><cite>Damnation wrote:</cite><blockquote><p>&quot;It works!&quot;<br /><em>&nbsp; &nbsp; &nbsp;<a href="http://forum.driverpacks.net/viewtopic.php?pid=49894#p49894">http://forum.driverpacks.net/viewtopic. … 894#p49894</a></em></p></blockquote></div><p>Additionally, i wonder if the new &quot;LenLan.inf&quot; works on it&#039;s corresponding hardware.<br />&nbsp; I cannot test that.</p><p>Also, it may be true that ax88179_178a.sys and associated files need be renamed, and references to files in the .Inf altered to reflect the changes for textmode to function properly.<br />&nbsp; (See DP_MassStorage_wnt5_x86-32_1308132\D\M\U3\Etron*.*)</p><div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>&quot;they exceed the 8.3 DOS filename restriction for textmode to work...&quot;<br /><em>&nbsp; &nbsp; &nbsp;<a href="http://forum.driverpacks.net/viewtopic.php?pid=49308#p49308">http://forum.driverpacks.net/viewtopic. … 308#p49308</a></em></p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[TechDud]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=14671</uri>
			</author>
			<updated>2013-08-21T02:02:35Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=52759#p52759</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=52757#p52757"/>
			<content type="html"><![CDATA[<p>so i modified the driverpack to include wdfldr.sys and wdf01000.sys.&nbsp; now when i boot up ubcd it actually shows there is a driver there, but unfortunately the device says the driver is corrupted or the system is low on resources.&nbsp; I&#039;m a step closer though..</p>]]></content>
			<author>
				<name><![CDATA[tpwc]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=41080</uri>
			</author>
			<updated>2013-08-20T23:52:22Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=52757#p52757</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Asix ax88772b, ax88179]]></title>
			<link rel="alternate" href="http://forum.driverpacks.net/viewtopic.php?pid=52697#p52697"/>
			<content type="html"><![CDATA[<p>I have left work for the day.. i&#039;ll give this a shot on monday and report back with my findings.</p>]]></content>
			<author>
				<name><![CDATA[tpwc]]></name>
				<uri>http://forum.driverpacks.net/profile.php?id=41080</uri>
			</author>
			<updated>2013-08-16T22:17:01Z</updated>
			<id>http://forum.driverpacks.net/viewtopic.php?pid=52697#p52697</id>
		</entry>
</feed>
