Re: speedtouch for 2.6.0

From: Duncan Sands
Date: Mon Dec 29 2003 - 08:34:39 EST


Hi Guldo, I assume you are using the kernel mode
driver (kernel module) and not the user mode driver
(pppoa2, pppoa3). For that you need to compile the
kernel module.

> I'm trying to get this usb adsl modem to work
> with the latest stable kernel.
> I searched for this on the ML archive, and realized
> that the kernel module should be used.
> But I can't understand one thing (at least...)
> which consequences does the new alcatel module
> driver have on getting this modem to work?

It works the same as the module in 2.4.22 and later.
This module was originally only available outside the
kernel tree (it can be found for example in the
speedbundle on http://linux-usb.sf.net/SpeedTouch).
Now that it is in the kernel tree it is pointless to
compile it in the speedbundle (and it doesn't work
right now for 2.6 kernels). Just turn it on in your
kernel .config and recompile your kernel.

> Does it override kernel setup described on
> the speedbundle site, or not?

Well, you still need to turn on ATM support etc,
but there is no need to patch the kernel for example.

> How should the kernel be compiled?

With

CONFIG_USB_SPEEDTOUCH=m

at least.

Ciao,

Duncan.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/