Bug 2293600
Summary: | kernel-6.9.4-200.fc40.x86_64- USB devices not detected/won't connect | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | knipp30 | ||||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 40 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, email, hdegoede, hpa, jforbes, josef, kernel-maint, linville, masami256, mchehab, ptalbert, steved, suraj.ghimire7, wcohen | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2024-07-15 21:49:32 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
knipp30
2024-06-21 06:04:23 UTC
Created attachment 2037899 [details]
6.9.4 dmesg logs
Issue still present on kernel: 6.9.5-200.fc40.x86_64 Thanks! One more update, after some digging I was able to find the following: https://lore.kernel.org/all/CABRw72orHLEqpAS%3DcW1ThGkVUW0juqc7Y_-N2%3Do-k0rSqgpLxA@mail.gmail.com/ Looks to be a regression from 6.8 > 6.9. Please let me know if I can assist. Still present in kernel -6.9.7-200.fc40.x86_64 Still present in kernel 6.9.8-200.fc40.x86_64 Hi, I seem to have found the issue. It seems that the xpad kernel module, which was in the 6.8 and below kernels, is not present in the 6.9.4+ kernels. Can this be added back to the kernel? That module is in the kernel-modules-extra package: rpm -ql kernel-modules-extra-6.9.7-200.fc40.x86_64 | grep xpad /lib/modules/6.9.7-200.fc40.x86_64/extra/drivers/input/joystick/psxpad-spi.ko.xz /lib/modules/6.9.7-200.fc40.x86_64/extra/drivers/input/joystick/xpad.ko.xz Hi Justin, Do you know if there is a reason that this changed between 6.8 and 6.9? Looking at my installed kernel packages for 6.8.11 and 6.9.7: ~~~ $ rpm -qa |grep 6.8.11 kernel-modules-core-6.8.11-300.fc40.x86_64 kernel-core-6.8.11-300.fc40.x86_64 kernel-modules-6.8.11-300.fc40.x86_64 kernel-6.8.11-300.fc40.x86_64 kernel-devel-6.8.11-300.fc40.x86_64 $ rpm -qa |grep 6.9.7 kernel-modules-core-6.9.7-200.fc40.x86_64 kernel-core-6.9.7-200.fc40.x86_64 kernel-modules-6.9.7-200.fc40.x86_64 kernel-6.9.7-200.fc40.x86_64 kernel-devel-6.9.7-200.fc40.x86_64 ~~~ I'll test in a moment and let you know if this resolves the issue. Thanks! Justin, Thanks for the update on this! Installing the kernel-modules-extra package fixed this issue and now the xinput devices work as expected. There are a handful of users in the Fedora subreddit that had this issue, as well as the mailing list update I shared earlier. Ill do what I can to update any that I see experiencing this issue. Ill go ahead and close this BZ, thanks! |