Xubuntu 12.10 and SheepShaver

[This will probably be a running post as I figure out how to make things better]

Out of the box, the Non-SDL version of SheepShaver seems to function okay on Xubuntu 12.10 after a couple of changes:

  • Initially, I was receiving failures based on libesd. The first thing I had to do was install libesd0 (sudo apt-get install libesd0).
  • Edit the /etc/sysctl.conf file (as super user) and add vm.mmap_min_addr = 0 to the end of the file; this corrects memory errors when running as non-root account. This change will automatically be loaded everytime the system reboots.
  • To activate the above change in the current session, use the command sudo sysctl -w vm.mmap_min_addr=0. This isn’t carried between reboots so you’ll need to do the first step as well.
  • Since OSS sound (/dev/dsp and /dev/mixer) are no longer used by Ubuntu and its variations, a wrapper must be used to get sound. I installed the alsa-oss package, but found that it didn’t provide proper volume control. However, I then found that there is a wrapper already installed, so if you run the command padsp ./SheepShaver (or whatever your path/command is) you should find that you have complete sound support.
  • In the GUI for SheepShaver configuration, prior to clicking Start, go to the Serial/Network page and enter slirp for the Ethernet interface. While some networking functionality won’t work with this type of connection, for the most part you should be able to use this for web browsing, downloading, etc. After you start the OS, you should be able to go to the Control Panel for TCP/IP and see that DHCP has assigned addresses in the 10.0.2.x range for DNS and IP address. If not, I’d recommend you check the remainder of your configuration as this seems to be automatic on the newest version of SheepShaver running with Xubuntu 12.10.
  • One final hint: Experienced Linux users will often run these types of programs from the Terminal until everything is stable as nearly all programs will report errors, etc., to the command line, even if they don’t necessarily show an error on the X screen. Once you have all errors, faults, whatever corrected, then setup a script that will start the program, including the wrapper for sound.

At this point, I have an operation OS9 machine running in SheepShaver. Those looking for a good tutorial and assistance on setting up the ROM image, disk image, etc., should check out the Redundant Robot site which can be found through any good search engine.

One thought on “Xubuntu 12.10 and SheepShaver

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.