Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: How to remove ifupdown(eth0)??

  1. #1
    Join Date
    Nov 2009
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

    How to remove ifupdown(eth0)??

    I have recently upgraded my system to Ubuntu 9.10 from 9.04 ...
    I hv a dsl broadband connection which is working fine in 9.04 when created with network manager...
    Now in 9.10 I'm getting a ifupdown(eth0) wired connection which in non-editable.. n also I'm not able to create any connection.. Help me Plzz !!!

  2. #2
    Join Date
    Nov 2009
    Beans
    3
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How to remove ifupdown(eth0)??

    Output lshw -C network

    *-network
    description: Network controller
    product: BCM4312 802.11b/g
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:0c:00.0
    version: 01
    width: 64 bits
    clock: 33MHz
    capabilities: bus_master cap_list
    configuration: driver=b43-pci-bridge latency=0
    resources: irq:17 memory:f6cfc000-f6cfffff
    *-network
    description: Ethernet interface
    product: NetLink BCM5784M Gigabit Ethernet PCIe
    vendor: Broadcom Corporation
    physical id: 0
    bus info: pci@0000:09:00.0
    logical name: eth0
    version: 10
    serial: 00:21:70:76:5e:cc
    width: 64 bits
    clock: 33MHz
    capabilities: bus_master cap_list ethernet physical
    configuration: broadcast=yes driver=tg3 driverversion=3.99 firmware=sb v2.09 latency=0 multicast=yes
    resources: irq:30 memory:f69f0000-f69fffff

  3. #3
    Join Date
    Nov 2009
    Beans
    18

    Re: How to remove ifupdown(eth0)??

    Seems to have a bug, I have same problem. Fresh install edited Network Manager then tryed to connect to the new dsl and did Not connect, then restarted and ifupdown (eth0) replaced auto (eth0) and removed my dsl connection. Then went to use pppoeconf under console.
    I thought it was the beta RC i was using.,yet am currently on the Final 9.10. ugly and needs to be patched!

  4. #4
    Join Date
    Jan 2009
    Location
    /Bangladesh/Dhaka
    Beans
    109
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: How to remove ifupdown(eth0)??

    Quote Originally Posted by prashantbhardwaj89 View Post
    I have recently upgraded my system to Ubuntu 9.10 from 9.04 ...
    I hv a dsl broadband connection which is working fine in 9.04 when created with network manager...
    Now in 9.10 I'm getting a ifupdown(eth0) wired connection which in non-editable.. n also I'm not able to create any connection.. Help me Plzz !!!
    I have the same problem. I use Static IP Broadband connection. this is a bug I think. It should be reported to the UBUNTU Bug report center( I don't know how to do it.)
    Last edited by shahan; November 8th, 2009 at 04:36 AM.
    -------------------------------
    Md. Shahadat Hossain
    Dhaka, Bangladesh.
    -------------------------------

  5. #5
    Join Date
    Nov 2009
    Beans
    18

    Re: How to remove ifupdown(eth0)??

    yeah, connecting via
    "sudo pppoeconf"

    Funny I told somewone this is probably the best OS i have seen.
    Until this problem made me realize I had to text someone the next day to give the above command,
    Otherwise,
    it is extremely smooth and no other problems.

    This is essential bug fix:

    Network applet configures wired ethernet name to grab the ethernet card caller right.
    and thatlss be the fix...I;m an idiot, but you get the jist.

    maybe version 9.10.?

  6. #6
    Join Date
    May 2007
    Location
    Ontario Canada
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to remove ifupdown(eth0)??

    NetworkManager is the best way for end-users to configure their network I think these problems are happening with people who configured their networks using the command line using some cut-and-paste fiddling with pppoeconf or stuff in /etc.

    To have NetworkManager manage all interfaces without editing ifupdown/interfaces files, this should work.

    Check /etc/network/interfaces.

    Press alt+F2 and paste in:
    Code:
    gksudo gedit /etc/network/interfaces
    Remove everything but
    Code:
    auto lo
    iface lo inet loopback
    Then Check /etc/NetworkManager/nm-system-settings.conf
    Press alt+F2 and paste in:
    Code:
    gksudo gedit /etc/NetworkManager/nm-system-settings.conf
    set

    Code:
     [ifupdown]
    managed=false
    Restart computer or NetworkManager service.
    From now on, only configure the network using the NetworkManager applet in the notification area (aka system tray).

    For more info See: http://wiki.debian.org/NetworkManager

    If this doesn't work, post here again.
    Last edited by peepingtom; November 9th, 2009 at 03:23 AM.

  7. #7
    Join Date
    Jan 2009
    Location
    /Bangladesh/Dhaka
    Beans
    109
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: How to remove ifupdown(eth0)??

    Quote Originally Posted by peepingtom View Post
    NetworkManager is the best way for end-users to configure their network I think these problems are happening with people who configured their networks using the command line using some cut-and-paste fiddling with pppoeconf or stuff in /etc.

    To have NetworkManager manage all interfaces without editing ifupdown/interfaces files, this should work.

    Check /etc/network/interfaces.

    Press alt+F2 and paste in:
    Code:
    gksudo gedit /etc/network/interfaces
    Remove everything but
    Code:
    auto lo
    iface lo inet loopback
    Then Check /etc/NetworkManager/nm-system-settings.conf
    Press alt+F2 and paste in:
    Code:
    gksudo gedit /etc/NetworkManager/nm-system-settings.conf
    set

    Code:
     [ifupdown]
    managed=false
    Restart computer or NetworkManager service.
    From now on, only configure the network using the NetworkManager applet in the notification area (aka system tray).

    For more info See: http://wiki.debian.org/NetworkManager

    If this doesn't work, post here again.
    this is working excellent . the problem has been solved. Actually I do the change etc/network/interface file manually due to my internt connection problem.
    -------------------------------
    Md. Shahadat Hossain
    Dhaka, Bangladesh.
    -------------------------------

  8. #8
    Join Date
    Feb 2009
    Beans
    6
    Distro
    Ubuntu

    Re: How to remove ifupdown(eth0)??

    Cheers peepingtom, life saver!

  9. #9
    Join Date
    Nov 2009
    Beans
    2

    Re: How to remove ifupdown(eth0)??

    Quote Originally Posted by peepingtom View Post
    NetworkManager is the best way for end-users to configure their network I think these problems are happening with people who configured their networks using the command line using some cut-and-paste fiddling with pppoeconf or stuff in /etc.

    To have NetworkManager manage all interfaces without editing ifupdown/interfaces files, this should work.

    Check /etc/network/interfaces.

    Press alt+F2 and paste in:
    Code:
    gksudo gedit /etc/network/interfaces
    Remove everything but
    Code:
    auto lo
    iface lo inet loopback
    Then Check /etc/NetworkManager/nm-system-settings.conf
    Press alt+F2 and paste in:
    Code:
    gksudo gedit /etc/NetworkManager/nm-system-settings.conf
    set

    Code:
     [ifupdown]
    managed=false
    Restart computer or NetworkManager service.
    From now on, only configure the network using the NetworkManager applet in the notification area (aka system tray).

    For more info See: http://wiki.debian.org/NetworkManager

    If this doesn't work, post here again.
    ALAS!!! Problem solved. The reason I messed around with CLI is that at home I used DSL (pppoe) and at work I'm on ethernet. I gets a bit tricky for me to define both. I try defining DSL thru NM 2nite.

    Edit: Sorry, I forgot to say thanks. I'm in such a hurry to navigate Karmic...

  10. #10
    Join Date
    Nov 2009
    Beans
    18

    Re: How to remove ifupdown(eth0)??

    "For more info See: http://wiki.debian.org/NetworkManager

    "If this doesn't work, post here again.[/quote]


    You know I already have it at managed=false, but
    I did fresh install, used "pppoeconf" then two updates before I tried to work on NM by changing the file to see if nm-applet would get rid of ifupdown(eth0) problem.

    i changed managed=true to see what happens.
    while waiting for continually/any updates, If NOTHING for Network Manager is fixed I am going to change conf file back and wait for updates.
    Last edited by SawyerLX; November 24th, 2009 at 01:39 AM.

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •