GS7070
Re:GS7070
Hi,
If this is done with ethernet, then you need to support PPPoE (or Point To Point Protocol over Ethernet) and a driver for your ethernet card.
If this is done with USB, then you need support for PPPoA (or Point To Point Protocol over ATM), and a driver for your USB controller.
For a quick overview, take a look at the Wikipedia pages for them:
Cheers,
Brendan
AFAIK (which might not be much), you don't need a driver for the modem. What you do need depends on how your modem connects to your computer.B.E wrote:I want to make a driver for my modem. It is a D-Link dsl-200(rev-a). it has a GS7070 chipset. I just did a quick google search and found nothing. does any one know where i can get any info
If this is done with ethernet, then you need to support PPPoE (or Point To Point Protocol over Ethernet) and a driver for your ethernet card.
If this is done with USB, then you need support for PPPoA (or Point To Point Protocol over ATM), and a driver for your USB controller.
For a quick overview, take a look at the Wikipedia pages for them:
- http://en.wikipedia.org/wiki/Point-to-Point_Protocol_over_Ethernet
http://en.wikipedia.org/wiki/Point-to-Point_Protocol_over_ATM
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
- spix
- Member
- Posts: 128
- Joined: Mon Jun 26, 2006 8:41 am
- Location: Millicent, South Australia
- Contact:
Re:GS7070
That's a USB adsl modem right? I have one of those too.
There is Linux & BSD drivers with source at http://eciadsl.flashtux.org/index.php?lang=en
You might be able to figure out something from their code.
There is Linux & BSD drivers with source at http://eciadsl.flashtux.org/index.php?lang=en
You might be able to figure out something from their code.