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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 93 Next › Last »

KarthikJay commented on 2024-12-17 23:19 (UTC)

Is there a reason why the linux-mainline-um5606-headers isn't marked as: provides linux-headers?

emfol commented on 2024-12-11 15:10 (UTC) (edited on 2024-12-11 15:11 (UTC) by emfol)

@That1Calculator have you noticed this new warning when running mkinitcpio with the new 6.13-rc2 kernel?

==> WARNING: No module containing the symbol 'drm_privacy_screen_register' found in: 'drivers/platform'

It looks like there was change on module compress config:

$ grep CONFIG_MODULE_COMPRESS src/linux-mainline/.config
 > # CONFIG_MODULE_COMPRESS is not set

If you perform the same grep on src/linux-mainline/.config.old you get:

$ grep CONFIG_MODULE_COMPRESS src/linux-mainline/.config.old 
 > # CONFIG_MODULE_COMPRESS_NONE is not set
 > # CONFIG_MODULE_COMPRESS_GZIP is not set
 > # CONFIG_MODULE_COMPRESS_XZ is not set
 > CONFIG_MODULE_COMPRESS_ZSTD=y

MrQ commented on 2024-12-11 09:33 (UTC)

@That1Calculator - Peace - Please dont mind us too much, is there any way possible that I could get Ollama to use NPU. - We are very beginner level.

kad07 commented on 2024-12-11 02:36 (UTC)

Not sure what I am doing wrong but I cant seem to get the sound to work properly. The wiki suggests that linux-mainline-um5606 should make the sound work but it is still tiny for me. Do i need to tweak anything after installing linux-mainline-um5606?

sigxcpu commented on 2024-12-10 22:22 (UTC) (edited on 2024-12-10 22:39 (UTC) by sigxcpu)

I am 100% sure it is not because the crash log is not related to the Wi-Fi module. It is clearly something wrong in dml_core_mode_support inside amdgpu kernel module. Moreover, I've never had that patch since followed the guide to install it on Zenbook S16, and sleep/resume were almost instantaneous, working every time. Also Wi-Fi was flawless (I don't know why, previously this Mediatek chipset was pretty bad on a Lenovo Legion), reaching 90-95MB/sec on downloads.

What actually changed today, was to recompile the kernel and update to 6.13-rc2 and also install linux-firmware-git and amd-ucode-git. Before these changes, with the previous 6.13 patched version everything was flawless.

LE: tried to reproduce it and failed. Maybe it was a fluke. Maybe it was the stupid HAMA 100w charger that is making the laptop whistle (although it negotiates PD correctly). Went back to original charger now.

That1Calculator commented on 2024-12-10 22:17 (UTC) (edited on 2024-12-10 22:19 (UTC) by That1Calculator)

@sigxcpu pretty sure it's this issue, actually: https://wiki.archlinux.org/title/ASUS_Zenbook_UM5606#Wake_from_suspend

sigxcpu commented on 2024-12-10 22:09 (UTC)

Latest 6.13.0-rc2-1-mainline-um5606 is breaking resume from suspend. Looks to be a bug in amdgpu driver. The system wakes up, beeps (I think b/c AC adapter was inserted during sleep) then freezes.

Here's the crash log: https://pastebin.com/iW6Yvt2c