-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix 2009 patch to support v6.5.11 of linux #16
Conversation
07fc8e2
to
0322ab8
Compare
we might need a separate branch for linux 6.5 as I don't think it's going to be possible to have the same patchset work on 6.5 and 6.6 |
@Redecorating correct, but maybe it also fits into the linux 6.6, haven't checked that. Do you know what could be an issue with builds newer than v6.5.2, they don't boot for me, they fail really early during the boot with a kernel panic on apple_hid/bce load. v6.5.2 works for me but there's no screen brightness control. EDIT: It's the same for v6.6
|
0322ab8
to
d432b4e
Compare
d432b4e
to
14e3e40
Compare
what's that panic say? if you have the logs of the panic that could indicate what went wrong |
|
related to this t2linux/apple-bce-drv#11 i think. not sure if your copy of apple-bce has those changes but that pr still doesn't fix the urb cancellation issues properly (it fixes touchbar but breaks closing the camera device) |
I'm using the one from this repo (https://github.com/t2linux/linux-t2-patches) |
The screen backlight does not work. Bluetooth doesn't work. No sleep. |
Ok hopefully main...revert_urb_partial_fix will let you see if reverting those usb changes fixes your booting issue |
Also I've made https://github.com/t2linux/linux-t2-patches/tree/6.5 which should be compatible with 6.5.11. I'm not too sure if that's got the same changes as your branch here, but I think you might have copied directly from the terminal after using |
The assembly started on branch 6.5 |
6.5.11 - the backlight started working. But bluetooth doesn't work. Thunderbolt hotswap does not work. Doc Dell WD19TB |
did you set |
https://github.com/mikeeq/mbp-fedora-kernel/pull/97/files
that's building, booting and working - all besides touchbar :D |
right, so for now we're in a bit of an awkward state where if we revert that, people will be grumpy about touchbar breaking. If we don't, camera will break sometimes and some macs like yours won't boot. |
I guess we've come to a conclusion on that |
2009 was failing a build for Fedora: