aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..132731c6d5af
--- /dev/null
+++ b/README.md
@@ -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.