Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] No sound on the in-build speaker but headphones work

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
ysz0507
Posts: 3
Joined: 2023-12-29 14:32
Has thanked: 1 time

[Solved] No sound on the in-build speaker but headphones work

#1 Post by ysz0507 »

Hello forum members,
I installed debian a few days ago, but I can´t get the in-build speaker to work. :evil:
I spent many hours on this problem but now I am out of ideas so this forum is my last hope...

Current behavior
  • The sound works on the headphone jack and via bluetooth headphones.
  • When I play audio I can see the peaks in pavucontrol, but I can´t hear something of the speaker of my laptop.
  • The sound works as expected on windows 11.
My setup
  • Asus Pro Art Studiobook
  • Dual boot with Windows 11 Pro and Debian GNU/Linux 12 (bookworm)
I am unsure about whether I am supposed to use pulseaudio or not. It was not installed initially, but I installed it afterwards.

Code: Select all

simon@debianProArt:~$ cat /proc/asound/cards
 0 [PCH            ]: HDA-Intel - HDA Intel PCH
                      HDA Intel PCH at 0x625f250000 irq 211
 1 [NVidia         ]: HDA-Intel - HDA NVidia
                      HDA NVidia at 0x77080000 irq 17
simon@debianProArt:~$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC294 Analog [ALC294 Analog]
  Subdevices: 1/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 #0

Code: Select all

simon@debianProArt:~$ systemctl --user restart pulseaudio.service
simon@debianProArt:~$ pacmd list-sinks
1 sink(s) available.
  * index: 0
	name: <alsa_output.pci-0000_00_1f.3.analog-stereo>
	driver: <module-alsa-card.c>
	flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
	state: IDLE
	suspend cause: (none)
	priority: 9039
	volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
	        balance 0.00
	base volume: 65536 / 100% / 0.00 dB
	volume steps: 65537
	muted: no
	current latency: 1999.67 ms
	max request: 344 KiB
	max rewind: 344 KiB
	monitor source: 0
	sample spec: s16le 2ch 44100Hz
	channel map: front-left,front-right
	             Stereo
	used by: 0
	linked by: 0
	configured latency: 2000.00 ms; range is 0.50 .. 2000.00 ms
	card: 1 <alsa_card.pci-0000_00_1f.3>
	module: 7
	properties:
		alsa.resolution_bits = "16"
		device.api = "alsa"
		device.class = "sound"
		alsa.class = "generic"
		alsa.subclass = "generic-mix"
		alsa.name = "ALC294 Analog"
		alsa.id = "ALC294 Analog"
		alsa.subdevice = "0"
		alsa.subdevice_name = "subdevice #0"
		alsa.device = "0"
		alsa.card = "0"
		alsa.card_name = "HDA Intel PCH"
		alsa.long_card_name = "HDA Intel PCH at 0x625f250000 irq 211"
		alsa.driver_name = "snd_hda_intel"
		device.bus_path = "pci-0000:00:1f.3"
		sysfs.path = "/devices/pci0000:00/0000:00:1f.3/sound/card0"
		device.bus = "pci"
		device.vendor.id = "8086"
		device.vendor.name = "Intel Corporation"
		device.product.id = "7a50"
		device.form_factor = "internal"
		device.string = "front:0"
		device.buffering.buffer_size = "352800"
		device.buffering.fragment_size = "176400"
		device.access_mode = "mmap+timer"
		device.profile.name = "analog-stereo"
		device.profile.description = "Analog Stereo"
		device.description = "Built-in Audio Analog Stereo"
		module-udev-detect.discovered = "1"
		device.icon_name = "audio-card-pci"
	ports:
		analog-output-speaker: Speakers (priority 10000, latency offset 0 usec, available: unknown)
			properties:
				device.icon_name = "audio-speakers"
	active port: <analog-output-speaker>
I also made sure that nothing is muted in alsamixer.

The way I understood it is that pulseaudio makes the mixing of the different sound signals. And than forwards the signal to alsa, which speaks to the driver, which speaks to hardware. With this understanding it makes no sense to use debian without pulseaudio if you want to use sound. Apparently I am wrong because otherwise it would be installed by default. Could somebody explain it to me?

