ok it seems the universal driver is completely screwed, just tried on an HP 8150 too...presume its the driver itself?
Incidently it also can't see full res of printer on 2300 or 8150

Please download this .doc from below link and open in word, print it and you will see most of the fonts get totally screwed up,
http://www.wfu.edu/~yipcw/is/xptest/fonts.doc

If you want to rebuild with individual drivers I wil lbe happy to help.

This appears to be same issue as in this thread;

[BUG?] Intel 82Q963/Q965 Dell Optiplex 745: yellow exclamation mark

Jaak, thanks for your reply,

There are no graphics cards present other than onboard Intel one's built into chipset - this issue will effect everyone using Intel mobo's with onboard graphics.

I posted on another thread about issues with the Latitude D620 graphic's device not working either (...relevant HWID in list is VEN_8086&DEV_27A2)
That is on the driver list too so guess has same issue.

Why does it work when you tell the pc to search for a driver, then it finds and installs it fine, surely it is the same hardware install process?

To be abit more specific the driver appears to be there ok in the pack and 888111 is installed, but it won't install, in fact manually going to add it gets as far as 'not responding' in the hardware wizard

Still same issue with test3 yesterday on an Optiplex 745, have tried a Latitude D620 today with test4 and has similar issue with Intel onboard graphics (although different chipset, made a separate post about it) but assume its linked?

Hi,
Audio device not detecting on install.

HDAUDIO\FUNC_01&VEN_8384&DEV_7690&SUBSYS_102801C2&REV_1022\4&10575340&0&0001: SigmaTel High Definition Audio CODEC

Hi,
Dell D620 graphics only detects if you manually tell it to search afterwards in same manner as the Intel(R)  Q965/Q963 Express Chipset Family on the Dell optiplex 745

Presume its same issue with Intel drivers that worked when Jaak made the INTEL test pack but now in latest (both test pack 4) of new driver packs its broken again sad

D620 missing;
PCI\VEN_8086&DEV_27A2&SUBSYS_01C21028&REV_03\2&EBB567F&0&10 : Mobile Intel(R) 945GM/GU Express Chipset Family

745 missing;
PCI\VEN_8086&DEV_2992&SUBSYS_01DA1028&REV_02\3&172E68DD&0&10: Intel(R)  Q965/Q963 Express Chipset Family

Hi Jig,
I work at a hospital too with mostly Dell pc's (few Fujitsu's) - I use the driverpacks to make a universal image that works on them all. I have a few minor issues but mostly works 100%

Universal driver with Laserjet 2300 print output from programs is all rubbish (random characters) although test page is fine - any ideas? (tested on different 2300's and on different pc's)

Jaak, could you please see if you can see why it worked with _test_INTEL.7z test pack but not with latest ones?
Much appreciated

skin,
you ever notice sometimes you end up with a c:\D dir after the finisher has done, it doesnt seem to always clear up after itself.
I haven't tested enough but it appears some machine types I always end up with the c:\D and on others always not. Any ideas?

Also regarding the duplicate reg entries, I re-read Bashrats post on 2007-07-05 13:35:40, is he impling you just extract the driverpacks to %windir%\DriverPacks to begin with rather than c:\D etc ?

It definately now doesn't work again with latest test packs (MrSmartepants thread ) but did with the

DP_Graphics_B_wnt5_x86-32_706_test_INTEL.7z test pack by Jaak.

Any chance this can get fixed? (it picks up ok if click to search for the driver)

bump

skinlayers

I see what you mean about the Devicepath mess. Did you find out what was the use of running makePNF.exe as suggested by Bashrat?
I seemed to get better results doing it my original way without using the finisher after sysprep.  sad

have edited post with [ code] tag but still need to manually fix the space/tab issue unfortunately. (Thought it would be useful to have the all the output  files to compare). Im sure its not perfect but gives a quick way to see dupes and can be re-ran when a new pack is out quickly.
[If your wondering why I split paths into lots of columns I thought it would give more options for 'sory by'  in excel]

