Opened 3 years ago
Closed 3 years ago
#17778 closed bug (fixed)
[regression] Intel N6235 WiFi unstable, disconnects
Reported by: | kim1963 | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta4 |
Component: | Drivers/Network/iprowifi4965 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Wifi card Intel N6235 in the revision 56168 works poorly, unstable. It spontaneously disconnects and loses its wifi access point. Revision 56147 works perfectly, a stable wifi connection. It is likely that the bug appeared in the revision 56148 - 56158.
Attachments (9)
Change History (24)
by , 3 years ago
by , 3 years ago
Attachment: | screenshot38.png added |
---|
comment:1 by , 3 years ago
Component: | Network & Internet/Wireless → Drivers/Network/iprowifi4965 |
---|---|
Owner: | changed from | to
Summary: | hrev56168 Intel wifi N6235 bad work → [regression] Intel N6235 WiFi unstable, disconnects |
follow-up: 3 comment:2 by , 3 years ago
Can you please test with hrev56154 and see what happens? Either way, upload a syslog from that revision.
comment:3 by , 3 years ago
Replying to waddlesplash:
Can you please test with hrev56154 and see what happens? Either way, upload a syslog from that revision.
Two night images 56151 and 56156, no 56154 https://download.haiku-os.org/nightly-images/x86_64/
by , 3 years ago
Attachment: | syslog56156 added |
---|
comment:6 by , 3 years ago
I dug out the laptop I have which uses this driver (though with a much older device), and unfortunately the bug does not reproduce on hrev56168 here; the device works fine. I downloaded a bunch of stuff with no problems...
I guess we are going to have to go the old-fashioned route to debug this then. I'll build a test driver or two and we will go from there I suppose.
comment:7 by , 3 years ago
Here are two versions of the driver to test with. Please use the latest version of Haiku itself, and blocklist the driver before booting.
Test with the iprowifi4965-1
driver first. If it works, then test with the iprowifi4965-0
driver also. If it does not work, please upload a syslog. (If it does not work, then do not bother testing with iprowifi4965-0
.)
by , 3 years ago
Attachment: | syslog.old56168-1 added |
---|
by , 3 years ago
Attachment: | syslog56168-1 added |
---|
by , 3 years ago
Attachment: | screenshot45.png added |
---|
comment:9 by , 3 years ago
OK, thanks, that info was helpful. Try this version and see what happens, please.
by , 3 years ago
Attachment: | syslogiprowifi4965-2-56177 added |
---|
comment:11 by , 3 years ago
Excellent, that narrows down what the problem could be. This new version should behave the same as the previous one, but it will print a lot more information to the syslog, and hopefully I should be able to determine what the fix needs to be from that.
Please use it for a while (10-20min or so) and then upload a new syslog.
by , 3 years ago
Attachment: | syslog.old added |
---|
comment:13 by , 3 years ago
Thanks. I think I found the bug this time; it was a monumentally stupid error on my part.
If this new driver works, I will commit the fix and close this ticket. Thanks again for your patience in testing this.
by , 3 years ago
comment:15 by , 3 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I've committed the fix in hrev56182. Thank you very much for patiently testing all the different builds!