Package Details: linux-mainline-headers 6.15rc1-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: Headers and scripts for building modules for the Linux Mainline kernel
Upstream URL: https://kernel.org/
Licenses: GPL-2.0-only
Submitter: miffe
Maintainer: miffe
Last Packager: miffe
Votes: 290
Popularity: 1.86
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-04-06 22:33 (UTC)

Pinned Comments

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

Repository here

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 93 Next › Last »

emfol commented on 2024-12-03 23:59 (UTC)

Also unfamiliar with the mailing list but I posted an issue here: https://gitlab.freedesktop.org/drm/amd/-/issues/3810

unsolved commented on 2024-12-03 18:47 (UTC)

Thanks for the work. I was able to control backlight by using https://github.com/jkitching/soft-brightness-plus extension on Gnome.

VanKurt commented on 2024-12-03 07:18 (UTC) (edited on 2024-12-03 07:29 (UTC) by VanKurt)

"Not sure where you got the idea of bad CPU performance/power management from" -> I think I read that somewhere (don't know where exactly). What I do see is a very high power consumption when playing videos (e.g. YouTube). Maybe that is caused by the kernel flag "amdgpu.dcdebugmask=0x600"?

emfol commented on 2024-12-02 16:50 (UTC) (edited on 2024-12-02 16:58 (UTC) by emfol)

@VanKurt, I've tested the latest version of the official Arch kernel (v6.12.1) paired with the latest version of the official linux-firmware package (v20241111) and my laptop was quite stable (as long as the amdgpu.dcdebugmask=0x600 kernel parameter remains on).

Things not working on v6.12 kernel for me:

  • "thin" sound on laptop speakers (not much of a problem if you have an USB sound card or headset);
  • NPU (which I wouldn't use anyways);

In order to get rid of the 10 seconds delay on resuming from sleep, I also had to apply the services to bind/unbind the WiFi card on resume/suspend described here: https://wiki.archlinux.org/title/ASUS_Zenbook_UM5606 (on Power Management section)

That1Calculator commented on 2024-12-02 16:27 (UTC)

@VanKurt

TL;DR try this package and the upstream kernel, depending on your luck one or the other will work better for you, neither are perfect

  • "thin" sound can be fixed by updating to the latest version of this package, or manually patching the alsa patch to your kernel
  • there's currently no programs that can take advantage of the NPU, so unless you're actively hacking on llama.cpp/ollama/etc there's no major benefit
  • Not sure where you got the idea of bad CPU performance/power management from
  • linux-firmware-amd-staging-um5606-git: that was only relevant a few months ago back when random freezes were far more of an issue with the GPU (which is no longer an issue).