problem with how the board stores certain things, what is between the "delims= and the last "
"delims=     "
...should consist of a space and a tab character, and if you can and paste it gets turned into all spaces

jtdoom,
This will dump all PCI HWID to an excel sheet if its any use to you, should take under a minute to run for ALL driverpacks, depening on your hardware. (Timed with Core2Duo E4300@2.7ghz, raid0 in Vista x64) - bit slower than it could be because limited it to using one external program.
Please change pth to be root of where D is, and you need 'sed', which is standalone exe, makes 4 csv output files, not sure which is best for what you need to know. If you only want one pack change the \D\ but to be say \D\M\ etc.
-------------------------------------------

@echo off

::cleanup
del raw-dump*.csv 2>&1>nul

::set path where D is
set pth=C:\BOOT CDS\DPs_BASE_7051\DriverPacks

FOR /F "delims= 	" %%f in ('dir /b /s "%pth%\D\*.inf"') DO (
 FOR /F "delims= 	" %%l in ('type "%%f" ^| sed -n "/PCI\\\VEN/p" ^| sed "s/.*\(PCI\\\VEN_[0-9A-Z\&_]*\).*/\1/g"') DO (
  echo %%l,%%f >> "raw-dump.csv"
 )
)

::escape path for removal
FOR /F "delims= 	" %%p in ('echo %pth% ^| sed "s/\\/\\\\/g" ^| sed $d') DO (set p=%%p)

::filter out path slashes
type "raw-dump.csv" | sed "s/%p%//g" | sed "s/\\/,/g" > "raw-dump-filtered.csv"

::sort file
sort "raw-dump-filtered.csv" /o "raw-dump-filtered-sorted.csv"

::remove duped lines
type "raw-dump-filtered-sorted.csv" | sed "$!N; /^\(.*\)\n\1$/!P; D" >> "raw-dump-filtered-sorted-nodupes.csv"

------------------------------------------------------
oops, forgot to post link to sed, it is http://unxutils.sourceforge.net/ smile

218

(11 replies, posted in DriverPack Mass Storage)

Can the bios version be read out using a SMBIOS query which would modify the finisher?

...still doesn't work on latest test packs for me unless you make it search for driver after its all done - can anyone else confirm this?

..

sorry it works fine, cd apparently burned badly and was causing a hard reset halfway through booting....

Just retested again with http://rapidshare.com/files/38620294/DP … t_INTEL.7z
and if definately now works fine again with an Optiplex 745

The PCI string (above) isn't in mobility.inf in DP_Graphics_A_wnt5_x86-32_7061test4 but is in DP_Graphics_B_wnt5_x86-32_706test3
I will test with these packs next week. Nothing looks to have changed in pack B regarding it through so presume still wont work?

later on get another error
''elxstor Error''
Fibre Channel Storport Miniport Driver with operating systems other than Windows Server 2003 is not supported

clicking ok and suck about 50 times I got fed up and aborted - has taken about an hour to get this far, think the list will need to be manually chopped

Driver isn't picking up on a Dell D600 for onboard Radeon Mobility graphics card.
(was using DP_Graphics_B_wnt5_x86-32_706_test_INTEL.7z as testing with Optiplex 745 also)

Have just downloaded driver from Dell site and the 3 SUBSYS entries are present in mobility.inf allready under section

;--- on Dell notebooks (1 of them Latitude D600) (zorro1) ---

...however it did not work

[I am making a VMWare image, sysprepping it and then letting the finisher run, rather than using the DP_BASE etc.] - my image works fine on other Dell machines, inc. ones with ATI cards in. Incidently the ATI control panel did get put in place ok, and moaned no ATI card was present.

Driver
http://ftp.us.dell.com/video/R113575.EXE

PCI\VEN_1002&DEV_4C66&SUBSYS_011D1028&REV_02\4&1BFA44D4&0&0008: Video Controller (VGA Compatible)