raspberry-wifi-conf icon indicating copy to clipboard operation
raspberry-wifi-conf copied to clipboard

Unable to get it to work on rpi4

Open amdixit opened this issue 3 years ago • 2 comments

The installation and server seems to start fine but I do not see the access point. I am using the default config that's noted in the git repo. Below is what I see when I start the server:

node server.js

Wifi is not enabled, Enabling AP for self-configure

AP is not enabled yet... enabling... ... dhcpcd server restarted! ifconfig wlan0 down successful... ... dnsmasq server restarted! ... AP Enable Success!

amdixit avatar Jun 16 '21 13:06 amdixit

Probably too late to be of any use, but in case someone stumbles on this problem:

sudo systemctl unmask hostapd
rfkill unblock 0

Darustc4 avatar Feb 24 '22 11:02 Darustc4

Probably too late to be of any use, but in case someone stumbles on this problem:

sudo systemctl unmask hostapd
rfkill unblock 0

Thank You !!!!!! is working on RPI3B+ with Raspberry PI bullseye 32bit, I will try on RPI 2 this month.. this will be perfect to my project..

dlhenke avatar Mar 31 '22 23:03 dlhenke