Topic: MICROPHONE Not Running Win10PESE  (Read 477 times)

Re: MICROPHONE Not Running Win10PESE Vs Win10XPE
« Reply #20 on: May 02, 2020, 04:30:33 PM »

noelBlanc

  • Chef
  • ***
  • Date Registered: Dec 2013
  • Posts: 266
corvas5, Very happy to help you. And happy you say "it works"

Did you test on many hardwares or only one? it's only to know if many audio hardwares are compatible with generic drivers of MS

I get also bluetooth for my headset (speaker and microphone). But i'm not sure it can work with many devices. It's too long to explain.
And i'm not sure it's helpfull.

Ps : sorry for my poor english ( i write rapidely without translator )

Re: MICROPHONE Not Running Win10PESE
« Reply #21 on: May 02, 2020, 06:06:05 PM »

corvas5

  • Jr. Chef
  • **
  • Date Registered: Jan 2013
  • Posts: 12
noelBlanc

thank you once again. I worked on it for about half a year and nothing.

I tested it on a desktop PC with two different external microphones and a Lenovo laptop with an internal microphone.
Everything worked well.   :thumbsup:

(my english is bad too  :wink:)

Re: MICROPHONE Not Running Win10PESE
« Reply #22 on: May 02, 2020, 06:50:37 PM »

noelBlanc

  • Chef
  • ***
  • Date Registered: Dec 2013
  • Posts: 266
Quote
half a year and nothing
If you have an other feature to add, try an other method
it is only a question of method, not competence. I adopted the investigation-based method from winpe FullFlat. But too long to describe here. And I get some results.

But the work of the real specialists who manage the various projects here remains the basis

Re: MICROPHONE Not Running Win10PESE
« Reply #23 on: May 05, 2020, 01:24:55 PM »

WinPE10KTV

  • Jr. Chef
  • **
  • Date Registered: Apr 2020
  • Posts: 25
Thank you very much, but I am a newbie who can write tutorials or videos so I can follow step by stepc  :great:

Re: MICROPHONE Not Running Win10PESE
« Reply #24 on: May 06, 2020, 10:15:48 AM »

noelBlanc

  • Chef
  • ***
  • Date Registered: Dec 2013
  • Posts: 266
@WinPE10KTV
i don't use the "normal" tools to build my winpe. So, may be some differences.

You said "tutorial". Is it a tutorial to create a script for winbuilder or a tutorial to test "manually" in an active winpe?
I can't help you for the first case.

In the last case :

Do you know how to export a key from a W10 with regedit?
if yes, export the all key hklm\system\services\camsvc in a file "camsvc.reg"

Do you know how to create a service in your Winpe with "sc.exe create" ?
if yes, you can try :"sc.exe create camsvc binPath=cmd.exe"
the command "cmd.exe" will be moved to the good one with the next comand

Do you know how to import a key with regedit?
if yes, import the  file "camsvc.reg"
(Be sure the path of the key is the same in W10 and in Winpe)

Copy the 2 files CapabilityAccessManager.dll , CapabilityAccessManagerClient.dll from an ISO (with the same version of Winpe) to your "system32" in Winpe

Start the service : "net start camsvc" and try the microphone
I hope i well understood you.

Re: MICROPHONE Not Running Win10PESE
« Reply #25 on: May 06, 2020, 01:08:36 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Following noelBlanc post,

I guess following 7 lines will add camsvc service via Plugin (which will work with both Win10PESE and Azin)

Code: [Select]
RegHiveLoad,Tmp_System,%RegSystem%
RegHiveLoad,Tmp_Install_System,%ProjectTemp%\Install.hives\SYSTEM
Call,RegCopyKey,HKLM,Tmp_System\ControlSet001\Services\camsvc
RegHiveUnLoad,Tmp_System
RegHiveUnLoad,Tmp_Install_System
Require_FileQ,CapabilityAccessManager.dll
Require_FileQ,CapabilityAccessManagerClient.dl

Maybe corvas5 or others can create a plugin for "newbies"

Tip:
\Apps\System Tools\"Test Plugin"
--> add above 7 lines under [Process]

Tip2:
Or At PC Packed click small "e" button at right-bottom
--> on new plugin add above 7 lines under [Process]

+
I do not know which files camsvc service requires ... ?
 no time to test on my side, so only posting to feedback following topic....

:turtle:

Edit:
Following noelBlanc Reply 220
http://theoven.org/index.php?topic=1639.msg37258#msg37258
added files to codebox
« Last Edit: May 07, 2020, 08:42:24 PM by Lancelot »

Re: MICROPHONE Not Running Win10PESE
« Reply #26 on: May 06, 2020, 01:10:25 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
quick fix my previous reply codebox...

Re: MICROPHONE Not Running Win10PESE
« Reply #27 on: May 07, 2020, 03:41:31 AM »

slore

  • WimBuilder
  • Sr. Chef
  • ****
  • Date Registered: Jun 2016
  • Posts: 664
 :thumbsup: Noel again.


_microphone.bat
Code: [Select]
rem // Microphone (Identified by noelBlanc)
call RegCopyEx Services camsvc
call AddFiles "@\Windows\System32\#nCapabilityAccessManager.dll,CapabilityAccessManagerClient.dll"

only the 2 lines, make my HP note PC's microphone works!

It will be included in my WimBuilder2.v2020.05.05 (I had fun holiday, so few days delay).
« Last Edit: May 07, 2020, 04:04:40 AM by slore »

Re: MICROPHONE Not Running Win10PESE
« Reply #28 on: May 11, 2020, 03:40:02 PM »

WinPE10KTV

  • Jr. Chef
  • **
  • Date Registered: Apr 2020
  • Posts: 25
Great, waiting for Wimbuilder from you ...  :lol: :thumbsup:

Re: MICROPHONE Not Running Win10PESE
« Reply #29 on: May 11, 2020, 08:00:19 PM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi WinPE10KTV

you could always try downloading it from post1 of

http://theoven.org/index.php?topic=3112.msg37332;topicseen#msg37332
« Last Edit: May 11, 2020, 08:01:45 PM by APT »

Re: MICROPHONE Not Running Win10PESE
« Reply #30 on: May 21, 2020, 09:28:41 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Hi All,

Just created "Audio - Microphone (Camsvc)" Plugin and following noelBlanc and add to server

Code: [Select]
Call,DownloadX,"%BaseDir%\Projects\Yomi\DriversY\Audio_Camsvc.Script"

See: Downloading Plugins with a CodeBox

:turtle:

 

Powered by EzPortal