Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
raspberry_pi:diy:manual [2015/06/12 14:26] ridmsoula [Activate Kareha Image and Discussion Board] |
raspberry_pi:diy:manual [2017/07/02 07:59] (current) matthias [Manual install] added php |
||
---|---|---|---|
Line 1: | Line 1: | ||
===== Raspberry Pi(rate)Box 1.0 & 2.0 DIY ===== | ===== Raspberry Pi(rate)Box 1.0 & 2.0 DIY ===== | ||
- | **Note:** The Raspberry Pi(rate)Box 1.0 is currently under development. The instructions below will be updated when the new Raspberry Pi(rate)Box 1.0 image is completed. In the interim, check out the **[[http://forum.daviddarts.com/list.php?7|PirateBox Forum - Raspberry Pi]]** discussion board for more info and support. | + | <wrap tip> |
+ | **Note:** This howto is for crafting your own PirateBox image. Currently we have prebuild images for all RaspberryPi versions available. You find further instructions on [[:raspberry_pi:diy|the Raspberry Pi DIY]] page. | ||
+ | </wrap> | ||
+ | ---- | ||
- | **Note:** The Raspberry Pi(rate)Box 2.0 is currently under development. The instructions below will be updated when the new Raspberry Pi(rate)Box 1.0 image is completed. In the interim, check out the **[[http://forum.daviddarts.com/list.php?7|PirateBox Forum - Raspberry Pi]]** discussion board for more info and support. | ||
- | ---- | ||
**Known working USB Wifi-dongles:** [[:raspberry_pi:piratebox_wifi_compatibility|RaspberryPI PirateBox compatibility list]] | **Known working USB Wifi-dongles:** [[:raspberry_pi:piratebox_wifi_compatibility|RaspberryPI PirateBox compatibility list]] | ||
Line 39: | Line 40: | ||
sudo /etc/init.d/hostapd stop | sudo /etc/init.d/hostapd stop | ||
sudo update-rc.d hostapd remove | sudo update-rc.d hostapd remove | ||
- | sudo apt-get -y install iw | + | sudo apt-get -y install iw php-cli php-cgi |
sudo rm /bin/sh | sudo rm /bin/sh | ||
sudo ln /bin/bash /bin/sh | sudo ln /bin/bash /bin/sh | ||
- | sudo chmod a+rw /bin/sh | + | sudo chmod a+rx /bin/sh |
Line 131: | Line 132: | ||
==== Activate Timesave Functionality ==== | ==== Activate Timesave Functionality ==== | ||
+ | |||
+ | Enable Timesave support on the piratebox: | ||
sudo /opt/piratebox/bin/timesave.sh /opt/piratebox/conf/piratebox.conf install | sudo /opt/piratebox/bin/timesave.sh /opt/piratebox/conf/piratebox.conf install |