MSFN Forum: New support for wifi - MSFN Forum

Jump to content


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

New support for wifi Rate Topic: -----

#21 User is offline   gosh 

  • gosh 2.0
  • Group: Patrons
  • Posts: 2,347
  • Joined: 03-October 03
  • OS:none specified
  • Country: Country Flag

Posted 29 January 2010 - 11:22 AM

View Postjaclaz, on Jan 29 2010, 04:22 AM, said:

@gosh
By omitting initially that it was a verbatim copy and paste from someone else's blog, you did give the impression :realmad: :
  • that the works was done partly by a colleague of yours
  • that one of your customers had a wired problem now solved by wireless
  • that you were substantially familiar with the thingies and somehow "endorsed" them or their use


@Eagle710
You plainly stated that you were able to enable wireless connections in a PE 2.1 or 3.0, or at least this is the only way your post can be read.

Since I didn't believe you much :ph34r:, in order to try and understand what was it all about, I posted here:
http://www.boot-land...showtopic=10250
reporting the news.

The phishing ;) worked, and wimb got hooked. :thumbup

Now, it seems like turning out that:
gosh believes blindly in whatever MS writes (which does surprise me :w00t:) and never actually tested the thingies
Eagle710 has never had this working as well :unsure:

IMHO the misunderstandings could have been easily avoided if what is coming out now was stated initially, by taking a bit more care in the wording and quoting the sources/adding details.

Thanks to wimb for having taken the time to start the actual testing.

:hello:

jaclaz


Look, i am very busy. When i find something useful i post it on this site. In retrospect its easy to i should have done this, i should have done that. The microsoft blog said this worked fine without any issues. I had no reason to doubt 2 microsoft employees who said this worked fine. Dont shoot the messenger. If you have a complaint direct it at the original source - the microsoft blog. It would be nice to get a thanks every once in awhile.


#22 User is offline   Eagle710 

  • Member
  • PipPip
  • Group: Members
  • Posts: 159
  • Joined: 06-November 08

Posted 29 January 2010 - 11:27 AM

I will try and find time to post a zip file of all the regedits and system file I required to get Wireless to work in WinPE 2.1 but have been very busy as of late. Please proceed with testing and I will update you all when I get the chance.

I may be able to take a screenshot of connection to a wireless accesspoint if you would like a quick Proof of Concept. Let me know!

#23 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 01 February 2010 - 12:20 AM

Unprotected Wireless Internet in Windows PE 3.0 was realized:
It is necessary to let dism Add WLAN drivers in specific way from provided folder WIN7_drivers.
As before, dism was also used to add winpe-wmi.cab and the HotFix WinPE_OCs\Windows6.1-KB972831-x86.cab

The WLANAPI missing message in PENetwork.exe was overcome by Adding WIN7_system32\wlanapi.dll of Windows 7 to system32
Internet access and PENetwork don't work yet for WPA encryption.
There is now a message for problem to be solved:

file netwzc.inf is missing, which is needed for support of Wireless Zero Configuration

Code used to make Windows PE 3.0 - pe3w.iso
copype.cmd x86 F:\winpe3_x86

copy /y F:\winpe3_x86\winpe.wim F:\winpe3_x86\ISO\sources\boot.wim

imagex.exe /mountrw F:\winpe3_x86\ISO\sources\boot.wim 1 F:\winpe3_x86\mount

Dism /image:F:\winpe3_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\winpe-wmi.cab"
Dism /image:F:\winpe3_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_FPs\en-us\winpe-wmi_en-us.cab"
Dism /image:F:\winpe3_x86\mount /Add-Package /PackagePath:"C:\Program Files\Windows AIK\Tools\PETools\x86\WinPE_OCs\Windows6.1-KB972831-x86.cab"
:: Add WLAN drivers
Dism /image:F:\winpe3_x86\mount /Add-Driver /Driver:F:\winpe3_x86\WIN7_drivers /recurse
:: Add wlanapi.dll
xcopy.exe F:\winpe3_x86\WIN7_system32\*.* F:\winpe3_x86\mount\Windows\System32\ /i /k /e /r /y /h
:: Add Browse for Folder support by making empty folder Windows\System32\config\systemprofile\Desktop
md F:\winpe3_x86\mount\Windows\System32\config\systemprofile\Desktop

