Is it possible to bind protocol driver to ADSL modem? on windows xp of
course
thankyou for help
Is it possible to bind protocol driver to ADSL modem? on windows xp of
course
thankyou for help
Yes – just make sure that the lower edge of your protocol driver
matches the upper edge of the miniport (probably “ndis5”). Most cable
modems emulate an 802.3 frame.
Bryan S. Burgin
xxxxx@microsoft.com
This posting is provided “AS IS” with no warranties, and confers no
rights.
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Sedki Boughattas
Sent: Monday, March 01, 2004 3:16 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] protocol driver bind to ADSL modem
Is it possible to bind protocol driver to ADSL modem? on windows xp
of
course
thankyou for help
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
You are currently subscribed to ntdev as: xxxxx@microsoft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
At 00:28 02/03/2004, you wrote:
Yes – just make sure that the lower edge of your protocol driver
matches the upper edge of the miniport (probably “ndis5”). Most cable
modems emulate an 802.3 frame.Bryan S. Burgin
xxxxx@microsoft.comThis posting is provided “AS IS” with no warranties, and confers no
rights.-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Sedki Boughattas
Sent: Monday, March 01, 2004 3:16 PM
To: Windows System Software Devs Interest List
Subject: [ntdev] protocol driver bind to ADSL modemIs it possible to bind protocol driver to ADSL modem? on windows xp
of
coursethankyou for help
Can we install a potocol driver manually ?
like :
1/ regedit
2/ add subkey: myservice in HKLM\current…\system\services
3/ add subkey : start …ImagePath …
4/ How specifie manuelly : Loweredge ndis5,ndis4
Upperedge noupper ?
In order to bind to ADSL modem ?
5/ …?
Thank you ?
If not posible to install manually, how to do that ?
ADSL modem is usually either the USB device which its own config tool, who
turns to be Ethernet adapter after the low ADSL levels are configured via this
tool. Or it is the Ethernet-attached device who bridges the Ethernet packets to
ADSL line. Both require running PPPoE on host.
I’m not speaking about routers (which has its own PPPoE in it). They cannot
be detected on the host.
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com
----- Original Message -----
From: “Bryan Burgin”
To: “Windows System Software Devs Interest List”
Cc:
Sent: Tuesday, March 02, 2004 2:28 AM
Subject: RE: [ntdev] protocol driver bind to ADSL modem
> Yes – just make sure that the lower edge of your protocol driver
> matches the upper edge of the miniport (probably “ndis5”). Most cable
> modems emulate an 802.3 frame.
>
> Bryan S. Burgin
> xxxxx@microsoft.com
>
> This posting is provided “AS IS” with no warranties, and confers no
> rights.
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Sedki Boughattas
> Sent: Monday, March 01, 2004 3:16 PM
> To: Windows System Software Devs Interest List
> Subject: [ntdev] protocol driver bind to ADSL modem
>
> Is it possible to bind protocol driver to ADSL modem? on windows xp
> of
> course
>
> thankyou for help
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@microsoft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
At 07:39 10/03/2004, you wrote:
Sure
-----Original Message-----
From: Sedki Boughattas [mailto:xxxxx@logique.jussieu.fr]
Sent: Tuesday, March 09, 2004 12:32 PM
To: Bryan Burgin
Subject: RE: [ntdev] protocol driver bind to ADSL modemAt 00:28 02/03/2004, you wrote:
>Yes – just make sure that the lower edge of your protocol driver
>matches the upper edge of the miniport (probably “ndis5”). Most cable
>modems emulate an 802.3 frame.
>
>Bryan S. Burgin
>xxxxx@microsoft.comCan we adapt the sample ndisuio to receive packet from adsl modem ?
Thank
how ?
On Wed, 2004-03-10 at 14:27, Sedki Boughattas wrote:
>At 00:28 02/03/2004, you wrote:
> >Yes – just make sure that the lower edge of your protocol driver
> >matches the upper edge of the miniport (probably “ndis5”). Most cable
> >modems emulate an 802.3 frame.
> >
>Can we adapt the sample ndisuio to receive packet from adsl modem ?
>
>Thankhow ?
What are the upperrange and lowerrange from the INF of the ADSL miniport
you’re trying to bind to?
-sd