I've recently purchased a WiFi dongle: https://www.raspberrypi.org/products/usb-wifi-dongle/, which is based on BCM43143 as far as I could find.
It doesn't however work for me in any configuration that I've tried.
I'm currently using Raspbian Jessie Lite 4.1 (as it is said to be supporting that chipset) on both RPi2 and Zero, both bearing the same result.
Here are some errors that I'm getting:
dmesg, initialisation:
Code: Select all
[ 3.063019] usb 1-1.2: new high-speed USB device number 4 using dwc_otg
[ 3.176054] usb 1-1.2: New USB device found, idVendor=0a5c, idProduct=bd1e
[ 3.186199] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.196429] usb 1-1.2: Product: Remote Download Wireless Adapter
[ 3.205038] usb 1-1.2: Manufacturer: Broadcom
[ 3.215516] usb 1-1.2: SerialNumber: 000000000001
Code: Select all
[ 5.673950] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Apr 3 2014 04:43:32 version 6.10.198.66 (r467479) FWID 01-32bd010e
[ 5.707341] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
[ 13.161906] brcmfmac: brcmf_add_if: ERROR: netdev:wlan0 already exists
[ 13.161928] brcmfmac: brcmf_add_if: ignore IF event
Code: Select all
[ 24.835578] brcmfmac: brcmf_dev_pno_clean: failed code -52
[ 24.835605] brcmfmac: brcmf_cfg80211_sched_scan_start: failed error=-52
Also tried different power supplies, but whether I supply 1A or 2A it doesn't change anything (not using that power for anything else, so not really surprising).
Using exactly the same system configuration, but with PiHut dongle http://thepihut.com/products/usb-wifi-a ... spberry-pi everything is running perfectly fine.
Would you be able to advise on this issue? Apologies if a similar thread was already posted, as I couldn't find one that would solve this issues.
Thank you
