PC Review


Reply
Thread Tools Rate Thread

Asus V9250 magic graphics driver - can't see adaptor in Control pa

 
 
=?Utf-8?B?bXM=?=
Guest
Posts: n/a
 
      7th Feb 2005
Hi,

I have created a component for my Asus V9250 graphics card using the inf
file on the driver CD. I have created a repository and included all files.
Added component to my image which has no errors. After FBA when i go into
Control Panel -> Display settings i see no settings for my graphics card. I
have included PNP (user) and class installer - display adaptors. In
Fbalog.txt i have the following errors

21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
Error: 0x2, Device: ASUS V9520 Magic v44.03

also

21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
(Error: 0x8000ffff)
21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
(Error: 0x8000ffff)

In Setupapilog i have the following related error :

-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Anyone any ideas.

Regards
ms
 
Reply With Quote
 
 
 
 
KM
Guest
Posts: n/a
 
      7th Feb 2005
ms,

Either:
- delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it

or

- disable Service Data Resources for the services in the component you got from the inf import

--
Regards,
KM, BSquare Corp.


> Hi,
>
> I have created a component for my Asus V9250 graphics card using the inf
> file on the driver CD. I have created a repository and included all files.
> Added component to my image which has no errors. After FBA when i go into
> Control Panel -> Display settings i see no settings for my graphics card. I
> have included PNP (user) and class installer - display adaptors. In
> Fbalog.txt i have the following errors
>
> 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> Error: 0x2, Device: ASUS V9520 Magic v44.03
>
> also
>
> 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> (Error: 0x8000ffff)
> 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> (Error: 0x8000ffff)
>
> In Setupapilog i have the following related error :
>
> -011 Installing section [nv4_NV3x.Interfaces] from
> "c:\windows\inf\asusnv2k.inf".
> #I054 Interfaces installed.
> #-166 Device install function: DIF_INSTALLDEVICE.
> #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> system cannot find the file specified.
> #E033 Error 2: The system cannot find the file specified.
> #E275 Error while installing services. Error 2: The system cannot find the
> file specified.
> #E154 Class installer failed. Error 2: The system cannot find the file
> specified.
>
> Anyone any ideas.
>
> Regards
> ms



 
Reply With Quote
 
=?Utf-8?B?bXM=?=
Guest
Posts: n/a
 
      8th Feb 2005
Hi KM

I know how to disable services but how do i go about deleting a registry
entry in Pre-FBA image.

Regards
ms

> ms,
>
> Either:
> - delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it
>
> or
>
> - disable Service Data Resources for the services in the component you got from the inf import
>
> --
> Regards,
> KM, BSquare Corp.
>
>
> > Hi,
> >
> > I have created a component for my Asus V9250 graphics card using the inf
> > file on the driver CD. I have created a repository and included all files.
> > Added component to my image which has no errors. After FBA when i go into
> > Control Panel -> Display settings i see no settings for my graphics card. I
> > have included PNP (user) and class installer - display adaptors. In
> > Fbalog.txt i have the following errors
> >
> > 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> > Error: 0x2, Device: ASUS V9520 Magic v44.03
> >
> > also
> >
> > 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> > (Error: 0x8000ffff)
> > 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> > (Error: 0x8000ffff)
> >
> > In Setupapilog i have the following related error :
> >
> > -011 Installing section [nv4_NV3x.Interfaces] from
> > "c:\windows\inf\asusnv2k.inf".
> > #I054 Interfaces installed.
> > #-166 Device install function: DIF_INSTALLDEVICE.
> > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > system cannot find the file specified.
> > #E033 Error 2: The system cannot find the file specified.
> > #E275 Error while installing services. Error 2: The system cannot find the
> > file specified.
> > #E154 Class installer failed. Error 2: The system cannot find the file
> > specified.
> >
> > Anyone any ideas.
> >
> > Regards
> > ms

>
>
>

 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      8th Feb 2005
ms,

Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine and
delete the mentioned reg.key, then unload the hive.

--
Regards,
KM, BSquare Corp.


