Announcement

Collapse
No announcement yet.

Manual Network Connection

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

    Manual Network Connection

    Hi,

    I have a strange problem with my DSL connection.

    I use the widget Network Manager to connect to the wifi. The I run

    Code:
    sudo pppoeconf
    to establish the pppoe connection. Everything works fine.

    If a shut down the PC, however, when turning on again it happens that Network Manager does not see anymore any wifi available.

    Of course, I can see them by running

    Code:
    sudo iwlist scan
    There is a solution, I just have to comment all the lines in

    Code:
    /etc/network/interfaces
    and reboot.

    So, somewhere, somehow, pppoeconf is modifying those configuration file in a way that Network manager does not like.

    Here is the interfaces file that is not working:

    Code:
    auto lo
    iface lo inet loopback
    
    
    auto dsl-provider
    iface dsl-provider inet ppp
    pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
    provider dsl-provider
    
    auto wlan0
    iface wlan0 inet manual
    
    auto eth0
    iface eth0 inet manual
    any suggestion is appreciated

    best,
    g.
    ---------------<br />Linux kernel 2.6.28-15-generic<br />Kubuntu 9.04 64bit KDE 4.2.2<br />Dell Precision M2400 Intel Dual Core 2<br />Nvidia Quadro FX 370M (Driver Nvidia 180.44)<br />HDA Intel (STAC92xx Analog)<br />---------------

    #2
    Manual Network Connection

    Install Wicd.

    Comment


      #3
      Manual Network Connection

      Have a look also at this http://kubuntuforums.net/forums/inde...opic=3104329.0
      HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M

      Comment


        #4
        Manual Network Connection

        And another reference: How To: Manual Network Configuration without the need for Network Manager over on Ubuntuforums.org
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Re: Manual Network Connection

          @snowhog: Your reference to UFO ??

          Comment


            #6
            Re: Manual Network Connection

            Geez, I feel like a total noob! Fixed. Thank you.
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment

            Working...
            X