Quoted from STF-RFM:The biggest problem at the moment (imho) is installing it. There are installers floating on the internet if you search for it but they are old. You need updates for the Ubuntu system that goes with the installer but that Ubuntu version is no longer supported so the automatic updating isn't working correctly. Some good searches on fora will give you several options on Linux code lines you can use manually to get the updates done, but that can be somewhat challenging. I've done it several times and everytime I think I know the drill, but somehow there's a reason the updating isn't working properly. But I'm not a coding wizard and have to do it with only common sense and a lot of trail and error Once you've got it running it runs smoothly though! And updating to Applejuice's software versions is also very very easy when you run Pinbox.
Here is what I use to setup Pinbox for customers and did this for a local pinball shop a couple of weeks ago.
*** Make sure PC is connected via Ethernet ***
1. Install Pinbox from ISO.
2. When process is complete and it dumps to the command prompt after reboots, follow the process below:
Login as pinbox user(pinbox/pinbox)
sudo su
sed -i s/us.archive.ubuntu/old-releases.ubuntu/g /etc/apt/sources.list
sed -i s/security.ubuntu/old-releases.ubuntu/g /etc/apt/sources.list
apt-get update
apt-get purge lxdm
mv /etc/lxdm /etc/lxdm.orig
apt-get install lxdm
cp /root/pinbox/scripts/pinbox.dekstop /etc/xdg/autostart
rm /etc/init.d/pinbox
reboot
Open Terminal Application
sudo apt-get autoremove --purge xscreensaver
reboot
3. Make sure to adjust the Audio level in the Linux GUI.
*** You will need to use the Nucore audio amp or re-wire the speakers for use with a standard 2.1 amp like this(amazon.com link ») ***
Notes:
- I use high GHz Core2Duo at a minimum and SSDs to reduce boot times.
- You can get these to work on CRT with a special flavor of the Radeon 5450, but the drivers are finicky