When I try to play something to alsa directly using aplay without optional arguments I can´t hear something as well (both with and without sudo). There is no error message.

Thank you so much for your help in beforehand!
Last edited by ysz0507 on 2023-12-30 00:45, edited 1 time in total.

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2140
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 233 times

Re: No sound on the in-build speaker but headphones work

#2 Post by FreewheelinFrank »

ysz0507 wrote: 2023-12-29 15:14
The way I understood it is that pulseaudio makes the mixing of the different sound signals. And than forwards the signal to alsa, which speaks to the driver, which speaks to hardware. With this understanding it makes no sense to use debian without pulseaudio if you want to use sound. Apparently I am wrong because otherwise it would be installed by default. Could somebody explain it to me?
Welcome to the forum!

Pipewire is the default sound server in Gnome at least, and installing PulseAudio can cause conflicts. See:

viewtopic.php?t=157688

Some system information would be good - DE, sound servers installed especially. Please post the output of the following (you may need to install package inxi).

Code: Select all

$ inxi -Fxxxrz

ysz0507
Posts: 3
Joined: 2023-12-29 14:32
Has thanked: 1 time

Re: No sound on the in-build speaker but headphones work

#3 Post by ysz0507 »

Thank you for the explanation. I removed pulseaudio and pavucontrol.
Pipewire, Wireplumber and kmix is installed.

I also made sure pipewire is enabled via:

Code: Select all

simon@debianProArt:~$ systemctl --user enable pipewire.socket pipewire-pulse.socket
I am not sure what else is relevant for you.

Here is the output of inxi:

Code: Select all

simon@debianProArt:~$ inxi -Fxxxrz
System:
  Kernel: 6.1.0-16-amd64 arch: x86_64 bits: 64 compiler: gcc v: 12.2.0
    Desktop: GNOME v: 43.9 tk: GTK v: 3.24.38 wm: gnome-shell dm: GDM3 v: 43.0
    Distro: Debian GNU/Linux 12 (bookworm)
Machine:
  Type: Laptop System: ASUSTeK product: ProArt Studiobook H7604JI_H7604JI
    v: 1.0 serial: <superuser required>
  Mobo: ASUSTeK model: H7604JI v: 1.0 serial: <superuser required>
    UEFI: American Megatrends LLC. v: H7604JI.303 date: 08/10/2023
Battery:
  ID-1: BAT0 charge: 92.0 Wh (100.0%) condition: 92.0/90.0 Wh (102.2%)
    volts: 17.5 min: 15.9 model: ASUSTeK ASUS Battery type: Li-ion serial: N/A
    status: full cycles: 6
  Device-1: hid-0018:04F3:3274.0001-battery model: ASUE1900:00 04F3:3274
    serial: N/A charge: N/A status: N/A
  Device-2: hid-0018:04F3:4101.0003-battery model: ELAN9008:00 04F3:4101
    serial: N/A charge: N/A status: N/A
