Page 1 of 1
GS7070
Posted: Wed Mar 01, 2006 9:39 pm
by B.E
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
Re:GS7070
Posted: Wed Mar 01, 2006 10:28 pm
by Brendan
Hi,
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
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.
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:
These pages have links to the RFC's....
Cheers,
Brendan
Re:GS7070
Posted: Thu Mar 02, 2006 3:33 am
by spix
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.