Bug 863386
| Summary: | [iwl4965] _il_grab_nic_access | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dario Castellarin <req1348> |
| Component: | kernel | Assignee: | Stanislaw Gruszka <sgruszka> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, ondra.pelech, sgruszka |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:c83069cc2faf9bc2d8df31a452a445301af10d0e | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-12-15 18:24:07 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: | |||
|
Description
Dario Castellarin
2012-10-05 10:15:59 UTC
Is this problem reproducible? Or happened once at random? It happens from time to time but I cannot reproduce it reliably, usually abrt was reporting it as bug #859196, this is the first time it created a new report. Heh, abrt went crazy, bug 859196 have nothing in common with this issue. Is this regression? I.e. this problem did not happen on older kernels, if so, on which kernel version it started? Does the problem still happen with latest kernel update 3.6.3: http://koji.fedoraproject.org/koji/buildinfo?buildID=361634 I'm also seeing this in dmesg (abrt got me here). I've done a fresh install of fedora 17 today and I've been getting this all the day. Wifi is slow and sluggish and dmesg is full of this and hardware errors and resets. Before installing fedora 17 I was using fedora 14 and wifi worked without issues. Seems a big regresion in iwl4965 driver. I'm using kernel 3.6.3-1.fc17.i686 (updated today after install). Please do the fallowing: Add this line in /etc/rsyslog.conf: kern.* /var/log/kernel Restart rsyslog services: # systemctl restart rsyslog.service Restart iwl4965 module with verbose debug enabled: # modprobe -r iwl4965 # modprobe iwl4965 debug=0x47833fff Reproduce the problem, wait until first WARNING will show up in the /var/log/kernel file). Unload module: # modprobe -r iwl4965 Then attach /var/log/kernel file here (compressed if needed, if still too big, post it to my email address or provide somewhere to download). At the end seems that the real problem was that my system was getting stuck when I was not moving the mouse or typing in the keyboard and that was getting the wifi driver crazy causing a lot of timeouts. Setting nohz=off in the kernel seems to have fixed everything as I can't reproduce the problems anymore :) Can you reproduce problem without nohz=off ? Perhaps we should increase time-out on grap_nic_access function then, but most likely problem lies on some other kernel component than the iwlegacy driver. |