|
|
|
|
|
by phaemon
3694 days ago
|
|
I don't know if it's the same webcam in the newest Macbook, but the the reverse engineered driver works perfectly for me on a 2013 model: https://github.com/patjak/bcwc_pcie/wiki Just follow the instructions exactly. If it doesn't work first time, try `sudo modprobe -r bdc_pci` and then retry `sudo modprobe facetimehd` and see if it creates `/dev/video0` (which means it's working) For suspend, is it waking up after you close the lid? I fixed this with: sudo -i
echo XHC1 > /proc/acpi/wakeup
Then give it a test. If it works, pop it into a startup service somewhere. |
|
I added that script to echo XHC1 to wakeup here: /usr/lib/pm-utils/sleep.d/100macfix without any luck (made it executable)
I also removed light-locker (that was the cause wakeup problems on my old macbook pro (6,1), but no luck with that either.
I will play with it another time and report back here if I make progress.