CPU:
  Info: 24-core (8-mt/16-st) model: 13th Gen Intel Core i9-13980HX bits: 64
    type: MST AMCP smt: enabled arch: Raptor Lake rev: 1 cache: L1: 2.1 MiB
    L2: 32 MiB L3: 36 MiB
  Speed (MHz): avg: 800 min/max: 800/5400:5600:4000 cores: 1: 800 2: 800
    3: 800 4: 800 5: 800 6: 800 7: 800 8: 800 9: 800 10: 800 11: 800 12: 800
    13: 800 14: 800 15: 800 16: 800 17: 800 18: 800 19: 800 20: 800 21: 800
    22: 800 23: 800 24: 800 25: 800 26: 800 27: 800 28: 800 29: 800 30: 800
    31: 800 32: 800 bogomips: 154828
  Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
  Device-1: Intel Raptor Lake-S UHD Graphics vendor: ASUSTeK driver: i915
    v: kernel arch: Gen-13 ports: active: eDP-1 empty: DP-1,HDMI-A-1
    bus-ID: 0000:00:02.0 chip-ID: 8086:a788 class-ID: 0300
  Device-2: NVIDIA AD106M [GeForce RTX 4070 Max-Q / Mobile] vendor: ASUSTeK
    driver: N/A arch: Lovelace bus-ID: 0000:01:00.0 chip-ID: 10de:2820
    class-ID: 0300
  Device-3: Shinetech USB2.0 FHD UVC WebCam type: USB driver: uvcvideo
    bus-ID: 1-9:2 chip-ID: 3277:0037 class-ID: fe01 serial: <filter>
  Display: wayland server: X.org v: 1.21.1.7 with: Xwayland v: 22.1.9
    compositor: gnome-shell driver: gpu: i915 display-ID: 0
  Monitor-1: eDP-1 model: Samsung 0x4178 res: 3200x2000 dpi: 236
    size: 344x215mm (13.54x8.46") diag: 406mm (16") modes: 3200x2000
  API: OpenGL v: 4.6 Mesa 22.3.6 renderer: Mesa Intel Graphics (RPL-S)
    direct-render: Yes
Audio:
  Device-1: Intel vendor: ASUSTeK driver: snd_hda_intel v: kernel
    bus-ID: 0000:00:1f.3 chip-ID: 8086:7a50 class-ID: 0401
  Device-2: NVIDIA vendor: ASUSTeK driver: snd_hda_intel v: kernel
    bus-ID: 0000:01:00.1 chip-ID: 10de:22bd class-ID: 0403
  API: ALSA v: k6.1.0-16-amd64 status: kernel-api
  Server-1: PipeWire v: 0.3.65 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
Network:
  Device-1: Intel driver: iwlwifi v: kernel port: N/A bus-ID: 0000:00:14.3
    chip-ID: 8086:7a70 class-ID: 0280
  IF: wlo1 state: up mac: <filter>
  Device-2: Realtek RTL8125 2.5GbE vendor: ASUSTeK driver: r8169 v: kernel
    port: 3000 bus-ID: 0000:6e:00.0 chip-ID: 10ec:8125 class-ID: 0200
  IF: eno2 state: down mac: <filter>
Bluetooth:
  Device-1: Intel AX211 Bluetooth type: USB driver: btusb v: 0.8
    bus-ID: 1-14:6 chip-ID: 8087:0033 class-ID: e001
  Report: hciconfig ID: hci0 rfk-id: 3 state: up address: <filter>
RAID:
  Hardware-1: Intel Volume Management Device NVMe RAID Controller Intel
    driver: vmd v: 0.6 port: N/A bus-ID: 0000:00:0e.0 chip-ID: 8086:a77f rev:
    class-ID: 0104
Drives:
  Local Storage: total: 1.86 TiB used: 6.59 GiB (0.3%)
  ID-1: /dev/nvme0n1 vendor: Samsung model: MZVL22T0HBLB-00B00
    size: 1.86 TiB speed: 63.2 Gb/s lanes: 4 type: SSD serial: <filter>
    rev: GXB7801Q temp: 41.9 C scheme: GPT
Partition:
  ID-1: / size: 27.33 GiB used: 6.01 GiB (22.0%) fs: ext4 dev: /dev/nvme0n1p4
  ID-2: /boot/efi size: 256 MiB used: 107.9 MiB (42.1%) fs: vfat
    dev: /dev/nvme0n1p1
  ID-3: /home size: 885.89 GiB used: 487.6 MiB (0.1%) fs: ext4
    dev: /dev/nvme0n1p6
Swap:
  ID-1: swap-1 type: partition size: 977 MiB used: 0 KiB (0.0%) priority: -2
    dev: /dev/nvme0n1p5
Sensors:
  Src: /sys System Temperatures: cpu: 53.0 C mobo: N/A
  Fan Speeds (RPM): cpu: 2400
