-
Notifications
You must be signed in to change notification settings - Fork 180
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
(requires fix in Linux kernel) Not working with Slackware-current and kernel 6.1.66 #200
Comments
Hi @Jesus-M I also saw a report from an Ubuntu user this morning and it sounded like this. He was using kernel 6.2.x. This sounds like a backport that was just applied to kernel 6.1.66 and the Ubuntu kernel 6.2.x is the problem. Now to figure out what backports were applied to kernel 6.1.66 and figure out which one is the problem. Wanna help? |
Sure, happy to help. But you know, I'm not a developer, so I can help if you tell me what to do and what info you need from me. //JM |
Sometimes I wonder if I am a developer. I learned programming back in the dark ages with FORTRAN on an IBM Mainframe. I have a couple of C reference books and I just dig in. I don't have time to look at this today and all indications are that this is going to blow up over the next week as 6.1.66 finds its way into more distros. I am having a senor moment in that I forget the best place to find the backports that went into 6.1.66 so if you could do some research and find what backports went into 6.1.66, that would be a really good start and a big help. |
hi, I am having basically the same issue on an older kernel, is it possible for you to run dmesg on your system after tring to insert the module? Im curious to see if it errors out in the same way |
The same problem occurs in Debian 12 (bookworm). A couple days ago they updated the default kernel: Here is what I got after decode_stacktrace.sh:
|
6.1.66 is a bad kernel. Here is my post about it: |
This bug, caused by the kernel wifi stack mess up, can manifest in different ways depending on your distro. If your distro uses IWD or wpa_supplicant, it may show differently. If your distro is using NetworkManager or something else, you may see different problems. This is a wifi stack problem and it will affect many parts of the wifi system depending on what is used in your system. I simply cannot chase bugs until this problem is cleaned up. If you need a stable system to get work done, boot into the last stable kernel and worry about this when a new kernel has flowed into your system. Regards, |
No compilation errors, apparently the module is installed:
But I have not been able to use it. Any network operation takes forever, until it times out, the interface will not acquire IP address from the DHCP server, and when I try to add a static address, the 'ifconfig' command never completes. I cannot even interrupt it with 'kill' or 'kill -9'.
Installed back kernel 6.1.65 and everything goes well.
The text was updated successfully, but these errors were encountered: