Motherboard Forums


Reply
Thread Tools Display Modes

USB driver on Windows Vista

 
 





















-Giacomo-
Guest
Posts: n/a

 
      05-10-2007, 09:29 AM


First of all.. Sorry for my English.

We wrote an USB driver for an embedded application on Windows 2000.
It works fine, but now this OS in no more available.
I read this:

http://www.microsoft.com/whdc/winlog...ign_perOS.mspx

It seems that on Vista-64 bits systems is not possible to load drivers
that are not signed.
We sell no more than 100 systems a year. I guess if this certification
is too expensive for us.

Is it correct?
Any link or suggestion?

Thanks in advance,
Giacomo




 
Reply With Quote
 
larwe
Guest
Posts: n/a

 
      05-10-2007, 10:44 AM
On May 10, 4:29 am, -Giacomo- <"[rimuovi]"@[rimuovi].[rimuovi]> wrote:

> We wrote an USB driver for an embedded application on Windows 2000.
> It works fine, but now this OS in no more available.


This issue is not going to go away, it is going to get worse.
Microsoft's end goal is to close the PC software and hardware
architecture and require all software on Windows to be licensed
through them, similar to XBox.

While there /are/ solutions to load unsigned drivers on 64-bit Vista,
they will likely break with every new service pack. I would strongly
consider moving your project to a different operating system.

 
Reply With Quote
 
ammonton@cc.full.stop.helsinki.fi
Guest
Posts: n/a

 
      05-10-2007, 10:44 AM
-Giacomo- <"[rimuovi]"@[rimuovi].[rimuovi]> wrote:

> We wrote an USB driver for an embedded application on Windows 2000.
> It works fine, but now this OS in no more available.
> I read this:
> http://www.microsoft.com/whdc/winlog...ign_perOS.mspx
> It seems that on Vista-64 bits systems is not possible to load drivers
> that are not signed.


Unless your driver absolutely needs to be a kernel-mode driver, why not
rewrite it as a user-mode driver? UMDF drivers work on XP and Vista.

-a
 
Reply With Quote
 
-Giacomo-
Guest
Posts: n/a

 
      05-10-2007, 12:37 PM

> Unless your driver absolutely needs to be a kernel-mode driver, why not
> rewrite it as a user-mode driver? UMDF drivers work on XP and Vista.
>
> -a
>


Yes:

http://www.microsoft.com/whdc/driver/wdf/UMDF.mspx

It seems a good idea. Thanks for the tips. I will work on it.


Giacomo

 
Reply With Quote
 
Daniel Berglund
Guest
Posts: n/a

 
      05-10-2007, 07:26 PM
> We wrote an USB driver for an embedded application on Windows 2000.
> It works fine, but now this OS in no more available.
> I read this:
>
> http://www.microsoft.com/whdc/winlog...ign_perOS.mspx
>
> It seems that on Vista-64 bits systems is not possible to load drivers
> that are not signed.
> We sell no more than 100 systems a year. I guess if this certification
> is too expensive for us.
>
> Is it correct?


WHQL certification is 750 USD per attempt if I remember correctly. But
you can self-sign the drivers. Then all you need is a Authenticode
certificate which is 495 USD (or so) per year.

 
Reply With Quote
 
CBFalconer
Guest
Posts: n/a

 
      05-10-2007, 11:19 PM
wrote:
> -Giacomo- <"[rimuovi]"@[rimuovi].[rimuovi]> wrote:
>
>> We wrote an USB driver for an embedded application on Windows
>> 2000. It works fine, but now this OS in no more available.
>> I read this:
>> http://www.microsoft.com/whdc/winlog...ign_perOS.mspx
>> It seems that on Vista-64 bits systems is not possible to load
>> drivers that are not signed.

>
> Unless your driver absolutely needs to be a kernel-mode driver,
> why not rewrite it as a user-mode driver? UMDF drivers work on
> XP and Vista.


Read the following URLs.

--
<http://www.cs.auckland.ac.nz/~pgut001/pubs/vista_cost.txt>
<http://www.securityfocus.com/columnists/423>
<http://www.aaxnet.com/editor/edit043.html>
<http://kadaitcha.cx/vista/dogsbreakfast/index.html>
cbfalconer at maineline dot net



--
Posted via a free Usenet account from http://www.teranews.com

 
Reply With Quote
 
-Giacomo-
Guest
Posts: n/a

 
      05-11-2007, 01:12 PM
Daniel Berglund ha scritto:
>> We wrote an USB driver for an embedded application on Windows 2000.
>> It works fine, but now this OS in no more available.
>> I read this:
>>
>> http://www.microsoft.com/whdc/winlog...ign_perOS.mspx
>>
>> It seems that on Vista-64 bits systems is not possible to load
>> drivers that are not signed.
>> We sell no more than 100 systems a year. I guess if this
>> certification is too expensive for us.
>>
>> Is it correct?

>
> WHQL certification is 750 USD per attempt if I remember correctly. But
> you can self-sign the drivers. Then all you need is a Authenticode
> certificate which is 495 USD (or so) per year.
>


Ohhhh. Not too much. We can afford this, but good money is for goods,
not for (e)paper ;-)
Thanks for reply.


Giacomo
 
Reply With Quote
 
Daniel Berglund
Guest
Posts: n/a

 
      05-11-2007, 09:16 PM
-Giacomo- wrote:
> Daniel Berglund ha scritto:
>>> We wrote an USB driver for an embedded application on Windows 2000.
>>> It works fine, but now this OS in no more available.
>>> I read this:
>>>
>>> http://www.microsoft.com/whdc/winlog...ign_perOS.mspx
>>>
>>> It seems that on Vista-64 bits systems is not possible to load
>>> drivers that are not signed.
>>> We sell no more than 100 systems a year. I guess if this
>>> certification is too expensive for us.
>>>
>>> Is it correct?

>>
>> WHQL certification is 750 USD per attempt if I remember correctly. But
>> you can self-sign the drivers. Then all you need is a Authenticode
>> certificate which is 495 USD (or so) per year.
>>

>
> Ohhhh. Not too much. We can afford this, but good money is for goods,
> not for (e)paper ;-)


I can assure you will get a good, solid headache by figuring out how to
actually sign the driver using the tools Microsoft provdes. Value for
the money :-)
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: OT Freeware Partition software Ben Myers Dell 76 11-28-2008 11:16 PM
Windows Vista Benefits Chale Asus 0 07-24-2008 08:45 AM
Why Is Windows XP Still So Much Faster Than Vista? - Info Week column S.Lewis Dell 3 03-28-2008 06:15 PM
Blue screen - Can someone read a minidump *.dmp file? E Asus 27 03-19-2008 08:01 AM
Why XP must be saved (according to Infoworld) Tony Harding Dell 30 01-25-2008 11:44 PM


All times are GMT. The time now is 02:21 PM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43