Announcement

Collapse
No announcement yet.

Trouble getting Asus USB-AC56 WiFi adapter up and running.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Internet] Trouble getting Asus USB-AC56 WiFi adapter up and running.

    Hello,

    Very new to the world of Linux and I have been trying to get my WiFi USB adapter up and running.

    When using:
    Code:
    sudo software-properties-qt
    and looking under the "Additional Drivers" tab it says that the "Device is not working" with the rtl8812au-dkms driver.

    I try to re-apply the driver but get the following error message:
    Code:
    "pk-client-error-quark: Error while installing package: installed rtl8812au-dkms[​ package post-installation script subprocess returned error exit status 10 (313)"
    I have no clue how to proceed. Thank you for reading.

    #2
    Welcome.

    More hardware and software details, please… E.g. which Kubuntu version et al.

    Are build-essential and dkms installed? Are the kernel headers present?
    You can check this in the Konsole terminal emulator with
    apt list --installed | grep -E 'build-essential|^dkms|linux-headers' .
    Last edited by Schwarzer Kater; May 24, 2024, 09:15 AM.
    Debian KDE & LXQt • Kubuntu & Lubuntu • openSUSE KDE • Windows • macOS X
    Desktop: Lenovo ThinkCentre M75s • Laptop: Apple MacBook Pro 13" • and others

    get rid of Snap script (20.04 +)reinstall Snap for release-upgrade script (20.04 +)
    install traditional Firefox script (22.04 +)​ • install traditional Thunderbird script (24.04)

    Comment


      #3
      Thank you for the reply!

      Yes, they are present.

      I used the install instructions from askubuntu.com to install it:

      sudo apt update
      sudo apt install build-essential git dkms
      git clone https://github.com/aircrack-ng/rtl8812au.git
      cd rtl8812au
      sudo make dkms_install
      sudo modprobe 88XXau​
      Source: https://askubuntu.com/questions/1254...n-ubuntu-20-04

      Comment


        #4
        Again: which Kubuntu version, 20.04 LTS? As this is what the askubuntu page refers to.

        Also an output of lsusb -tv could help to double-check the model.
        Depending on your Kubuntu version there might be a matching rtl8812au-dkms in the *Ubuntu repositories (e.g. for 24.04 LTS) - uninstall the one from GitHub before trying this one…


        PS:
        A general tip as you are a new-to-Linux user: for safety and compatibility always try to install things from your distribution's repositories first before downloading something from the internet (this is not Windows…).
        Somewhat exaggerated: installing stuff you downloaded directly from some internet page is kind of a "last resort".
        Last edited by Schwarzer Kater; May 25, 2024, 02:19 PM. Reason: added PS
        Debian KDE & LXQt • Kubuntu & Lubuntu • openSUSE KDE • Windows • macOS X
        Desktop: Lenovo ThinkCentre M75s • Laptop: Apple MacBook Pro 13" • and others

        get rid of Snap script (20.04 +)reinstall Snap for release-upgrade script (20.04 +)
        install traditional Firefox script (22.04 +)​ • install traditional Thunderbird script (24.04)

        Comment


          #5
          Sorry for the super late reply. Thank you for the help. I have resided to just run the install-driver.sh for 8812au-20210820-main every time Kubuntu decided to remove it during an update or upgrade.

          On another note, yes, new to Linux. I have been using WSL for a little while but now I'm moving to Kubuntu finally.

          Sorry for the off topic question; Have you come across any books that deal with the administration of Linux that you personally liked? I was looking at purchasing https://nostarch.com/tlcl2 (Linux Command Line 2nd Edition).


          Originally posted by Schwarzer Kater View Post
          Again: which Kubuntu version, 20.04 LTS?
          Distributor ID: Ubuntu
          Description: Ubuntu 24.04.1 LTS
          Release: 24.04
          Codename: noble

          Comment

          Working...
          X