Max
Max
Has anyone been able to verify this working on macbook8,1? I've tried most everything, but still get from ``` ~ $sudo btattach --bredr /dev/ttyS0 -P bcm Attaching Primary controller to...
Yep! they're all enabled in my config. Hmm. I'm not sure how to deal with the mux at the BIOS level.
Applied the patch onto tags/v4.15-rc4, ensured the same config flags were enabled that @roadrunner2 specified, and built/installed. Here's the dmesg. (Also now the ttyS0 device doesn't show anymore, and /sys/class/bluetooth...
Good job! it works! [dm.txt](https://github.com/Dunedan/mbp-2016-linux/files/1584193/dm.txt) Removed intremap=nosid, moved to a stock DSDT table, then applied your patch, and everything works. Bluetooth audio is /pretty/ laggy, but I'm hoping that's not...
The stuttering seems to even itself out after enough time playing... well, ok. Also, will enable GPIOLIB and try. : )
I have my own config I'm using, which is why I didn't just pull yours. But yeah, now the stack trace is gone. I'll considering playing with LPC_ICH and GPIO_ICH...
on macOS there is an API that is similar to the registry (NSUserDefaults). I'm not sure exactly how it works with the new macOS model where each app lives in...
I currently don't support universal mach-o's. I'll be fixing this when I get some time in the coming weeks.
@kryptoknight13 It's known. Will be fixed when I get time to refactor it.
You may want to use -D_LIBCPP_ENABLE_ASSERTIONS (Libc++ "Safe Mode") instead of Libc++ "Debug Mode". The debug mode contains checks for iterator invalidation, but from what I can tell, is ABI...