Internal Speakers Silent on Ayaneo Flip KB (Realtek ALC269VC) - Need Help with Fixup/Quirko
**Subject: Silent Internal Speakers - Ayaneo Flip KB (ALC269VC)**
Hi! I'm on PikaOS with an **Ayaneo Flip KB**. Headphones work, but internal speakers are silent.
**System Specs:**
- **CPU:** AMD Ryzen 7 7840U / **GPU:** Radeon 780M / **RAM:** 64GB
- **Audio Card:** Card 49 (`/dev/snd/hwC1D0`)
- **Codec:** Realtek ALC269VC (PCI SSID 1f66:0103)
**The Issue (dmesg):**
The kernel picks a fixup that incorrectly maps pins, showing `speaker_outs=0`.
```text
ALC269VC: picked fixup for PCI SSID 1f66:0103
autoconfig for ALC269VC: line_outs=1 (0x1a/0x0...) type:speaker
speaker_outs=0 (0x0...)
hp_outs=1 (0x15/0x0...)
What I've tried:
Software: Set profile to "Analog Stereo Output". Alsamixer unmuted (Master/Speaker at 100%). Restarted Pipewire/Wireplumber.
Modprobe: Tried model=alc269-vector and model=laptop-dmic. Disabled power saving (power_save=0).
HDA-Verb: - Tried waking amp via GPIO masks (0x01, 0x02, 0x03).
Tried SET_PIN_WIDGET_CONTROL 0x40 on node 0x1a.
Pin Reconfig: Attempted echo "0x1a 0x90170110" > user_pin_configs but got "Device or resource busy".
Conclusion:
The default fixup for SSID 1f66:0103 fails to map internal speakers. Is there a specific firmware patch or a working model= quirk for the Ayaneo Flip series amp?
Thanks for the help!