-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPi4 Troubleshooting #37
Comments
Hi @sabhiram and @skyler1253 I am about to test the project with the RPi 4 tomorrow. Today I tested it with |
Hi, I put it to work on an This is the current kernel version if someone needs know it. |
Hi @skyler1253 @leoheck, `> [email protected] start /home/ubuntu/raspberry-wifi-conf
I don't really understand from the README how to fix the dhcpcd and dnsmasq server failure issues |
Hi, @alexis-lee, maybe you have to have superuser powers. |
Hi @leoheck , sorry for the late response. |
I am able to see the wifi hosted but cannot connect to http://192.168.44.1:88 |
Try to use a different port, like 8080, 8888 (the 88 is a small number, maybe it is reserved for the system) |
@leoheck I am able to connect now! I was able to select a wifi ssid to connect to and enter its password. |
Wow! This is pretty nice. I also ran it on my RPi4 in the past. |
@sabhiram @stzoran1 - figured I would drop this here and include stzoran1 since it looks like you were the last one to add to this repository as well.
I'm running an RPi4 and things seem to be generally working. Currently not running as a service yet, but I can run the node server and get all the way through setting up the access point, connecting via the access point, entering credentials, and then connecting to my home wifi. The only issue is that after running the server, although I register as "connected", I can't seem to ping anything going out, or ssh into the Pi. I can see that I am connected on my router as well, so I'm not sure where the break down might be?
Here's the output of a few files/commands in case they are helpful:
cat /etc/network/interfaces
source-directory / etc/network/interfaces.d
allow-hotplug wlan0
iface wlan- inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.1.254 0.0.0.0 UG 0 303 0 wlan0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 303 0 wlan0
ifconfig
wlan0: flags -4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.215 netmask 255.255.255.0 broadcast 192.168.1.255
.....
/etc/resolv.conf
domain attlocal.net
nameserver 192.168.1.254
Update:
I can get set credentials for the hotspot on my phone and it does appear to work end to end. So maybe connecting to my LAN is an issue with my router? Is there anything that jumps out at you from the above details?
The text was updated successfully, but these errors were encountered: