SaaSHub helps you find the best software and product alternatives Learn more →
Rtw89 Alternatives
Similar projects and alternatives to rtw89
-
ExpansionCards
Reference designs and documentation to create Expansion Cards for the Framework Laptop
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
blur-my-shell
Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
-
-
-
-
-
-
InitWare
The InitWare Suite of Middleware allows you to manage services and system resources as logical entities called units. Its main component is a service management ("init") system.
-
-
wireless-info
This script gathers the infos necessary for troubleshooting a wireless connection and saves them in a text file, wrapping it in an archive if it exceeds the 19.5 kB size limit for '.txt' attachments on the Ubuntu Forums.
-
-
ryzen_smu
A Linux kernel driver that exposes access to the SMU (System Management Unit) for certain AMD Ryzen Processors. Read only mirror of https://gitlab.com/leogx9r/ryzen_smu
-
-
-
-
-
-
-
libinput
A fork of libinput that incubates solutions to user-voted problems with Linux touchpads, and prepares pull requests to be submitted to the official libinput project. (by gitclear)
rtw89 discussion
rtw89 reviews and mentions
-
How to install WiFi drivers for NixOs?
I found this GitHub link that contains instructions on how to compile the driver for most distributions. However, they require usage of make install so I don't think that would work on NixOs.
-
The Perfect Laptop
I have the older version with the 6900HS but it’s more or less the same. I’ve run pop_os as well as fedora on it. Everything works great but you’ll have to compile the wifi driver https://github.com/lwfinger/rtw89.
-
Anyone have working wifi on the Thinkbook 14p gen 3?
I have seen other people with newer Lenovo systems reporting success with this: https://github.com/lwfinger/rtw89/blob/main/README.md
-
Wi-Fi issue HP pro book 445 G9
This is a Realtek rtl8852be chipset and uses the rtw89 driver which does not come prepackaged in the Linux kernel... See https://github.com/lwfinger/rtw89
-
Setting up wifi adapter Archer TX20E on Ubuntu?
Got mine working on a fresh Ubuntu 22.04 with 7 commands: sudo apt update && sudo apt upgrade sudo apt install make gcc build-essential git git clone https://github.com/lwfinger/rtw89.git cd rtw89 make sudo make install sudo reboot 0
-
Messed up with Wifi Addapter
Yes I guess, its already been reported in earlier versions. I tried to install from code, https://github.com/lwfinger/rtw89 But it didn't work either.
-
Using my usb wifi stick?
Realtek drivers are such a PITA. Check out this guys Github: Link he has instructions on how to get the most common realtek chipsets working. Please note, kernel updates will break the drivers for all realtek workarounds and you will have to redo this after each update.
-
preinstalled wi-fi driver is unstable and i can't seem to install different wi-fi driver. any help? am still new to linux.
but to my understanding, it cannot be installed due to kernel related issues. so i tried installing this instead with no luck: https://github.com/lwfinger/rtw89
-
Network Adapter not Found on Lenovo IdeaPad 1 15ADA7
apt-get install make gcc linux-headers-$(uname -r) build-essential git Install 'fix': git clone https://github.com/lwfinger/rtw89.git -b v5 cd rtw89 && make && sudo make install load module: sudo modprobe rtw89pci
-
Network Adapter not found on Lenovo IdeaPad 1 15ADA7
git clone https://github.com/lwfinger/rtw89.git -b v5 cd rtw89 && make && sudo make install
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jan 2025
Stats
lwfinger/rtw89 is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of rtw89 is C.