danielt3 / cmediadrivers

Automatically exported from code.google.com/p/cmediadrivers
1 stars 0 forks source link

Can't get drive to load with windows 7 x64 rtm build 7600 and dseo13b.exe #58

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Diamond Extreme 5.1 with CMI8738

I have tried everything to load the latest x64 unsigned driver in the
latest rtm build of 7 x64 with no luck.

The exact steps were working properly with the windows 7 beta x64 release.
Some thing must have chaged in the RTM.

Is there any way to load this driver in 7 RTM, other than f8 on startup?
has anyone tested 7 x64 RTM.

with dseo13b.exe I can get the test mode enabled, nut I can't sign anything.

Original issue reported on code.google.com by giancarl...@gmail.com on 2 Sep 2009 at 11:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
not that I know of - this signing crap is getting nastier with every new 
version of 
Windows.

Original comment by dogb...@gmail.com on 9 Sep 2009 at 6:50

GoogleCodeExporter commented 9 years ago
giancarlob1,

Just installed the Windows 7 7600 OEM x64 

What wrong is that the User account Control hold the signing to your driver 
down.
I did:

Putted the USer account control on his minimum.
and signed then the system driver with DSEO13b and also getted it to Test Mode

Works like a CHarm 

Original comment by tantat...@gmail.com on 15 Sep 2009 at 7:45

GoogleCodeExporter commented 9 years ago
can anyone please confirm this?

Original comment by dogb...@gmail.com on 26 Sep 2009 at 7:46

GoogleCodeExporter commented 9 years ago
As signing with dseo13b didn't work for me, I did this (after enabling test 
mode):
makecert -r -pe -ss TestCertStore -n "CN=TestCert" testcert.cer
certmgr /add testcert.cer /s /r localMachine root
signtool sign /v /s TestCertStore /n TestCert /t http://timestamp.verisign.com/
scripts/timestamp.dll cmipci.sys
You'll need to have the appropriate tools installed, of course (check MSDN).

Original comment by sarumoki...@googlemail.com on 22 Oct 2009 at 6:04

GoogleCodeExporter commented 9 years ago
I was having the same problem with Windows 7 64bit, but go it to work.  I first 
made
sure the drivers were completely uninstalled and that windows 7 was in test 
mode. 
Then I ran the setup as an administrator by right clicking on it, I think this 
was
the key to get it to work.  Once its installed I enabled it in the sound devices
setup and it works great.

Original comment by ilcaposi...@gmail.com on 15 Dec 2009 at 12:15

GoogleCodeExporter commented 9 years ago
Hey dogber : thin about switching from WDM to WDF please because it is possible 
to load an unsigned x64-Driver in Vista/7 IF you use WDF .... WDM is obsolete 
now and - well lets be realistic : it was inappropriately complex - WDF is way 
better, trust me. Plus : you will easily catch on, the concept is very similar 
but has been narrowed down to the essential parts.

Original comment by dma2...@t-online.de on 12 Jun 2010 at 12:34