Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Another Natty upgrade with lost wifi

  1. #11
    Join Date
    May 2011
    Location
    Osorno Chile
    Beans
    156

    Re: Another Natty upgrade with lost wifi

    Oh gosh..... :S....

    The ath9k driver was installed from jockey right?
    My Arch Linux Blog in Spanish
    Quote Originally Posted by Jacobonbuntu View Post
    No OS is good in itself; it is always the combination of user and OS that makes a good combination, or not.

  2. #12
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Another Natty upgrade with lost wifi

    What does this tell us?
    Code:
    rfkill list all
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #13
    Join Date
    Dec 2006
    Location
    Hampshire, England
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Another Natty upgrade with lost wifi

    Code:
    rick@pond:~$ rfkill list all
    0: acer-wireless: Wireless LAN
    	Soft blocked: yes
    	Hard blocked: no
    1: acer-bluetooth: Bluetooth
    	Soft blocked: yes
    	Hard blocked: no
    2: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no

  4. #14
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Another Natty upgrade with lost wifi

    Quote Originally Posted by rickbeton View Post
    Code:
    rick@pond:~$ rfkill list all
    0: acer-wireless: Wireless LAN
    	Soft blocked: yes
    	Hard blocked: no
    1: acer-bluetooth: Bluetooth
    	Soft blocked: yes
    	Hard blocked: no
    2: phy0: Wireless LAN
    	Soft blocked: no
    	Hard blocked: no
    Please try:
    Code:
    sudo rmmod -f acer-wmi
    sudo rfkill unblock all
    Does it work now? If so, we can amputate acer-wmi.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #15
    Join Date
    Dec 2006
    Location
    Hampshire, England
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Another Natty upgrade with lost wifi

    Sweet! It's now working nicely.

    Rick

  6. #16
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Another Natty upgrade with lost wifi

    Would you care to make it permanent? If so, please do:
    Code:
    sudo su
    echo "blacklist acer-wmi" >> /etc/modprobe.d/blacklist.conf
    exit
    Post back if you have more questions.

    WARNING! silex and Steve, if you don't have this symptom, then this fix is not for you:
    acer-wireless: Wireless LAN
    Soft blocked: yes
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #17
    Join Date
    May 2011
    Location
    Osorno Chile
    Beans
    156

    Re: Another Natty upgrade with lost wifi

    Don't worry man I was trying to guess a solution for the issue the guys were having. I have no issues with my laptop.

    There's a ton of things I have to learn yet


    Best Luck!
    My Arch Linux Blog in Spanish
    Quote Originally Posted by Jacobonbuntu View Post
    No OS is good in itself; it is always the combination of user and OS that makes a good combination, or not.

  8. #18
    Join Date
    Dec 2006
    Location
    Hampshire, England
    Beans
    67
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Another Natty upgrade with lost wifi

    Quote Originally Posted by chili555 View Post
    Would you care to make it permanent? If so, please do:
    Code:
    sudo su
    echo "blacklist acer-wmi" >> /etc/modprobe.d/blacklist.conf
    exit
    Thanks very much - it's working well now.

Page 2 of 2 FirstFirst 12

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
  •