Search Criteria
Package Details: linux-i915-module-patched 5.14.15.arch1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-i915-module-patched.git (read-only, click to copy) |
---|---|
Package Base: | linux-i915-module-patched |
Description: | The Linux Patched kernel and modules |
Upstream URL: | https://github.com/archlinux/linux/commits/v5.14.15-arch1 |
Licenses: | GPL2 |
Submitter: | paradoxxxzero |
Maintainer: | paradoxxxzero |
Last Packager: | paradoxxxzero |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-28 09:26 (UTC) |
Last Updated: | 2021-10-28 09:30 (UTC) |
Dependencies (14)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- kmod (busybox-coreutilsAUR, kmod-gitAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx_rtd_theme (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xmlto (xmlto-gitAUR) (make)
- xz (xz-gitAUR) (make)
Latest Comments
codebling commented on 2022-02-23 05:51 (UTC) (edited on 2022-02-23 05:53 (UTC) by codebling)
I can see that the
PKGBUILD
for thelinux
package was used as a template for this one. I didn't have free space to download the entire kernel, so I modified thePKGBUILD
to take the latest tarball from GitHub instead. I also modified it to install the patched module as a new file alongside the original, forcing the patched one to be installed through a.conf
file in/etc/modprobe.d
, and removed all of the unnecessary dependencies (most of which were for generating documentation). You can see the changes I made in the Github repo. Feel free to merge them here if you like them.In the end, the patch didn't fix the issue for me (though I think it got rid of the lspcon errors). The only thing that does work is if HDMI is plugged in when the computer boots (it can then be unplugged and plugged back in). That's enough for me to get it working for me until someone hopefully fixes it upstream. Thanks for figuring out the patch anyway.