hp Spectre mute LED fix for Linux.
0
assets/toyota-touch-2-ecu-selection.jpg
Executable file → Normal file
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
0
assets/toyota-touch-2-service-menu.jpg
Executable file → Normal file
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
0
assets/toyota-touch-2-transfer-complete.jpg
Executable file → Normal file
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
0
assets/toyota-touch-2-update-progress.jpg
Executable file → Normal file
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 37 KiB |
@ -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))
|