>
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

  yes, I have compiled the necessary modules into the kernel according
  to http://www.linux-usb.rog/SpeedTouch/LFS/index.html
  and that's why I also had the speedtch module which doesn't get along
  with modem_run
  So all the appropriate modules are there. The lines in the script
  that I use after calling modem_run are:
    
          #load bridging support
          modprobe br2684
          #probe for an existing interface
          for i in $(seq 0 9); do
              vnet="nas${i}"
                  br2684ctl -b -c $i -a 8.48 &&
                   #stop probing
                  break
          done
    
  but still the output to the console is (the first lines):
    
  Starting ADSL connection...
    
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
  Communicating over ATM 0.8.48, encapsulation: LLC
    
  Fatal: failed to connect on socket
    
  Michiel.
  

                
---------------------------------
Get your email and more, right on the  new Yahoo.com 

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

        

Reply via email to