Jump to content











Photo
* * * * * 2 votes

[script]PENetwork


  • Please log in to reply
748 replies to this topic

#676 reboot12

reboot12

    Frequent Member

  • Advanced user
  • 287 posts
  • Interests:WinXP, Debian, OpenWrt, gPXE, iPXE, BIOS, UEFI, Coreboot, MS VirtualPC, VMware
  •  
    Poland

Posted 02 August 2013 - 06:53 PM

I try patched driver in MiniXP HBCD14 but not working :dubbio:. I added the driver to HBCD\XP\Drivers directory but after boot PE Network not detect any WLAN card :-(. In Device manager only LAN card.

 

This means that start Wifi depend also from type Windows PE - BartPE, HBCD, LiveXP (WinBuilder) etc. The Wifi driver works differently in different WinPE OS's.

 

This is very dependent!



#677 reboot12

reboot12

    Frequent Member

  • Advanced user
  • 287 posts
  • Interests:WinXP, Debian, OpenWrt, gPXE, iPXE, BIOS, UEFI, Coreboot, MS VirtualPC, VMware
  •  
    Poland

Posted 05 August 2013 - 05:37 PM

I found very interesting thing. I try make Wifi TP-LINK WN-551G autoboot in two WinPE: MiniXP HBCD14 & LiveXP Project LX.061412. In both cases need make path driver net5211.inf but differently for each OS:

 

HBCD14 net5211.inf need delete or comment lines (in two section [ATHER_DEV_001A.ndi.NT] & [ATHER_DEV_1052.ndi.NT]):

; DelFiles
; DelReg

LiveXP net5211.inf need delete or comment lines (probably also for two section but DriverPack WLAN make patch for all section):

; CopyFiles
; DelFiles

Additionally need use PENetwork.ini like this.

 

Now autoboot Wifi working in both HBCD14 and LiveXP OS's :1st: :yahoo: :yahoo: :yahoo:


Edited by reboot12, 05 August 2013 - 05:58 PM.


#678 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 07 October 2013 - 04:49 PM

Published final release v0.58 of PENM (07.10.2013):
- Fixed: Missing translation applying after language change for connect menuitem in network browser
- Fixed: After saving new color scheme in profile editor it was not applied to the list of the existing schemes
- Fixed: Window focus on profile deleting in profile editor
- Fixed: Profile deleting in profile editor
- Fixed: Wrong label length calculation in network startup dialog
- Fixed: IP address was not deleted if last item in network browser window was removed
- Fixed: Missing color scheme apply on checkboxes if Windows styles are enabled
- Changed: Profile editor reworked
- Changed: Detailed PE version in debug log
- Changed: Position of tray info window now near the tray icon
- Added: Cmdline parameters /ini= for loading a specified ini file
- Added: Cmdline parameters /profile= for loading a specified profile directly from file
- Added: 'GUIDisable' mask parameter (ini, reg, cmdline) to show only some specific tabs ("Config"/"IP" & "About" are always shown)
- Added: Version infos for WIN_8.1/WIN_2012R2 (WinPE5.0)
- Added: Icon for AC wireless networks in available wireless networks
- Added: More ini options are changable via profile editor
- Added: Simple preview window in profile editor
- Added: Simple check for entered addresses (IP, SM, DG, DNS, WINS) in profile editor
- Added: Simple check for entered MAC address
- Added: Some more visible options to color schemes tab in profile editor
- Added: Key accelerators for profile editor
- Added: Tooltip for profiles file cause file path can be larger to display
- Added: Frame color for diabled buttons now changable via schemes/profile editor

 

Thanks also to StorageCraft for providing some additional and/or updated language files.

 

Update is available from

http://holger.reboot.pro
or
http://holger.winbuilder.net
or
http://holger.orgfree.com
 

Greets  :)
Holger


  • Brito likes this

#679 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 07 October 2013 - 05:29 PM

Thanks a lot, Holger! :cheerleader: :cheerleader: :cheerleader:

:cheers:

#680 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 07 October 2013 - 10:31 PM

Published small bugfix release v0.58.1 of PENM (08.10.2013):

- Fixed: GUIDisable mask option missing

 

Sorry and Greets :suda:

Holger



#681 MedEvil

MedEvil

    Platinum Member

  • .script developer
  • 7771 posts

Posted 08 October 2013 - 01:52 PM

So this is then the final final? ;)

:cheers:

#682 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 08 October 2013 - 06:36 PM

Yes, indeed, v0.58.1 ist the 58th final. ;)

All new and unfinished things are going now to v0.59 (Beta).



#683 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 09 October 2013 - 03:25 PM

Bravo, thank you very much :1st: 
Everything seems to work fine here in my environment :good: 
 
I just have a small concern with the profile editor and with the parameter/ini= or the following registry keys:
 