Repos:
  Packages: pm: dpkg pkgs: 1710
  Active apt repos in: /etc/apt/sources.list
    1: deb http://debian.inf.tu-dresden.de/debian/ bookworm main non-free-firmware
    2: deb-src http://debian.inf.tu-dresden.de/debian/ bookworm main non-free-firmware
    3: deb http://security.debian.org/debian-security bookworm-security main non-free-firmware
    4: deb-src http://security.debian.org/debian-security bookworm-security main non-free-firmware
    5: deb http://debian.inf.tu-dresden.de/debian/ bookworm-updates main non-free-firmware
    6: deb-src http://debian.inf.tu-dresden.de/debian/ bookworm-updates main non-free-firmware
  Active apt repos in: /etc/apt/sources.list.d/brave-browser-release.list
    1: deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg] https://brave-browser-apt-release.s3.brave.com/ stable main
Info:
  Processes: 497 Uptime: 1m wakeups: 299 Memory: 30.98 GiB used: 3 GiB (9.7%)
  Init: systemd v: 252 target: graphical (5) default: graphical Compilers: N/A
  Shell: Bash v: 5.2.15 running-in: gnome-terminal inxi: 3.3.26
I am not sure what system information you need, but those are my installed packages

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2140
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 233 times

Re: No sound on the in-build speaker but headphones work

#4 Post by FreewheelinFrank »

Have you checked Fast Startup is off in Windows?

http://mreen.epizy.com/SoundFixTips.html?i=3

These Asus laptops with the ALC294 often seem to have issues in Linux because the BIOS does not correctly report the sound setup.

There is a bug report here for an almost identical laptop, with similar symptoms, however the fix is specific to the model, which differs by one letter from yours.

https://bugs.launchpad.net/ubuntu/+sour ... ug/2031229

You seem to have the latest BIOS version, so maybe the latest kernel from Debian Backports might help?

ysz0507
Posts: 3
Joined: 2023-12-29 14:32
Has thanked: 1 time

Re: No sound on the in-build speaker but headphones work

#5 Post by ysz0507 »

IT FINALLY WORKS! :)
For completion here is what I changed:

Fast startup was deactivated on the BIOS but activated in windows. I turned it off.
I also deactivated secure boot in the BIOS.

I think I successfully installed the latest kernel with those outputs

Code: Select all

simon@debianProArt:~$ sudo apt -t bookworm-backports install linux-image-amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  linux-image-6.5.0-0.deb12.4-amd64
Suggested packages:
  linux-doc-6.5 debian-kernel-handbook
The following NEW packages will be installed:
  linux-image-6.5.0-0.deb12.4-amd64
The following packages will be upgraded:
  linux-image-amd64
