Dear Ben,

I hope this helps. I do have a Speedtouch modem working with
Ameritech (well, most of the time).

I am afraid I am using PPPoE. The basic setup is Mandrake 8.1 with a
kernel I got from Mandrake's cooker. This kernel already includes the
bridging code you need for PPPoE over ATM (no patching required).

I had to install the atm package and also the bridging application. I
used the speedtouch module from sourceforge. Last, I used the Alcatel
software. Ah, yes, I use the PPPoE package from Mandrake, I believe it
is the Roaring Penguim one.

I do have a few problems, maybe people in the list can help me:

1. Performance seems to be worse than in Windows. Should I try moving
   to a kernel based PPPoE? Any other explanation?

2. I can't shutdown the machine.

3. The machine is a laptop, and it would be real nice if I could
   suspend the laptop without freezing ;-).

BTW, the machine is also a NAT server for our wireless network. It
works fine most of the time.

If people need more info, I'll be glad to help. I don't want other
people to go through what I had to suffer ;-).

Cheers,

Vitor

Our /etc/hotplug/usb/speedtouch is as follows:

#!/bin/bash

# configuration and startup-script for the Alcatel SpeedTouch USB
  modem

case $ACTION in

add)
        # start
        mesg SpeedTouch Inserting module.
        modprobe -k speedtch

        mesg SpeedTouch Attempting to start mangement deamon
        /usr/sbin/speedmgmt &

        wait 60
        modprobe br2684
        wait 1
        /usr/sbin/brpvcd -b -c 0 -a 0.35 &
        /usr/sbin/brpvc  -a -v 0.35 -i 0
        /usr/sbin/adsl-start
        ;;

remove)
        adsl-stop
        rmmod br2648
        killall speedmgmt
        ;;

esac
 




Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se d�sinscrire : mailto:[EMAIL PROTECTED]?subject=unsubscribe

        

Reply via email to