> Hi KM
>
> I know how to disable services but how do i go about deleting a registry
> entry in Pre-FBA image.
>
> Regards
> ms
>
> > ms,
> >
> > Either:
> > - delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it
> >
> > or
> >
> > - disable Service Data Resources for the services in the component you got from the inf import
> >
> > --
> > Regards,
> > KM, BSquare Corp.
> >
> >
> > > Hi,
> > >
> > > I have created a component for my Asus V9250 graphics card using the inf
> > > file on the driver CD. I have created a repository and included all files.
> > > Added component to my image which has no errors. After FBA when i go into
> > > Control Panel -> Display settings i see no settings for my graphics card. I
> > > have included PNP (user) and class installer - display adaptors. In
> > > Fbalog.txt i have the following errors
> > >
> > > 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> > > Error: 0x2, Device: ASUS V9520 Magic v44.03
> > >
> > > also
> > >
> > > 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> > > (Error: 0x8000ffff)
> > > 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> > > (Error: 0x8000ffff)
> > >
> > > In Setupapilog i have the following related error :
> > >
> > > -011 Installing section [nv4_NV3x.Interfaces] from
> > > "c:\windows\inf\asusnv2k.inf".
> > > #I054 Interfaces installed.
> > > #-166 Device install function: DIF_INSTALLDEVICE.
> > > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > > system cannot find the file specified.
> > > #E033 Error 2: The system cannot find the file specified.
> > > #E275 Error while installing services. Error 2: The system cannot find the
> > > file specified.
> > > #E154 Class installer failed. Error 2: The system cannot find the file
> > > specified.
> > >
> > > Anyone any ideas.
> > >
> > > Regards
> > > ms

> >
> >
> >



 
Reply With Quote
 
=?Utf-8?B?bXM=?=
Guest
Posts: n/a
 
      9th Feb 2005
Hi KM,

I disabled all Service data resources for my Asus V9250 component in TD,
there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
but
still got same error in setupapi.log

Device install function: DIF_INSTALLINTERFACES.
#-011 Installing section [nv4_NV3x.Interfaces] from
"c:\windows\inf\asusnv2k.inf".
#I054 Interfaces installed.
#-166 Device install function: DIF_INSTALLDEVICE.
#-035 Processing service Add/Delete section [nv4_NV3x.Services].
#E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
system cannot find the file specified.
#E033 Error 2: The system cannot find the file specified.
#E275 Error while installing services. Error 2: The system cannot find the
file specified.
#E154 Class installer failed. Error 2: The system cannot find the file
specified.

Regards
ms


"KM" wrote:

> ms,
>
> Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine and
> delete the mentioned reg.key, then unload the hive.
>
> --
> Regards,
> KM, BSquare Corp.
>
>
> > Hi KM
> >
> > I know how to disable services but how do i go about deleting a registry
> > entry in Pre-FBA image.
> >
> > Regards
> > ms
> >
> > > ms,
> > >
> > > Either:
> > > - delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it
> > >
> > > or
> > >
> > > - disable Service Data Resources for the services in the component you got from the inf import
> > >
> > > --
> > > Regards,
> > > KM, BSquare Corp.
> > >
> > >
> > > > Hi,
> > > >
> > > > I have created a component for my Asus V9250 graphics card using the inf
> > > > file on the driver CD. I have created a repository and included all files.
> > > > Added component to my image which has no errors. After FBA when i go into
> > > > Control Panel -> Display settings i see no settings for my graphics card. I
> > > > have included PNP (user) and class installer - display adaptors. In
> > > > Fbalog.txt i have the following errors
> > > >
> > > > 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> > > > Error: 0x2, Device: ASUS V9520 Magic v44.03
> > > >
> > > > also
> > > >
> > > > 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> > > > (Error: 0x8000ffff)
> > > > 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> > > > (Error: 0x8000ffff)
> > > >
> > > > In Setupapilog i have the following related error :
> > > >
> > > > -011 Installing section [nv4_NV3x.Interfaces] from
> > > > "c:\windows\inf\asusnv2k.inf".
> > > > #I054 Interfaces installed.
> > > > #-166 Device install function: DIF_INSTALLDEVICE.
> > > > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > > > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > > > system cannot find the file specified.
> > > > #E033 Error 2: The system cannot find the file specified.
> > > > #E275 Error while installing services. Error 2: The system cannot find the
> > > > file specified.
> > > > #E154 Class installer failed. Error 2: The system cannot find the file
> > > > specified.
> > > >
> > > > Anyone any ideas.
> > > >
> > > > Regards
> > > > ms
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
      9th Feb 2005
