#14274 closed bug (fixed)
idualwifi7260 doesn't connect
Reported by: | korli | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Drivers/Network/idualwifi7260 | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
using hrev52097 x86_64
KERN: PCI: [dom 0, bus 2] bus 2, device 0, function 0: vendor 8086, device 24fd, revision 78 KERN: PCI: class_base 02, class_function 80, class_api 00 KERN: PCI: vendor 8086: Intel Corporation KERN: PCI: device 24fd: Wireless 8265 / 8275 KERN: PCI: info: Network controller KERN: PCI: line_size 10, latency 00, header_type 00, BIST 00 KERN: PCI: ROM base host 00000000, pci 00000000, size 00000000 KERN: PCI: cardbus_CIS 00000000, subsystem_id 0110, subsyKERN: stem_vendor_id 8086 KERN: PCI: interrupt_line 0a, interrupt_pin 01, min_grant 00, max_latency 00 KERN: PCI: base reg 0: host ef000000, pci ef000000, size 00002000, flags 04 KERN: PCI: base reg 1: host 00000000, pci 00000000, size 00000000, flags 00 KERN: PCI: base reg 2: host 00000000, pci 00000000, size 00000000, flags 00 KERN: PCI: base reg 3: host 00000000, pci 00000000, size 00000000, flags 00 KERN: PCI: base reg 4: host 00000000, pci 00000000, size 00000000, flags 00 KERN: PCI: base reg 5: host 00000000, pci 00000000, size 00000000, flags 00 KERN: PCI: Capabilities: PM, MSI, PCIe
Attachments (2)
Change History (15)
by , 6 years ago
Attachment: | syslog_asus8th.2 added |
---|
comment:1 by , 6 years ago
Description: | modified (diff) |
---|
comment:2 by , 6 years ago
KERN: [idualwifi7260] (iwm) iwm_intr: controller panicked, iv_state = 2; restarting ... KERN: [idualwifi7260] (iwm) iwm_auth: failed to update power management KERN: [idualwifi7260] (iwm) iwm_newstate: could not move to auth state: -2147483637
That looks to be the problem here. Can you test on FreeBSD 11.2, please? And if you haven't, compiling the driver with IWM_DEBUG enabled and the if-test later on in that file commented out so all prints are enabled might give some more insights.
I'll ask the FreeBSD folks if they know anything about this, though.
comment:3 by , 6 years ago
I tested with the FreeBSD 11.2 memstick, the driver doesn't show up. I've verified the stick with the laptop with the Atheros wlan device, it works there. I've checked in /var/log/messages, no iwm related messages there. Any idea to get more logs in FreeBSD?
comment:4 by , 6 years ago
I know there are some sysctls to enable more logging, but these only work after boot has completed, and so probably are not useful. You might need to manually enable a firmware if they haven't enabled it by default; but I've never had to do that so I'm not sure. (Maybe find me on IRC?)
comment:5 by , 6 years ago
There are some commits in OpenBSD and DragonFlyBSD that might fix this. One of the FreeBSD developers said that he plans to cross-merge those within the next few weeks; so waiting for that might make sense.
comment:6 by , 6 years ago
I tried 12.0-CURRENT, same behavior. Then I tried "kldload if_iwm", the driver is loaded, the correct firmware module appears loaded when listing with kldstat. I could then create the wlan interface, but wpa_supplicant returns an error about interfacing the driver.
comment:9 by , 6 years ago
So, I have actually seen this occur on my hardware now; it seems intermittent. On some reboots it happens 100% of the time, on others it never happens and I have WiFi. Talking to the FreeBSD guys, it seems the iwm driver is just very flaky in general...
comment:12 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
At least I haven't seen those controller panics anymore after that commit, so, closing as fixed.
comment:13 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
syslog