I have to develop PCI card driver for our custom wireless card. My
role is to develop PCI device driver. As I do not have hardware
currently, I'm thinking of testing my driver using existing network
card - RTL8139(A) fast Ethernet.

To do above, I uninstall driver provided by Microsoft. And When I
restart the PC for installing my driver, default driver is installed
again already. I went to registry also and made changes, but without
any advantages.

Could somebody pour some light on how to uninstall default driver and
install my own?

TIA,
Sanjeev

Re: how to uninstall default driver and install my own? by Maxim

Maxim
Fri Nov 14 02:44:18 CST 2003

You cannot. Test the driver on the required hardware. You can only code the
driver without the hardware, but not test it.
Using any kinds of "testbeds" is stupid, since they will be as complex as
the main driver.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Sanjeev M" <manral_s@indiatimes.com> wrote in message
news:7b8d9b2b.0311132305.33975b36@posting.google.com...
> I have to develop PCI card driver for our custom wireless card. My
> role is to develop PCI device driver. As I do not have hardware
> currently, I'm thinking of testing my driver using existing network
> card - RTL8139(A) fast Ethernet.
>
> To do above, I uninstall driver provided by Microsoft. And When I
> restart the PC for installing my driver, default driver is installed
> again already. I went to registry also and made changes, but without
> any advantages.
>
> Could somebody pour some light on how to uninstall default driver and
> install my own?
>
> TIA,
> Sanjeev



Re: how to uninstall default driver and install my own? by Kirk

Kirk
Sun Nov 16 21:33:45 CST 2003

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:Ort13C2qDHA.2964@tk2msftngp13.phx.gbl...
> You cannot. Test the driver on the required hardware. You can only
code the
> driver without the hardware, but not test it.
> Using any kinds of "testbeds" is stupid, since they will be as complex
as
> the main driver.

Hopefully LH will contain support for device simulation.

-Kirk



Re: how to uninstall default driver and install my own? by Eliyas

Eliyas
Mon Nov 17 08:47:09 CST 2003

Just do an update driver and force the system to use your unsigned driver.

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.




"Sanjeev M" <manral_s@indiatimes.com> wrote in message
news:7b8d9b2b.0311132305.33975b36@posting.google.com...
> I have to develop PCI card driver for our custom wireless card. My
> role is to develop PCI device driver. As I do not have hardware
> currently, I'm thinking of testing my driver using existing network
> card - RTL8139(A) fast Ethernet.
>
> To do above, I uninstall driver provided by Microsoft. And When I
> restart the PC for installing my driver, default driver is installed
> again already. I went to registry also and made changes, but without
> any advantages.
>
> Could somebody pour some light on how to uninstall default driver and
> install my own?
>
> TIA,
> Sanjeev



Re: how to uninstall default driver and install my own? by Gary

Gary
Mon Nov 17 13:37:09 CST 2003

And tell the corresponding bitch box that you want to continue.

--
Gary G. Little
Seagate Technologies, LLC

"Eliyas Yakub [MSFT]" <eliyasy@online.microsoft.com> wrote in message
news:u$u4smRrDHA.2500@TK2MSFTNGP10.phx.gbl...
> Just do an update driver and force the system to use your unsigned driver.
>
> --
> -Eliyas
> This posting is provided "AS IS" with no warranties, and confers no
rights.
>
>
>
>
> "Sanjeev M" <manral_s@indiatimes.com> wrote in message
> news:7b8d9b2b.0311132305.33975b36@posting.google.com...
> > I have to develop PCI card driver for our custom wireless card. My
> > role is to develop PCI device driver. As I do not have hardware
> > currently, I'm thinking of testing my driver using existing network
> > card - RTL8139(A) fast Ethernet.
> >
> > To do above, I uninstall driver provided by Microsoft. And When I
> > restart the PC for installing my driver, default driver is installed
> > again already. I went to registry also and made changes, but without
> > any advantages.
> >
> > Could somebody pour some light on how to uninstall default driver and
> > install my own?
> >
> > TIA,
> > Sanjeev
>
>



Re: how to uninstall default driver and install my own? by Maxim

Maxim
Mon Nov 17 17:56:59 CST 2003

> Hopefully LH will contain support for device simulation.

More looks like this is the VMWare's scope, not the OS's one.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com



Re: how to uninstall default driver and install my own? by Kirk

Kirk
Wed Nov 19 02:21:44 CST 2003

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:uCdn%23vWrDHA.1084@tk2msftngp13.phx.gbl...
> > Hopefully LH will contain support for device simulation.
>
> More looks like this is the VMWare's scope, not the OS's one.

Actually I think the simulation framework is going to be part of LDK Peter
Shier did a presentation on this subject at DDC. Unfortunately it overlapped
with some other presentations that I needed to attend.

-Kirk