ms,

Unfortunately modifying components do not have effect because PnP pull this data from inf file when it detect hardware for the first
time.
Only way is to remove all references to service and applications from inf file itself. (easy if you know basic structure of inf
file)

Regards,
Slobodan

"ms" <(E-Mail Removed)> wrote in message news:99AF8012-68F8-4FD1-AC9F-(E-Mail Removed)...
> Hi KM,
>
> I disabled all Service data resources for my Asus V9250 component in TD,
> there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
> but
> still got same error in setupapi.log
>
> Device install function: DIF_INSTALLINTERFACES.
> #-011 Installing section [nv4_NV3x.Interfaces] from
> "c:\windows\inf\asusnv2k.inf".
> #I054 Interfaces installed.
> #-166 Device install function: DIF_INSTALLDEVICE.
> #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> system cannot find the file specified.
> #E033 Error 2: The system cannot find the file specified.
> #E275 Error while installing services. Error 2: The system cannot find the
> file specified.
> #E154 Class installer failed. Error 2: The system cannot find the file
> specified.
>
> Regards
> ms
>
>
> "KM" wrote:
>
> > ms,
> >
> > Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine

and
> > delete the mentioned reg.key, then unload the hive.
> >
> > --
> > Regards,
> > KM, BSquare Corp.
> >
> >
> > > Hi KM
> > >
> > > I know how to disable services but how do i go about deleting a registry
> > > entry in Pre-FBA image.
> > >
> > > Regards
> > > ms
> > >
> > > > ms,
> > > >
> > > > Either:
> > > > - delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it
> > > >
> > > > or
> > > >
> > > > - disable Service Data Resources for the services in the component you got from the inf import
> > > >
> > > > --
> > > > Regards,
> > > > KM, BSquare Corp.
> > > >
> > > >
> > > > > Hi,
> > > > >
> > > > > I have created a component for my Asus V9250 graphics card using the inf
> > > > > file on the driver CD. I have created a repository and included all files.
> > > > > Added component to my image which has no errors. After FBA when i go into
> > > > > Control Panel -> Display settings i see no settings for my graphics card. I
> > > > > have included PNP (user) and class installer - display adaptors. In
> > > > > Fbalog.txt i have the following errors
> > > > >
> > > > > 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> > > > > Error: 0x2, Device: ASUS V9520 Magic v44.03
> > > > >
> > > > > also
> > > > >
> > > > > 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> > > > > (Error: 0x8000ffff)
> > > > > 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> > > > > (Error: 0x8000ffff)
> > > > >
> > > > > In Setupapilog i have the following related error :
> > > > >
> > > > > -011 Installing section [nv4_NV3x.Interfaces] from
> > > > > "c:\windows\inf\asusnv2k.inf".
> > > > > #I054 Interfaces installed.
> > > > > #-166 Device install function: DIF_INSTALLDEVICE.
> > > > > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > > > > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > > > > system cannot find the file specified.
> > > > > #E033 Error 2: The system cannot find the file specified.
> > > > > #E275 Error while installing services. Error 2: The system cannot find the
> > > > > file specified.
> > > > > #E154 Class installer failed. Error 2: The system cannot find the file
> > > > > specified.
> > > > >
> > > > > Anyone any ideas.
> > > > >
> > > > > Regards
> > > > > ms
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      9th Feb 2005
ms,

Was that only component you got from the INF import and included in your image?

Can you share your INF file with us (just attach it to your post if you use OE).

--
Regards,
KM, BSquare Corp.


