geoffreybennett / scarlett-gen2

Linux kernel source tree with additional Focusrite Scarlett and Clarett support ("Scarlett2 USB Protocol Mixer Driver")
201 stars 6 forks source link

an small .sh to automate build check requirements #2

Closed juanpc2018 closed 2 years ago

juanpc2018 commented 2 years ago

for clean install Linux users, manual check all versions its crazy.!

this simple .sh will show required version vs. installed will give .sh error if Not installed. But Is Not an error of the .sh

geoffreybennett commented 2 years ago

This pull request/these commits are related to the Linux kernel build process, and I can't do anything with them. I'm only the author/maintainer of a very small specific part of the kernel, the Focusrite Scarlett Gen 2/3 (and now Clarett) ALSA mixer driver.

To get this into Linux you'll need to follow the proper process. This was helpful to me when I was getting started: https://www.kernel.org/doc/html/v5.15/process/submitting-patches.html

I also found this which could be helpful to you: https://kernelnewbies.org/ — they have a tutorial there for creating and submitting your first kernel patch.