Hello, I have installed MX Linux KDE 23.1 on a LenovoIdeapad-1 15AMN7 Laptop. Works fine. Using the command above it found wifi driver and work as expected. Thanks a lot. I got an another issue. Writing it to another post.Charlie Brown wrote: Sun Feb 04, 2024 1:43 pm It just suggests an alternative driver, so you can try on current/any distro:
Copy-paste-Enter , Reboot.Code: Select all
git clone https://github.com/lwfinger/rtw89.git ; cd rtw89 ; make ; sudo make install ; echo 'blacklist rtw89_8852be' | sudo tee /etc/modprobe.d/blacklist-rtw89_8852be.conf
Wlan issue on LenovoIdeapad-1 15AMN7 Laptop [Solved]
Re: Wlan issue on LenovoIdeapad-1 15AMN7 Laptop [Solved]
Re: Wlan issue on LenovoIdeapad-1 15AMN7 Laptop

Thank you, too for the feedback :)
Re: Wlan issue on LenovoIdeapad-1 15AMN7 Laptop
Glad to hear the issue is resolved, please mark as solved using the check mark on the top right of the post that resolved it.bidral wrote: Thu Feb 08, 2024 9:23 amHello, I have installed MX Linux KDE 23.1 on a LenovoIdeapad-1 15AMN7 Laptop. Works fine. Using the command above it found wifi driver and work as expected. Thanks a lot. I got an another issue. Writing it to another post.Charlie Brown wrote: Sun Feb 04, 2024 1:43 pm It just suggests an alternative driver, so you can try on current/any distro:
Copy-paste-Enter , Reboot.Code: Select all
git clone https://github.com/lwfinger/rtw89.git ; cd rtw89 ; make ; sudo make install ; echo 'blacklist rtw89_8852be' | sudo tee /etc/modprobe.d/blacklist-rtw89_8852be.conf
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Wlan issue on LenovoIdeapad-1 15AMN7 Laptop
That github driver will have to be rebuilt for every new kernel. Which happens every month or two for the 6.1.0 kernel which is default in MX 23.
The Liquorix kernel may have it as rtw89_pci:
on my system.
The Liquorix kernel may have it as rtw89_pci:
Code: Select all
/usr/lib/modules/6.7.3-3-liquorix-amd64/kernel/drivers/net/wireless/realtek/rtw89/rtw89_pci.ko.xz
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: Wlan issue on LenovoIdeapad-1 15AMN7 Laptop
It also appears that Debian kernels 6.4 or above have enabled it: https://packages.debian.org/search?mode ... w89_pci.ko
i.e. our AHS kernels or the debian backports versions.
i.e. our AHS kernels or the debian backports versions.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: Wlan issue on LenovoIdeapad-1 15AMN7 Laptop
Yep, it's there on 6.7.1 , too (directly from Liq.)
Then keeping the other one blacklisted (which's already done) may be enough :)
Code: Select all
/usr/lib/modules/6.7.1-1-liquorix-amd64/kernel/drivers/net/wireless/realtek/rtw89/rtw89_pci.ko.zst
Re: Wlan issue on LenovoIdeapad-1 15AMN7 Laptop
I did find a PPA that we could port over an rtw89-dkms package from for our repos: http://ppa.launchpadcontent.net/kelebek ... tw89-dkms/, though we'd probably have to edit the dkms file to avoid builds on kernels 6.4+.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing
Re: Wlan issue on LenovoIdeapad-1 15AMN7 Laptop
In case you do that (dkms) maybe you add it to the checklist of the new tool to remove unneeded wifi drivers, in MX Cleanup.