Announcement

Collapse
No announcement yet.

pppoe connection showing PAP authentication failure

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    pppoe connection showing PAP authentication failure

    hi,

    i had installed KUBUNTU 9.04 and tried connecting to internet using the modem for which i configured the system using sudo ppoeconf,after giving username and password and all ie configuring and when checking the log using PLOG i am getting the following error
    sony@ubuntu:~$ plog
    Jun 28 13:01:27 ubuntu pppd[3661]: Connection terminated.
    Jun 28 13:01:57 ubuntu pppd[3661]: PPP session is 17549
    Jun 28 13:01:57 ubuntu pppd[3661]: Connected to 00:0e:d6:bd:84:71 via interfaceeth0
    Jun 28 13:01:57 ubuntu pppd[3661]: Using interface ppp0
    Jun 28 13:01:57 ubuntu pppd[3661]: Connect: ppp0 <--> eth0
    Jun 28 13:01:57 ubuntu pppd[3661]: Remote message: Authentication failure
    Jun 28 13:01:57 ubuntu pppd[3661]: PAP authentication failed
    Jun 28 13:01:57 ubuntu pppd[3661]: Connection terminated.
    Jun 28 13:01:57 ubuntu pppd[3661]: Exit.
    i am not able to access the internet if anyone knows how to sort out this issue please do help me. i am having a broadband connection of that of YOUTELECOM.i am new to linux enviornment pls do help

    #2
    Re: pppoe connection showing PAP authentication failure

    Hi, welcome to the forums.

    There are problems with networkmanager for certain types of connections, noteably pppoe.

    It is suggested that you remove network manager and the applet, then things should work with pppoeconf.

    See this howto http://kubuntuforums.net/forums/inde...opic=3104329.0
    HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

    Comment


      #3
      Re: pppoe connection showing PAP authentication failure

      the Pon dsl providerr thing i tried but failed since it is showing you are not a dip user.any other suggestions?

      Comment


        #4
        Re: pppoe connection showing PAP authentication failure

        i tried your step but the was the error shown while i tried for installing wicd it is suggesting that no files named wicd is there to be installed how to tackle this?

        Comment


          #5
          Re: pppoe connection showing PAP authentication failure

          Oops, sorry about that.

          You have to do
          Code:
          sudo pon dsl-provider
          not just
          Code:
          pon dsl-provider
          HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

          Comment


            #6
            Re: pppoe connection showing PAP authentication failure

            kevin even i tried doing that but it is showing that you are not in dip group member also i am able to remove the network manager but trying to install updates and wicd shows error

            Comment


              #7
              Re: pppoe connection showing PAP authentication failure

              The sequence of doing things is important, because both wicd and network manager do basically the same thing and would be competing against each other, so only one or the other is allowed at the same time.

              So, first you need to
              Code:
              sudo apt-get remove knetworkmanager
              sudo apt-get remove network-manager
              You can also do this with KPackageKit, but I've noticed mine crashes and freezes everything when I do that.

              If you find that you have lost your network connection,
              Code:
              sudo pppoeconf
              sudo dsl-provider
              sudo apt-get install wicd
              If you follow the instructions in the how to http://kubuntuforums.net/forums/inde...opic=3104329.0

              then when you log in each time, your connection will be automatic, unless you choose to make it manual.

              Sorry about the problems, hope that this fixes everything.
              HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

              Comment


                #8
                Re: pppoe connection showing PAP authentication failure

                kevin,
                thanks for the reply but the sequence of events i tried and the output is as given
                sony@ubuntu:~$ sudo apt=get remove knetworkmanager
                [sudo] password for sony:
                sudo: remove: command not found
                sony@ubuntu:~$ sudo apt-get remove network-manager
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                Package network-manager is not installed, so not removed
                0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                sony@ubuntu:~$ sudo pppoeconf
                Plugin rp-pppoe.so loaded.
                RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
                sony@ubuntu:~$ sudo dsl-provider
                sudo: dsl-provider: command not found
                sony@ubuntu:~$ sudo dsl-provider
                sudo: dsl-provider: command not found
                sony@ubuntu:~$ sudo apt-get install wicd
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                E: Couldn't find package wicd
                sony@ubuntu:~$

                i tried downloading the wicd package from packages.ubuntu.com and then tried installing but then it is showing error message while installing wicd 1.5.9.2,not able to install can you reason out why it is failing?pls do send me a reply
                thanks in advance

                Comment


                  #9
                  Re: pppoe connection showing PAP authentication failure

                  I'm sorry. My mistake again.

                  should be

                  Code:
                  sudo pon dsl-provider
                  Note: there are two packages that need to be removed.

                  knetworkmanager - which is the kde applet on the system tray
                  network-manager - which is the program which manages the network

                  If you only removed one, not both, wicd cannot be installed. As you removed "network-manager", you still need to
                  Code:
                  sudo apt-get remove knetworkmanager
                  before you can
                  Code:
                  sudo apt-get install wicd
                  The package is already on your machine but it cannot be installed until knetworkmanager is removed.
                  HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

                  Comment


                    #10
                    Re: pppoe connection showing PAP authentication failure


                    i tried your code but this is what it says
                    [sudo] password for sony:
                    sudo: remove: command not found
                    sony@ubuntu:~$ sudo apt-get remove network-manager
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    Package network-manager is not installed, so not removed
                    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                    sony@ubuntu:~$ sudo pppoeconf
                    Plugin rp-pppoe.so loaded.
                    RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
                    sony@ubuntu:~$ sudo dsl-provider
                    sudo: dsl-provider: command not found
                    sony@ubuntu:~$ sudo dsl-provider
                    sudo: dsl-provider: command not found
                    sony@ubuntu:~$ sudo apt-get install wicd
                    Reading package lists... Done
                    Building dependency tree
                    Reading state information... Done
                    E: Couldn't find package wicd
                    sony@ubuntu:~$

                    pleasedo sort out this problem
                    thanks

                    Comment


                      #11
                      Re: pppoe connection showing PAP authentication failure

                      I am sorry that you are still having problems. It seems to be in the names chosen by Kubuntu.

                      You have removed network-manager, so you do not need to remove it again, you can't as you saw.

                      However, you still need to remove the applet, which is knetworkmanager, before you are able to install wicd.

                      This is because wicd and knetworkmanager and mutually exclusive, you can only have one at any time.

                      Code:
                      sudo apt-get remove knetworkmanager
                      should do it, then you can install wicd

                      Code:
                      sudo pppoeconf
                      sudo pon dsl-provider
                      sudo apt-get install wicd
                      Using the previously mentioned "Howto" you should then be able to set up wicd to connect when you turn the computer on.

                      HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

                      Comment


                        #12
                        Re: pppoe connection showing PAP authentication failure

                        yet no joy buddy,
                        knetworkmanager it is saying
                        sony@ubuntu:~$ sudo apt-get remove knetworkmanager
                        Reading package lists... Done
                        Building dependency tree
                        Reading state information... Done
                        E: Couldn't find package knetworkmanager
                        pls help me out.
                        thanks

                        Comment


                          #13
                          Re: pppoe connection showing PAP authentication failure

                          It seems like you have removed all of the Jaunty network applications needed to install wicd.

                          After the last post, did you try
                          Code:
                          sudo pppoeconf
                          sudo pon dsl-provider
                          sudo apt-get install wicd
                          If you tried it and it doesn't work, then you could open KPackageKit and type "network" without the quotes into the search box.
                          All of the files listed should be ghosted and have a plus on the right hand side, indicating that they can be added.
                          If you see another program, except for something starting with lib...., then it should be removed.
                          If not, then you should be able to install wicd using the above commands in a terminal.

                          HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

                          Comment


                            #14
                            Re: pppoe connection showing PAP authentication failure

                            this is the output that i had got
                            sony@sony-laptop:~$ sudo ppoeconf
                            [sudo] password for sony:
                            sudo: ppoeconf: command not found
                            sony@sony-laptop:~$ sudo pppoeconf
                            sony@sony-laptop:~$ sudo pon dsl-provider
                            Plugin rp-pppoe.so loaded.
                            RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
                            sony@sony-laptop:~$ sudo apt-get install wicd
                            Reading package lists... Done
                            Building dependency tree
                            Reading state information... Done
                            E: Couldn't find package wicd

                            the kapckagekit shows only three files ie, libqtamd.64,knetworkmanager and networkmanager the latter two with plus sign and ghost.

                            i tried installing the wicd 1.5.9.2.deb version which i had downloaded from packages.ubuntu.com but when i click it for installing it is showing a message sorry an error occured .whyis it so and why does it is always showing E:couldnt find package?what does that mean

                            Comment


                              #15
                              Re: pppoe connection showing PAP authentication failure

                              i had installed a 64bit version of kubuntu whereas mine is a 32 bit core 2 duo,so does it cause any difference?

                              Comment

                              Working...
                              X