[HKEY_CURRENT_USER\Software\PENetwork\Editor]
"LastFile"="C:\\PENetwork\\MyPENetwork.ini"
"OpenLastFile"=dword:00000000   (Editor > options > preferences > Automatically open lastconfig file on startup)

If the keys above are not specified,
from Penetwork launched with, for example : "PENetwork.exe /ini=C:\PENetwork\MyPENetwork.ini /profile=MyProfile",
if I call then the  editor, MyPENetwork.ini is not loaded, it's OK with the external editor.
 
Also "PENetwork.exe /profileeditor /ini=C:\PENetwork\MyPENetwork.ini" does not work (cmdline or for PENetwork script)
The profile editor works if I fill out the 2 registry keys previously, but not then, if I change the config file in Penetwork.exe.
 
:cheers:



#684 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 09 October 2013 - 10:33 PM

Bravo, thank you very much :1st: 
Everything seems to work fine here in my environment :good: 
 
I just have a small concern with the profile editor and with the parameter/ini= or the following registry keys:
 

If the keys above are not specified,
from Penetwork launched with, for example : "PENetwork.exe /ini=C:\PENetwork\MyPENetwork.ini /profile=MyProfile",
if I call then the  editor, MyPENetwork.ini is not loaded, it's OK with the external editor.
 
Also "PENetwork.exe /profileeditor /ini=C:\PENetwork\MyPENetwork.ini" does not work (cmdline or for PENetwork script)
The profile editor works if I fill out the 2 registry keys previously, but not then, if I change the config file in Penetwork.exe.
 
:cheers:

 

Hi Chris, thanks for feedback :)

Yes, the '/ini' option doesn't work at the moment for the profile editor, it's just not implemented.

Here you need still the old way: penetwork.exe /profileeditor c:\penetwork\mypenetwork.ini

to open a file directly with the editor.

BTW. you need to set the option "OpenLastFile" to 0x1 to open the last file.

/ini /profile are at the moment only for using PENM, not  the editor.

But I will set it to my 'todo' list.

Greets

Holger



#685 Marco Marro

Marco Marro
  • Members
  • 8 posts
  • Location:Cuneo
  •  
    Italy

Posted 10 October 2013 - 11:44 PM

Ottimo lavoro! Complimenti !!! Great job !

I will provide as soon as possible to send the improved version of italian language. --

 

Marco



#686 ChrisR

ChrisR

    Silver Member

  • .script developer
  • 784 posts
  •  
    France

Posted 11 October 2013 - 10:49 AM

Yes, the '/ini' option doesn't work at the moment for the profile editor, it's just not implemented.

 

Hi Holger :)

 

Thank you for explaining, I saw the new setting on your FAQs and I thought (wrong) that it was also for the editor.
The new settings are only for PE Network Manager and it is fine like this, no problem.
The new interface for PENetwork editor is really well and more friendly than before, I like :thumbsup:

 

Thanks for All,
Chris



#687 Unikat2000

Unikat2000
  • Members
  • 2 posts
  •  
    Germany

Posted 07 November 2013 - 11:55 PM

Hi,

 

I'm using PENetwork as part of  WinPE7_SE environment. Would it be possible to add some sort of hardware MAC recognition, so that an adapter configuration gets assigned a to specific nic?



#688 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 09 November 2013 - 02:05 AM

Hi,

 

I'm using PENetwork as part of  WinPE7_SE environment. Would it be possible to add some sort of hardware MAC recognition, so that an adapter configuration gets assigned a to specific nic?

 

I did some short tests with some original PE's (3.0, 4.0 and 5.0) and can say it should be possible.

So planned for coming beta in a few weeks.

 

Greets :)

Holger



#689 Unikat2000

Unikat2000
  • Members
  • 2 posts
  •  
    Germany

Posted 09 November 2013 - 10:04 AM

I did some short tests with some original PE's (3.0, 4.0 and 5.0) and can say it should be possible.

So planned for coming beta in a few weeks.

 

Greets :)

Holger

 

thx for the fast reply and the news....I'm looking forward to it :)



#690 bee4u

bee4u

    Frequent Member

  • Advanced user
  • 172 posts
  •  
    United Kingdom

Posted 11 November 2013 - 01:51 AM

hi.. may i know how to update the latest version in a penetwork script in Livexp..?

i tried to replace the files with latest version it does not work properly especially adding other drivers in penetwork-drivers folder...THX



#691 al_jo

al_jo

    Gold Member

  • Members
  • 1218 posts
  • Location:Tellus

Posted 11 November 2013 - 12:46 PM

@bee4u

Holgers PENetwork 0.58.1 is now included in this livexp project:

http://aljo.comeze.c...xp/livexp2.html

Not tested “add drivers from this directory” but using “Driver Import” instead while running the PE.



#692 bee4u

bee4u

    Frequent Member

  • Advanced user
  • 172 posts
  •  
    United Kingdom

