Topic: WiFi not working  (Read 3220 times)

WiFi not working
« on: January 21, 2013, 03:37:49 PM »

MedEvil

  • Jr. Chef
  • **
  • Date Registered: Sep 2012
  • Posts: 33
I can't get my USB-WiFi-Stick to work in Win7PE_SE.
Once the driver is installed, the device doesn't start working.
The devicemanager shows as error message:
Quote
Windows can not start the hardware device, because it's configuration information (in the registry) is incomplete or damaged. (Code 19)
Windows also wants to restart the computer to finish the installation. :confused:

Does anyone else have a USB-WiFi-Stick working in Win7PE_SE?

:cheers:
« Last Edit: January 21, 2013, 03:38:31 PM by MedEvil »

Re: WiFi not working
« Reply #1 on: January 21, 2013, 04:37:10 PM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
Mine works, is an USB dongle Tp-link with Atheros chipset.
Probably you will need an script of this type, but I dont remember why.
 
 
Quote
[Main]
Title=vwifibus service
Selected=true
Level=5
Author= oscar
Version=
Date=08-Jan-2011

[Process]
Run,%ScriptFile%,SourceDisksFiles
Run,%ScriptFile%,AddReg


[SourceDisksFiles]
Echo,"Copying files.."
FileCopy,"%ScriptDir%\files\*.sys","%target_sys%\drivers"
FileCopy,"%ScriptDir%\files\*.inf","%target_win%\inf"
FileCopy,"%ScriptDir%\files\vwifibus.sys","%target_win%\inf"

[AddReg]

RegHiveLoad,Tmp_System,%RegSystem%
RegWrite,HKLM,0x1,"Tmp_System\ControlSet001\services\vwifibus,DisplayName,"@#$pSystemRoot#$p\System32\drivers\vwifibus.sys#$c-257"
RegWrite,HKLM,0x4,Tmp_System\ControlSet001\services\vwifibus,ErrorControl,0x00000000
RegWrite,HKLM,0x2,"Tmp_System\ControlSet001\services\vwifibus,ImagePath,"\SystemRoot\System32\drivers\vwifibus.sys"
RegWrite,HKLM,0x4,Tmp_System\ControlSet001\services\vwifibus,Start,0x00000003
RegWrite,HKLM,0x4,Tmp_System\ControlSet001\services\vwifibus,Type,0x00000001
RegWrite,HKLM,0x1,"Tmp_System\ControlSet001\services\vwifibus,Description,"@#$pSystemRoot#$p\System32\drivers\vwifibus.sys#$c-258"

RegHiveUnLoad,Tmp_System,%RegSystem%

 

The files of the script are this: netvwifibus.inf netvwififlt.inf netvwifimp.inf vwifibus.sys vwififlt.sys vwifimp.sys

 

Re: WiFi not working
« Reply #2 on: January 21, 2013, 05:36:41 PM »

MedEvil

  • Jr. Chef
  • **
  • Date Registered: Sep 2012
  • Posts: 33
So vwifibus.sys needs to be in two places?
"%target_sys%\drivers" and "%target_win%\inf" ?

:cheers:

Re: WiFi not working
« Reply #3 on: January 21, 2013, 06:57:27 PM »

CD-RW

  • LiveSystem pro
  • Chef
  • ***
  • Date Registered: Oct 2010
  • Posts: 168
Hello

The INFRASTRUCTURE which the driver must be present for it to work.
Is then PPOE Script integrated ?

Kare
--

Re: WiFi not working
« Reply #4 on: January 21, 2013, 07:09:12 PM »

MedEvil

  • Jr. Chef
  • **
  • Date Registered: Sep 2012
  • Posts: 33
Yes PPOE script is integrated.

:cheers:

Re: WiFi not working
« Reply #5 on: January 22, 2013, 12:20:20 AM »

0scar

  • Code Baker
  • Chef
  • ***
  • Date Registered: Jan 2013
  • Posts: 309
So vwifibus.sys needs to be in two places?
"%target_sys%\drivers" and "%target_win%\inf" ?

:cheers:

Quote
... The .inf files expect the drivers to be in system32\drivers folder.
Just placing them there does not work, the Win7 system has to do it for you,
but that process fails, unless the driver vwifibus.sys is placed next to the .inf file in inf folder, so that there is no need to search...
wimb_2 :worship: (2010, 911CD forum)

Re: WiFi not working
« Reply #6 on: January 22, 2013, 01:57:58 AM »

MedEvil

  • Jr. Chef
  • **
  • Date Registered: Sep 2012
  • Posts: 33
Thanks, Oscar! My USB dongle works now.

Will fix the script to work without the need to first gather the files and then post it here.

:cheers:

 

Powered by EzPortal