aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Vincent Creshal2016-12-23 22:27:11 +0100
committerSamuel Vincent Creshal2016-12-23 22:27:11 +0100
commit42b0f0b37e73db5fc1b15965de7dbcf096e81e99 (patch)
tree90c522f126266d4ec464855aa71ff07e3bb82bed
parent3a1ae9e8fdce43fb0385b982f57df5a9da422f55 (diff)
downloadaur-42b0f0b37e73db5fc1b15965de7dbcf096e81e99.tar.gz
Restructure docs
-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.