#17811 closed bug (fixed)
idualwifi7260 KDL when booting image from USB drive
Reported by: | vidrep | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta4 |
Component: | Drivers/Network/idualwifi7260 | Version: | R1/beta3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #17817 | |
Platform: | All |
Description
hrev56202 x86_64
When attempting to boot the current Haiku image from a USB drive goes into KDL
Updating to the current hrev from SoftwareUpdater and rebooting works OK
Photo of KDL attached
Attachments (2)
Change History (13)
by , 2 years ago
Attachment: | IMG_0669.JPG added |
---|
comment:1 by , 2 years ago
comment:2 by , 2 years ago
Component: | - General → Drivers/Network/idualwifi7260 |
---|---|
Owner: | changed from | to
comment:3 by , 2 years ago
mbrumbelow reports the same phenomenon under the iaxwifi200 driver. Very strange.
comment:4 by , 2 years ago
I was able to reproduce the issue with idualwifi7260 and iaxwifi200. This was Booting from USB stick with hrev56202 iso.
comment:5 by , 2 years ago
The crash appears to be due to ic->ic_bss
being NULL. That should never be the case in this path, because it is set by ieee80211_media_init
before ieee80211_media_status
is invoked. So, something is going deeply wrong.
The crash before hrev56208 was committed appeared to be an invalid memory access in tq_handle_thread
. That may be related, possibly something is misusing memory.
follow-up: 9 comment:6 by , 2 years ago
Please test booting with SMP disabled and see if that makes any differences.
comment:7 by , 2 years ago
You should be able to work around this, if I am correct, by temporarily blocklisting the driver, upgrading the intel_wifi_firmwares
and wpa_supplicant
package, and then rebooting; the driver should then work and not crash.
comment:8 by , 2 years ago
Blocking: | 17817 added |
---|
comment:9 by , 2 years ago
i dont see difference :(
Replying to waddlesplash:
Please test booting with SMP disabled and see if that makes any differences.
comment:10 by , 2 years ago
Milestone: | Unscheduled → R1/beta4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in hrev56238.
(The photo of the KDL actually comes from a test with hrev56208.)