-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Pre-flight checklist
- I have searched existing issues and this is not a duplicate.
- I have read the Contributing Guidelines.
- I have verified the issue is reproducible with the latest available CachyOS kernel.
Upstream / vanilla kernel check
I was unable to test with a vanilla/upstream kernel
Kernel variant
linux-cachyos (EEVDF, Clang)
System information (cachyos-bugreport.sh)
https://paste.cachyos.org/p/3ccdbcb.log
Manual system information (if cachyos-bugreport.sh is unavailable)
Bug description
Hardware: ASUS ProArt PX13 HN7306EA (AMD Ryzen AI MAX+ 395)
OS: CachyOS 6.19.3-2-cachyos
Kernel: 6.19.3-2-cachyos
Issue Summary
Fresh CachyOS install could not boot. After adding iommu=pt kernel parameter, system boots but has no sound.
Boot Issue (Workaround Found)
- Error on fresh boot:
AMD-Vi: Event: logged IO_PAGE_FAULT - Fix: Add
iommu=ptto kernel parameters
Audio Issue
- Internal speakers do not work
- No playback device created for AMD ACP70 audio
Verification
$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
(no playback on card 1)
$ cat /proc/asound/cards
0 [Generic ]: HDA-Intel - HD-Audio Generic
HD-Audio Generic at 0xa0440000 irq 161
1 [acppdmmach ]: acp-pdm-mach - acp-pdm-mach
ASUSTeK COMPUTERINC.-ProArtPX13HN7306EA-1.0-HN7306EA
Card 1 (AMD ACP70) has no playback device, only DMIC capture exists.
Steps to reproduce
- Install CachyOS on ASUS ProArt PX13 HN7306EA laptop
- Attempt to boot (fresh install)
- System fails to boot with error: AMD-Vi: Event: logged IO_PAGE_FAULT
- Add iommu=pt kernel parameter to boot (workaround for boot issue)
- System boots successfully but has no sound
Expected behavior
Internal speakers should work like other AMD Strix Halo laptops.
Actual behavior
No sound output from internal speakers
Logs / stack traces
Additional system information
No response
Reactions are currently unavailable
Metadata
Metadata
Labels
bugSomething isn't workingSomething isn't working