Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| raspberry_pi:troubleshooting [2014/06/21 21:00] matthias [Technical FAQ] | raspberry_pi:troubleshooting [2016/09/26 18:52] (current) matthias [Technical FAQ] design fixes | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| The next reboot should work. If not, please report back to the forums. | The next reboot should work. If not, please report back to the forums. | ||
| + | |||
| + | \\ | ||
| + | |||
| + | === PirateBox does not work after system upgrade === | ||
| + | The PirateBox RaspberryPi images are Archlinux based. In case you want to install additional software, it might be handy to run the upgrade commands: | ||
| + | |||
| + | pacman -Syu | ||
| + | |||
| + | Sometimes the packages changes, so recently the dnsmasq package will now auto enable itself. So make sure that dnsmasq is properly disabled and stopped after installing your software: | ||
| + | |||
| + | systemctl stop dnsmasq | ||
| + | systemctl disable dnsmasq | ||
| + | |||
| + | You might consider restarting PirateBox after your activities: | ||
| + | |||
| + | systemctl restart piratebox | ||
| + | |||
| + | |||
| \\ | \\ | ||