You are not logged in.
On asus site drivers only for windows https://rog.asus.com/ru/laptops/rog-str … _download/
In driver description device model define as Realtek ALC3251, but I didn't find any mentions about this device for linux. So what I need to listen sounds in Arch on this laptop? Thanks for answers!
Offline
since its a new laptop have you installed 'sof-firmware'
https://wiki.archlinux.org/title/Advanc … A_firmware
Offline
since its a new laptop have you installed 'sof-firmware'
https://wiki.archlinux.org/title/Advanc … A_firmware
This package installed
rog :: ~ » paru -S sof-firmware
предупреждение: sof-firmware-2023.09.2-1 не устарел -- переустанавливается
разрешение зависимостей...
проверка конфликтов...
Пакет (1) Старая версия Новая версия Изменение размера
extra/sof-firmware 2023.09.2-1 2023.09.2-1 0,00 MiB
Будет установлено: 20,03 MiB
Изменение размера: 0,00 MiBOffline
amixer sset Master unmute
amixer: Unable to find simple control 'Master',0device list
aplay --list-devices
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC285 Analog [ALC285 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0Last edited by mass_t (2023-12-15 20:58:43)
Offline
output of:
dmesg|grep -i "snd\|sound\|audio"Offline
output of:
dmesg|grep -i "snd\|sound\|audio"
[ 7.744884] snd_hda_intel 0000:01:00.1: Disabling MSI
[ 7.744889] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[ 7.855734] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
[ 8.036886] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
[ 8.036945] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
[ 8.036994] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
[ 9.187550] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 9.263788] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC285: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[ 9.263791] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 9.263792] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[ 9.263793] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 9.263793] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 9.263794] snd_hda_codec_realtek hdaudioC0D0: Mic=0x12
[ 9.945703] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[ 9.945724] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[ 9.945746] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[ 9.945764] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[ 9.945780] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28Offline
try create this file and reboot to see if it fixes it:
/etc/modprobe.d/sndfix.conf
options snd-intel-dspcfg dsp_driver=1if it doesnt work be sure to delete it
Offline
try create this file and reboot to see if it fixes it:
/etc/modprobe.d/sndfix.confoptions snd-intel-dspcfg dsp_driver=1if it doesnt work be sure to delete it
I found same on manjaro forum, but its does not help ![]()
Offline
what de are you using? because i didnt have sound at first and i just had to click on the sound icon and switch the device
Offline