Hello,
Windows 7 64 bits does not accept driver that have not verified digital certificate.
So, when a driver has been developed by a no professional company, no money to give to Microsoft to get a certification.
this is the case of the driver we need to install : SAA7146A.SYS
I have found the solution : use DSEO (Driver Signature Enforcement Overrider)
you can find it here:
http://www.ngohq.com/?page=dseo
click on DOWNLOAD at the bottom of the page ( if you don't want to download anything you don't need).
you will go to a second page, go to the bottom and click <Agree>
now you have the file dseo13b.exe on your hard disk.
click right on this file and ask to "Run as administrator"
( sorry my win7 is in French so you will see some sentences in French...)
you will get the first DSEO panel :
chose : "Enable Test Mode" and click Next.
click OK an on the DSEO panel chose : "Sign a system file"
DSEO ask you the complete address of your file starting from C:\...
we must find it, for that I go in the directory where it is : "Driver saa7146a 64-bit" and I must get the complete way to it.
I click right on it
ask at the bottom for proprietaries
select with your mouse the complete address and copy it (CTRL+C)
go back to the DSEO question and put the address (CTRL+V).
you will obtain an answer of success:
Reboot your computer.
After reboot, you will see this announcement at right-bottom of windows screen
Now we can install the saaa7146A driver.
we cannot use the batch file to run the installation procedure. We must do it "by hand"
For that we will use the "Command Prompt" in Admistrator Mode
go to Start Menu > all programs, Accessories , right clicking Command Prompt and select "Run as Administrator"
we must write the whole sentence to install the driver using the "" characters :
"C:\ .... include full path \installdriver.exe" "C:\ ..include full path .. \SAA7146A.INF" "PCI\VEN_1131&DEV_7146"
on my computer I must write:
"C:\Users\cosinus\Tutioune 1600\Driver saa7146a 64-bit\InstallDriver.exe" "C:\Users\cosinus\Tutioune 1600\Driver saa7146a 64-bit\SAA7146A.INF" "PCI\VEN_1131&DEV_7146"
( I copied this sentence from my installSaa7146a.bat file)
just after you execute this prompt, Windows open a panel to ask you to confirm to install this driver.
And now you can look at the Device Manager and see that SAA7144A driver is installed.
and if you run CheckMatosV3.0 you will find that all is OK, all LEDs are GREEN!!!
Good installation!
Jean Pierre F6DZP