GS7070

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
B.E

GS7070

Post 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
User avatar
Brendan
Member
Member
Posts: 8561
Joined: Sat Jan 15, 2005 12:00 am
Location: At his keyboard!
Contact:

Re:GS7070

Post 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
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.
User avatar
spix
Member
Member
Posts: 128
Joined: Mon Jun 26, 2006 8:41 am
Location: Millicent, South Australia
Contact:

Re:GS7070

Post 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.
Post Reply