Hey @Boulate @thomasgassmann -- sorry about that! I accidentally used the checksum from the output of b4 to fetch the patch instead of the direct link. Fixed now!
Search Criteria
Package Details: linux-mainline 6.14rc1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline |
Description: | The Linux Mainline kernel and modules |
Upstream URL: | https://kernel.org/ |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | miffe |
Maintainer: | miffe |
Last Packager: | miffe |
Votes: | 288 |
Popularity: | 3.18 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-02-03 12:28 (UTC) |
Dependencies (21)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-hybridAUR, coreutils-uutilsAUR)
- initramfs (booster-gitAUR, booster-wip-gitAUR, dracut-gitAUR, mkinitcpio-gitAUR, booster, dracut, mkinitcpio)
- kmod (busybox-coreutilsAUR, kmod-gitAUR)
- bc (bc-ghAUR) (make)
- cpio (cpio-gitAUR) (make)
- gettext (gettext-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- graphviz (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (make)
- xz (xz-gitAUR) (make)
- linux-firmware (linux-libre-firmwareAUR, linux-firmware-xzAUR, linux-firmware-gitAUR, linux-firmware-uncompressedAUR) (optional) – firmware images needed for some devices
- scx-scheds (scx-scheds-gitAUR) (optional) – to use sched-ext schedulers
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (6)
- ksmbd-tools (requires KSMBD-MODULE)
- mullvad-wg.sh-git (requires WIREGUARD-MODULE) (optional)
- piavpn-bin (requires WIREGUARD-MODULE) (optional)
- piavpn-manual-git (requires WIREGUARD-MODULE)
- virtualbox-guest-utils-nox-svn (requires VIRTUALBOX-GUEST-MODULES)
- virtualbox-guest-utils-svn (requires VIRTUALBOX-GUEST-MODULES)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 92 Next › Last »
That1Calculator commented on 2024-09-12 12:27 (UTC) (edited on 2024-09-12 12:28 (UTC) by That1Calculator)
thomasgassmann commented on 2024-09-12 10:58 (UTC)
Having the same issue as @Boulate. Updating the hash fixes it.
Boulate commented on 2024-09-11 14:03 (UTC) (edited on 2024-09-11 14:10 (UTC) by Boulate)
For information :
The sha256sum of the file keyboard_bl.patch downloaded via yay is "c56b692379403d493d6455400c868b1b7441a5c382a2002fc5019b379b108c9a". When I try a wget https://patchwork.kernel.org/project/platform-driver-x86/patch/20240909223503.1445779-1-bas@basnieuwenhuizen.nl/mbox/ , I have the same file (so same sha256sum).
The sha256sum you seem to seek on your PBGBUILD for keyboard_bl.patch is 3330dfc9c8dc49c470041f69f9558af69b7b6de2de5230a274e606754cef645a .
I think (maybe i'm wrong) that there is a problem in the PKGBUILD file (line 50).
Boulate commented on 2024-09-11 12:25 (UTC) (edited on 2024-09-12 07:32 (UTC) by Boulate)
Hi @That1Calculator !
First : Congratulations again for your work.
I have trouble this morning with the 6.11rc7-1. Are you aware about that ?
The problem : The sha256sum seems to be incorrect for the keyboard_bl.patch. I tried multiple times, even with a "ALL CleanBuild" so i downloaded it again (3 times).
--- LOGS ---
``` ==> Validating source files with sha256sums...
linux-mainline ... Skipped
config ... Passed
bluetooth.patch ... Passed
keyboard_bl.patch ... FAILED
npu.patch ... Passed
zsc_control.patch ... Passed
==> ERROR: One or more files did not pass the validity check!
-> error making: linux-mainline-um5606-exit status 1 ```
frogmech commented on 2024-09-10 13:27 (UTC)
Nevermind, I reinstalled VirtualBox (after already reinstalling multiple times) and it just decided to work this time.
frogmech commented on 2024-09-10 03:24 (UTC)
@That1Calculator I posted that before I updated, I've updated now and it still has the same error. Are you able to get VirtualBox working on your system?
That1Calculator commented on 2024-09-10 03:18 (UTC)
@frogmech it seems like you're trying to load modules from 6.11rc6, but the installed version should be 6.11rc7. Try building/installing again?
frogmech commented on 2024-09-10 01:42 (UTC)
I'm having trouble getting VirtualBox to work with this kernel package, when I try to start a VM it says: "Kernel driver not installed (rc=-1908)". When I run "sudo vboxreload" I get this: "Loading modules: modprobe: FATAL: Module vboxnetadp not found in directory /lib/modules/6.11.0-rc6-1-mainline-um5606-dirty modprobe: FATAL: Module vboxnetflt not found in directory /lib/modules/6.11.0-rc6-1-mainline-um5606-dirty modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/6.11.0-rc6-1-mainline-um5606-dirty"
It works totally fine with the regular Linux kernel, and I'm not knowledgeable enough about Linux to troubleshoot much further than that so I was hoping someone here would have a fix. By the way I'm the one who posted the fix for the keyboard backlight on GitHub so I'm glad to see it added here so quickly.
Pinned Comments
That1Calculator commented on 2025-01-17 19:37 (UTC)
!!! IMPORTANT NOTICE !!!
I will be deprecating this package upon the release of Linux 6.14rc1, as the only remaining patch for this series of laptops has been merged into Linux and is slated for release in 6.14rc1!
https://lore.kernel.org/lkml/CAPM=9tw+ySbm80B=zHVhodMFoS_fqNw_v4yVURCv3cc9ukvYYg@mail.gmail.com/
Thank you all for using this package for the last few months!! ❤️🐧
That1Calculator commented on 2024-12-10 04:55 (UTC)
NPU has now been tested & works! https://wiki.archlinux.org/title/ASUS_Zenbook_UM5606#NPU
That1Calculator commented on 2024-12-10 04:54 (UTC)
@VanKurt you might also need to do install/enable these services: https://wiki.archlinux.org/title/ASUS_Zenbook_UM5606#Power_management
P.S. it's normal/expected behavior for
linux-firmware-git
to includeamd-ucode-git
:)That1Calculator commented on 2024-11-14 13:12 (UTC)
A reminder to please take discussions about these patches on other distros to an appropriate channel :)
miffe commented on 2020-01-30 21:44 (UTC)
Repository here