Results 1 to 4 of 4

Thread: Wicd needs to access your computer's network cards

  1. #1
    Join Date
    Jan 2008
    Beans
    11

    Wicd needs to access your computer's network cards

    I'm replacing the network manager on Ubuntu 13.04 LXDE with WICD due to disconnecting issue on the Wireless.

    After installing WICD and rebooting, this message keeps popping up.
    Code:
    "Wicd needs to access your computer's network cards"
    Any advice?

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

    Re: Wicd needs to access your computer's network cards

    Have you seen this ? If your's is a different card, please show us which one it is -
    Code:
    lspci -nnk | grep -iA2 net

    EDIT:
    Just read this bug report : https://bugs.launchpad.net/ubuntu/+s...d/+bug/1132529
    Maybe try the solution suggested in comment #22 first.
    Last edited by varunendra; September 17th, 2013 at 12:51 PM.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

  3. #3
    Join Date
    Jan 2008
    Beans
    11

    Re: Wicd needs to access your computer's network cards

    Quote Originally Posted by varunendra View Post
    Have you seen this ? If your's is a different card, please show us which one it is -
    Code:
    lspci -nnk | grep -iA2 net
    This is the result:
    Code:
    00:19.0 Ethernet controller: Intel Corporation 82577LM Gigabit Network Connection (rev 06)
    02:00.0 Network controller: Intel Corporation Centrino Advanced-N 6200 (rev 3e)
    I did the below steps as well

    Code:
    gksudo gedit /etc/modprobe.d/iwlwifi.conf
    
    options iwlwifi 11n_disable=1


    EDIT:
    Just read this bug report : https://bugs.launchpad.net/ubuntu/+s...d/+bug/1132529
    Maybe try the solution suggested in comment #22 first.[/QUOTE]


    I tried comment #22, wow it worked finally! Thanks very much for your help!

    Code:
    bmarsh, your patch provided in comment #19 fixed it for me. I did this:
    
        rm /etc/resolv.conf
        ln -s /run/resolvconf/resolv.conf
        rm /var/lib/wicd/resolv.conf.orig
        ln -s /run/resolvconf/resolv.conf /var/lib/wicd/resolv.conf.orig
    
    then, launching wicd with "sudo service wicd start" worked, and wicd-gtk appears to be functioning normally. I'm not experiencing anything with wpa2 malfunctioning.
    When everything has left you, You are alone.... When you leave everything behind, that's solitude.....

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

    Re: Wicd needs to access your computer's network cards

    Cheers !

    ..And I learnt something new about wicd (never tried wicd myself anyway)

    Thanks for the feedback ! Please mark the thread as [SOLVED] (using the link in the "Thread Tools" above the top post), it helps others looking for help on similar issues.
    Last edited by varunendra; September 18th, 2013 at 09:56 AM.
    Varun
    Help others by marking threads as [SOLVED], if they are. (See how)
    Wireless Script | Use Code Tags

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
  •