morrownr / 8814au

Linux Driver for USB WiFi Adapters that are based on the RTL8814AU Chipset
Other
472 stars 87 forks source link

Update installation commands for openSUSE #91

Closed ohno1052 closed 1 year ago

ohno1052 commented 1 year ago

Installation with the old command does not work now, you cannot specify multiple types of things to install. And there is no git in pattern devel_kernel.

morrownr commented 1 year ago

Thanks for the PR. It is merged. Can you explain to me what this did? My experience with openSUSE is very limited.

ohno1052 commented 1 year ago

Thanks for the PR. It is merged. Can you explain to me what this did? My experience with openSUSE is very limited.

Separated installation of pattern and packages, because you just cannot install patterns and packages with one command (if you try sudo zypper in -t pattern kernel_devel dkms git it will say something like dkms: not found, git: not found because there is no dkms and git patterns, there are only dkms and git packages). My experience with opensuse is also little, I just noticed that during installation of your driver(thanks a lot for it!).

VortexAcherontic commented 1 year ago

I'd just like to mention there is also a RPM for Leap 15.4, SLE 15 SP4 and Tumbleweed (i586, x86_64 and aarch64) for openSUSE: https://software.opensuse.org//download.html?project=hardware&package=rtl8814au

Plus on Tumbleweed you should not run zypper up but zypper dup instead