patch-4.12-rc2 has checksum error
Search Criteria
Package Details: linux-mainline 6.13-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: | 281 |
Popularity: | 2.20 |
First Submitted: | 2011-07-22 06:50 (UTC) |
Last Updated: | 2025-01-20 06:29 (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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 77 Next › Last »
lesto commented on 2017-05-28 15:36 (UTC)
nabilh2020 commented on 2017-05-21 23:31 (UTC) (edited on 2017-05-21 23:44 (UTC) by nabilh2020)
linux-mainline RC1-1 seems to have solved the problem for Intel Cherrytrail LPE sound.
Q; On its own with change in kernel userspace, or with mods I made to .config
& Kconfig in sound/x86 ?
Comments here: https://bbs.archlinux.org/viewtopic.php?pid=1712612#p1712612
Det commented on 2017-05-20 18:43 (UTC)
You can edit comments using the pen on the upper right corner. Next to the cross.
nabilh2020 commented on 2017-05-20 18:41 (UTC) (edited on 2017-05-21 01:02 (UTC) by nabilh2020)
Will 4.12 finally solve the audio for i915 LPE devices.
I tried to modify the .config and sound>x86>Kfonfig to get sound
in both 4.11 & 4.12 with no success,
whereas this is resolved in Ubuntu since 4.11.
actual module gets built as /lib/modules/4.12.0-rc1-g2b6b38b04c2e+/kernel/sound/x86/snd-hdmi-lpe-audio.ko.gz
but still no sound.
bidulock commented on 2017-05-16 16:49 (UTC)
Linux mainline is now at 4.12rc1.
Det commented on 2017-04-15 10:02 (UTC) (edited on 2017-05-01 05:39 (UTC) by Det)
PKGBUILD still has pkgrel=1: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=linux-mainline. .SRCINFO is this file: https://aur.archlinux.org/cgit/aur.git/tree/.SRCINFO?h=linux-mainline, which you run on the PKGBUILD only to get the information you see here on this page (also what yaourt and friends get).
You can go rename /var/lib/pacman/local/linux-mainline-4.11rc6-1/ to *-2 and do the same for the %VERSION% in /var/lib/pacman/local/linux-mainline-4.11rc6-2/desc, which is quicker than rebuilding with pkgrel=2.
lesto commented on 2017-04-15 09:28 (UTC)
the revision 2 has a bug, yaourt thinks this is still revision 1 and try to install it over and over. Not 100% sure but could be cause by pkgrel=1??
smirky commented on 2017-04-13 21:52 (UTC) (edited on 2017-04-13 21:54 (UTC) by smirky)
https://aur.archlinux.org/cgit/aur.git/commit/?h=linux-mainline&id=ae054cccecbba92d2fce801e82bffb433b9e6759
This commit breaks the kernel's hook. We get an empty file here because of that:
/usr/share/libalpm/hooks/90-linux-mainline.hook
To fix it, we just need to rename the 99-linux.hook to 90-linux.hook, otherwise, we do sed on a non-existing file, forcing us to workaround it with mkinitcpio -p linux-mainline (manually).
Pinned Comments
miffe commented on 2020-01-30 21:44 (UTC)
Repository here