Announcement

Collapse
No announcement yet.

[SOLVED] Nework Manager Fails to Run

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

    [SOLVED] Nework Manager Fails to Run

    Not sure what happened, but my laptop (Dell Studio XPS 1340) experienced a glitch which ultimately took out the network manager. How do I re-enable/re-initialize the network manager short of a software reinstall?

    Thanks in advance,

    Jimbo

    #2
    Re: Nework Manager Fails to Run

    You're probably better off without and many people just delete it. Check out Detonate's FAQ here:
    http://kubuntuforums.net/forums/inde...opic=3100052.0

    Comment


      #3
      Re: Nework Manager Fails to Run

      I recently heard of a bug that the network-manager is being disabled when resuming from hibernation. Is this what happened? If so, I will try to find the info and post the fix.

      Comment


        #4
        Re: Nework Manager Fails to Run

        Yes, it was recovering from hibernation.

        Comment


          #5
          Re: Nework Manager Fails to Run

          The bug report is here.

          https://bugs.launchpad.net/ubuntu/+s...er/+bug/524454

          So examine the contents of /var/lib/NetworkManager/NetworkManager.state and if it shows NetworkingEnabled=false edit the file to read NetworkingEnabled=true.

          Code:
          kdesudo kate /var/lib/NetworkManager/NetworkManager.state
          Code:
          sudo start networking
          It may be that this is not a permanent fix, and the problem may reoccur the next time you go to hibernation. To avoid this problem remove network manager by following my instructions that Ole Jule posted the link to.

          Comment


            #6
            Re: Nework Manager Fails to Run

            Thanks.... that bit of code fixed this occurrence!

            Jimbo

            Comment

            Working...
            X