You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which model of Raspberry Pi? e.g. Pi3B+, PiZeroW
Pi-3B+
Which OS and version (cat /etc/rpi-issue)?
pi@moode:~ $ cat /etc/rpi-issue
Raspberry Pi reference 2018-11-13
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 7e0c786c641ba15990b5662f092c106beed40c9f, stage2
Which firmware version (vcgencmd version)?
pi@moode:~ $ vcgencmd version
May 28 2019 16:21:27
Copyright (c) 2012 Broadcom
version f37252430f9659d04032b6e0123d7950e3f9d92c (clean) (release) (start)
This is a duplicate of raspberrypi/firmware#1145, but as it's in a different repo you weren't to know, and raspberrypi/linux is actually a better home.
The bug was fixed in the firmware repo on June 6th, but that probably hasn't reached the Raspbian packages yet. In the meantime you can download the fixed version of the overlay here - just copy it into /boot/overlays.
Describe the bug
Adding dtoverlay=pi3-disable-wifi to /boot/config.txt does not disable Pi-3 integrated WiFi adapter.
To reproduce
Add dtoverlay=pi3-disable-wifi to /bootconfig.txt then reboot.
Expected behaviour
Pi-3 integrated WiFi adapter is disabled and is not listed in ifconfig or iwconfig.
Actual behaviour
Adapter is still present in ifconfig
System
Pi-3B+
cat /etc/rpi-issue
)?pi@moode:~ $ cat /etc/rpi-issue
Raspberry Pi reference 2018-11-13
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 7e0c786c641ba15990b5662f092c106beed40c9f, stage2
vcgencmd version
)?pi@moode:~ $ vcgencmd version
May 28 2019 16:21:27
Copyright (c) 2012 Broadcom
version f37252430f9659d04032b6e0123d7950e3f9d92c (clean) (release) (start)
uname -a
)?pi@moode:~ $ uname -a
Linux moode 4.19.46-v7+ Feature request : Script to set up bit-banged TTY in raspi-config #1230 SMP Tue May 28 16:18:48 BST 2019 armv7l GNU/Linux
Logs
Additional context
Possibly same for dtoverlay=pi3-disable-bt but I did not test this case.
The text was updated successfully, but these errors were encountered: