Results 1 to 3 of 3

Thread: Wierd message 9.10 wireless setup

  1. #1
    Join Date
    Sep 2009
    Beans
    130

    Wierd message 9.10 wireless setup

    I can't seem to get my wireless going with 9.10 and when I try to put the info in manually, I get this message:

    Error editing connection: property '%s' / '%s' invalid: %d
    NMsettingWireless

    Anyone have a clue? I have commented out the bcm43xx line from this command gksudo gedit /etc/modprobe.d/blacklist.conf but still nothing. This is so frustrating.

    Robin

  2. #2
    Join Date
    Jul 2008
    Location
    North Carolina
    Beans
    478
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Wierd message 9.10 wireless setup

    Which wireless card do you have, and which module does it use? If you have not restarted your computer after commenting that line from blacklist.conf, you still need to disable that module for your current boot session:
    Code:
    sudo rmmod bcm43xx
    If you need to enable your wireless card's module, do this by entering:
    Code:
    sudo modprobe MODULE
    Where MODULE is your module's name.
    Good judgment comes from experience, and often experience comes from bad judgment.

  3. #3
    Join Date
    Sep 2009
    Beans
    130

    Re: Wierd message 9.10 wireless setup

    I got it going finally. Updating and rebooting seemed to do the trick. Thanks.


    Robin

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
  •