> Hi KM,
>
> I disabled all Service data resources for my Asus V9250 component in TD,
> there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
> but
> still got same error in setupapi.log
>
> Device install function: DIF_INSTALLINTERFACES.
> #-011 Installing section [nv4_NV3x.Interfaces] from
> "c:\windows\inf\asusnv2k.inf".
> #I054 Interfaces installed.
> #-166 Device install function: DIF_INSTALLDEVICE.
> #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> system cannot find the file specified.
> #E033 Error 2: The system cannot find the file specified.
> #E275 Error while installing services. Error 2: The system cannot find the
> file specified.
> #E154 Class installer failed. Error 2: The system cannot find the file
> specified.
>
> Regards
> ms
>
>
> "KM" wrote:
>
> > ms,
> >
> > Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine

and
> > delete the mentioned reg.key, then unload the hive.
> >
> > --
> > Regards,
> > KM, BSquare Corp.
> >
> >
> > > Hi KM
> > >
> > > I know how to disable services but how do i go about deleting a registry
> > > entry in Pre-FBA image.
> > >
> > > Regards
> > > ms
> > >
> > > > ms,
> > > >
> > > > Either:
> > > > - delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it
> > > >
> > > > or
> > > >
> > > > - disable Service Data Resources for the services in the component you got from the inf import
> > > >
> > > > --
> > > > Regards,
> > > > KM, BSquare Corp.
> > > >
> > > >
> > > > > Hi,
> > > > >
> > > > > I have created a component for my Asus V9250 graphics card using the inf
> > > > > file on the driver CD. I have created a repository and included all files.
> > > > > Added component to my image which has no errors. After FBA when i go into
> > > > > Control Panel -> Display settings i see no settings for my graphics card. I
> > > > > have included PNP (user) and class installer - display adaptors. In
> > > > > Fbalog.txt i have the following errors
> > > > >
> > > > > 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> > > > > Error: 0x2, Device: ASUS V9520 Magic v44.03
> > > > >
> > > > > also
> > > > >
> > > > > 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> > > > > (Error: 0x8000ffff)
> > > > > 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> > > > > (Error: 0x8000ffff)
> > > > >
> > > > > In Setupapilog i have the following related error :
> > > > >
> > > > > -011 Installing section [nv4_NV3x.Interfaces] from
> > > > > "c:\windows\inf\asusnv2k.inf".
> > > > > #I054 Interfaces installed.
> > > > > #-166 Device install function: DIF_INSTALLDEVICE.
> > > > > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > > > > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > > > > system cannot find the file specified.
> > > > > #E033 Error 2: The system cannot find the file specified.
> > > > > #E275 Error while installing services. Error 2: The system cannot find the
> > > > > file specified.
> > > > > #E154 Class installer failed. Error 2: The system cannot find the file
> > > > > specified.
> > > > >
> > > > > Anyone any ideas.
> > > > >
> > > > > Regards
> > > > > ms
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
KM
Guest
Posts: n/a
 
      9th Feb 2005
Slobodan,

I think the actual problem is that the service got created through the imported resources and then PnP fails to create the service
again while processing the INF file.
So, I believe, he would still need the Service resource in the INF file.

The best test, probably, would be just in copying all the files directly and not import the INF at all. (your favorite approach
:-) )

Konstantin

> ms,
>
> Unfortunately modifying components do not have effect because PnP pull this data from inf file when it detect hardware for the

first
> time.
> Only way is to remove all references to service and applications from inf file itself. (easy if you know basic structure of inf
> file)
>
> Regards,
> Slobodan
>
> "ms" <(E-Mail Removed)> wrote in message news:99AF8012-68F8-4FD1-AC9F-(E-Mail Removed)...
> > Hi KM,
> >
> > I disabled all Service data resources for my Asus V9250 component in TD,
> > there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
> > but
> > still got same error in setupapi.log
> >
> > Device install function: DIF_INSTALLINTERFACES.
> > #-011 Installing section [nv4_NV3x.Interfaces] from
> > "c:\windows\inf\asusnv2k.inf".
> > #I054 Interfaces installed.
> > #-166 Device install function: DIF_INSTALLDEVICE.
> > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > system cannot find the file specified.
> > #E033 Error 2: The system cannot find the file specified.
> > #E275 Error while installing services. Error 2: The system cannot find the
> > file specified.
> > #E154 Class installer failed. Error 2: The system cannot find the file
> > specified.
> >
> > Regards
> > ms
> >
> >
> > "KM" wrote:
> >
> > > ms,
> > >
> > > Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro

