Pixelasker14
Posts: 1
Joined: Tue Mar 06, 2018 9:13 pm

Trouble creating a wireless access point

Tue Mar 06, 2018 9:33 pm

When fallowed this tutorial https://www.raspberrypi.org/documentati ... s-point.md to turn my raspberry pi 3B (running last version of noobs/raspberian and samba ssh server and remot3 installed) in a wireless wireless access point . But when I start dnsmasq and hostapd my network doesn’t show up in the wireless network menus from my other devices. I went over the tutorial 10 times by now. Someone any idea what could have gone wrong?

SurferTim
Posts: 1769
Joined: Sat Sep 14, 2013 9:27 am
Location: Miramar Beach, Florida

Re: Trouble creating a wireless access point

Wed Mar 07, 2018 1:04 am

I edited that tutorial to conform with the Stretch version OS.

What do you mean by "start dnsmasq and hostapd"? They are services that start on boot.

You can check the status of the services with these

Code: Select all

sudo service dnsmasq status
sudo service hostapd status
Both should show active (running). If not, you have a problem somewhere.

Return to “Troubleshooting”