Opened 10 years ago
Closed 10 years ago
#10891 closed bug (fixed)
Intel wifi: could not load firmware
Reported by: | dsjonny | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers/Network | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Haiku cannot use the wireless adapter in an old Fujitsu LifeBook E8020, it not listed as network adapter.
From syslog:
KERN: [iprowifi2200] (iwi) bus_alloc_resource(3, [16], 0x0, 0xffffffff, 0x1,0x2) KERN: add_memory_type_range(5063, 0xb0205000, 0x20000, 0) KERN: set MTRRs to: KERN: mtrr: 0: base: 0x3f680000, size: 0x80000, type: 0 KERN: mtrr: 1: base: 0x80000000, size: 0x40000000, type: 0 KERN: mtrr: 2: base: 0xe0000000, size: 0x20000000, type: 0 KERN: mtrr: 3: base: 0x80000000, size: 0x80000000, type: 1 KERN: [iprowifi2200] (iwi) bus_alloc_resource(1, [0], 0x0, 0xffffffff, 0x1,0x6) KERN: if_initname(0x82c4db00, iwi, 34) KERN: [iprowifi2200] iprowifi2200: /dev/net/iprowifi2200/0 KERN: ifmedia_add: Adding Entry... KERN: Type: IEEE 802.11 Wireless Ethernet KERN: Mode: autoselect KERN: SubType: autoselect KERN: ifmedia_add: Adding Entry... KERN: Type: IEEE 802.11 Wireless Ethernet KERN: Mode: autoselect KERN: SubType: autoselect KERN: SubType Option[0]: adhoc KERN: ifmedia_add: Adding Entry... KERN: Type: IEEE 802.11 Wireless Ethernet KERN: Mode: autoselect KERN: SubType: autoselect KERN: SubType Option[0]: monitor ... KERN: ifmedia_add: Adding Entry... KERN: Type: IEEE 802.11 Wireless Ethernet KERN: Mode: autoselect KERN: SubType: OFDM/54Mbps KERN: SubType Option[0]: monitor KERN: ifmedia_set: target Type: IEEE 802.11 Wireless Ethernet KERN: Mode: autoselect KERN: SubType: autoselect KERN: ifmedia_set: setting to Type: IEEE 802.11 Wireless Ethernet KERN: Mode: autoselect KERN: SubType: autoselect KERN: ieee80211_sysctl_attach not implemented, yet. KERN: [net/iprowifi2200/0] 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps KERN: [net/iprowifi2200/0] 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps KERN: [iprowifi2200] (iwi) could not load firmware KERN: ieee80211_sysctl_detach not implemented, yet. KERN: remove_memory_type_range(5063, 0xb0205000, 0x20000, 0)
The wireless card is an Intel PRO/Wireless 2200BG.
Using hrev47196 nightly anyboot.
Change History (4)
comment:1 by , 10 years ago
comment:3 by , 10 years ago
Thank you the help. The script installed the firmwares and the wifi now works. The ticket can be closed.
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Great, thanks for checking. There are a couple of patches awaiting review in #10464 that should further improve the situation, e.g. no longer requiring any Internet connection to install the firmware. I hope I can bug you for testing again once those patches have been committed.
Have you tried running 'install-wifi-firmwares' and then rebooting?