Menu

Suse 9.2 PPPD-Address already in use

Frits
2005-04-05
2013-04-01
  • Frits

    Frits - 2005-04-05

    Hi, sorry in advance for this lengty post. I'm trying to get a E-tech USB ADSL modem working
    with Versatel in the Netherlands. This modem is based on the Conexant AccessRunner. Firmware
    download is OK. I get a working ADSL connection (both led's lit) but PPPD keeps reporting
    "Address already in use". I know I need the following settings for Versatel;
    VPI: 0
    VCI: 32
    Encapsulation: VC mux
    Protocol: PPPoATM
    Modulation: G.lite

    I'm using Suse 9.2 with a 2.6.11 kernel;
    Vigor20:/proc/net/atm # uname -a
    Linux Vigor20 2.6.11.3-2 #1 Sun Apr 3 01:38:21 PST 2005 i686 athlon i386 GNU/Linux

    When I try to activate the link as follows;
    Vigor20:/ # modprobe br2684
    Vigor20:/ # br2684ctl -b -c 0 -e 1 -a 0.0.32
    RFC1483/2684 bridge: Interface "nas0" created sucessfully
    RFC1483/2684 bridge: Communicating over ATM 0.0.32, encapsulation: VC mux
    RFC1483/2684 bridge: Interface configured
    Vigor20:/ # pppd call e-tech
    Plugin pppoatm.so loaded.
    In plugin_init
    In pppoatm_setdevname doit=0
    In pppoatm_setdevname doit=1
    In pppoatm_process_extra_options
    In options_for_pppoatm
    In pppoatm_check_options
    In pppoatm_connect
    connect(0.32): Address already in use
    Failed to open 0.32: Address already in use
    In pppoatm_cleanup
    In pppoatm_close
    I tried the same thing with Kinternet/Yast, but this produces the same result.

    The ADSL connection seems OK.
    Vigor20:/proc/net/atm # cat devices
    Itf Type    ESI/"MAC"addr AAL(TX,err,RX,err,drop) ...               [refcnt]
      0 cxacru  00d041070c0b  0 ( 0 0 0 0 0 )  5 ( 0 0 224 0 0 )    [2]

    Vigor20:/proc/net/atm # cat pvc
    Itf VPI VCI   AAL RX(PCR,Class) TX(PCR,Class)
      0   0    32 5         0 UBR         0 UBR

    Vigor20:/proc/net/atm # cat br2684
    dev nas0: num=1, mac=00:D0:41:07:0C:0B (auto)
      vcc 0.0.32: encaps=VC, failed copies 0/0

    Vigor20:/proc/net/atm # cat cxacru:0
    ADSL USB MODEM (usb-0000:00:0b.0-2)
    MAC: 00:d0:41:07:0c:0b
    AAL5: tx 0 ( 0 err ), rx 261 ( 0 err, 0 drop )
    Line up

    Vigor20:/proc/net/atm # ifconfig nas0
    nas0      Link encap:Ethernet  HWaddr 00:D0:41:07:0C:0B
              inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::2d0:41ff:fe07:c0b/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:342 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

    I would appreciate any suggestions you might have. I'm trying to get this to work for weeks now, and must have read everything on this subject ;-(

     
    • Gilles Espinasse

      You mix PPPoE and PPPoA settings. don't set both together!

      With PPPoA, you don't need to bridge with br2684 stuff.
      br2684 is only necessary with PPPoE.

       
    • Frits

      Frits - 2005-04-06

      Gilles,

      Thanks for your reply. This was actually very helpful. Got it working now.

       

Log in to post a comment.