Announcement

Collapse
No announcement yet.

Realtek Contributes New "RTW88" 802.11ac WiFi Driver To The Linux Kernel

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

  • jtoaspern
    replied
    Does this mean we are getting some new linux-libre compatible Wifi cards for notebooks?

    Leave a comment:


  • sdack
    replied
    Originally posted by Laughing1 View Post
    Wish they would only support 8812au.
    True that. The entire support around RealTek WiFi has been messy for years. But if you're still in need for a driver then use the out-of-tree driver at https://github.com/aircrack-ng/rtl8812au. Clone the archive and compile it:

    Code:
    > git clone git://github.com/aircrack-ng/rtl8812au.git
    > cd rtl8812au
    > sed -i "/CFLAGS.*-O[12]/s/-O[12]/$CFLAGS/" Makefile # <-- set your own CFLAGS here
    > KVER=5.0.11 # <-- set your kernel version here
    > make KVER=$KVER clean && make KVER=$KVER && make KVER=$KVER install
    > # when all compiles well rebuild the initramfs image
    > update-initramfs -u -k $KVER
    > update-grub
    Another good one is the one by Gordboy, which is also found on GitHub. One more thing though, one must have the RFKILL support turned off in the kernel before either of these work:
    Code:
    > fgrep CONFIG_RFKILL .config
    # CONFIG_RFKILL is not set
    The out-of-tree drivers for the RealTek USB dongles with 8812au do not support the RFKILL system and will be considered as off when the kernel was compiled with RFKILL. RFKILL isn't all that important to have as it is only a module to kill WiFi with a single switch (by turning the RF transmitter/receiver off).

    Another difference when compared to the in-kernel drivers is that the driver doesn't support the newer ieee80211 API and you won't be able to query or manipulate it with "iw". The NetworkManager will however recongize it and you should be able to see all WiFi networks in the area as well as connect to them.

    Hope this helps anyone in need with a RealTek USB dongle based on the 8812au.
    Last edited by sdack; 02 May 2019, 06:08 AM.

    Leave a comment:


  • FireBurn
    replied
    Might give this a go, the old driver used to bring down my Raven system even when I wasn't using the wifi connection

    Leave a comment:


  • tildearrow
    replied
    Typo:

    Originally posted by phoronix View Post
    RTW88 is a new 802.11ac WiF driver

    Leave a comment:


  • Sonadow
    replied
    Are they frikkin' serious? Dropping rtlwifi when rtw88 is not even compatible with 80211abgn?

    Also, the hacked vendor drivers hosted by aircrack for supporting rtll881xau devices depend on the rtlwifi staging drivers being present in the kernel to build. Drop rtlwifi staging and you essentially cut out a huge bunch of Realtek users depending on the aircrack drivers for their only means of WiFi connectivity.
    Last edited by Sonadow; 02 May 2019, 04:11 AM.

    Leave a comment:


  • LoveRPi
    replied
    Doesn't rtlwifi covers some old 802.11n chips?

    Leave a comment:


  • Laughing1
    replied
    Wish they would only support 8812au.

    Leave a comment:


  • Realtek Contributes New "RTW88" 802.11ac WiFi Driver To The Linux Kernel

    Phoronix: Realtek Contributes New "RTW88" 802.11ac WiFi Driver To The Linux Kernel

    Newer Realtek WiFi chipsets are about to see better hardware support under Linux thanks to Realtek contributing the new "RTW88" driver to the mainline Linux 5.2 kernel...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite
Working...
X