Hi
I have an issue with wifi and bluetooth on a recently purchased Pi0W V1.1.
Using the supplied SD card, booting into Pixel I am presented with error messages as follows:
- ‘No wireless interface found’
- ‘No Bluetooth adaptor found’
I have followed your suggestion at the top of the forum page by using the latest Debain Jessie, Debain Jessie Lite, NOOBS 2.4 and NOOBS 2.4 Lite distors, but still no wifi or bluetooth.
I have also followed other board suggestions but all to no avail.
I configured Ethernet over USB, connected and shared my laptop internet connection and ran a ‘rpi-update’, updating to the latest firmware and still no WiFi or Bluetooth.
Below is some details info I believe you may need to assist in troubleshooting this issue. If you require any further info, please let me know and I’ll update accordingly. Any assistance would be greatly appreciated.
> root@raspberrypi:~# dmesg | grep Blue
> [ 36.715558] Bluetooth: Core ver 2.22
> [ 36.718492] Bluetooth: HCI device and connection manager initialized
> [ 36.718528] Bluetooth: HCI socket layer initialized
> [ 36.718547] Bluetooth: L2CAP socket layer initialized
> [ 36.718702] Bluetooth: SCO socket layer initialized
> [ 36.848109] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [ 36.848126] Bluetooth: BNEP filters: protocol multicast
> [ 36.848162] Bluetooth: BNEP socket layer initialized
> root@raspberrypi:~# bluetoothctl
> [bluetooth]# list
> [bluetooth]# quit
> root@raspberrypi:~#
> root@raspberrypi:~# ifconfig
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> inet6 addr: ::1/128 Scope:Host
> UP LOOPBACK RUNNING MTU:65536 Metric:1
> RX packets:268 errors:0 dropped:0 overruns:0 frame:0
> TX packets:268 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1
> RX bytes:22368 (21.8 KiB) TX bytes:22368 (21.8 KiB)
> usb0 Link encap:Ethernet HWaddr c6:a1:42:15:4e:e0
> inet addr:192.168.137.67 Bcast:192.168.137.255 Mask:255.255.255.0
> inet6 addr: fe80::6a0c:1d3a:f1e7:291/64 Scope:Link
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:5268 errors:0 dropped:7 overruns:0 frame:0
> TX packets:4574 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:432981 (422.8 KiB) TX bytes:634083 (619.2 KiB)
> root@raspberrypi:~#
> root@raspberrypi:~# iwconfig
> usb0 no wireless extensions.
> lo no wireless extensions.
> root@raspberrypi:~#
> root@raspberrypi:~# grep wlan0 /etc/network/interfaces
> auto wlan0
> allow-hotplug wlan0
> iface wlan0 inet dhcp
> root@raspberrypi:~# dmesg | grep 80211
> root@raspberrypi:~# ifup wlan0
> wpa_supplicant: /sbin/wpa_supplicant daemon failed to start
> run-parts: /etc/network/if-pre-up.d/wpasupplicant exited with return code 1
> Failed to bring up wlan0.
> root@raspberrypi:~#
> root@raspberrypi:~# curl https://get.pimoroni.com/diagnostic | bash
> % Total % Received % Xferd Average Speed Time Time Time Current
> Dload Upload Total Spent Left Speed
> 100 12126 100 12126 0 0 82028 0 --:–:-- --:–:-- --:–:-- 83054
> Raspbian GNU/Linux 8 (jessie)
> Linux kernel 4.9.31+ on armv6l
> Revision match: Pi 1 Model B 512MB
> card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
> card 0: ALSA [bcm2835 ALSA], device 1: bcm2835 ALSA [bcm2835 IEC958/HDMI]
> No USB devices found…
> SPI appears to be enabled
> I2C appears to be enabled
> I2C devices detected:
> root@raspberrypi:~# cat /sys/firmware/devicetree/base/model
> Raspberry Pi Model B Rev 2root@raspberrypi:~#
> root@raspberrypi:~# cat /proc/cpu
> cat: /proc/cpu: Is a directory
> root@raspberrypi:~# cat /proc/cpu
> cpu/ cpuinfo
> root@raspberrypi:~# cat /proc/cpuinfo
> processor : 0
> model name : ARMv6-compatible processor rev 7 (v6l)
> BogoMIPS : 697.95
> Features : half thumb fastmult vfp edsp java tls
> CPU implementer : 0x41
> CPU architecture: 7
> CPU variant : 0x0
> CPU part : 0xb76
> CPU revision : 7
> Hardware : BCM2835
> Revision : 000f
> Serial : 00000000b92b68dd
> root@raspberrypi:~#
> root@raspberrypi:~# cat /sys/firmware/devicetree/base/model
> Raspberry Pi Model B
> root@raspberrypi:~# cat /proc/cpuinfo
> processor : 0
> model name : ARMv6-compatible processor rev 7 (v6l)
> BogoMIPS : 697.95
> Features : half thumb fastmult vfp edsp java tls
> CPU implementer : 0x41
> CPU architecture: 7
> CPU variant : 0x0
> CPU part : 0xb76
> CPU revision : 7
> Hardware : BCM2835
> Revision : 000f
> Serial : 00000000b92b68dd
> root@raspberrypi:~#