Stefan Dösinger
Stefan Dösinger
No real progress on the page size thing: https://arstechnica.com/gadgets/2023/02/linux-is-not-exactly-ready-to-run-on-apple-silicon-but-give-it-time/
There are hypothetical solutions to the 16kb page size problem. Windows might use 4kb page sizes, but the API mostly exposes 64k page sizes. VirtualAlloc et al work on 64k...
That's the plan for 64 bit x86 on arm64. Jacek Caban is working on arm64ec support for mingw and clang, then Wine will fill in the rest and most of...
The build error with .remove is trivial to fix, but for me the touch bar doesn't work with 6.6 regardless. The driver detects it, registers the input device, but the...
I don't have usbmuxd running at all. I am now building a 6.1 kernel again to see if something else changed (like accidental deletion of the firmware from the efi...
With Linux 6.1.76 the touch bar is working with @marc-git 's driver. With 6.4 and 6.6 it doesn't work most of the time. So I have a baseline for bisecting....
My bisect ended with this kernel commit as the first bad one: ``` 8762069330316392331e693befd8a5b632833618 is the first bad commit commit 8762069330316392331e693befd8a5b632833618 Merge: 6861eaf79155 833f7d4819a8 Author: Linus Torvalds Date: Wed Feb...
So my previous bisect ended up with a non-sensical commit because the touch bar luckily worked 3 times with a "bad" kernel. On a second attempt I ended up with...
Reverting e04955db on a 6.6 kernel makes the touch bar come up reliably. I guess the problem only affects pre T2 macs. Sadly I don't know the USB technical details...
@gjvanderheiden the touch bar works for me occasionally with an unmodified 6.6 kernel. I don't know if this is runtime luck or has something to do with how the kernel...