Bug 2110372
| Summary: | Request for kernel modules for DLN2 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Markus Rathgeb <maggu2810> | ||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 36 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, hpa, jarodwilson, jglisse, jonathan, josef, kernel-maint, lgoncalv, linville, maggu2810, masami256, mchehab, ptalbert, steved | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | kernel-5.19.4-200.fc36 kernel-5.19.4-100.fc35 kernel-5.19.6-300.fc37 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-08-28 23:05: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
Markus Rathgeb
2022-07-25 10:56:14 UTC
Created attachment 1899868 [details]
integrate dln2 support into default fedora x86_64 config
This patch works for me.
I did it only for x86_64 (no other architecture) and fedora (no rhel).
The relevant modules will be added to the kernel-modules-extra package.
Anything I can do to move this forward? FEDORA-2022-2a2290062f has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-2a2290062f FEDORA-2022-b0205d1c7f has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-b0205d1c7f FEDORA-2022-a7c12f917e has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-a7c12f917e FEDORA-2022-2a2290062f has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-2a2290062f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-2a2290062f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-b0205d1c7f has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-b0205d1c7f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-b0205d1c7f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-a7c12f917e has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-a7c12f917e` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-a7c12f917e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-b0205d1c7f has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-a7c12f917e has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-ccb0138bb6 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-ccb0138bb6` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-ccb0138bb6 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-ccb0138bb6 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. Tested with 5.19.6-200.fc36.x86_64: * kernel-5.19.6-200.fc36.x86_64 * kernel-core-5.19.6-200.fc36.x86_64 * kernel-modules-5.19.6-200.fc36.x86_64 * kernel-modules-extra-5.19.6-200.fc36.x86_64 I was able to load the DLN2 modules - to be more precise the modules are loaded after plugging in the device. I tested using the I²C device nodes (with i2c-dev module) to interact with devices connected to the DLN2's I²C bus. All fine. Thanks a lot! |