imagex.exe /unmount /commit F:\winpe3_x86\mount

oscdimg.exe -n -m -o -bF:\winpe3_x86\etfsboot.com F:\winpe3_x86\ISO F:\winpe3_x86\pe3w.iso


More Info: http://www.911cd.net/forums//index.php?sho...mp;#entry161011


Windows PE 3.0 with Wireless Internet - Opera Portable and PENetwork.exe
=
Posted Image

=

This post has been edited by wimb: 01 February 2010 - 01:55 AM


#24 User is offline   allanf 

  • Junior
  • Pip
  • Group: Members
  • Posts: 66
  • Joined: 01-June 07

Posted 01 February 2010 - 07:31 AM

Probably a long-shot... but might be interesting to do a Dependency Walker profile of some other wireless networking manager - like one specific to the adaptor.

For example, Intel® PROSet/Wireless WiFi Connection Utility for Windows 7 32-Bit*. There's a zip file there which may be installable to the off-line winpe. Alternatively, the program may be installable online in a running winpe and the installer would probable say what's missing and required.

To start, add all the packages in the WAIK and the wireless driver, and throw the installer and depends.exe into /system32..., and have plenty of RAM.

... just a thought.

Regards :)

#25 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 02 February 2010 - 08:47 AM

Thanks allanf for your interest and help.

First attempt to use Intel Utility ICS_s32.exe in Windows PE 3.0 environment failed.

However, I will try now to follow approach of PENetwork.script
and add required files and registry entries needed for WiFi Support with encryption.

Your advice to add empty Desktop folder to config\systemprofile works excellent.
We now have Browse for Folder support in Windows PE 3.0

This post has been edited by wimb: 02 February 2010 - 08:48 AM


#26 User is offline   wimb 

  • Senior Member
  • Group: Developers
  • Posts: 633
  • Joined: 21-March 07

Posted 03 February 2010 - 07:45 AM

Wireless Internet with WPA2-PSK + AES Encryption is realized in Windows PE 3.0 :thumbup

I have used Registry Settings from Windows 7 edited according to PENetwork.script of Holger
And I have added in Windows PE 3.0 the missing but Required files according to Holger's script. :thumbup

More details will follow ....

Windows PE 3.0 with Wireless Encrypted Internet - Opera Portable and PENetwork.exe
=
Posted Image

=

This post has been edited by wimb: 03 February 2010 - 08:40 AM


#27 User is offline   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 11,439
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 03 February 2010 - 02:16 PM

:thumbup

jaclaz

#28 User is offline   nicklad 

  • Group: Members
  • Posts: 3
  • Joined: 06-June 05

Posted 22 February 2010 - 10:24 AM

Hey all!

Some of you might be interested in a thread over on the TechNet forums "WinPE 802.1x TLS authentication during zero touch?".

By the end of the thread, a method of getting 802.1X working under Windows PE is given.
Microsoft still haven't given any documentation on getting this all working properly.
Any use/thoughts?

This post has been edited by nicklad: 22 February 2010 - 10:26 AM


#29 User is offline   nicklad 

  • Group: Members
  • Posts: 3
  • Joined: 06-June 05

Posted 02 March 2010 - 06:33 PM

Documentation has finally trickled out from Microsoft! :)

Adding Support for 802.1x to WinPE

#30 User is offline   patters 

  • Newbie
  • Group: Members
  • Posts: 36
  • Joined: 18-March 04

Posted 04 December 2011 - 08:30 AM

I got wifi working without using a third-party PE builder and wrote it up on my blog. My batch script uses the normal WAIK tools and will build both x86 and x64 versions.
http://pcloadletter....g-wifi-support/

Posted Image

This post has been edited by patters: 04 December 2011 - 08:49 AM


Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

3 User(s) are reading this topic
0 members, 3 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy