Results 1 to 3 of 3

Thread: unmanaged network device not properly loaded

  1. #1
    Join Date
    Nov 2011
    Beans
    10

    Red face unmanaged network device not properly loaded

    Hi,

    I have a ethernet Intel e100 NIC which has worked for years and still runs well. In our home LAN we have fixed internet adresses. In debian and ubuntu I had installed this card without any problems once the correct entries were fixed in /etc/network/interface:

    auto eth0
    iface eth0 inet static
    address 192.168.1.201
    netmask 255.255.255.0
    broadcast 192.168.1.255
    gateway 192.168.1.199
    dns-nameservers 192.168.1.199

    During booting in Ubuntu 11.10 this card is not loaded due to an error in the installation script: the directory /run/network is not created.

    For this reason I can boot and after the desktop is ready I can run the following:

    as admin:
    ifdown eth0
    mkdir /run/network
    ifup eth0

    after that the card works e.g. to reach this forum. It is obvious that the script which wants to start the card does not check for the existence of the directory and stops executing. It should check whether the dir exists and if not create it!!!

    Alternatively, I would like to get help to get this card managed by the network manager. I never tried that.

    Greeting from the Black Forest

    Bernhard

  2. #2
    Join Date
    Jun 2010
    Location
    Rockport, TX
    Beans
    2,283
    Distro
    Ubuntu Development Release

    Re: unmanaged network device not properly loaded

    Edit /etc/NetworkManager/NetworkManager.conf change managed=false to managed=true

  3. #3
    Join Date
    Nov 2011
    Beans
    10

    Re: unmanaged network device not properly loaded

    thanks for your tip, that helped with managing. However the real problem, the lack of directory generation, has not been settled.

    ANY HELP WELCOME!

    Bernhard

Tags for this Thread

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
  •