From dff1cc28f442366da2218e02ac299ea589d72593 Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Fri, 6 May 2016 14:19:36 +0200 Subject: [PATCH] Update README. --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ce2b11b..aa25876 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ # init-headphone Fedora package for init-headphone. -Re-enables the headphone jack after sleep/suspend resume on Clevo W230SS-based -laptops. +Re-enables the headphone jack after sleep/suspend resume on some Clevo laptops. ## Installation Download the latest RPM from [here](https://github.com/letitz/init-headphone/releases/latest), or from the command line: ```sh -$ wget https://github.com/letitz/init-headphone/releases/download/0.2.0/init-headphone-0.2.0-1.fc21.noarch.rpm +$ wget https://github.com/letitz/init-headphone/releases/download/0.10/init-headphone-0.10-1.fc23.noarch.rpm ``` Install it: @@ -19,14 +18,20 @@ $ sudo dnf install init-headphone-*.rpm Add `acpi_enforce_resources=lax` to `GRUB_COMMAND_LINE_LINUX` in `/etc/default/grub`. +Enable the systemd service so that the script is run every time the laptop +resumes: +```sh +$ sudo systemctl enable init-headphone +``` + You're all set! Try suspending and resuming and enjoy the sound in your headphones! ## Credits -Unrud for finding the fix, writing the script and packaging it for Debian +Unrud for finding the fix, writing the script and packaging it for Debian. -Ektor5 for packaging it for Arch Linux +Ektor5 for packaging it for Arch Linux. ### Sources and discussions: - https://bugzilla.kernel.org/show_bug.cgi?id=75151