Greetings, all.
I was gifted a PCI wireless NIC, and just got the opportunity to plug it into a spare I had, to see how it worked. Sadly, FreeBSD didn't even notice it. OK, it's a Broadcom -- see closed source; so I didn't have unrealistic expectations. But I do know that alot of work has been done with Broadcom chips, so I'm guessing it's not "out of reach".
Anyone working on this one , or both of these?
Details:
It's an Askey (model number unknown) I was only able to find an FCC ID: H8NWLH3010
Links to any useful details I could find:
https://fccid.io/H8NWLH3010 (has all the docs, as well as the manual)
https://wikidevi.com/wiki/Askey_WLH3010 (has good links too)
OK, from the users manual provided to the FCC:
Yea, I know. It's pretty old stuff. But still useful in a utilitarian sort of way. I had hoped to use for a WAP/Gateway in the house, or garage.
Anyway... Given FreeBSD provided no joy, I decided to spin up a CentOS live DVD I had, and see if I had any luck there. Here's the results (from dmesg(8)):
So it appears there's hope -- the card isn't recognized in FreeBSD, because it's dead.
Any information, or pointers would be greatly appreciated!
Thanks!
--Chris
I was gifted a PCI wireless NIC, and just got the opportunity to plug it into a spare I had, to see how it worked. Sadly, FreeBSD didn't even notice it. OK, it's a Broadcom -- see closed source; so I didn't have unrealistic expectations. But I do know that alot of work has been done with Broadcom chips, so I'm guessing it's not "out of reach".
Anyone working on this one , or both of these?
Details:
It's an Askey (model number unknown) I was only able to find an FCC ID: H8NWLH3010
Links to any useful details I could find:
https://fccid.io/H8NWLH3010 (has all the docs, as well as the manual)
https://wikidevi.com/wiki/Askey_WLH3010 (has good links too)
OK, from the users manual provided to the FCC:
Code:
Host Interfaces: Mini PCI
Form factor: Type III B
Chipset: Broadcom BCM 4306 & BCM 2050
Operation Voltage: 3.3VDC
Network Standards: IEEE 802.11b (Wi-FiTM) standard and IEEE 802.11g draft standard (54G)
Modulation Techniques: DBPSK,DQPSK,CCK,16QAM,64QAM
Modulation Technology: OFDM,DSSS
Data Rate: 802.11b: 11, 5.5, 2, 1 Mbps 802.11g: 54, 48, 36, 24, 18, 12, 9, 6 Mbps
Network Architectures: Infrastructure and Ad Hoc
Operating Frequencies: 2.4-2.497 GHz
Operating Channels: 802.11b: 11 for North America, 14 for Japan, 13 for Europe (ETSI)
802.11g: 13 for North America, 13 for Europe (ETSI), 13 for Japan
...
Anyway... Given FreeBSD provided no joy, I decided to spin up a CentOS live DVD I had, and see if I had any luck there. Here's the results (from dmesg(8)):
Code:
cfg80211: Calling CRDA to update world regulatory domain
b43legacy-phy0: Broadcom 4306 WLAN found (core revision 4)
b43legacy-phy0 debug: Found PHY: Analog 1, Type 2, Revision 1
b43legacy-phy0 debug: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
b43legacy-phy0 debug: Radio initialized
b43legacy-phy0: Loading firmware b43legacy/ucode4.fw
Broadcom 43xx-legacy driver loaded [ Features: PLID ]
b43legacy ssb0:0: firmware: requesting b43legacy/ucode4.fw
b43legacy-phy0 ERROR: Firmware file "b43legacy/ucode4.fw" not found or load failed.
b43legacy-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware (version 3).
microcode: CPU0 sig=0xf33, pf=0x4, revision=0xb
platform microcode: firmware: requesting intel-ucode/0f-03-03
Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
sr 2:0:0:0: Attached scsi generic sg0 type 5
sd 2:0:1:0: Attached scsi generic sg1 type 0
cfg80211: World regulatory domain updated:
cfg80211: DFS Master region: unset
cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
cfg80211: (5170000 KHz - 5250000 KHz @ 160000 KHz), (N/A, 2000 mBm), (N/A)
cfg80211: (5250000 KHz - 5330000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
microcode: CPU0 updated to revision 0xc, date = 2005-04-2
Any information, or pointers would be greatly appreciated!
Thanks!
--Chris