2022-09-30 16:00:36

by Olivér Koncsár

[permalink] [raw]
Subject: wifi driver

hi

can you please help me with getting wifi work on rtl. i have lenovo legion 5 notebook.
bit urgent i would highly appreciate.
i tried to wget the rtl89 but it timed out.
thanks!

Oliver


2022-09-30 18:47:57

by Larry Finger

[permalink] [raw]
Subject: Re: wifi driver

On 9/30/22 10:54, Olivér Koncsár wrote:
> hi
>
> can you please help me with getting wifi work on rtl. i have lenovo legion 5 notebook.
> bit urgent i would highly appreciate.
> i tried to wget the rtl89 but it timed out.
> thanks!

You need to do a 'git clone https://github.com/lwfinger/rtw89.git', the 'cd
rtw89', 'make' and 'sudo make install'. You will probably need to install git
and the kernel headers from your distro. Once you have cloned the repo, file
README.md will give instructions on how to install the headers for a number of
distros.

Larry