machine
> and
> > > delete the mentioned reg.key, then unload the hive.
> > >
> > > --
> > > Regards,
> > > KM, BSquare Corp.
> > >
> > >
> > > > Hi KM
> > > >
> > > > I know how to disable services but how do i go about deleting a registry
> > > > entry in Pre-FBA image.
> > > >
> > > > Regards
> > > > ms
> > > >
> > > > > ms,
> > > > >
> > > > > Either:
> > > > > - delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it
> > > > >
> > > > > or
> > > > >
> > > > > - disable Service Data Resources for the services in the component you got from the inf import
> > > > >
> > > > > --
> > > > > Regards,
> > > > > KM, BSquare Corp.
> > > > >
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I have created a component for my Asus V9250 graphics card using the inf
> > > > > > file on the driver CD. I have created a repository and included all files.
> > > > > > Added component to my image which has no errors. After FBA when i go into
> > > > > > Control Panel -> Display settings i see no settings for my graphics card. I
> > > > > > have included PNP (user) and class installer - display adaptors. In
> > > > > > Fbalog.txt i have the following errors
> > > > > >
> > > > > > 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> > > > > > Error: 0x2, Device: ASUS V9520 Magic v44.03
> > > > > >
> > > > > > also
> > > > > >
> > > > > > 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> > > > > > (Error: 0x8000ffff)
> > > > > > 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> > > > > > (Error: 0x8000ffff)
> > > > > >
> > > > > > In Setupapilog i have the following related error :
> > > > > >
> > > > > > -011 Installing section [nv4_NV3x.Interfaces] from
> > > > > > "c:\windows\inf\asusnv2k.inf".
> > > > > > #I054 Interfaces installed.
> > > > > > #-166 Device install function: DIF_INSTALLDEVICE.
> > > > > > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > > > > > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > > > > > system cannot find the file specified.
> > > > > > #E033 Error 2: The system cannot find the file specified.
> > > > > > #E275 Error while installing services. Error 2: The system cannot find the
> > > > > > file specified.
> > > > > > #E154 Class installer failed. Error 2: The system cannot find the file
> > > > > > specified.
> > > > > >
> > > > > > Anyone any ideas.
> > > > > >
> > > > > > Regards
> > > > > > ms
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >

>
>



 
Reply With Quote
 
=?Utf-8?B?bXM=?=
Guest
Posts: n/a
 
      9th Feb 2005
Hi KM

Lots of components get created from inf file, one for each version of Asus
displaycards, i've only used the component corresponding to my display card
the V9520 Magic. Any way i am using Internet Explorer to read/post to this
thread, i can't see a way of uploading my inf file. If you have an email
address i'd be happy to send you it direct if there is no other way. I have
Outlook express on my PC .

Regards
ms

"KM" wrote:

> ms,
>
> Was that only component you got from the INF import and included in your image?
>
> Can you share your INF file with us (just attach it to your post if you use OE).
>
> --
> Regards,
> KM, BSquare Corp.
>
>
> > Hi KM,
> >
> > I disabled all Service data resources for my Asus V9250 component in TD,
> > there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
> > but
> > still got same error in setupapi.log
> >
> > Device install function: DIF_INSTALLINTERFACES.
> > #-011 Installing section [nv4_NV3x.Interfaces] from
> > "c:\windows\inf\asusnv2k.inf".
> > #I054 Interfaces installed.
> > #-166 Device install function: DIF_INSTALLDEVICE.
> > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > system cannot find the file specified.
> > #E033 Error 2: The system cannot find the file specified.
> > #E275 Error while installing services. Error 2: The system cannot find the
> > file specified.
> > #E154 Class installer failed. Error 2: The system cannot find the file
> > specified.
> >
> > Regards
> > ms
> >
> >
> > "KM" wrote:
> >
> > > ms,
> > >
> > > Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro machine

