Difference between revisions of "Pi"
Jump to navigation
Jump to search
(→Giving the Pi the Internet: quick note) |
(→Giving the Pi the Internet: note) |
||
Line 11: | Line 11: | ||
If you don't want to walk: | If you don't want to walk: | ||
− | + | Note that for these directions, you ''must not'' be using the Pi in ad-hoc mode (see [[Connecting to the Pi#General notes|explanation here]]. Use Ethernet instead. | |
+ | |||
+ | Also, note that <code>/etc/network/interfaces</code> must be ''EMPTY'' (or at least have everything commented out. The comment character is "#", aka hashtag or octothorpe. | ||
set up a hotspot on your phone and then run these commands: | set up a hotspot on your phone and then run these commands: |
Revision as of 22:44, 3 February 2020
For setting up the Pi, see Setting up the Pi.
For connecting to the Pi, see Connecting to the Pi.
Giving the Pi the Internet
Go to the fifth floor of Upson and stand outside the bike lab, then use the LocomotionLab wifi as detailed in Connecting to the Pi#General notes.
If you don't want to walk:
Note that for these directions, you must not be using the Pi in ad-hoc mode (see explanation here. Use Ethernet instead.
Also, note that /etc/network/interfaces
must be EMPTY (or at least have everything commented out. The comment character is "#", aka hashtag or octothorpe.
set up a hotspot on your phone and then run these commands:
sudo ip link set dev wlan0 up
(then wait 30 seconds or however long it takes before the next command stops giving an error message)
sudo iw dev wlan0 connect -w 'NAME OF WIFI NETWORK'
(then wait about 30 seconds or so)
sudo dhclient