Results 1 to 3 of 3

Thread: enable blacklisted wireless network

  1. #1
    Join Date
    Oct 2012
    Beans
    8

    enable blacklisted wireless network

    hey, i'm using ubuntu 12.10 , few months ago i blacklisted my wireless network using following command as i wasn't using it,
    Code:
     echo 'blacklist ath9k' | sudo tee -a /etc/modprobe.d/blacklist.conf
    now i want to enable my wireless network , how to do that ?

  2. #2
    Join Date
    Apr 2012
    Beans
    7,256

    Re: enable blacklisted wireless network

    You should be able to just edit the blacklist.conf file and remove (or comment out - with a #) the line you added

    Code:
    sudo nano /etc/modprobe.d/blacklist.conf
    or

    Code:
    gksudo gedit /etc/modprobe.d/blacklist.conf
    The change should take effect when you reboot

  3. #3
    Join Date
    Oct 2012
    Beans
    8

    Re: enable blacklisted wireless network

    thank you.

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
  •