I bought USB 3.0 to 10/100/1000 Mbps Gigabit RJ45 Ethernet LAN Adapter and use the internet to install the driver.
My laptop has no wifi. After searching on google I found this solution: https://github.com/lwfinger/rtw89
But it has some requirements: "make", "gcc", "kernel headers", "kernel build essentials". I don't know how to install it to my ubuntu, because the laptop doesn't have internet. I have USB and other internet computer, is there anyway to install these requirements offline?
Thank you.
.deb
files from the other machine for thebuild-essentials
package, which is what you need – matigo Dec 24 '21 at 05:19{package name}
withbuild-essential
, which will download quite a large number of files. Copy them all to a USB stick and bring them over to the notebook. – matigo Dec 24 '21 at 07:44