gnif / vendor-reset

Linux kernel vendor specific hardware reset module for sequences that are too complex/complicated to land in pci_quirks.c
GNU General Public License v2.0
749 stars 60 forks source link

How do I setup vendor-reset. #70

Open BlastlessAnthony opened 1 year ago

BlastlessAnthony commented 1 year ago

The README is NOT useful for actually being able to install "vendor-reset". There are NO packages for my Linux distro (Pop!_OS 22.04) and when I tried to install "vender-reset" I ended up with error code 10.

I have no idea how to set "kernel options" and if they're even called that.

avlec commented 1 year ago

This won't be something you just install through a package manager. You'll need to download this source and build it, which will give you a kernel module that you can then load into your kernel. Give this a read if you're interested https://docs.kernel.org/kbuild/modules.html