Re: Driver Import PE - Need Help for Software Development

I belive the INF's should be as provided by the OEM...

If they have been changed then we need to change them back...
if that is the way they were provided then that is the way they should be...
there are cases where this is not possable... we can deal with that when we get there wink

Please let us know if any other strange problems occur...
We will be glad to either fix them, or help you to find a workaround.

In this case the issue is a bug in our pack... we will fix it!
if you find more we will fix those too! big_smile

so you guys don't need to do anything (you can tweak your pack for now)
we will include this fix in the next nightly and post here so you can test it smile

jeff

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Driver Import PE - Need Help for Software Development

recent news:
only deletion of Reboot is enough,

in otherwords

Changing DP JRAID_I.inf [JM] section:
CopyFiles=JRAID.Copy
Reboot

to

CopyFiles=JRAID.Copy

is enough

Re: Driver Import PE - Need Help for Software Development

Overflow:

yep i think as you write too, i guess dipe will delete reboot line before installing to hostospe.

Thanks for concern

Special thanks to galapo, as usual smile

Re: Driver Import PE - Need Help for Software Development

That is excellent to know and explains why my bartpe plugin works wink

(it is obvious registry entrys are not required for mass storage
the text mode drivers are used for PE and those do not require registry entries
[there is not even a registry available yet @ text mode wink] )
this is intentional because loading the PnP driver resets the bus and most likely will BSOD wink
there are of course exceptions... wink


We still need to get this fixed wink

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Driver Import PE - Need Help for Software Development

having your app check for and remove that line when discovered is certainly the best option.
we will remove the ones that do not belong (like this jmicron) from the packs...

re: Special thanks to galapo, as usual
Yes... as ususal tongue big_smile   

Have a great day
and please accept our warm welcome, to both you and Kare


PS i am now following you that hostospe
can be read as "the currently booted Bartpe OS"

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Driver Import PE - Need Help for Software Development

OverFlow

dipe now deletes all reboot lines in inf now, working great, new version online.
I also create a new topic for announcement for forum.driverpacks.net (i guess it is a good idea, if not please delete any post-topic you want)

Re: Driver Import PE - Need Help for Software Development

OverFlow wrote:

having your app check for and remove that line when discovered is certainly the best option.

Yep, I agree. Knowing what we know from the example of this thread, Driver Import PE should simply ignore/skip the "reboot" line if encountered. That is, don't take for granted that a "reboot" is essential for PE environment to actually get a working device.

As always, thanks for testing, Lancelot!

Regards,
Galapo.

Re: Driver Import PE - Need Help for Software Development

Re: Guess it is a good idea

I stickied it !

DP BartPE Tutorial   DP_BASE Tutorial   HWID's Tool     Read BEFORE you post    UserBars!
http://driverpacks.net/userbar/admin-1.png
The DriverPacks, the DP_Base program, and Support Forum are FREE!.

Re: Driver Import PE - Need Help for Software Development

I verified with Oveflow, for Jmicron we use drivers from their official ftp so no change has been made to the INF file. So it was a DriverImport issue.