RPi3B+ eth0 wlan0 AP bridge fix
Posted: Thu Apr 12, 2018 7:22 pm
If you are using the new RPi3B+ and trying to set up a eth0 wlan0 AP bridge using this tutorial
https://www.raspberrypi.org/documentati ... s-point.md
you will get a lockup on boot if you do not run the following
Reboot.
To install hostapd and bridge-utils, you may need to run "sudo apt-get update" again.
https://www.raspberrypi.org/documentati ... s-point.md
you will get a lockup on boot if you do not run the following
Code: Select all
sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
To install hostapd and bridge-utils, you may need to run "sudo apt-get update" again.