I installed Ubuntu alongside Windows. I was realizing that WiFi speed is slow.
I tried to install the WiFi driver (I use tplinkwn823n pc) from the official website(Linux).
The guide says to use, in step 3. Type “sudo make” to compile the driver file. 4. Type “sudo make install” to install the driver file.
following the instruction from the installation guide this error
c1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:297: /home/rappa/Downloads/TL-WN823N_US_V3_160315_Linux/Driver/core/rtw_cmd.o] Error 1
make[1]: *** [Makefile:1881: /home/rappa/Downloads/TL-WN823N_US_V3_160315_Linux/Driver] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.15.0-47-generic'
make: *** [Makefile:1696: modules] Error 2
lsusb
Welcome to Ask Ubuntu. – chili555 Sep 19 '22 at 13:30sudo modprobe rtl8xxxu && sudo dmesg | grep 8xxx
– chili555 Sep 21 '22 at 13:25sudo dmesg | grep wlx
and also: `nmcli device wifi list' – chili555 Sep 21 '22 at 14:52