element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Blog Networking, SSH, and Overclocking Adventures on an OpenELEC Pi 2
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
GPIO Pinout
Raspberry Pi Wishlist
Comparison Chart
Quiz
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Former Member
  • Date Created: 4 Apr 2015 10:55 PM Date Created
  • Views 587 views
  • Likes 1 like
  • Comments 2 comments
Related
Recommended
  • ssh
  • openelec
  • raspberry_pi_space
  • networking
  • overclocking
  • pi2

Networking, SSH, and Overclocking Adventures on an OpenELEC Pi 2

Former Member
Former Member
4 Apr 2015

A few folks seem to have stumbled over network set up and using SSH in OpenELEC on Pi 2.  So this technote shares my experience in hopes that it might help others clear those hurdles.  Also, I added overclocking here because I found that it eliminated some video playback anomalies.

 

Topics covered in detail where I had put in effort beyond what I saw written up elsewhere:

 

  1. Setting up wireless with or without a static IP address
  2. Setting up SSH service
  3. Overclocking for Higher Performance

 

1. Setting up wireless with or without a static IP address

 

There are a number of reasons why one might (at least, initially) set up a wireless connection for OpenELEC.  In my case, my Pi went from sitting in my dining room (no Ethernet) to sitting in my kitchen breakfast nook (no Ethernet) with its power adapter plugged into the same electric wall plate as my coffee machine [(-:].  My home is currently another project (long story).

 

In the OpenELEC home menu, select:

 

    PROGRAMS > Openelec Configuration

 

In Network, select Wireless and

 

    Turn off Wired Network

    Turn on Wireless Network

 

In Connections, select your router and enter the usual network pass-code for connecting.

 

A static IP address for a server such as OpenELEC is convenient for using client service requesters such as SSH (the next subject in this technote).  If a static IP address is desired, select the router's connection entry > Edit > IPv4 and enter the values that make sense for your home network.  My Pi (an example) is configured as follows:

 

        IP Address Method              Manual

        IP Address                     192.168.1.102

        Netmask                        255.255.255.0

        Default Gateway                192.168.1.1 (router)

 

Note that the above static address scheme would also work for a wired Ethernet connection (default IP Address Method = dhcp).

 

2. Setting up SSH service

 

Sometimes, it is useful to get a command line terminal on the OpenELEC Pi.  Some examples of use are as follows:

 

  • Future system update operations.
  • Trouble-shooting using the contents of /var/log.
  • Modifying the config.txt system configuration file (E.g. overclocking).

 

To set this up, in the OpenELEC home menu, select:

 

    PROGRAMS > Openelec Configuration

 

In Services, enable SSH.

 

3. Overclocking for Higher Performance

 

See the discussion at http://wiki.openelec.tv/index.php/Raspberry_Pi_FAQ#Overclocking and the overclocking settings under the paragraph, "How do I overclock my PI?".

 

I have no issues doing this for myself or my family.  Other people might feel differently.  My Pi is still running cool, even while throwing up an MKV video at 1080p.  And, the normal-clocking Pi occasionally stuttered video and audio and video horizontal line anomalies were occasionally visible.  Maybe that was my hardware.  In any case, after overclocking, the anomalies have not yet re-appeared.

 

The following is what my OpenELEC file system list looks like through the eyes of `ssh`:

 

ssh root@192.168.1.102

root@192.168.1.102's password:

##############################################

# OpenELEC - The living room PC for everyone #

# ...... visit http://www.openelec.tv ...... #

##############################################

 

OpenELEC (official) Version: 5.0.8

raspy:~ # df -k

Filesystem           1K-blocks      Used Available Use% Mounted on

devtmpfs                371968         0    371968   0% /dev

/dev/mmcblk0p1          261868    107508    154360  41% /flash

/dev/mmcblk0p2        60139035     34254  60100685   0% /storage

/dev/loop0               96640     96640         0 100% /

tmpfs                   377168         0    377168   0% /dev/shm

tmpfs                   377168      5048    372120   1% /run

tmpfs                   377168         0    377168   0% /sys/fs/cgroup

tmpfs                   377168         4    377164   0% /tmp

tmpfs                   377168       224    376944   0% /var

 

As you can see, OpenELEC does not mount /boot on /dev/mmcblk0p1.  It mounts /flash on that device as read-only; the config.txt file is filed under /flash.

 

You can edit config.sys by either (a) editing config.txt on another computer or (b) ssh to OpenELEC Pi and change the config.txt there.

 

If you choose (a), the instructions for Windows are on the OpenELEC wiki page referenced earlier; Linux users can probably figure out the equivalent.

 

If you choose (b) as I did, the instructions can be found here: http://wiki.openelec.tv/index.php/Config.txt

  • Sign in to reply

Top Comments

  • Former Member
    Former Member over 10 years ago in reply to clem57 +1
    As you can see, Clem, my son-in-law prevailed. I guess that I'll be buying another Pi plus plus ...
  • Former Member
    Former Member over 10 years ago in reply to clem57

    As you can see, Clem, my son-in-law prevailed.  I guess that I'll be buying another Pi plus plus ...

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • clem57
    clem57 over 10 years ago

         Ask Hancock said  "Good Job" by movie of same name.

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube