[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Hui Wang
** Description changed: + [Impact] + + 2 Ubuntu users reported that the spi keyboard/trackpad doesn't work anymore with + Ubuntu Plucky kernel, it works well with Oracular kernel. Through investigation, + I found the root cause is the change on iommu/intel introduced from v6.12-rc1, + from v6.1

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Hui Wang
** Also affects: linux (Ubuntu Plucky) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Plucky) Assignee: (unassigned) => Hui Wang (hui.wang) ** Changed in: linux (Ubuntu Plucky) Importance: Undecided => Medium ** Changed in: linux (Ubuntu) Importance: Undecide

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Eoin Young
Working. Thanks a million -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Apple spi keyboard/trackpad not working 25.04 To manage notifications about this bug go to: https://bugs.laun

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Bill Nickless
Yay keyboard and trackpad work! bill@aritrade:~$ cat /proc/sys/kernel/version #22+spikeyboard SMP PREEMPT_DYNAMIC Tue Jun 3 11:29:39 UTC 2025 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 T

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Hui Wang
I applied the patch of #37 to the ubuntu kernel, please try this testing kernel: https://people.canonical.com/~hwang4/lp2107976/test1/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Ap

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Hui Wang
Ha, looks like there are a fix for this issue in the upstream: hwang4@hwang4-ThinkPad-T14s-Gen-2a:~/work/mainline/linux$ git show 320302baed05c6456164652541f23d2a96522c06 commit 320302baed05c6456164652541f23d2a96522c06 Author: Lu Baolu Date: Tue May 20 15:58:49 2025 +0800 iommu/vt-d: Rest

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-03 Thread Hui Wang
Yes, the change in the iommu/intel is fishy. Will investigate the change. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Apple spi keyboard/trackpad not working 25.04 To manage notifi

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Bill Nickless
It looks to me (a non-kernel expert) like the driver for the keyboard and trackpad can't read or write to the device due to the IOMMU not being set up to allow those reads/writes (e.g.): Jun 02 06:54:51 aritrade kernel: input: Apple SPI Keyboard as /devices/pci:00/:00:1e.3/pxa2xx-spi.3/sp

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Bill Nickless
** Attachment removed: "20250602-journalctl-dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2107976/+attachment/5881796/+files/20250602-journalctl-dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bu

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Bill Nickless
** Attachment added: "20250602-journalctl-dmesg.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2107976/+attachment/5881796/+files/20250602-journalctl-dmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Bill Nickless
Confirmed https://kernel.ubuntu.com/mainline/v6.12-rc7/ boots but no trackpad or keyboard -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Apple spi keyboard/trackpad not working 25.04

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Hui Wang
try this one: https://kernel.ubuntu.com/mainline/v6.12-rc7/ thx -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Apple spi keyboard/trackpad not working 25.04 To manage notifications a

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Bill Nickless
Good morning and thank you for looking into this issue! * https://kernel.ubuntu.com/mainline/v6.12-rc4/ gives me 404 File Not Found * https://kernel.ubuntu.com/mainline/v6.12/ boots but no trackpad or keyboard * https://kernel.ubuntu.com/mainline/v6.13-rc1/ boots but no trackpad or keyboard -

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Hui Wang
And it is most likely the trackpad issue is also introduced by the change of iommu/intel/. After verify the v6.12-rc4, we could bisect the iommu driver to fix the trackpad issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Hui Wang
I found why 6.12-rc1/2/3 deosn't boot, this is a fix for this issue (not booting), so this fix is in -rc4, so please test 6.12-rc4, in theory, 6.12-rc4 could boot. hwang4@hwang4-ThinkPad-T14s-Gen-2a:~/work/mainline/linux/drivers/iommu/intel$ git show 6e02a277f1db24fa039e23783c8921c7b0e5b1b3 commi

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-06-02 Thread Hui Wang
@Bill Could you help test https://kernel.ubuntu.com/mainline/v6.12/ and https://kernel.ubuntu.com/mainline/v6.13-rc1/. The drivers for this device are spi/spi-pxa2xx*, mfd/intel-lpss* and input/keyboard/applespi*, I compared 6.11 and 6.12, there is no significant change (nearly no change at all).

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-30 Thread Bill Nickless
Confirming the same behavior on my MacBookPro14,1: * 6.14.0-15-generic boots but built-in keyboard and trackpad are dead * 6.12.0-rc2 does not boot * 6.12.0-rc3 does not boot (see attached video; looks like a kernel oops in intel_lpss_pci) * 6.11 boots with working built-in keyboard and track

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Appl

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-28 Thread Hui Wang
So the regression is introduced between 6.11 and 6.12, we need to narrow down further, since v6.12-rc1 doesn't boot on your machine, could you try v6.12-rc2? https://kernel.ubuntu.com/mainline/v6.12-rc2/ If -rc2 still doesn't boot, try -rc3 ... thx. -- You received this bug notification because

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-28 Thread Eoin Young
6.11 works. 6.12-rci will not boot into ubuntu (nvme0n2: unable to read partition table; partition table beyond EOD, truncated... tscclocksource) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-22 Thread Hui Wang
Then try 6.11 https://kernel.ubuntu.com/mainline/v6.11/ and 6.12-rc1 https://kernel.ubuntu.com/mainline/v6.12-rc1/ thx. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Apple spi keyboa

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-22 Thread Eoin Young
Neither 6.12 or 6.13-rc1 have keyboard and trackpad working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Apple spi keyboard/trackpad not working 25.04 To manage notifications about

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-21 Thread Hui Wang
Could you try https://kernel.ubuntu.com/mainline/v6.12/ and https://kernel.ubuntu.com/mainline/v6.13-rc1/, there is a new patch applied to applespi of v6.13-rc1, let us see if it is the root cause. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-21 Thread Eoin Young
Issue persists with 6.14.0-061400. Booting into 6.11.0-25 fixed the issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2107976 Title: Apple spi keyboard/trackpad not working 25.04 To manage notif

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-20 Thread Hui Wang
Can you try https://kernel.ubuntu.com/mainline/v6.14/ kernel? Download amd64/linux-image-unsigned-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb amd64/linux-modules-6.14.0-061400-generic_6.14.0-061400.202503241442_amd64.deb and install them with 'sudo dpkg -i *.deb' and reboot,

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-05-20 Thread Eoin Young
apport information ** Tags added: apport-collected wayland-session ** Description changed: - Following upgrade to 25.04 the spi keyboard and trackpad are not working - on my macbook 10,1. No mouse shows up on screen. applespi shows up still - but dmesg logs show corrupt packets and timeouts. I

[Bug 2107976] Re: Apple spi keyboard/trackpad not working 25.04

2025-04-26 Thread Paul White
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please execute the following command only once, as it will automatically gather debugging information, in a terminal: apport-collect 2107976 When reporting bugs in the future please use apport by using 'ubuntu-