-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applying the patch #11
Comments
So you'd need to run |
Example: enter the kernel directory and run patch command (the patch itself is outside the kernel directory):
|
Okay, thanks for the help. This is my first time using this command so I didn't expect it to work way. I close this issue if that works. |
So after running the above commands, it outputted what looked like the contents of the patch, then asked me to choose a patch file. |
Could you please show the output and what command you run? |
"patch -p1 < /home/user/Desktop/le9-patch/le9eb_patches/le9eb-4.19.patch" was the command. The output is actually the "le9eb patch" part of the readme. |
Please run |
It outputted this "/boot |
@Darth-Ness you are not in the kernel directory.
|
@Darth-Ness I think this will becoming more complicated than you thought. What you need to do is actually compile your kernel from source. If you never did that before, there's a lot to learn first. It may be easier to just get a binary kernel image built for your distribution from someone else who also included the patch. I think there are some people who provide such kernels and already adopted this patchset. @hakavlad may know better which do. It would help if you tell us which distribution you're using. |
It is using the Debian 32-bit version |
Okay, after looking around for a kernel, I have found none. Any ideas? Wait never mind I think I found one. |
I `ll answer later. I just recently built a kernel for Debian 11 i686. |
So, this laptop (not exactly sure how old it is, but it was running XP and system BIOS said it was 2004) I have the 32-bit version installed on it. The kernel version is 4.19 so using the "patch" command I tried to run the patch file. The command line after several minuets still would not print anything. Should I have used some flags?
The text was updated successfully, but these errors were encountered: