Table of Contents

Raspberry Pi

RaspEX

Installation

Initialization Tips & Tricks

Date/Time

Migrate user(s)

Disable Auto-Login

Edit /etc/slim.conf and change the auto_login value to no

Details ...

Packages

Notes

Basic Installation

misc

MythTV Front End

See original for complete reference: https://www.mythtv.org/wiki/Raspberry_Pi

USB Relay

You need HIDAPI and USBRELAY:

git clone git://github.com/signal11/hidapi.git

Check out the readme, and install dependencies before installing.
then:

git clone https://github.com/darrylb123/usbrelay.git

Then, in usbrelay folder:

gcc -o usbrelay usbrelay.c -lhidapi-libusb

Then do:

ldconfig

Read more here:

To get status:

./usbrelay 2>/dev/null


To get status in bash script:

$ eval $(sudo ./usbrelay 2>/dev/null)
$ echo $PSUIS_2

Turn on:

/usbrelay EO5ZA_1=1

Turn off:

/usbrelay EO5ZA_1=0