Search Criteria
Package Details: linux-zencjk-headers 6.9.9.zen1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/linux-zencjk.git (read-only, click to copy) |
|---|---|
| Package Base: | linux-zencjk |
| Description: | Headers and scripts for building modules for the Linux ZEN (with cjktty patch) kernel |
| Upstream URL: | https://github.com/zen-kernel/zen-kernel |
| Licenses: | GPL-2.0-only |
| Submitter: | huyz |
| Maintainer: | heipiao233 |
| Last Packager: | heipiao233 |
| Votes: | 6 |
| Popularity: | 0.005917 |
| First Submitted: | 2023-06-28 10:17 (UTC) |
| Last Updated: | 2024-07-14 03:15 (UTC) |
Dependencies (10)
- pahole (pahole-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR, gettext-gitAUR) (make)
- libelf (elfutils-gitAUR, elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- xz (xz-gitAUR) (make)
Required by (0)
Sources (7)
- 0001-cjktty.patch
- 0002-cjktty-32.patch
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.9.tar.sign
- https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.9.9.tar.xz
- https://github.com/zen-kernel/zen-kernel/releases/download/v6.9.9-zen1/linux-v6.9.9-zen1.patch.zst
- https://github.com/zen-kernel/zen-kernel/releases/download/v6.9.9-zen1/linux-v6.9.9-zen1.patch.zst.sig
- https://gitlab.archlinux.org/archlinux/packaging/packages/linux-zen/-/raw/6.9.9.zen1-1/config
Latest Comments
Capricornus007 commented on 2026-03-10 07:20 (UTC) (edited on 2026-03-10 07:20 (UTC) by Capricornus007)
剛剛成功 build 並安裝了 6.19.6.zen1 版本
主要修改: - 把 0001 cjktty patch 來源換成 bigshans 最新的 6.19 版:
https://github.com/bigshans/cjktty-patches/raw/master/v6.x/cjktty-6.19.patch - PKGBUILD 裡的 patch 檔名改成 cjktty-6.19.patch(或保持原名但更新 sources 陣列) - 跳過計算 b2sums
測試結果: - TTY 中文大字型顯示通過 - NVIDIA MX450 + AMD 核顯混合正常,開機穩定,沒明顯問題 - 我的機器:Lenovo XiaoXinAir 14+ ACN 2021 (Ryzen 5 5600U)
完整修改後的 PKGBUILD(已加 Bash 高亮):
https://pastebin.com/6P8n4Q6G
原版卡在 6.9 很久了,patch 套不上新 kernel,如果需要我也可以貼更多細節或幫 debug。
最後感謝原作者。
xinwater commented on 2024-06-05 05:07 (UTC) (edited on 2024-06-05 05:08 (UTC) by xinwater)
0001-cjktty.patch 校验值不对,重下了2次都是这样。
BryanLiang commented on 2024-06-01 16:07 (UTC) (edited on 2024-06-01 16:08 (UTC) by BryanLiang)
@kurtsbrain 你把这个文件保存到本地,然后运行命令
gpg --import ABAF11C65A2970B130ABE3C479BE3E4300411886.asckurtsbrain commented on 2024-05-29 08:02 (UTC)
不知道怎么导入公钥,有会的麻烦告知一下。 查询了一下公钥服务器,没找到ABAF11C65A2970B130ABE3C479BE3E4300411886。 查询到Linus Torvalds(tourvalds@kernel.org)的公钥是6AFDDB6B447170715E61ADE5E40F771F68294F39。
BryanLiang commented on 2024-05-23 11:37 (UTC)
这里有可以使用的patch https://github.com/zhmars/cjktty-patches/pull/21
heipiao233 commented on 2024-04-14 01:34 (UTC) (edited on 2024-05-29 15:13 (UTC) by heipiao233)
If you got an error like
gpg: keyserver receive failed: No datawhen importing the keyABAF11C65A2970B130ABE3C479BE3E4300411886, please import it manually:gpg --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886This may be a bug of GPG.ABAF11C65A2970B130ABE3C479BE3E4300411886is Linus Torvalds' key. (You can check this on https://kernel.org/category/signatures.html#important-fingerprints)如果在导入
ABAF11C65A2970B130ABE3C479BE3E4300411886这个公钥的时候发生gpg: 从公钥服务器接收失败:无数据错误,请手动导入:gpg --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886这可能是 GPG 的 bug。ABAF11C65A2970B130ABE3C479BE3E4300411886是 Linus Torvalds 的公钥指纹(这一点可在 https://kernel.org/category/signatures.html#important-fingerprints 验证。)