Hi, can anyone who has successfully gotten the sound to work without sounding tinny give me some pointers? Nothing I do seem to work. Thanks in advance.
Search Criteria
Package Details: linux-mainline-um5606 1:6.13rc7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/linux-mainline-um5606.git (read-only, click to copy) |
---|---|
Package Base: | linux-mainline-um5606 |
Description: | The Linux Mainline with patches for the Asus UM5606(WA) laptop kernel and modules |
Upstream URL: | https://kernel.org/ |
Keywords: | asus |
Licenses: | GPL-2.0-only |
Provides: | KSMBD-MODULE, VIRTUALBOX-GUEST-MODULES, WIREGUARD-MODULE |
Replaces: | virtualbox-guest-modules-arch, wireguard-arch |
Submitter: | That1Calculator |
Maintainer: | That1Calculator |
Last Packager: | That1Calculator |
Votes: | 7 |
Popularity: | 2.57 |
First Submitted: | 2024-08-07 22:07 (UTC) |
Last Updated: | 2025-01-17 02:13 (UTC) |
Dependencies (17)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-selinuxAUR, coreutils-uutilsAUR, coreutils-hybridAUR)
- 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)
- libelf (elfutils-gitAUR) (make)
- pahole (pahole-gitAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- xz (xz-gitAUR) (make)
- amd-ucode-gitAUR (optional) – AMD CPU microcode (git)
- linux-firmware-gitAUR (optional) – linux firmware (git, has fixes for UM5606)
- mesa-gitAUR (optional) – MESA graphics drivers (git, has fixes for UM5606)
- wireless-regdb (optional) – to set the correct wireless channels of your country
Required by (8)
- 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)
- xrt-npu-git (optional)
- xrt-xocl-dkms-npu-git (optional)
Sources (3)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 15 Next › Last »
kad07 commented on 2024-12-23 23:26 (UTC)
matchu commented on 2024-12-23 19:08 (UTC)
Hi, I've been looking to find a solution to the freezing bug since I got this laptop. I came across this post on freedesktop.org: https://gitlab.freedesktop.org/drm/amd/-/issues/3533#note_2707470 and applied the suggested patch on top of 6.13rc4. I also set the amdgpu.dcdebugmask=0x800 as suggested and so far it's working very well. It's been only like an hour, but I never been able to use the laptop for so long without freezing in the past.
sigxcpu commented on 2024-12-23 16:01 (UTC)
I am not using Wayland (too complicated for screen/window sharing). Anyway, X11/Wayland session kicks in after SDDM login, so I guess it doesn't make any difference. Here's my complete kernel cmdline:
# cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-linux-mainline-um5606 root=UUID=78b1d480-c85d-45bb-9000-7b6873e67220 rw mitigations=off amdgpu.dcdebugmask=0x612 efi_pstore.pstore_disable=0 panic=5 loglevel=3 quiet
podulator commented on 2024-12-23 15:22 (UTC) (edited on 2024-12-23 15:23 (UTC) by podulator)
Hey sigxcpu, I know, very strange, but re-booted without it and fine again. With it, ssdm login looped.
Updated to latest bios, 315, still freezing.
Set ~/.config/systemd/user/plasma-kwin_wayland.service.d/override.conf to [Service] Environment="KWIN_DRM_DISABLE_TRIPLE_BUFFERING=1"
Wondering if KDE is the common freeze factor? Happy to run any tests that anyone can suggest
sigxcpu commented on 2024-12-22 16:19 (UTC)
efi_pstore.pstore_disable=0
should not be related to login. It just allows the kernel to store the dmesg output outside of the system main disk when crashing, so you can recover some dumps after rebooting.
xuwd1 commented on 2024-12-22 15:24 (UTC) (edited on 2024-12-22 15:27 (UTC) by xuwd1)
I do have a suggestion for the guys having the freeze problem: check your bios version and consider update it to the latest versions like 312and 315. I noticed that it seems that dear T1c’s laptop has been using the 312 bios version. There are quite a few discussions I saw on Reddit saying that the newer bios version enhanced the system stability, though the majority of people are using Windows. However do note that it seems that bios version >=309 lowered the power limit thus performance drop should be expected. But also I think the 315 bios fixed the core2core latency problem so it’s still worth considering.
podulator commented on 2024-12-22 14:11 (UTC)
Also have to report the gpu freeze. Tried the efi_pstore.pstore_disable=0 grub option, but that prevented login after crash (kde + wayland), so reverted. Tried with 0x600 and 0x612, still happens.
That1Calculator commented on 2024-12-21 17:05 (UTC)
@sigxcpu can't reproduce the first or third issues, but for the second, use asus-um5606-fan-state instead
sigxcpu commented on 2024-12-21 16:17 (UTC)
This laptop is mostly stable for me, with the following caveats:
- sometimes (~1/8) the touchpad acts in a very weird way - random jumps and/or clicks
- sometimes (~1/10) the CPU is stuck in low power mode (2GHz), regardless of the cpu profile selected with
asusctl
- sometimes (~1/20) the
amdgpu
driver crashes (with logs in pstore)
The above numbers are pulled more or less out of a hat and the denominator shows the cycles of suspend/resume. Everything works fine after a reboot.
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 includeamd-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 :)