> and
> > > delete the mentioned reg.key, then unload the hive.
> > >
> > > --
> > > Regards,
> > > KM, BSquare Corp.
> > >
> > >
> > > > Hi KM
> > > >
> > > > I know how to disable services but how do i go about deleting a registry
> > > > entry in Pre-FBA image.
> > > >
> > > > Regards
> > > > ms
> > > >
> > > > > ms,
> > > > >
> > > > > Either:
> > > > > - delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it
> > > > >
> > > > > or
> > > > >
> > > > > - disable Service Data Resources for the services in the component you got from the inf import
> > > > >
> > > > > --
> > > > > Regards,
> > > > > KM, BSquare Corp.
> > > > >
> > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I have created a component for my Asus V9250 graphics card using the inf
> > > > > > file on the driver CD. I have created a repository and included all files.
> > > > > > Added component to my image which has no errors. After FBA when i go into
> > > > > > Control Panel -> Display settings i see no settings for my graphics card. I
> > > > > > have included PNP (user) and class installer - display adaptors. In
> > > > > > Fbalog.txt i have the following errors
> > > > > >
> > > > > > 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> > > > > > Error: 0x2, Device: ASUS V9520 Magic v44.03
> > > > > >
> > > > > > also
> > > > > >
> > > > > > 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> > > > > > (Error: 0x8000ffff)
> > > > > > 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> > > > > > (Error: 0x8000ffff)
> > > > > >
> > > > > > In Setupapilog i have the following related error :
> > > > > >
> > > > > > -011 Installing section [nv4_NV3x.Interfaces] from
> > > > > > "c:\windows\inf\asusnv2k.inf".
> > > > > > #I054 Interfaces installed.
> > > > > > #-166 Device install function: DIF_INSTALLDEVICE.
> > > > > > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > > > > > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > > > > > system cannot find the file specified.
> > > > > > #E033 Error 2: The system cannot find the file specified.
> > > > > > #E275 Error while installing services. Error 2: The system cannot find the
> > > > > > file specified.
> > > > > > #E154 Class installer failed. Error 2: The system cannot find the file
> > > > > > specified.
> > > > > >
> > > > > > Anyone any ideas.
> > > > > >
> > > > > > Regards
> > > > > > ms
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Slobodan Brcin \(eMVP\)
Guest
Posts: n/a
 
      9th Feb 2005
ms,

you can use public MS news server: news.microsoft.com to post to this NG from outlook express. (Also it is much easier to monitor
it from there).

Regards,
Slobodan

"ms" <(E-Mail Removed)> wrote in message news:B052DA41-C1BF-4EB4-AE25-(E-Mail Removed)...
> Hi KM
>
> Lots of components get created from inf file, one for each version of Asus
> displaycards, i've only used the component corresponding to my display card
> the V9520 Magic. Any way i am using Internet Explorer to read/post to this
> thread, i can't see a way of uploading my inf file. If you have an email
> address i'd be happy to send you it direct if there is no other way. I have
> Outlook express on my PC .
>
> Regards
> ms
>
> "KM" wrote:
>
> > ms,
> >
> > Was that only component you got from the INF import and included in your image?
> >
> > Can you share your INF file with us (just attach it to your post if you use OE).
> >
> > --
> > Regards,
> > KM, BSquare Corp.
> >
> >
> > > Hi KM,
> > >
> > > I disabled all Service data resources for my Asus V9250 component in TD,
> > > there were 4 of them , Asus Driver helper service, asusknbt, nv and ANVIOCTL
> > > but
> > > still got same error in setupapi.log
> > >
> > > Device install function: DIF_INSTALLINTERFACES.
> > > #-011 Installing section [nv4_NV3x.Interfaces] from
> > > "c:\windows\inf\asusnv2k.inf".
> > > #I054 Interfaces installed.
> > > #-166 Device install function: DIF_INSTALLDEVICE.
> > > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > > system cannot find the file specified.
> > > #E033 Error 2: The system cannot find the file specified.
> > > #E275 Error while installing services. Error 2: The system cannot find the
> > > file specified.
> > > #E154 Class installer failed. Error 2: The system cannot find the file
> > > specified.
> > >
> > > Regards
> > > ms
> > >
> > >
> > > "KM" wrote:
> > >
> > > > ms,
> > > >
> > > > Just load up the built image System hive (<your image build dir>\windows\system32\config\system) with regedit on XP Pro

