From 27137d659f819a1ddd9b584d98f9faf8d761efc4 Mon Sep 17 00:00:00 2001 From: Julius Henke Date: Tue, 16 Apr 2019 23:18:49 +0200 Subject: [PATCH 1/3] Update FAQ - grammar and typo corrections These are a few grammar and typo corrections for the FAQ. --- FAQ.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index 3902cb8dd..6cfe2a867 100644 --- a/FAQ.md +++ b/FAQ.md @@ -313,7 +313,7 @@ In short for OSX: * connect with LAN directly * Settings > Sharing/Freigaben > activate "internet sharing" from WLAN to Ethernet * Settings > Network > Ethernet-Adapter > set to DHCP -* in terminal > `ifconfig` there you should the the IP of the bridge100 +* in terminal > `ifconfig` there you should see the IP of the bridge100 * in terminal > `arp -a` and check for an IP of a client to the bridge * in terminal > ssh admin@[clientIP] @@ -617,10 +617,10 @@ NOTE: On updates this change will get lost and you might need to redo it. - Check the command again with how its on the display - do you have it typed in correctly? - Replace `ssh` with `sudo ssh` and try it (laptop admin password might be required). -If that not works ry to ping the IP of the RaspiBlitz with `ping [IP-of-RaspiBlitz]`. If you get no response on the ping requests the device is not reachable try this check list: +If that doesn't work, try to ping the IP of the RaspiBlitz with `ping [IP-of-RaspiBlitz]`. If you get no response on the ping requests and the device is not reachable, try this check list: - Make sure that your RaspiBlitz and your laptop are really on the same local network - Check if you have a VPN running on your laptop - some VPNs block local network -- Some Routers have `IP Isolation` switched on - not allowing to devices to connect +- Some Routers have `IP Isolation` switched on - not allowing to connect to devices -If that all is not working: Join the conversation on [GitHub Issue #420](https://github.com/rootzoll/raspiblitz/issues/420). +If everything does not work: Join the conversation on [GitHub Issue #420](https://github.com/rootzoll/raspiblitz/issues/420). From 661ca123b681dc8204ca4bf9f4849454ec759718 Mon Sep 17 00:00:00 2001 From: Julius Henke Date: Tue, 16 Apr 2019 23:23:17 +0200 Subject: [PATCH 2/3] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 6cfe2a867..dd00c63a0 100644 --- a/FAQ.md +++ b/FAQ.md @@ -621,6 +621,6 @@ If that doesn't work, try to ping the IP of the RaspiBlitz with `ping [IP-of-Ras - Make sure that your RaspiBlitz and your laptop are really on the same local network - Check if you have a VPN running on your laptop - some VPNs block local network -- Some Routers have `IP Isolation` switched on - not allowing to connect to devices +- Some Routers have `IP Isolation` switched on - not allowing two devices to connect If everything does not work: Join the conversation on [GitHub Issue #420](https://github.com/rootzoll/raspiblitz/issues/420). From 47ea0c8bed936d91f702e4867d89e6e5d1244453 Mon Sep 17 00:00:00 2001 From: Julius Henke Date: Tue, 16 Apr 2019 23:26:49 +0200 Subject: [PATCH 3/3] Update FAQ.md --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index dd00c63a0..4ef941c2c 100644 --- a/FAQ.md +++ b/FAQ.md @@ -623,4 +623,4 @@ If that doesn't work, try to ping the IP of the RaspiBlitz with `ping [IP-of-Ras - Check if you have a VPN running on your laptop - some VPNs block local network - Some Routers have `IP Isolation` switched on - not allowing two devices to connect -If everything does not work: Join the conversation on [GitHub Issue #420](https://github.com/rootzoll/raspiblitz/issues/420). +If everything doesn't work: Join the conversation on [GitHub Issue #420](https://github.com/rootzoll/raspiblitz/issues/420).