26

(53 replies, posted in 3rd Party DriverPacks)

Grunger86, you know you could probably very easily modify the DP yourself and test out whether or not some of the proposed solutions actually work.  And then report back the results.

27

(107 replies, posted in 3rd Party DriverPacks)

Oron123 wrote:

RougeSpear, I was only trying to help. You don't have to be so cynical.

Sometimes the written word can get misunderstood on these forums.  I wasn't cynical at all.  I literally was thankful that you pointed out the specific file for me.  Most of the time I get stuff like "it doesn't work".  Like that's supposed to be helpful to me.  By pointing out the file you saved me the time, effort, and aggravation of having to pinpoint the problem myself.  Anyway, I've made the same mistake myself several times where I've taken what someone wrote entirely wrong.  When there's no tone of voice or body language to observe it can be tough to tell if someone is being considerate or being a jerk.

28

(107 replies, posted in 3rd Party DriverPacks)

Oron123 wrote:

By the way, check the "KHALMNPR.exe" file. It seems corrupt. Maybe this is the problem.

Thank you specifying the file and some details.  That should make what I have to do much easier.

The problem with Widcomm based bluetooth adapters is the licensing mechanism that they use.  It's a different install set for just about every vendor (and each chipset per vendor).  I know that there are "generic" Widcomm stacks out there, but the ones that are actually Widcomm code are more than likely not legal to distribute.

I started a Dell Bluetooth DP a while back to cover the various models that we use at my main job.  You would think that since they are all Widcomm that there would be a tremendous amount of statistical redundancy allowing for some crazy 7-Zip compression.  But sadly, this is not the case.  Having just four separate Dell models in one DP yields a .7z file close to 150MB.  Then of course is the trouble to make exception installers for all of these things <sigh>.

It would seem from what I have read here that adapters using the Toshiba stack seem to all work with the same install set (or am I missing something here?).  Unfortunately I think that so far as Widcomm goes, we're pretty much screwed.  You can quite easily make a DP consisting of the various .inf, .sys, and .cat files, but to get the full boat install would require a great deal more.

30

(107 replies, posted in 3rd Party DriverPacks)

I've now used the latest version, 81027, on two Dell laptops, a Sony VAIO laptop, an HP desktop, an OptiPlex 755, and VMware - all with no problems.

31

(4 replies, posted in Software)

I like that this uses sqlite.  That is the direction that I eventually wanted to go in.  I haven't tried this out yet, but still wanted to say good job for implementing a database method.

32

(107 replies, posted in 3rd Party DriverPacks)

Since all of the Logitech PS/2 stuff seemed to be confined to two .inf files, I just removed those files and the associated .sys and .cat files.  This is mainly meant to be a temporary solution to allow installs to work until I can figure something else out.

Post #1 download link updated.

33

(107 replies, posted in 3rd Party DriverPacks)

Well it may end up being necessary to break driver signing, which of course would necessitate the end user enable the option to ignore driver signing.  It does not look as though there will be a perfect solution.

34

(107 replies, posted in 3rd Party DriverPacks)

Yea it looks as though I may need to chop out the Vista stuff.  But this makes me wonder how it installs properly to begin with hmm   Well this is going to be a pain in the neck.

35

(107 replies, posted in 3rd Party DriverPacks)

Looking at the .inf file myself, it would appear to be for both Vista and pre-Vista operating systems.  I would imagine that I could break the driver signing by cutting out all of the Vista specific code.

36

(38 replies, posted in Software)

I think that what I can do as a short term fix is enable command line options for this script.  No switch will be default mode and then /monitors will looks specifically for monitor hwids.  If we come up with some other special case oddballs I can throw in options for those as well.  Finally, there can be /all which will run each regex in succession.  Obviously this isn't the most optimal layout so far as speed of execution is concerned, however it also means that I could probably tighten up the primary regex pattern significantly.

37

(38 replies, posted in Software)

OverFlow wrote:

Perl is the good stuff wink...

I use MRTG which is Perl based and it's incredible.  Plus I like that Perl is cross platform.

OverFlow wrote:

we will never get you back after that...

Unfortunately for me I will be supporting Windows until I retire.  And it will be XP for the next six years if I have anything to say about it.

OverFlow wrote:

...perl leads to linux...

Already there wink

OverFlow wrote:

and once your hooked...

I've been using Kubuntu as my primary OS on my desktop (still XP on my laptop) for over a year now.  I dare anybody to do that and still contend that Windows is anything but a piece of crap.

38

(38 replies, posted in Software)

It's funny I was just looking through the AutoIt help file to look at the regex support it offers.  And it doesn't seem to offer even as much as VBscript.  I've been wanting to take up Perl for quite some time now and that seems to be the gold standard for regex.  I'm probably going to take a look at that route.

39

(38 replies, posted in Software)

The more that I am getting into this the more I am beginning to think that I may need to port the code over to another environment.  VBscript offers good but not great support for regex.  There seem to be some missing functionality in the area of conditional processing and negative lookaround.

40

(107 replies, posted in 3rd Party DriverPacks)

I'm not even going to consider entertaining drivers posted to file sharing sites.  If given a link to a vendor site, I'll inspect the driver's files and .inf to see if it's worthwhile.  The Synaptic driver included with yesterday's release is the most recent on Synaptic's web site.  If I had to guess, I would think that the driver you mention is a custom / modified package for one particular vendor.  While this might be just fine for that particular vendor's hardware, it may also be completely unusable for any other vendor's hardware.

41

(107 replies, posted in 3rd Party DriverPacks)

Updated

I'm just going to throw this out there, for whatever it's worth..

Where I live you are not even able to purchase a CRT monitor anymore.  Literally.  They are history.  The government, education, and health care sectors even have to pay a huge surcharge per unit if for some reason they did want one and then were able to find someone willing to sell them.  It seems a bit like supporting 5.25" floppies.

Is there really a need to mess around with this excellent DP by adding this sort of stuff to it?

43

(38 replies, posted in Software)

Us2002 wrote:

Nice, will ur script check monitors ID in future?

Just added a seperate script for collecting monitor HWIDs.  Also it appears as though monitor hwids are just like some other very short hwids.  It isn't optimal but this may wind up being a solution for now.  Or I may just have to perform two regex operations for everything in one script.

44

(38 replies, posted in Software)

kickarse wrote:

It's completely normal.

It may be completely normal, but not a good thing nonetheless.  I don't know how many years ago this was, but it was before DP BASE, I discovered a bit of an issue with a RealTek audio device totally interfering with an Analog Devices SoundMAX.  I believe the solution in the end was to lop off the offending hwid from the RealTek.

What had me scratching my head was the duplication "short" hwids, but not "long" ones.

45

(38 replies, posted in Software)

20081021 - v1.2.0
* Now picking up more HWIDs - and unfortunately a couple that it shouldn't  Getting closer.


I don't know everything about HWIDs, but in my testing with this script I've noticed a couple things that may or may not be worth looking into.  First of all, if you important the resulting .csv file into a spreadsheet program, sort the date by column C primarily and column B secondarily.  The HADAUDIO entries will be near the top and immediately I notice duplicate HWIDs between different vendors and within the same vendor but in different driver sets.  Again, I'm not too expert on this so I don't know if there are acceptable circumstances when duplicates are to be expected.

46

(107 replies, posted in 3rd Party DriverPacks)

It's on my list.  Along with several Logitech updates.

47

(38 replies, posted in Software)

kickarse wrote:

Ahh, it's nice and quick.  However you will want to fix the issue with only grabbing only XXX\XXX HWIDs.

Yea, I'm still working my way through regular expressions.  I know it's possible to construct one that will catch everything, it's just that I'm pretty new with them.

48

(38 replies, posted in Software)

It will recursively scan all folders beneath itself.

49

(38 replies, posted in Software)

kickarse wrote:

IN order to get your vbs to run what do I have to do??

You should just have to double click on the file itself.  It only requires that you have WSH on your system which you should unless it was removed by nLite.

Holy cow this must have taken you forever to put together!  Excellent job too.  I looked in the Dell directory and sure enough everything is in there.  Very impressive and very much appreciated.  I had begun a similar pack myself, though all I downloaded were the Dell drivers and I gave up.