all good. thanks so much for maintaining this! :heart:
Search Criteria
Package Details: linux-clear-bin 6.2.11.1297-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-clear-bin.git (read-only, click to copy) |
---|---|
Package Base: | linux-clear-bin |
Description: | Clear Linux kernel and modules in binary |
Upstream URL: | https://github.com/clearlinux-pkgs/linux |
Licenses: | GPL2 |
Provides: | WIREGUARD-MODULE |
Submitter: | yw662 |
Maintainer: | aorth |
Last Packager: | aorth |
Votes: | 13 |
Popularity: | 0.000003 |
First Submitted: | 2019-08-04 22:33 (UTC) |
Last Updated: | 2023-04-18 04:10 (UTC) |
Dependencies (7)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-hybridAUR, coreutils-selinuxAUR, coreutils-uutilsAUR)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-amd-staging-um5606-gitAUR, linux-firmware-uncompressedAUR, linux-firmware-gitAUR)
- crda (wireless-regdb) (optional) – to set the correct wireless channels of your country
- intel-ucode-clear (optional) – intel cpu and i915 firmware
- linux-clear-headers-binAUR (optional) – header files for the kernel
- mkinitcpio (mkinitcpio-gitAUR) (optional) – to create custom init cpio
Required by (2)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
Sources (2)
sneakomatic commented on 2023-05-06 12:29 (UTC)
aorth commented on 2023-05-06 04:18 (UTC)
There's currently a problem in the script I use to check the Linux Clear version and I don't have time to troubleshoot it right now. Apologies.
aorth commented on 2023-01-31 08:40 (UTC)
Hi behrad. I'm not sure what's up in your case. It's working for me locally, just tried again with makepkg -Ccrs
.
BTW if anyone wants to take this over, I am not running this kernel for some time now. I use linux-clear from source...
behrad commented on 2023-01-30 13:49 (UTC)
Hi, I get error for validity check.
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1] linux-clear-bin-6.1.8.1252-1
:: PKGBUILD up to date, Skipping (1/0): linux-clear-bin
:: (1/1) Parsing SRCINFO: linux-clear-bin
==> Making package: linux-clear-bin 6.1.8.1252-1 (Mon 30 Jan 2023 05:18:54 PM +0330)
==> Retrieving sources...
-> Found Manifest.kernel-native.38130
-> Found pack-kernel-native-from-0.38130.tar
==> Validating source files with b2sums...
Manifest.kernel-native.38130 ... FAILED
pack-kernel-native-from-0.38130.tar ... FAILED
==> ERROR: One or more files did not pass the validity check!
-> error downloading sources: linux-clear-bin
context: exit status 1
==> Making package: linux-clear-bin 6.1.8.1252-1 (Mon 30 Jan 2023 05:18:54 PM +0330)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found Manifest.kernel-native.38130
-> Found pack-kernel-native-from-0.38130.tar
==> Validating source files with b2sums...
Manifest.kernel-native.38130 ... FAILED
pack-kernel-native-from-0.38130.tar ... FAILED
==> ERROR: One or more files did not pass the validity check!
-> error making: linux-clear-bin
MikeDee commented on 2022-12-30 00:29 (UTC) (edited on 2022-12-30 00:45 (UTC) by MikeDee)
I don't know what it is with this kernel, but it boots measurably faster than any other kernel I've used (not sure if it's any faster once the system is up and running though). What's weird is that I've got Clear Linux on another partition on the same drive, and it doesn't boot up near as fast as running this kernel on Arch.
linux-clear-bin on Arch
$ systemd-analyze
Startup finished in 3.578s (kernel) + 1.329s (userspace) = 4.907s
graphical.target reached after 1.312s in userspace.
XanmodV3 on Arch
$ systemd-analyze
Startup finished in 10.168s (firmware) + 6.693s (loader) + 3.888s (kernel) + 1.570s (userspace) = 22.321s
graphical.target reached after 1.557s in userspace.
Clear Linux
$ systemd-analyze
Startup finished in 12.631s (firmware) + 1.704s (loader) + 861ms (kernel) + 1.970s (userspace) = 17.167s
graphical.target reached after 1.970s in userspace.
aorth commented on 2022-05-24 07:14 (UTC)
Thanks @metak. I've updated this package and verified that it boots.
metak commented on 2022-05-24 04:55 (UTC)
It's fixed now in latest release.
aorth commented on 2022-05-20 12:58 (UTC)
Thank you, @metak. I had pull requests merged in the clearlinux-pkgs/linux repository before so I didn't realize they weren't looking there now.
metak commented on 2022-05-20 09:28 (UTC)
@aorth Maintainer of linux-clear package here. I've opened up a new issue for compressed firmware on their issue tracker where it should be seen, they don't look at pull requests for individual packages.
https://github.com/clearlinux/distribution/issues/2633
aorth commented on 2022-01-29 05:41 (UTC) (edited on 2022-04-25 19:14 (UTC) by aorth)
5.16.3.1118-1 doesn't boot on my system. Not sure what's up, but don't have time to investigate yet. Make sure you have another backup kernel installed!
Edit (2022-01-31): Ah I see, Arch Linux began using compressed firmware last week and this requires CONFIG_FW_LOADER_COMPRESS=y
in the kernel config. The Clear Linux kernel does not have this option set.
Edit 2 (2022-01-31): I have sent a pull request to Clear Linux to enable compressed firmware loading in their kernel.
Edit 3 (2022-04-25): I've basically stopped updating this package since we can no longer use it in Arch without the patch above. I'll probably orphan the package soon.
Pinned Comments
aorth commented on 2020-04-09 07:01 (UTC) (edited on 2020-09-27 12:08 (UTC) by aorth)
Stock kernel parameters are saved in
/boot/vmlinuz-linux-clear.cmdline
. Although you may not need to apply all the parameters, you should copy most of these into your systemd-boot or GRUB configuration.If you are using out-of-tree kernel modules with dkms you will need to add the
module.sig_unenforce
parameter to allow loading of unsigned kernel modules.Please check the Clear Linux kernel releases on GitHub (not kernel.org) before flagging out of date here.