Discussion:
Broadcom 802.11ac WDI SDIO Adapter (Version 1.605.1.0) not configured
(too old to reply)
KIRIYAMA Kazuhiko
2018-01-23 23:03:04 UTC
Permalink
HI,

Broadcom 802.11ac WDI SDIO Adapter works in Windows but does
not recognaized in my machne[1]. Actually both ifconfig and
pciconf show nothing wifi drives found:

***@t:~ # ifconfig
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6>
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
inet 127.0.0.1 netmask 0xff000000
nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
groups: lo
ue0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=80008<VLAN_MTU,LINKSTATE>
ether 00:24:a5:9b:81:97
inet 192.168.1.249 netmask 0xffffff00 broadcast 192.168.1.255
nd6 options=29<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL>
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
***@t:~ # pciconf -lv
***@pci0:0:0:0: class=0x060000 card=0x72708086 chip=0x22808086 rev=0x36 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series SoC Transaction Register'
class = bridge
subclass = HOST-PCI
***@pci0:0:2:0: class=0x030000 card=0x72708086 chip=0x22b08086 rev=0x36 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCI Configuration Registers'
class = display
subclass = VGA
***@pci0:0:3:0: class=0x048000 card=0x72708086 chip=0x22b88086 rev=0x36 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Imaging Unit'
class = multimedia
***@pci0:0:11:0: class=0x118000 card=0x72708086 chip=0x22dc8086 rev=0x36 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Power Management Controller'
class = dasp
***@pci0:0:20:0: class=0x0c0330 card=0x72708086 chip=0x22b58086 rev=0x36 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series USB xHCI Controller'
class = serial bus
subclass = USB
***@pci0:0:26:0: class=0x108000 card=0x72708086 chip=0x22988086 rev=0x36 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series Trusted Execution Engine'
class = encrypt/decrypt
***@pci0:0:31:0: class=0x060100 card=0x72708086 chip=0x229c8086 rev=0x36 hdr=0x00
vendor = 'Intel Corporation'
device = 'Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Series PCU'
class = bridge
subclass = PCI-ISA
***@t:~ #

In CURRENT(r328126) Broadcom drivers support with bwn and
bwi. I tried to those but can not work:

***@t:~ # kldstat
Id Refs Address Size Name
1 75 0xffffffff80200000 1ef2aa8 kernel
2 1 0xffffffff820f4000 6c418 if_bwn.ko
3 15 0xffffffff82161000 81b70 bhnd.ko
4 3 0xffffffff821e3000 9298 gpiobus.ko
5 2 0xffffffff821ed000 f5e0 siba_bwn.ko
6 2 0xffffffff821fd000 3d28 if_bwn_pci.ko
7 2 0xffffffff82201000 2e08 siba_bhndb.ko
8 5 0xffffffff82204000 1b0b0 bhndb.ko
9 2 0xffffffff82220000 d568 siba.ko
10 2 0xffffffff8222e000 2120 bcma_bhndb.ko
11 2 0xffffffff82231000 b400 bcma.ko
12 2 0xffffffff8223d000 a640 bhndb_pci.ko
13 2 0xffffffff82248000 5388 bhnd_pci_hostb.ko
14 3 0xffffffff8224e000 61a0 bhnd_pci.ko
15 1 0xffffffff82bfa000 11df77 i915kms.ko
16 1 0xffffffff82d18000 718d0 drm.ko
17 4 0xffffffff82d8a000 fe30 linuxkpi.ko
18 3 0xffffffff82d9a000 e470 linuxkpi_gplv2.ko
19 2 0xffffffff82da9000 6b8 debugfs.ko
20 1 0xffffffff82daa000 3e40 if_axe.ko
21 1 0xffffffff82dae000 1450 uether.ko
22 1 0xffffffff82db0000 2388 ums.ko
23 1 0xffffffff82db3000 1a90 logo_saver.ko
24 1 0xffffffff82db5000 1b180 if_bwi.ko
***@t:~ # ifconfig wlan create wlandev bwi0 ssid kiri up
ifconfig: SIOCIFCREATE2: Device not configured
***@t:~ # ifconfig wlan create wlandev bwn0 ssid kiri up
ifconfig: SIOCIFCREATE2: Device not configured
***@t:~ #

Any pointers or suggestions?
My dmesg.boot is in [2].

Best regards

[1] https://www.biccamera.com/bc/item/3716011/
[2] http://ds.truefc.org/~kiri/freebsd/sg116j/dmesg.boot

---
KIRIYAMA Kazuhiko
Greg V
2018-01-24 11:37:43 UTC
Permalink
Post by KIRIYAMA Kazuhiko
HI,
Broadcom 802.11ac WDI SDIO Adapter works in Windows but does
not recognaized in my machne[1]. Actually both ifconfig and
Hi.

SDIO support is not there yet.

Some development is going on:
https://wiki.freebsd.org/SDIO?action=AttachFile&do=view&target=sdio_bsdcam.pdf

But seems like it's quite far from actually working with Wi-Fi cards.
Loading...