I tried to install devcon utility to install drivers through telnet, it
doesnt seem towork. but the same works through while executing from command
prompt of that host machine. any ideas?

thanks

Re: devcon - failing through telnet by Alexander

Alexander
Fri Dec 10 09:20:56 CST 2004

Is the driver signed? If not, the system installer will try to show a dialog
box and will fail.

"Sophia" <Sophia@discussions.microsoft.com> wrote in message
news:BF86DD41-4859-4A64-B19D-68BCDCD547FF@microsoft.com...
>I tried to install devcon utility to install drivers through telnet, it
> doesnt seem towork. but the same works through while executing from
> command
> prompt of that host machine. any ideas?
>
> thanks



Re: devcon - failing through telnet by Arkady

Arkady
Sun Dec 12 06:55:26 CST 2004

BTW you can use devcon to install only non-Pnp ( NT legacy ) drivers
Arkady

"Alexander Grigoriev" <alegr@earthlink.net> wrote in message
news:OKZyavs3EHA.1292@TK2MSFTNGP10.phx.gbl...
> Is the driver signed? If not, the system installer will try to show a
dialog
> box and will fail.
>
> "Sophia" <Sophia@discussions.microsoft.com> wrote in message
> news:BF86DD41-4859-4A64-B19D-68BCDCD547FF@microsoft.com...
> >I tried to install devcon utility to install drivers through telnet, it
> > doesnt seem towork. but the same works through while executing from
> > command
> > prompt of that host machine. any ideas?
> >
> > thanks
>
>



Re: devcon - failing through telnet by Don

Don
Sun Dec 12 09:30:00 CST 2004

What are you talking about, devcon is for PNP drivers? The problem here is
some security Microsoft put in to protect against attacks over the network
that try to add a driver. This has also created a problem for managing
headless servers, if you don't get the network card stuff right on the first
try and don't have a way to hookup a KVM you have to reinstall the OS to fix
things.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"Arkady Frenkel" <arkadyf@hotmailxdotxcom> wrote in message
news:ejmg1oE4EHA.1524@TK2MSFTNGP09.phx.gbl...
> BTW you can use devcon to install only non-Pnp ( NT legacy ) drivers
> Arkady
>
> "Alexander Grigoriev" <alegr@earthlink.net> wrote in message
> news:OKZyavs3EHA.1292@TK2MSFTNGP10.phx.gbl...
> > Is the driver signed? If not, the system installer will try to show a
> dialog
> > box and will fail.
> >
> > "Sophia" <Sophia@discussions.microsoft.com> wrote in message
> > news:BF86DD41-4859-4A64-B19D-68BCDCD547FF@microsoft.com...
> > >I tried to install devcon utility to install drivers through telnet, it
> > > doesnt seem towork. but the same works through while executing from
> > > command
> > > prompt of that host machine. any ideas?
> > >
> > > thanks
> >
> >
>
>



Re: devcon - failing through telnet by Arkady

Arkady
Sun Dec 12 13:39:38 CST 2004

When I didn't pay an attention to Eliyas Yakub advice in
http://groups-beta.google.com/group/microsoft.public.development.device.driv
ers/browse_frm/thread/7ff266f471b92042/a13950b9e4a078a5?q=Xinyong+Eliyas&_do
ne=%2Fgroups%3Fq%3DXinyong+Eliyas%26hl%3Den%26lr%3D%26sa%3DN%26tab%3Dwg%26&_
doneTitle=Back+to+Search&&d#a13950b9e4a078a5
and used devcon instead of toastpkg , I received 2 drivers icons one in root
and next normal for pnp
ndis miniport and when used toastpkg code the installation past as needed

Arkady

"Don Burn" <burn@stopspam.acm.org> wrote in message
news:YtZud.151$wy5.122@fe04.lga...
> What are you talking about, devcon is for PNP drivers? The problem here
is
> some security Microsoft put in to protect against attacks over the network
> that try to add a driver. This has also created a problem for managing
> headless servers, if you don't get the network card stuff right on the
first
> try and don't have a way to hookup a KVM you have to reinstall the OS to
fix
> things.
>
>
> --
> Don Burn (MVP, Windows DDK)
> Windows 2k/XP/2k3 Filesystem and Driver Consulting
> Remove StopSpam from the email to reply
>
> "Arkady Frenkel" <arkadyf@hotmailxdotxcom> wrote in message
> news:ejmg1oE4EHA.1524@TK2MSFTNGP09.phx.gbl...
> > BTW you can use devcon to install only non-Pnp ( NT legacy ) drivers
> > Arkady
> >
> > "Alexander Grigoriev" <alegr@earthlink.net> wrote in message
> > news:OKZyavs3EHA.1292@TK2MSFTNGP10.phx.gbl...
> > > Is the driver signed? If not, the system installer will try to show a
> > dialog
> > > box and will fail.
> > >
> > > "Sophia" <Sophia@discussions.microsoft.com> wrote in message
> > > news:BF86DD41-4859-4A64-B19D-68BCDCD547FF@microsoft.com...
> > > >I tried to install devcon utility to install drivers through telnet,
it
> > > > doesnt seem towork. but the same works through while executing from
> > > > command
> > > > prompt of that host machine. any ideas?
> > > >
> > > > thanks
> > >
> > >
> >
> >
>
>



RE: devcon - failing through telnet by Sophia

Sophia
Sun Dec 12 23:37:02 CST 2004

Mine is a pci device (bus driver), but it gets installed when executing from
the command prompt of the local host. but it fails when being executed
through telnet. i didnt have my drivers digitally signed. while trying to
executing through telnet, it fails and the error code shows that it fails
becos of no valid trust provider ( it specifically asked for .cat file) . but
the same works when executed through telnet, why doesnt it post the same
problem then (it didnt ask for cat file)? why is the behavior different when
executed locally and remotely through telnet?

"Sophia" wrote:

> I tried to install devcon utility to install drivers through telnet, it
> doesnt seem towork. but the same works through while executing from command
> prompt of that host machine. any ideas?
>
> thanks