From 283b51f30a9f23d74a3c131b090804439a6b43fd Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 2 Sep 2018 15:17:58 +0200 Subject: [PATCH] hp Spectre mute LED fix for Linux. --- assets/toyota-touch-2-ecu-selection.jpg | Bin assets/toyota-touch-2-service-menu.jpg | Bin assets/toyota-touch-2-transfer-complete.jpg | Bin assets/toyota-touch-2-update-progress.jpg | Bin .../_posts/2018-09-02-mute-led.md | 26 ++++++++++++++++++ 5 files changed, 26 insertions(+) mode change 100755 => 100644 assets/toyota-touch-2-ecu-selection.jpg mode change 100755 => 100644 assets/toyota-touch-2-service-menu.jpg mode change 100755 => 100644 assets/toyota-touch-2-transfer-complete.jpg mode change 100755 => 100644 assets/toyota-touch-2-update-progress.jpg create mode 100644 know-how/hardware/hp-spectre-x360/_posts/2018-09-02-mute-led.md diff --git a/assets/toyota-touch-2-ecu-selection.jpg b/assets/toyota-touch-2-ecu-selection.jpg old mode 100755 new mode 100644 diff --git a/assets/toyota-touch-2-service-menu.jpg b/assets/toyota-touch-2-service-menu.jpg old mode 100755 new mode 100644 diff --git a/assets/toyota-touch-2-transfer-complete.jpg b/assets/toyota-touch-2-transfer-complete.jpg old mode 100755 new mode 100644 diff --git a/assets/toyota-touch-2-update-progress.jpg b/assets/toyota-touch-2-update-progress.jpg old mode 100755 new mode 100644 diff --git a/know-how/hardware/hp-spectre-x360/_posts/2018-09-02-mute-led.md b/know-how/hardware/hp-spectre-x360/_posts/2018-09-02-mute-led.md new file mode 100644 index 0000000..e1d2f00 --- /dev/null +++ b/know-how/hardware/hp-spectre-x360/_posts/2018-09-02-mute-led.md @@ -0,0 +1,26 @@ +--- +title: hp Spectre x360 Mute LED +language: en +layout: default +created: 2018-09-02 15:15:45 +0200 +updated: 2018-09-02 15:15:45 +0200 +toc: false +tags: + - know-how + - hardware + - hp + - spectre + - mute + - led + - gpio +--- +The LED in the mute key doesn't work out of the box. To enable it, add a file `/etc/modprobe.d/hp-spectre.conf` +with the following contents: + +``` +options snd-hda-intel model=mute-led-gpio +``` + +After a reboot, the LED should light up when the audio is muted. + +(Source: [wiki.archlinux.org](https://wiki.archlinux.org/index.php/HP_Spectre_x360_15-ap012dx#Mute_Button_LED))