Orlando Chamberlain

Results 22 comments of Orlando Chamberlain

This patch will fix it https://lore.kernel.org/lkml/[email protected]/T/#u Hopefully it'll make it's way into the upstream kernel soon.

That patch is in 5.16, but it seems like the bluetooth controller is sending junk and deformed packets (could be an issue with the uart), after the first few commands...

It was a uart issue, the clock speed was wrong, hence the random data. https://lore.kernel.org/lkml/[email protected]/T/#u Now it's failing to power on the controller: ``` @ MGMT Command: Set Powered (0x0005)...

I'm told it works with the correct clock speed for uart after unblocking with rfkill and restarting the bluetooth service, so I think this > ``` > @ MGMT Command:...

This patch in linux-mbp-arch fixes that for me. https://github.com/aunali1/linux-mbp-arch/blob/master/4008-HID-apple-Add-support-for-MacBookPro16-1-keyboard-tr.patch

Try using these instructions for dkms: https://wiki.t2linux.org/guides/dkms/

can you check `cat /proc/cmdline`? If it doesn't contain `iommu=pt` and `intel_iommu=on`, can you follow [this](https://wiki.t2linux.org/guides/audio-config/#enable-pass-through-kernel-parameters), reboot and see if it helps

you should be able to combine them with `cat livecd.z?? > full.zip` then `unzip full.zip`

This release of the kernel should make the trackpad driver correctly identify your trackpad, enabling right click and scrolling. https://github.com/marcosfad/mbp-ubuntu-kernel/releases/tag/v5.10.47

If the touchbar doesn't change mode (i.e. fn keys to special keys), try [resetting the smc](https://support.apple.com/en-au/HT201295), which should make it go back to normal, but it will probably get stuck...