Prev: Modifying ACL on already loaded device
Next: Building a common driver binary for both XP, Vista and 7
From: András on 11 Feb 2010 05:46 Hi, I have a problem with the sample in the 7600.16385.0 WDK, I get Code39 error. What should i do? btw i would like to write a driver to our old ISA card. Thanks in advance. András
From: Don Burn on 11 Feb 2010 09:07 Code 39 indicates the device is not properly configured did you modify the genport.inx file to reflect the legal ranges of ports for your card? See the lines [PortIO.LC0] and [PortIO.LC1] in the file for where you need to make modifications. -- Don Burn (MVP, Windows DKD) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr Remove StopSpam to reply "Andr�s" <Andr�s(a)discussions.microsoft.com> wrote in message news:E202A312-0570-48B1-98CA-9236256FDCBC(a)microsoft.com... > Hi, > > I have a problem with the sample in the 7600.16385.0 WDK, I get Code39 > error. > What should i do? > > > btw i would like to write a driver to our old ISA card. > > Thanks in advance. > Andr�s > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4858 (20100211) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4858 (20100211) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
From: Tim Roberts on 13 Feb 2010 15:07 Andr�s <Andr�s(a)discussions.microsoft.com> wrote: > >I have a problem with the sample in the 7600.16385.0 WDK, I get Code39 error. >What should i do? Are you running a 64-bit system? Code 39 can also indicate that the driver is not digitally signed. A signature is required in order for a driver to load on Vista 64 or Win 7 64, unless you have a kernel debugger connected. >btw i would like to write a driver to our old ISA card. Interesting. I haven't seen a computer with an ISA slot in a very long time. -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: András on 15 Feb 2010 07:02 I've changed the genport.inf file directly but it didn't help. under windows 7 it conflicts with the pci bus.My device is on 300-307 isa address. Could you help how to follow to solve this issue? "Don Burn" wrote: > Code 39 indicates the device is not properly configured did you modify the > genport.inx file to reflect the legal ranges of ports for your card? See > the lines [PortIO.LC0] and [PortIO.LC1] in the file for where you need to > make modifications. > > > -- > Don Burn (MVP, Windows DKD) > Windows Filesystem and Driver Consulting > Website: http://www.windrvr.com > Blog: http://msmvps.com/blogs/WinDrvr > Remove StopSpam to reply > > > > "András" <András(a)discussions.microsoft.com> wrote in message > news:E202A312-0570-48B1-98CA-9236256FDCBC(a)microsoft.com... > > Hi, > > > > I have a problem with the sample in the 7600.16385.0 WDK, I get Code39 > > error. > > What should i do? > > > > > > btw i would like to write a driver to our old ISA card. > > > > Thanks in advance. > > András > > > > __________ Information from ESET NOD32 Antivirus, version of virus > > signature database 4858 (20100211) __________ > > > > The message was checked by ESET NOD32 Antivirus. > > > > http://www.eset.com > > > > > > > > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4858 (20100211) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > > > . >
From: Don Burn on 15 Feb 2010 08:38 Windows 7 does not support ISA AFAIK. Take a look at http://www.microsoft.com/whdc/connect/pci/isa-bus.mspx -- Don Burn (MVP, Windows DKD) Windows Filesystem and Driver Consulting Website: http://www.windrvr.com Blog: http://msmvps.com/blogs/WinDrvr Remove StopSpam to reply "Andr�s" <Andrs(a)discussions.microsoft.com> wrote in message news:3B929E8A-6B0A-4099-94FF-031BE8ED9776(a)microsoft.com... > I've changed the genport.inf file directly but it didn't help. under > windows > 7 it conflicts with the pci bus.My device is on 300-307 isa address. Could > you help how to follow to solve this issue? > > "Don Burn" wrote: > >> Code 39 indicates the device is not properly configured did you modify >> the >> genport.inx file to reflect the legal ranges of ports for your card? See >> the lines [PortIO.LC0] and [PortIO.LC1] in the file for where you need to >> make modifications. >> >> >> -- >> Don Burn (MVP, Windows DKD) >> Windows Filesystem and Driver Consulting >> Website: http://www.windrvr.com >> Blog: http://msmvps.com/blogs/WinDrvr >> Remove StopSpam to reply >> >> >> >> "Andr�s" <Andr�s(a)discussions.microsoft.com> wrote in message >> news:E202A312-0570-48B1-98CA-9236256FDCBC(a)microsoft.com... >> > Hi, >> > >> > I have a problem with the sample in the 7600.16385.0 WDK, I get Code39 >> > error. >> > What should i do? >> > >> > >> > btw i would like to write a driver to our old ISA card. >> > >> > Thanks in advance. >> > Andr�s >> > >> > __________ Information from ESET NOD32 Antivirus, version of virus >> > signature database 4858 (20100211) __________ >> > >> > The message was checked by ESET NOD32 Antivirus. >> > >> > http://www.eset.com >> > >> > >> > >> >> >> >> __________ Information from ESET NOD32 Antivirus, version of virus >> signature database 4858 (20100211) __________ >> >> The message was checked by ESET NOD32 Antivirus. >> >> http://www.eset.com >> >> >> >> >> . >> > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4867 (20100215) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4867 (20100215) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
|
Next
|
Last
Pages: 1 2 3 Prev: Modifying ACL on already loaded device Next: Building a common driver binary for both XP, Vista and 7 |