Subject: Re: alcatel adsl/pppoa
To: nick.holmes <nick@bluewave.com>
From: David Brownlee <abs@netbsd.org>
List: tech-net
Date: 06/01/2001 11:11:11
On Fri, 1 Jun 2001, nick.holmes wrote:

> hi,
>
> I was asking about this some time ago, and as the linux drivers are now
> out, I was wondering if anyone had spent any time on assembling a driver
> for netbsd?
>
> Nick

Jorgen Lundman posted a message to netbsd-users a little while ago on
just this topic :)


---------- Forwarded message ----------
Date: Fri, 01 Jun 2001 09:40:10 +0100
From: Jorgen Lundman <lundman@lundman.net>
To: "netbsd-users@netbsd.org" <netbsd-users@netbsd.org>
Subject: Alcatel SpeedTouch ADSL Modem


The Alcatel SpeedTouch ADSL modem has been tested and appears to work,
although may need further testing so I would class it as beta :)

For the main page and download of package go to:

http://www.xsproject.org/speedtouch/

They were very kind to give credits too :)

Notice, that there seems to be an issue with calling ioctl() with
USB_SET_TIMEOUT on a control endpoint, if your kernel is compiled with
DIAGNOSTIC. It will always fail even though the man page specifies you
can always set TIMEOUT.

Unfortunately the 1.5 kernel has DIAGNOSTIC on in GENERIC but I believe
that is changed for 1.5.1?

So you can either run it without TIMEOUT support (seems to be fine) or
re-compile the kernel without DIAGNOSTIC.

Majority of the work, and thanks, should go to

     Benoit Papillault who wrote the linux version.
     Fran=E7ois Rogler who try to package the BSD version.
     Richard Tobin who wrote the pusb library for FreeBSD


Cheers,

Lund