Package Details: linux-mainline-docs 6.15rc3-1

Git Clone URL: https://aur.archlinux.org/linux-mainline.git (read-only, click to copy)
Package Base: linux-mainline
Description: Documentation 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.40
First Submitted: 2011-07-22 06:50 (UTC)
Last Updated: 2025-04-21 02:53 (UTC)

Required by (0)

Sources (2)

Pinned Comments

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

Repository here

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 93 Next › Last »

kad07 commented on 2025-01-11 03:00 (UTC)

Thanks @VanKurt. uname -r shows 6.12.8-arch1-1. From the wiki, I believe installing linux-mainline-um5606 was meant to make it work. I installed it with yay but sound still doesnt work. I am probably not doing something right but this is a fresh so not sure what to do next

VanKurt commented on 2025-01-10 06:40 (UTC)

@kad07 This issue has been resolved some time ago. The sound on the UM5606 is working fine now and is pretty good (for a notebook). Are you sure you are running the right (this) Kernel? What does "uname -r" tell you?

VanKurt commented on 2025-01-09 09:45 (UTC)

I tried your suggestions (reset EC by pressing power button for 40s), setting the debug mask to 0x10 and setting amdgpu.sg_display=0. Since then machine has been absolutely stable! Been running for several hours now without a freeze. Awesome :)

Now the questions are: what do these settings actually do? Do they have any negative side effects (performance?)? Why are they required? And for how long will they be required?

gilcu2 commented on 2025-01-08 19:05 (UTC)

Hi @macboy80, thanks for your suggestion but my computer follows with freezing after applying all of them.

macboy80 commented on 2025-01-08 14:23 (UTC) (edited on 2025-01-08 14:26 (UTC) by macboy80)

A suggestion for those having freezes / crashes... I've been using the following CMDLINE since 6.12rcX. I've also followed all directions in the ArchWiki, and added to that: disabling hardware acceleration in Firefox. I've not had any type of freeze or crash across all use cases.

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash udev.log_priority=3 amdgpu.dcdebugmask=0x10 amdgpu.sg_display=0"

I am on 6.13rc5-1 and still all is well with the above CMDLINE. Testing the recommended 0x800 caused a crash the first time I closed the lid.

sigxcpu commented on 2025-01-08 12:50 (UTC) (edited on 2025-01-08 12:51 (UTC) by sigxcpu)

@VanKurt: I've noticed that the mention to firmware-git has been removed, I'm under the assumption that the main firmware package has everything now. I've had a strange issue (boot loop after BIOS upgrade and laptop VERY hot) which was solved by resetting the EC. A long shot maybe but try that. You need to power off the laptop, insert the AC adapter and then press the power button for 40 seconds. After that, reboot and see how it goes. FYI this is my latest kernel cmdline: BOOT_IMAGE=/vmlinuz-linux-mainline-um5606 root=UUID=78b1d480-c85d-45bb-9000-7b6873e67220 rw mitigations=off amdgpu.dcdebugmask=0x800 efi_pstore.pstore_disable=0 panic=5 loglevel=3 quiet

LE: I'm using rc4 because with rc5 I've had a freeze.

VanKurt commented on 2025-01-08 11:07 (UTC)

Today I did another round of updating and testing (RC5 kernel + latest linux-firmware). But the freezes are still there. It's getting very frustrating to just sit around and wait for someone to fix this. Is there anything one could do? Produce more logs, file bug reports etc.? I would really like to help, but I don't know where to start...

PS: The wiki https://wiki.archlinux.org/title/ASUS_Zenbook_UM5606 does not mention anything about building/installing linux-firmware-git. Isn't that an important step that should be mentioned?

That1Calculator commented on 2025-01-08 04:40 (UTC)

@Noah24 that's your job to change in /etc/makepkg.conf – AUR packages should not override those options.

Noah24 commented on 2025-01-08 04:39 (UTC)

Can you change compile options to make use of all cores?