You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the way to go about this is 1) start kernel build until extraction is finished (on a multicore build you typically see cpu usage going from a single core to all cores at 100%) 2) hit CTRL-C 3) cd into the kernel build directory 4) run make menuconfig 5) search for all required CONFIG_ items and write them down 6) open linux.config and look whether the items already exist, if so set them from disabled to =y, if not add them at around the location related items can be found 7) build kernel with the config and try out whether the adapter works, if not repeat at 3 for the next iteration.
https://linux-hardware.org/index.php?id=pci:10ec-c822-1a3b-3750
The text was updated successfully, but these errors were encountered: