ASUS TUF DASH F15 (2021)
| Hardware | PCI/USB ID | Working? |
|---|---|---|
| Touchpad | Yes | |
| Keyboard | Yes | |
| GPU (Intel) | 8086:9a49 |
Yes |
| GPU (NVIDIA) | 10de:25a0 |
Yes |
| Ethernet | 10ec:8162 |
Yes |
| Audio | 8086:a0c8 |
Yes |
| Wi-Fi | 8086:a0f0 |
Yes |
| Bluetooth | 8087:0026 |
Yes |
Note
- This page covers the 2021 DASH F15 with model numbers FX516PE, FX516PC, FX516PM, FX516PR. It does not cover the 2022 DASH F15 with model numbers FX517ZC, FX517ZE, FX517ZM, FX517ZR. See ASUS TUF DASH F15 (2022) for more information if applicable—there may be conflicts for the 2021 version.
- The only added content for this page is for the microphone issue and hardware data. All testing was done on one FX516PE machine.
This page contains tips for configuring Arch Linux on the ASUS TUF DASH F15 Laptop (2021).
Headset microphone not detected
On the ASUS TUF Dash F15 FX516PE (Realtek ALC294), the built-in audio jack may not detect the headset microphone by default. Playing audio to the default output stream will still work with headphones, although headsets will not have detected mics. Only the internal laptop microphone will be detected.
This can be fixed by overriding the jack's port configuration.
- Install alsa-tools.
- Run
sudo hdajackretask. - Select the ALC294 codec, enable Show unconnected pins and Advanced override in the Options tab.
- Locate pin
0x19, usually used for input. - Check Override, and select the following options:
- Connectivity: Jack
- Location: Left
- Device: Microphone
- Jack: 3.5mm
- Color: Black
- Jack detection: Present (disable to constantly detect the device, even when the device is not plugged in)
- Channel group: 2
- Channel (in group): front
- Click Apply now to test, then Install boot override to make it persistent.
- Reboot and replug the headset.
After reboot, the headset microphone should appear as a separate input device alongside the internal microphone.
Note This workaround uses
hdajackretask (see Advanced Linux Sound Architecture#Reconfiguring input/output ports), but equivalent results can be achieved with other tools.Suspend and resume
The issue was observed on the FX516PE; may apply to other FX516 variants, see ASUS TUF DASH F15 (2022)#Suspend and resume.