machine
> > and
> > > > delete the mentioned reg.key, then unload the hive.
> > > >
> > > > --
> > > > Regards,
> > > > KM, BSquare Corp.
> > > >
> > > >
> > > > > Hi KM
> > > > >
> > > > > I know how to disable services but how do i go about deleting a registry
> > > > > entry in Pre-FBA image.
> > > > >
> > > > > Regards
> > > > > ms
> > > > >
> > > > > > ms,
> > > > > >
> > > > > > Either:
> > > > > > - delete [HKLM\SYSTEM\CurrentControlSer\Services\nvsvc] registry in pre-FBA image offline before you deploy it
> > > > > >
> > > > > > or
> > > > > >
> > > > > > - disable Service Data Resources for the services in the component you got from the inf import
> > > > > >
> > > > > > --
> > > > > > Regards,
> > > > > > KM, BSquare Corp.
> > > > > >
> > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > I have created a component for my Asus V9250 graphics card using the inf
> > > > > > > file on the driver CD. I have created a repository and included all files.
> > > > > > > Added component to my image which has no errors. After FBA when i go into
> > > > > > > Control Panel -> Display settings i see no settings for my graphics card. I
> > > > > > > have included PNP (user) and class installer - display adaptors. In
> > > > > > > Fbalog.txt i have the following errors
> > > > > > >
> > > > > > > 21:58:04 PM - [PnpEnumThread: InstallDevice] SetupDiCallClassInstaller
> > > > > > > Error: 0x2, Device: ASUS V9520 Magic v44.03
> > > > > > >
> > > > > > > also
> > > > > > >
> > > > > > > 21:44:12 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\eventcls.dll
> > > > > > > (Error: 0x8000ffff)
> > > > > > > 21:44:13 PM - [FBARegQueue: DllInstall] C:\WINDOWS\System32\swprv.dll
> > > > > > > (Error: 0x8000ffff)
> > > > > > >
> > > > > > > In Setupapilog i have the following related error :
> > > > > > >
> > > > > > > -011 Installing section [nv4_NV3x.Interfaces] from
> > > > > > > "c:\windows\inf\asusnv2k.inf".
> > > > > > > #I054 Interfaces installed.
> > > > > > > #-166 Device install function: DIF_INSTALLDEVICE.
> > > > > > > #-035 Processing service Add/Delete section [nv4_NV3x.Services].
> > > > > > > #E281 Add Service: Failed to modify existing service "NVSvc". Error 2: The
> > > > > > > system cannot find the file specified.
> > > > > > > #E033 Error 2: The system cannot find the file specified.
> > > > > > > #E275 Error while installing services. Error 2: The system cannot find the
> > > > > > > file specified.
> > > > > > > #E154 Class installer failed. Error 2: The system cannot find the file
> > > > > > > specified.
> > > > > > >
> > > > > > > Anyone any ideas.
> > > > > > >
> > > > > > > Regards
> > > > > > > ms
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
he Catalyst Control Center is not supported by the driver version of your enabled graphics adapter. Please update your ATI graphics driver, or enable your ATI adapter using the Displays Manager. Keith Windows Vista General Discussion 23 5th Aug 2009 08:59 PM
Graphics card driver- ASUS John Doe DIY PC 4 20th Feb 2008 10:25 AM
SymplisIT Software - Driver Magic, Defrag Magic, etc., WARNING!!! =?Utf-8?B?RWRuYQ==?= Windows XP Help 3 6th May 2007 11:41 PM
ASUS P4GE MX Motherboard with Intel Graphics display Adaptor =?Utf-8?B?QGJoaS4uLg==?= Windows XP Hardware 4 25th Feb 2005 05:36 PM
driver for asus graphics card *selah* Asus Motherboards 2 18th Aug 2004 10:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:15 PM.