about a usb adsl modem driver

Roman Kurakin rik at cronyx.ru
Fri Dec 3 08:50:06 PST 2004


Jose M Rodriguez wrote:

>Hi,
>
>I've got a eagle usb adsl modem and get ready to work on FreeBSD support 
>for it.
>
>I found two proyects on this, one for alcatel modems and other for this 
>(eagle).
>
>I can connect with the latest via pppoa on RELENG_5, but I don't like 
>this too much.
>
>After a some days searching on inet, I found enough docs and ideas for a 
>real usb adsl modem driver.
>
>My first idea was a sppp based one, that can be ported to all xBSD.  But 
>now I think that a netgraph thing must be a better first contact.
>  
>
Note, with Netgraph you may use sppp via ng_sppp(4). Also it is not to 
hard to
implement a dual driver. But I sugest to not do that way, especialy if 
you want to
support multiple branches. I know how hard is that ;-).
(http://www.cronyx.ru/software/sigma.html)
If your implementation would work with sppp (via ng_sppp(4)) or you 
would need
smth additional from sppp(4) let me know.

rik

>Anyone interested in help with this?
>
>Any comments on this are welcome.
>
>--
>  josemi
>
>
>_______________________________________________
>freebsd-net at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-net
>To unsubscribe, send any mail to "freebsd-net-unsubscribe at freebsd.org"
>  
>



More information about the freebsd-usb mailing list