Page 8 of 12 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 120

Thread: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

  1. #71
    Join Date
    Mar 2015
    Beans
    1

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    Worked for me. Thanks! X550VB

  2. #72
    Join Date
    Mar 2015
    Beans
    20

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    I have asus D552C , at first i didnt have a driver for my NIC , i installad a driver, and now I have an hard block.
    wiil the soultion work for me?
    althogh that the the answer to Q3 is no, asus_nb_wmi is appearing but the driver doesnt.
    wireless-info.txt

  3. #73
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,967
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    Try the solution and install the driver according to this:

    http://ubuntuforums.org/showthread.p...diatek+mt7630e

  4. #74
    Join Date
    Mar 2015
    Beans
    20

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    thanks it worked.

  5. #75
    Join Date
    Apr 2015
    Beans
    2

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    X550JK
    My connection stops working randomly. Before, after stopping, the network I was using would even disappear and not appear again until I rebooted or came back from sleep mode. After using jeremy31's fix from here now it continues to stop working but without the network ever disappearing or notifying the connection is down.
    I've added "options asus_nb_wmi=4" to the asus_nb_wmi.conf file even though when running "rfkill list all" it doesn't show any "Hard blocked: yes", and sadly this wifi random disconnects persist.

  6. #76
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    Quote Originally Posted by samuelnevesmarques View Post
    X550JK
    My connection stops working randomly. Before, after stopping, the network I was using would even disappear and not appear again until I rebooted or came back from sleep mode. After using jeremy31's fix from here now it continues to stop working but without the network ever disappearing or notifying the connection is down.
    I've added "options asus_nb_wmi=4" to the asus_nb_wmi.conf file even though when running "rfkill list all" it doesn't show any "Hard blocked: yes", and sadly this wifi random disconnects persist.
    I would try
    Code:
    echo "options <driver-name> fwlps=N ips=N" | sudo tee /etc/modprobe.d/<driver-name>.conf


    Replace <driver-name> with whatever module your wifi is using and reboot

  7. #77
    Join Date
    Apr 2015
    Beans
    2

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    Quote Originally Posted by jeremy31 View Post
    I would try
    Code:
    echo "options <driver-name> fwlps=N ips=N" | sudo tee /etc/modprobe.d/<driver-name>.conf


    Replace <driver-name> with whatever module your wifi is using and reboot
    Meanwhile made update to ubuntu 15. Tried this and gave it some time.
    The random disconnects still occur but seem to be less frequent. It's solvable by using the key to toggle off and on the wifi.

  8. #78
    Join Date
    Jun 2015
    Beans
    1

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    Hi.
    It helped for Ubuntu 14.04 LTS, Asus B451JA

  9. #79
    Join Date
    Apr 2010
    Beans
    1

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    Hi!

    Didnt work for Asus B551LA. My rfkill output:

    rfkill list all
    0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
    1: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    2: acer-wireless: Wireless LAN
    Soft blocked: yes
    Hard blocked: no

  10. #80
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Fix : Asus WiFi Disabled (Hard-blocked), Fn+F2 won't work

    Yours just shows a soft block so
    Code:
    rfkill unblock wifi
    or using the FN combo should enable it

Page 8 of 12 FirstFirst ... 678910 ... 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
  •