BlitterStudio / amiberry-v1

A script to configure a Minibian system as a dedicated Amiga emulation machine
GNU General Public License v3.0
6 stars 0 forks source link

AmiBerry v1

A script to configure a stock Minibian system as a dedicated Amiga emulation machine.

Note: This version is now deprecated, since v2 is out. The new version was built from the ground up to be better, so I'd recommend you use that instead. Get it from the official page

Requirements

Usage (for the lazy)

Usage (for the not so lazy)

wget --content-disposition https://git.io/v6uH9
sh ./amigapi

What next?

The tool will present you with a menu containing all available options. You should start with expanding the filesystem, Upgrading the system and finally install AmigaPi. Once you install AmigaPi, the system will be configured to boot straight into UAE.

You can configure your setup and once you're happy, untick the option "Show GUI on startup" in UAE's Miscellaneous page, to boot straight into Workbench from that moment on. You can always quit UAE to go back to your normal (Linux) login screen.

You can re-run the tool to perform any of the tasks it handles, including upgrading your system, upgrading UAE, enabling/disabling system options as well as the UAE service, etc.

Known issues

Problems?

Troubleshooting WiFi

If your wlan0 is not working after rebooting, you're probably missing kernel firmware for your wireless network adapter.

Just check dmesg for entries looking like:

r8188eu 1-1.5:1.0: Firmware rtlwifi/rtl8188eufw.bin not available

and use apt-file to find the corresponding package containing this firmware:

apt-file update
apt-file find rtl8188eufw.bin

which will result in:

firmware-realtek: /lib/firmware/rtlwifi/rtl8188eufw.bin

and then install the required package:

apt-get -y install firmware-realtek

Now unplug and reinsert the wireless adapter or reboot.