Posted 11 November 2013 - 04:12 PM

THX  al_jo.. :smiling9:   i will check it ...BTW how you update it in the penetwork script..?



#693 bee4u

bee4u

    Frequent Member

  • Advanced user
  • 172 posts
  •  
    United Kingdom

Posted 11 November 2013 - 05:02 PM

v0.58.1 didn't work  no drivers are copied  by penetwork-drivers folder. i even checked v0.57.2  same thing only working is v.056.



#694 al_jo

al_jo

    Gold Member

  • Members
  • 1218 posts
  • Location:Tellus

Posted 11 November 2013 - 08:18 PM

v0.58.1 didn't work  no drivers are copied  by penetwork-drivers folder. i even checked v0.57.2  same thing only working is v.056.

 

Just tested adding drivers for my Realtec wifi chip with the penetwork 0.58.1 script.

Working ok here without any problems…

http://al-jo.net46.net/penet.jpg

http://al-jo.net46.net/penet1.jpg

http://al-jo.net46.net/penet2.jpg

http://al-jo.net46.net/penet3.jpg



#695 bee4u

bee4u

    Frequent Member

  • Advanced user
  • 172 posts
  •  
    United Kingdom

Posted 12 November 2013 - 02:07 PM

 i tested with my lan driver Realtek RTL8139/810x/8169 , files are NETRTOEM.cat,oem2.ini and Rtlnicxp.sys

i have copied all these files into %GlobalTemplates%\PENetwork_drivers folder , it didnt work script not coping these files in system32 folder of xp.

it works in v.056 only.

I checked with my audio driver files it worked in all version..but not lan driver



#696 al_jo

al_jo

    Gold Member

  • Members
  • 1218 posts
  • Location:Tellus

Posted 12 November 2013 - 04:05 PM

@bee4u

Sorry, don’t know why your Lan drivers was not inserted. Locked in some way?

As already said, no problems here adding Lan/Wlan

drivers but made a very small driver guide here:

http://al-jo.net46.n.../driversxp.html

that might help some other users inserting Lan/Wlan drivers in the LiveXP PE.



#697 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 12 November 2013 - 04:30 PM

 i tested with my lan driver Realtek RTL8139/810x/8169 , files are NETRTOEM.cat,oem2.ini and Rtlnicxp.sys

i have copied all these files into %GlobalTemplates%\PENetwork_drivers folder , it didnt work script not coping these files in system32 folder of xp.

it works in v.056 only.

I checked with my audio driver files it workd in all version..but not lan driver

 

Hello,

 

please do the following cause there was a change in the driver copying routine:

In your %temp% folder you should find a file "PENMDrvCpy.txt" -> please check it or post it here.

Please open the file "oem2.inf" and post the section "Manufactor" here, like:

[Manufacturer]
%Intel%     = Intel, NTx86

 

There is an internal check if the driver files arre correct for the target OS.

 

Thanks and greets

Holger



#698 bee4u

bee4u

    Frequent Member

  • Advanced user
  • 172 posts
  •  
    United Kingdom

Posted 12 November 2013 - 06:43 PM

@ Holger  

 

In your %temp% folder you should find a file "PENMDrvCpy.txt"

  i dont have a file "PENMDrvCpy.txt  in temp folder

 

"oem2.inf" and post the section "Manufactor"

its this  [Manufacturer]
%Realtek%   = Realtek, NT.5.1, NTamd64    THX



#699 Holger

Holger

    Silver Member

  • .script developer
  • 534 posts
  • Location:Munich
  • Interests:- programming / scripting
    - scooter driving / modifying
    - writing poems
  •  
    Germany

Posted 12 November 2013 - 09:32 PM

@ Holger  

  i dont have a file "PENMDrvCpy.txt  in temp folder

its this  [Manufacturer]
%Realtek%   = Realtek, NT.5.1, NTamd64    THX

That confuses me a little bit...

Try with Start -> Run -> %temp%\PENMDrvCpy.txt

 

So I need some additional info.

From what source OS you are building your  PE (XP - 32 or 64bit)?

And what I also need is a ZIP of your drivers files and the WinBuilder - Log.html if you have one.

The I will try to reproduce the problem.

 

Thanks and greets

Holger



#700 bee4u

bee4u

    Frequent Member

  • Advanced user
  • 172 posts
  •  
    United Kingdom

Posted 13 November 2013 - 02:36 AM

Source xp pro sp2 32bit. v0.58.1 only copies audio driver no lan. no vga or other but v.056copies all mentioned drivers.

Log and Lan driver and PENMDrvCpy.txt  files are attached..THX

Attached File  Realtek Lan.zip   66.36KB   862 downloadsAttached File  PENMDrvCpy.txt   3.08KB   1033 downloadsAttached File  log.zip   179.35KB   925 downloads






2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users