aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
-rw-r--r--README11
2 files changed, 11 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a664da0b8fa4..b85934a2b893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
# Maintainer: Samuel Vincent Creshal <samuel@creshal.de>
-# Original fix by Quintus, http://thinkpads.com/forum/viewtopic.php?p=791840#p791840
pkgname=x62-alsa-hacks
pkgver=0.0.2
diff --git a/README b/README
new file mode 100644
index 000000000000..132731c6d5af
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+Fix for the 51nb X62 laptop's sound chip, which isn't recognized with default
+settings.
+
+Install [from AUR](https://aur.archlinux.org/packages/x62-alsa-hacks/) on Arch
+and derivatives, for other systemd-enabled distributions, copy
+`snd-hda-intel-x62.conf` to `/etc/modprobe.d/` and `x62-alsa-config.service` to
+`/usr/lib/systemd/system/x62-alsa-config.service`, then run `systemctl enable
+x62-alsa-config` and reboot.
+
+Original fix by [Quintus](http://thinkpads.com/forum/viewtopic.php?p=791840#p791840),
+ported over to systemd by me.