Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernels >= 4.11 include NVMe patch #8

Merged
merged 1 commit into from
Apr 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ is appreciated.
| [Graphics card](#amd) (AMD) | :heavy_check_mark: working |
| [Keyboard & Touchpad](#keyboard--touchpad) | :heavy_check_mark: working with out-of-tree driver |
| [Keyboard backlight](#keyboard-backlight) | :x: not working |
| [NVMe](#nvme) (internal SSD) | :heavy_check_mark: working with out-of-tree patch |
| [NVMe](#nvme) (internal SSD) | :heavy_check_mark: working |
| [Screen](#screen) | :heavy_check_mark: working |
| [Suspend & Hibernation](#suspend--hibernation) | :x: not working |
| [Temperature & fan sensors](#temperature--fan-sensors) | :heavy_check_mark: working |
Expand Down Expand Up @@ -146,15 +146,15 @@ working either.

## NVMe

Isn't detected automatically on MacBookPro 13,1 and MacBookPro 13,2, needs
out-of-tree patch to work there:
http://lists.infradead.org/pipermail/linux-nvme/2016-May/004618.html

Alternative workaround:
```
modprobe nvme
echo 106b 2003 > /sys/bus/pci/drivers/nvme/new_id
```
MacBookPro 13,1 and MacBookPro 13,2:
- works with kernels >= 4.11
- lower versions of kernel need out-of-tree patch:
http://lists.infradead.org/pipermail/linux-nvme/2016-May/004618.html
- alternative workaround:
```
modprobe nvme
echo 106b 2003 > /sys/bus/pci/drivers/nvme/new_id
```

As the MacBookPro13,3 uses a different chipset for NVMe it works there out
of the box.
Expand Down