Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

  1. #1
    Join Date
    Dec 2010
    Location
    Sørreisa, Norway
    Beans
    161
    Distro
    Ubuntu

    Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    When booting my computer, my modem-manager wont connect to any networks, because it's failing to load properly upon booting.
    When i tried to enable networking when in safemode, i got this output, and it stayed like that for over 5 min:







    When i am in Unity, without safemode, i can see the icon for the networking on the bar flickering. It stays there for like 5-10 seconds, and dissapears, and then comes back. The popup is appearing all the time that i am not connected to any networks.
    And when i click the icon in order to watch the dropdown-menu, nothing happens.

    if I am entering the system tool called "Networking", it tells me this:
    "The Networking-service on this system is not compatible with this version".


    BUT
    Sometimes, when i reboot my computer, the network is working all fine, nothing wrong. But, that is extremely rare, so i am most often expereiencing that it doesn't work.


    I am Running ubuntu 13.04 with Unity on an Acer Aspire 5810TG with the Intel WiFi Link 5100 / Bluetooth 2.0 EDR, 802.11 a/b/g/n (draft).



    Thanks for any help i might get. Can provide more info if needed.

    Last edited by airplanesimen; October 7th, 2013 at 11:16 AM.
    Ubuntu since 6.04 <3

  2. #2
    Join Date
    Dec 2010
    Location
    Sørreisa, Norway
    Beans
    161
    Distro
    Ubuntu

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    Uhm well,
    If i do:

    Code:
    sudo killall modem-manager
    and then

    Code:
    sudo modem-manager
    It says

    could not acquire the org.freedesktop.modemmanager service as it is already taken
    Ubuntu since 6.04 <3

  3. #3
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    Quote Originally Posted by airplanesimen View Post
    When booting my computer, my modem-manager wont connect to any networks
    Any networks?? Is this a modem or a Wireless card/adapter? Modem and wifi are different things and are managed differently too (although the same GUI application - NetworkManager usually handles them just fine).

    if I am entering the system tool called "Networking", it tells me this:
    "The Networking-service on this system is not compatible with this version".
    This most probably indicates an incompatible entry in /etc/network/interfaces file. Please post the outputs of -
    Code:
    cat /etc/network/interfaces
    nm-tool
    And if it is a USB modem/wifi adapter, the output of -
    Code:
    lsusb
    If it is an internal PCI one, then the output of -
    Code:
    lspci -nnk | grep -iA2 net
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  4. #4
    Join Date
    Dec 2010
    Location
    Sørreisa, Norway
    Beans
    161
    Distro
    Ubuntu

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    cat /etc/network/interfaces
    Code:
    simen@acer-ubuntu:~$ cat /etc/network/interfaces
    auto lo
    iface lo inet loopback


    nm-tool
    Code:
    simen@acer-ubuntu:~$ nm-tool
    ** (process:2726): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Message did not receive a reply (timeout by message bus)
    NetworkManager Tool
    State: unknown
    
    ** (process:2726): WARNING **: error: could not connect to NetworkManager



    lspci -nnk | grep -iA2 net

    Code:
    simen@acer-ubuntu:~$ lspci -nnk | grep -iA2 net
    02:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8131 Gigabit Ethernet [1969:1063] (rev c0)
        Subsystem: Acer Incorporated [ALI] Device [1025:022b]
        Kernel driver in use: atl1c
    03:00.0 Network controller [0280]: Intel Corporation WiFi Link 5100 [8086:4232]
        Subsystem: Intel Corporation WiFi Link 5100 AGN [8086:1301]
        Kernel driver in use: iwlwifi
    Ubuntu since 6.04 <3

  5. #5
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    Quote Originally Posted by airplanesimen View Post
    Code:
    simen@acer-ubuntu:~$ nm-tool
    ** (process:2726): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Message did not receive a reply (timeout by message bus)
    NetworkManager Tool
    State: unknown
    
    ** (process:2726): WARNING **: error: could not connect to NetworkManager
    Hmm.. please try -
    Code:
    sudo service network-manager stop
    sudo service network-manager start
    Does it enable the Network Manager icon on the top right of the screen? Can you connect after this?

    If connected, please do -
    Code:
    sudo apt-get clean
    sudo apt-get autoremove
    sudo apt-get update
    sudo apt-get dist-upgrade
    sudo apt-get install --reinstall network-manager network-manager gnome
    ..and reboot. Does Network Manager start automatically after this?
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  6. #6
    Join Date
    Dec 2010
    Location
    Sørreisa, Norway
    Beans
    161
    Distro
    Ubuntu

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    Nope, that's my problem:

    I started the service again, and the icon appears (blank, when it's not connected). The dialog that tells me : "Disconnected - You are now offline" shows, and i can't click the icon either, because nothing happens at all.

    No networks connected either.
    Ubuntu since 6.04 <3

  7. #7
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    When the icon appears, does "nm-tool" start returning normal outputs? If yes, please post -
    Code:
    nm-tool
    nmcli con
    Does your wireless connection show up in the last command's output? If yes, you may try -
    Code:
    nmcli con up id <your connection's NAME>
    where NAME is the connection name that appears in the output of "nmcli con".

    However, if your connection is not saved (so does not appear in "nmcli con"), you may try this method to manually connect : http://askubuntu.com/a/55832 - just to be able to do the updates and re-install NM. I hope it should be fixed itself after an update --> reinstall.

    Oh, and to try making the nm-applet (the NM icon on the top right) clickable, you may try this -
    Code:
    killall nm-applet
    Then press Alt-F2 --> type "nm-applet" --> press "Enter". The above command will remove nm-applet, and this will bring it back, functioning properly this time if the background services are fine.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  8. #8
    Join Date
    Dec 2010
    Location
    Sørreisa, Norway
    Beans
    161
    Distro
    Ubuntu

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    NM-TOOL
    Code:
    simen@acer-ubuntu:~$ nm-tool
     
    ** (process:14556): WARNING **: Error in get_property: Message did not receive a reply (timeout by message bus)
     
     
    (process:14556): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
     
    (process:14556): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 'G_VALUE_HOLDS_UINT (value)' failed
     
    ** (process:14556): WARNING **: Unknown device type 0
     
    ** (process:14556): WARNING **: Could not create object for /org/freedesktop/NetworkManager/Devices/0: unknown object type
     
    ** (process:14556): WARNING **: Error in get_property: The name org.freedesktop.NetworkManager was not provided by any .service files
     
     
    (process:14556): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
     
    (process:14556): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 'G_VALUE_HOLDS_UINT (value)' failed
     
    ** (process:14556): WARNING **: Unknown device type 0
     
    ** (process:14556): WARNING **: Could not create object for /org/freedesktop/NetworkManager/Devices/1: unknown object type
     
    NetworkManager Tool
     
    State: disconnected
    nmcli con
    Code:
    simen@acer-ubuntu:~$ nmcli con
     
    ** (process:15588): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was not provided by any .service files
    Error: nmcli (0.9.8.0) and NetworkManager (unknown) versions don't match. Force execution using --nocheck, but the results are unpredictable.
    Well, there was some difference in the nm-tool output, but i did the same cmd many times, and it changed from that output and the first one i posted earllier. Btw, the icon is flickering (it dissapears and appears constantly, looks like network-manager is having a rough time.)


    BTW: the icon is still not clickable, but the others are.
    And as i said, it keeps dissapearing.
    Last edited by airplanesimen; October 6th, 2013 at 07:21 PM.
    Ubuntu since 6.04 <3

  9. #9
    Join Date
    Mar 2010
    Location
    India
    Beans
    8,116

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    Yup, because the package network-manager is clearly broken. Please try this alternate method to re-install it -

    Code:
    apt-get install --print-uris network-manager network-manager-gnome
    This will give you the download URIs of the required packages. Copy-past these URIs and use them to download the packages on another system where you are posting from.

    Once downloaded, copy them back to your Ubuntu desktop, in a new folder named "nm" (just to avoid confusion), then open a terminal and do -
    Code:
    sudo apt-get purge network-manager network-manager-gnome
    cd Desktop/nm
    sudo dpkg -i *.deb
    Let me know if there are still errors. If not, you should have a working nm-applet icon (may require you a reboot or logout re-login)
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  10. #10
    Join Date
    Dec 2010
    Location
    Sørreisa, Norway
    Beans
    161
    Distro
    Ubuntu

    Re: Acer Aspire Timeling 5810TG Wireless problems (modem-manager)

    No errors setting up the packages now.

    But still, the same error as earlier when doing nm-tool, and the icon is long gone.

    I am kinda stuck here.

    AND the icon is flickering even faster now than before. Weird.
    Last edited by airplanesimen; October 7th, 2013 at 04:36 PM.
    Ubuntu since 6.04 <3

Page 1 of 2 12 LastLast

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
  •