1 upgraded, 1 newly installed, 0 to remove and 90 not upgraded.
Need to get 75.4 MB of archives.
After this operation, 474 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.debian.org/debian bookworm-backports/main amd64 linux-image-6.5.0-0.deb12.4-amd64 amd64 6.5.10-1~bpo12+1 [75.4 MB]
Get:2 http://deb.debian.org/debian bookworm-backports/main amd64 linux-image-amd64 amd64 6.5.10-1~bpo12+1 [1,496 B]
Fetched 75.4 MB in 11s (7,052 kB/s)                                            
Reading changelogs... Done
Selecting previously unselected package linux-image-6.5.0-0.deb12.4-amd64.
(Reading database ... 157346 files and directories currently installed.)
Preparing to unpack .../linux-image-6.5.0-0.deb12.4-amd64_6.5.10-1~bpo12+1_amd64
.deb ...
Unpacking linux-image-6.5.0-0.deb12.4-amd64 (6.5.10-1~bpo12+1) ...
Preparing to unpack .../linux-image-amd64_6.5.10-1~bpo12+1_amd64.deb ...
Unpacking linux-image-amd64 (6.5.10-1~bpo12+1) over (6.1.67-1) ...
Setting up linux-image-6.5.0-0.deb12.4-amd64 (6.5.10-1~bpo12+1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-6.1.0-16-amd64
I: /initrd.img.old is now a symlink to boot/initrd.img-6.1.0-16-amd64
I: /vmlinuz is now a symlink to boot/vmlinuz-6.5.0-0.deb12.4-amd64
I: /initrd.img is now a symlink to boot/initrd.img-6.5.0-0.deb12.4-amd64
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.5.0-0.deb12.4-amd64
W: Possible missing firmware /lib/firmware/i915/dg2_huc_gsc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/mtl_huc_gsc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/mtl_guc_70.bin for module i915
W: Possible missing firmware /lib/firmware/nvidia/ga107/acr/ucode_ahesasc.bin fo
r module nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga106/acr/ucode_ahesasc.bin fo
r module nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga104/acr/ucode_ahesasc.bin fo
r module nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga103/acr/ucode_ahesasc.bin fo
r module nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga107/acr/ucode_asb.bin for mo
dule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga106/acr/ucode_asb.bin for mo
dule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga104/acr/ucode_asb.bin for mo
dule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga103/acr/ucode_asb.bin for mo
dule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga107/acr/ucode_unload.bin for
 module nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga106/acr/ucode_unload.bin for
 module nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga104/acr/ucode_unload.bin for
 module nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga103/acr/ucode_unload.bin for
 module nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga107/nvdec/scrubber.bin for m
odule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga106/nvdec/scrubber.bin for m
odule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga104/nvdec/scrubber.bin for m
odule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga103/nvdec/scrubber.bin for m
odule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga107/sec2/hs_bl_sig.bin for m
odule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga107/sec2/sig.bin for module 
nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga107/sec2/image.bin for modul
e nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga107/sec2/desc.bin for module
 nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga106/sec2/hs_bl_sig.bin for m
odule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga106/sec2/sig.bin for module 
nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga106/sec2/image.bin for modul
e nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga106/sec2/desc.bin for module
 nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga104/sec2/hs_bl_sig.bin for m
odule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga104/sec2/sig.bin for module 
nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga104/sec2/image.bin for modul
e nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga104/sec2/desc.bin for module
 nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga103/sec2/hs_bl_sig.bin for m
odule nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga103/sec2/sig.bin for module 
nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga103/sec2/image.bin for modul
e nouveau
W: Possible missing firmware /lib/firmware/nvidia/ga103/sec2/desc.bin for module
 nouveau
/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-6.5.0-0.deb12.4-amd64
Found initrd image: /boot/initrd.img-6.5.0-0.deb12.4-amd64
Found linux image: /boot/vmlinuz-6.1.0-16-amd64
Found initrd image: /boot/initrd.img-6.1.0-16-amd64
Found linux image: /boot/vmlinuz-6.1.0-15-amd64
Found initrd image: /boot/initrd.img-6.1.0-15-amd64
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot 
entries.
Found Windows Boot Manager on /dev/nvme0n1p1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
Setting up linux-image-amd64 (6.5.10-1~bpo12+1) ...
Then I followed the steps described in this repo https://github.com/fgheorghe/Asus-ProAr ... ree/master
In the last step of the install.sh is the content of one folder copied to another one. I my case it were 6 files but 2 of them could not be copied. It worked without them.

A big thanks to @FreewheelinFrank! Thank you so much for the support!

User avatar
FreewheelinFrank
Global Moderator
Global Moderator
Posts: 2140
Joined: 2010-06-07 16:59
Has thanked: 38 times
Been thanked: 233 times

Re: [Solved] No sound on the in-build speaker but headphones work

#6 Post by FreewheelinFrank »

You're welcome. I'm glad you got it working.

Kernel 6.5 seems to have added some "quirks" (ie, workarounds for BIOS failings), and would seem to be a must for recent Asus laptops with this hardware.

These links seem to be relevant. With kernel 6.5, some of the steps in the previous guide might be redundant.

https://gist.github.com/lamperez/862763 ... nt-4799469

https://asus-linux.org/wiki/cirrus-amps/

The second link has information on identifying the hardware and firmware required. If you have any issues, check if firmware for you specific model has been added.

https://asus-linux.org/wiki/cirrus-amps/#firmware

Post Reply