-
-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot create hotspot when wifi connected on iwlwifi after Linux kernel 6.11 #435
Comments
It seems that Intel bans multi-channel off |
@CicadaSeventeen has a regression bug report been made on the linux kernel side yet? |
Kernel people refused to fix it. see : |
What is their rationale behind not fixing this? I read the link you gave but me being new to linux just dont understand this. This feature is just too important for my usecase. |
I have this same problem on manjaro: it works in Kernel 6.6 but not anymore on Kernel 6.11 or 6.12. In the Manjaro Forum @linux-aarhus tested that it really is a problem of iwlwifi and not seen with another driver. I wonder how the other kernel wifi drivers see this: Will they follow iwlwifi and also disable these interface combinations? In that same thread I tried to get wifi-p2p working like the kernel dev said, but I failed. Is wifi-p2p something that could be implemented in linux-wifi-hotspot? |
Describe the bug
Unable to create hotspot when connected to any WIFI, when running with Linux kernel version >= 6.11.0
Also, unable to connect to WIFI when hotspot on, when running with Linux kernel version >= 6.11.0
There is no such problem on Linux kernel 6.10
To Reproduce
Steps to reproduce the behavior:
linux-wifi-hotspot
Not running
Expected behavior
Hotspot enabled, which is that case when kernel version <= 6.10
Screenshots
Desktop (please complete the following information):
Additional context
I have done bisect off kernel to find out some hints.
Between 6.10 and 6.11, such commit breaks all WIFI:
And such commit fixs WIFI. However, after that, hotspot is not fixed.
The text was updated successfully, but these errors were encountered: