0

I'm new to this. I followed this documentation to set up as a stand alone access point network.

https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md

However, after that, I am unable to use my Raspberry Pi and connect to the internet. I wanted to download an IDE on my Raspberry Pi.

How do I enable back my wifi? I know that due to setting up of access point, it disabled my wifi capability.

Marcus
  • 31
  • 1
  • 1
  • 8

1 Answers1

0

Following CharlieHorse's comment, I did the following:

Turns out, it was because i changed the wlan0 codes while setting it up as an access point. This is what i did. I revert the settings back to default on my

sudo nano /etc/network/interfaces using the link below.

https://stackoverflow.com/questions/20251320/default-settings-raspberry-pi-etc-network-interfaces

Then, in sudo nano /etc/dhcpcd.conf, i removed:

denyinterfaces wlan0

I reboot, and my wifi is back to normal! :)

Marcus
  • 31
  • 1
  • 1
  • 8