Package Details: linux-mainline 6.14rc1-1

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)

Required by (6)

Sources (2)

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 include amd-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

Latest Comments

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 92 Next › Last »

SpaceToast commented on 2020-04-13 15:42 (UTC)

With the 5.7 release, the (currently present) CONFIG_STAGING_EXFAT_FS is gone, replaced by a wholly separate implementation by samsung in CONFIG_EXFAT_FS. This patch removes the staging exfat selections (they're gone anyway) and selects CONFIG_EXFAT_FS as a module: https://brpaste.xyz/NpG3Lg

yurikoles commented on 2020-04-13 08:36 (UTC)

@miffe you may add makedepend to my new package python-sphinx-2 to fix build of docs

rien333 commented on 2020-03-30 12:37 (UTC) (edited on 2020-03-30 14:38 (UTC) by rien333)

Same people (including me) can't get intel wifi chipsets to work with linux 5.6. Just a warning, hopefully someone will find a fix soon.

Edit: applying this patch should work: https://patchwork.ozlabs.org/patch/1263553/ (see this thread https://www.reddit.com/r/linux/comments/frfbz5/the_56_kernel_has_been_released/flwti4p/)

Edit 2: added said patch to the PKGBUILD, and wifi now works.

KingofToasters commented on 2020-02-11 05:42 (UTC)

Now that 5.6 is being tested, this would be a good opportunity to include support for wireguard with CONFIG_WIREGUARD=y.

miffe commented on 2020-01-30 21:44 (UTC)

Repository here

SpaceToast commented on 2020-01-09 00:51 (UTC)

As an update, it appears the issue was with the default makepkg.conf flags. I changed -mtune=generic to -march=native (might as well, right?) and everything compiled just fine, after ~10 total failed attempts (over the last few days). No idea why that's the case, but it looks like -mtune=generic might be triggering something untowards; posting this in case it helps someone else.

miffe commented on 2020-01-07 20:44 (UTC)

Weird, that's the same version as me. Maybe check the kernel log if it's been OOM killed. Other than that i've no idea.

SpaceToast commented on 2020-01-07 18:50 (UTC)

@miffe: 9.2.0-4 - the latest version in base-devel

miffe commented on 2020-01-07 18:25 (UTC)

@SpaceToast: Looks like gcc crashed. What version are you running?

SpaceToast commented on 2020-01-07 17:41 (UTC) (edited on 2020-01-07 17:42 (UTC) by SpaceToast)

I can't build 5.5rc5-1. Here is the error:

*** WARNING *** there are active plugins, do not report this as a bug unless you can reproduce it without enabling any plugins.
Event                            | Plugins
PLUGIN_FINISH_TYPE               | structleak_plugin
PLUGIN_ATTRIBUTES                | structleak_plugin
drivers/scsi/qla2xxx/qla_tmpl.c:46:1: internal compiler error: Segmentation fault
   46 | qla27xx_read8(void __iomem *window, void *buf, ulong *len)
      | ^~~~~~~~~~~~~
  CC [M]  drivers/staging/speakup/speakup_audptr.o
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.

No idea if or where to disable plugins (a basic grep gave no results).