Bug 2334171
Summary: | Missing /proc/net/wireless in 6.13.0-0-* | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Onyeibo Oku <onyeibo> | ||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | acaringi, adscvr, airlied, alciregi, alekcejk, bskeggs, hdegoede, hpa, josef, kernel-maint, linville, masami256, mchehab, pbrobinson, ptalbert, steved, suraj.ghimire7 | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2025-02-23 11:20:10 UTC | Type: | --- | ||||
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
Onyeibo Oku
2024-12-26 10:01:05 UTC
Created attachment 2063896 [details]
dmesg
The same with iwlwifi driver from kernel-6.14.0-0.rc1.15.fc42.x86_64. /proc/net/wireless missing also with kernel-6.13.2-200.fc41 and iwlwifi. Is it possible to restore it since some programs require its presence? Fedora has disabled it.
From the linux-wireless mailing list.
Alex Gavin wrote:
> Support for /proc/net/wireless is still present in the kernel. However, in the GitHub issue
> referenced by the bug report you linked, user 'clnhub' noted that Fedora has removed wireless
> extensions (wext) support from their 6.12+ kernel builds [1].
>
> You can still build it into the kernel by enabling 'WIRELESS_PROC' in your configuration.
>
> [1] https://github.com/clnhub/rtl8192eu-linux/issues/111#issuecomment-2562629866
No idea what Fedora was thinking. I'm using my own kernel anyway.
(In reply to nucleo from comment #3) > /proc/net/wireless missing also with kernel-6.13.2-200.fc41 and iwlwifi. > Is it possible to restore it since some programs require its presence? In short no, wireless-extensions has been deprecated since 2006 and applications have had nearly 20 years to migrate to the new interfaces. Fedora did an official change to remove wireless extensions, there was a slight reprieve as there were a few drivers upstream that still depended on them but they are now migrated. https://fedoraproject.org/wiki/Changes/RemoveWirelessExtensions The old interface doesn't support a bunch of "new" wireless features like anything newer than 802.11n and actively don't work for wifi 7. There's nothing in Fedora that has depended on wireless extensions since the change above, you should work with the packages that aren't in Fedora to migrate to the "new" interface using libnl that's only been around for 20 years, it also has a bunch of new features that may provide better details. |