Results 1 to 3 of 3

Thread: Asus X550C, Atheros AR9485

  1. #1
    Join Date
    Dec 2014
    Beans
    2

    Asus X550C, Atheros AR9485

    Hello. I have recently installed Ubuntu 14.04(dual-boot with Win 8) on my Asus X550C. The Wifi does not work. The card is Qualcomm Atheros AR9485. I have read from the forums that I have to install something but for that I need access to the internet through an ethernet cable. I only have access to WiFi but no cables. I tried looking for a driver to copy onto a stick and then apply it in Ubuntu but can't find any. Also in the top bar, right side where the network sign is the option to ''Enable WiFi'' is disabled (can't click on it). What options do I have of installing the drivers for my network card without any access to the internet (only in windows). Thanks. Sorry if I have not been very clear with the question. I'm new to this.

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

    Re: Wireless card not working.

    Sounds like you have a hard block on your wifi, in terminal enter
    Code:
    rfkill list
    to see
    If you also have kernel driver asus_nb_wmi
    Code:
    lsmod | grep asus_nb_wmi
    there is a fix
    Code:
    echo "options asus_nb_wmi wapf=4" | sudo tee /etc/modprobe.d/asus_nb_wmi.conf
    Reboot and see if the FN+ combo will enable the wifi

  3. #3
    Join Date
    Dec 2014
    Beans
    2

    Re: Asus X550C, Atheros AR9485

    Hi jeremy31. It worked. Thank you so much. I've been searching the forums for a while now.

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
  •