Asus C302 no audio no keyboard backlight

:pushpin:Question Description

Have you searched the community for related issues?

  • No similar issues found in this forum but yes in chinese one

Please describe the problem you’ve encountered in detail:


:computer:System & Device Information

  • Hardware & System Configuration:

    • Processor: Skylake m3-6Y30
    • Graphics Card(Please specify if there’s a discrete graphics card):
    • RAM: 4 GB
    • FydeOS Version:
      FydeOS for PC (Modern Intel), v20.0, Non-commercial Edition
      Platform 16093.91.20.17
      Chromium 132.0.6834.206
  • Relevant System Logs:

    • Open the Chromium browser and enter /var/log/messages to retrieve logs.
    • Log Details:
      Output cant fit here, maybe ia specific section is needed?

Keyboard backlight solved partially, it will be turned on fixed in the number after echo below.

Ctrl + Alt + T, shell, sudo -i

mount -o remount,rw /

nano /etc/init/kbd-backlight.conf

Add the following:

description “Set keyboard backlight brightness”
start on started ui
script
/bin/sh -c “echo 5 > /sys/class/leds/chromeos::kbd_backlight/brightness”
end script

Save with Ctrl + O, Enter, then exit with Ctrl + X.:

chmod 644 /etc/init/kbd-backlight.conf

mount -o remount,ro /

For immediately turn keyboard backlight use the following changes de number as you wish:

echo 5 > /sys/class/leds/chromeos::kbd_backlight/brightness