Announcement

Collapse
No announcement yet.

[SOLVED] Cannot start KNetworkManager

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

    [SOLVED] Cannot start KNetworkManager

    Hi,

    I cannot start the KNetworkManager GUI. I can see the process is running, but that's about it.

    I tried starting the GUI by
    1. issuing the 'knetworkmanager' command in a console window,
    2. issuing 'knetworkmanager' in 'run command',
    3. selecting the manager via the start menu.
    Nothing works.

    Right-clicking the item in the start menu and selecting 'Edit Item', I marked the option 'Place in system tray' and then after a restart the KNetworkManager icon briefly flashes and disappears from the system tray.

    Some data:
    laptop: Compaq Presario A970ed laptop
    OS: Kubuntu 8.04.1 desktop amd64
    Wifi-adapter: Atheros AR5007 (getting that to work is the next challenge)

    How can I start the GUI? I am not a networking specialist, so I want to avoid a complete manual command-line configuration.

    Any help is greatly appreciated!

    #2
    Re: Cannot start KNetworkManager

    Psycko, Is there an icon for the knetworkmanager in your system tray near the clock?

    Comment


      #3
      Re: Cannot start KNetworkManager

      Boot and start KDE and run the following command:

      ps aux|grep knetworkmanager

      If you get two lines knetworkmanager is running already, if you only get one line then start it using one of the methods you suggested and try the command again. Do you get two lines now?
      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

      Comment


        #4
        Re: Cannot start KNetworkManager

        Tinker, when I log on I see the KNetworkManager icon in the system tray for about five seconds, and then it auto-disappears.

        Toad, the knetworkmanager process is running from the start: after logon and running your suggested command, I get two lines: one for the command 'knetworkmanager [kdeinit]', and the other for the command 'grep knetworkmanager'. Trying to start the GUI and running the ps command again yields the same two commands.

        There is however a peculiarity: now that I look at the results of 'ps' a bit better, I see that the process state is 'S', which according to the man page means 'Uninterruptible sleep (waiting for an event to complete)'. So, it looks like the process initialisation did not work out well.

        I did a fresh re-install from CD a few days ago, and only installed some software from the repositories. Nothing else. So, the startup of KDE and knetworkmanager is that of a new install. Any ideas on how to find out what event it is waiting for?

        Comment


          #5
          Re: Cannot start KNetworkManager

          Here is my output:

          ingo@debtop:~$ ps aux|grep knetworkmanager
          ingo 6735 0.1 0.5 34696 5372 ? S 19:16 0:07 knetworkmanager [kdeinit]
          ingo 12347 0.0 0.0 3008 772 pts/1 S+ 20:30 0:00 grep knetworkmanager
          So I got the S as well

          I am surprised that your icon is there for a couple of seconds before disappearing...

          Can you post the output of ifconfig to see what your interfaces are doing?
          Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

          Comment


            #6
            Re: Cannot start KNetworkManager

            Here's my output:
            paul 10197 0.0 0.0 3004 772 pts/1 S+ 10:59 0:00 grep knetworkmanager
            Knetworkmanager working properly (as it has been from the very begining).
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Re: Cannot start KNetworkManager

              So, the problem is at least not that it is waiting for an event.

              I did an ifconfig twice: once with the ethernet cable connected and once unconnected. In both cases the icon quickly disappears from the system tray (actually, sometimes the icons appears for a split second or it does not appear at all), in both cases the KNetworkManager GUI does not show up when I try to start it, and in both cases the process knetworkmanager is running.

              Connected:
              eth0 Link encap:Ethernet HWaddr 00:1e:ec:84:02:d8
              inet addr:10.0.0.153 Bcast:10.0.0.255 Mask:255.255.255.0
              inet6 addr: fe80::21e:ecff:fe84:2d8/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
              RX packets:355 errors:0 dropped:0 overruns:0 frame:0
              TX packets:416 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:275783 (269.3 KB) TX bytes:92248 (90.0 KB)
              Interrupt:16 Base address:0x1000

              lo Link encap:Local Loopback
              inet addr:127.0.0.1 Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING MTU:16436 Metric:1
              RX packets:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:568 (568.0 B) TX bytes:568 (568.0 B)

              Unconnected:
              eth0 Link encap:Ethernet HWaddr 00:1e:ec:84:02:d8
              inet addr:10.0.0.153 Bcast:10.0.0.255 Mask:255.255.255.0
              inet6 addr: fe80::21e:ecff:fe84:2d8/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
              RX packets:533 errors:0 dropped:0 overruns:0 frame:0
              TX packets:584 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:437212 (426.9 KB) TX bytes:142109 (138.7 KB)
              Interrupt:16 Base address:0x1000

              lo Link encap:Local Loopback
              inet addr:127.0.0.1 Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING MTU:16436 Metric:1
              RX packets:12 errors:0 dropped:0 overruns:0 frame:0
              TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0
              RX bytes:568 (568.0 B) TX bytes:568 (568.0 B)

              [Deleted remark on packet errors]

              Comment


                #8
                Re: Cannot start KNetworkManager

                Originally posted by Psycko
                I see a lot of packet errors. Is that an issue?
                No packet errors are being reported:
                RX packets:355 errors:0 dropped:0 overruns:0 frame:0
                TX packets:416 errors:0 dropped:0 overruns:0 carrier:0
                The numbers 355 and 416 are the number of RX and TX packets. Errors, dropped, overruns, and frame are all reported as zero ( 0 ).
                Using Kubuntu Linux since March 23, 2007
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #9
                  Re: Cannot start KNetworkManager

                  Hi,

                  It looks like KNetworkManager was available all the time in the system tray.

                  The icon I see in the start menu is a green globe, and that is also the icon I see briefly in the system tray. Therefore I assumed that that green globe should stay in the tray to give access to the settings for knetworkmanager. However, there is another icon that looks like a cable plug and now I see that that icon gives access to knetworkmanager. The two icons can be seen simultaneously in the tray for a few seconds after logon. That confused me.

                  Thank you for your help and sorry for any inconvenience.

                  Now I will see if I can get the wireless network to work ...

                  Comment


                    #10
                    Re: Cannot start KNetworkManager

                    Ahh! Yes, the white system tray icon is the knetworkmanager icon. The green globe you are seeing is adept doing its thing to see if any updates are available.
                    Using Kubuntu Linux since March 23, 2007
                    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                    Comment


                      #11
                      Re: [SOLVED] Cannot start KNetworkManager

                      Ha! That is funny

                      Your ifconfig data shows both as being connected as well
                      Once your problem is solved please mark the topic of the first post as SOLVED so others know and can benefit from your experience! / FAQ

                      Comment

                      Working...
                      X