Selon Michiel van Rijnbach <[EMAIL PROTECTED]>:

>
> This mean that usbdevfs work and that you have speedtch driver loaded
> to see active usermode programs like modem_run, do
> ps axv |  grep [m]odem_run
>
> or look in the log with
> cat /var/log/messages | grep [m]odem_run
>
> The problem is solved. The speedtouch driver was loaded as a module,
>   and if I run modem_run when speedtch is already loaded it returns 0.
>   I removed the speedtch module and now it works. I can't make
>   a connection yet because I am using a patch in my speedtouch-start
>   file, which I don't understand yet. The patch is written for the br2684
>   bridging protocol, because my provider uses that. When I run the
>   script though, it complains something like: nas0: Error fetching
>   interface: Device not found.
>   Any  idea how I can solve that?
>   Gilles
>
You need that the kernel support the options you want to use.
You would need
CONFIG_ATM=m
CONFIG_ATM_BR2684=m
CONFIG_PPPOE=m

maybe too (unsure, it will not hurt but probably necessary only for CLIP or
routed IP)
CONFIG_ATM_TCP=m

Then you need to load the appropriate module:
modprobe br2684
before to start br2684ctl

Gilles

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

        

Reply via email to