Changes between Version 10 and Version 11 of GENIRacksHome/OpenGENIRacks/RaspberryPIs


Ignore:
Timestamp:
10/14/15 15:32:15 (9 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/RaspberryPIs

    v10 v11  
    164164
    165165
    166 1. Amend /etc/network/interfaces to contain only the following:
     1662. Amend /etc/network/interfaces to contain only the following:
    167167{{{
    168168
     
    176176Note: as of wheezy it is fine to have your wireless interface in /etc/network/interfaces, but not required. You can set the wireless interface (e.g. wlan0) in the wicd client's preferences.
    177177
    178 1. If not already performed, add your regular user account to the netdev group and reload DBus:
     1783. If not already performed, add your regular user account to the netdev group and reload DBus:
    179179{{{
    180180    # adduser yourusername netdev
     
    182182}}}
    183183
    184 1. Start the wicd daemon:
     1844. Start the wicd daemon:
    185185{{{
    186186    # /etc/init.d/wicd start
    187187}}}
    188188
    189 1. Start the wicd GUI with your regular user account: Original instruction had a -n.  We needed to run it without -n
     1895. Start the wicd GUI with your regular user account: Original instruction had a -n.  We needed to run it without -n
    190190{{{
    191191    # exit