Hello,
My wife recently bought a new computer (ASUS X1504VAP-NJ815W) and I tried to install Kubuntu LTS on it. Originally after installation the computer would go to a blank screen after reboots, however I fixed this fault by updating to the latest packages using a USB to Ethernet adapter. I am now trying to get the inbuilt WiFi card up and running but am running into issues. lspci reports the card as:
0000:01:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device b851
I then googled this b851 and it seems that it should be part of the rtw89 driver found here:
https://github.com/lwfinger/rtw89
So I followed the installation instructions. However, when I run "make" as recommended in the readme, I get the following error:
/home/XXXX/rtw89/core.c: In function ‘rtw89_core_register_hw’:
/home/XXXX/rtw89/core.c:4678:37:error: ‘WIPHY_FLAG_DISABLE_WEXT’ undeclared (first use in this function)
4678 | hw->wiphy->flags |= WIPHY_FLAG_DISABLE_WEXT;
| ^~~~~~~~~~~~~~~~~~~~~~~
/home/XXXX/rtw89/core.c:4678:37:note: each undeclared identifier is reported only once for each function it
appears in
make[3]: *** [scripts/Makefile.build:243: /home/XXXX/rtw89/core.o] Error 1
make[2]: *** [/usr/src/linux-headers-6.8.0-31-generic/Makefile:1926: /home/XXXX/rtw89] Error 2
make[1]: *** [Makefile:240: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.8.0-31-generic'
make: *** [Makefile:104: all] Error 2
Any help would be greatly appreciated.
Cheers.
Bookmarks