This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
stand-alone_wifi_ap_and_ssh [2011/01/31 05:12] dbc typos/spelling |
stand-alone_wifi_ap_and_ssh [2016/01/28 18:05] (current) |
||
|---|---|---|---|
| Line 45: | Line 45: | ||
| INTIF=wlan0 | INTIF=wlan0 | ||
| | | ||
| - | # DBC - There won't ben an external inteface. | + | # DBC - There won't be an external inteface. |
| ## Ensure we have an internal and an external interface. | ## Ensure we have an internal and an external interface. | ||
| #if [ "x${INTIF}" = "x" -o "x${INTIF}" = "x" ] | #if [ "x${INTIF}" = "x" -o "x${INTIF}" = "x" ] | ||
| Line 77: | Line 77: | ||
| It's a good idea to 'chmod 644' the original /usr/chumby/scritps/start_ap.sh so that it doesn't get executed when you aren't expecting it. | It's a good idea to 'chmod 644' the original /usr/chumby/scritps/start_ap.sh so that it doesn't get executed when you aren't expecting it. | ||
| - | Reboot! At this point you should be able to get a DHCP address from your Chumby. It sure would be nice if we could ssh into it now. Update userhook2 to look list this: | + | |
| + | Reboot! At this point you should be able to get a DHCP address from your Chumby. | ||
| + | |||
| + | It sure would be nice if we could ssh into it now. Update userhook2 to start up the ssh daemon, it now should look something like this: | ||
| # DBC 28-Jan-11 | # DBC 28-Jan-11 | ||
| /bin/echo "**** Starting userhook2 ****" | /bin/echo "**** Starting userhook2 ****" | ||