SheepShaver for Linux
Moderators: Cat_7, Ronald P. Regensburg, ClockWise
Re: SheepShaver for Linux
I just compiled on Fedora 29:
git clone https://www.github.com/macemu macemu-master
cd macemu-master/SheepShaver
make links
cd src/Unix
NO_CONFIGURE=1 ./autogen.sh
./configure (OR, if you want SDL video/audio)
./configure --enable-sdl-video --enable-sdl-audio
make
strip SheepShaver
Run SheepShaver as root.
best,
Cat_7
git clone https://www.github.com/macemu macemu-master
cd macemu-master/SheepShaver
make links
cd src/Unix
NO_CONFIGURE=1 ./autogen.sh
./configure (OR, if you want SDL video/audio)
./configure --enable-sdl-video --enable-sdl-audio
make
strip SheepShaver
Run SheepShaver as root.
best,
Cat_7
Re: SheepShaver for Linux
OK, so I just did:Cat_7 wrote:I just compiled on Fedora 29:
git clone https://www.github.com/macemu macemu-master
cd macemu-master/SheepShaver
make links
cd src/Unix
NO_CONFIGURE=1 ./autogen.sh
./configure (OR, if you want SDL video/audio)
./configure --enable-sdl-video --enable-sdl-audio
make
strip SheepShaver
Run SheepShaver as root.
best,
Cat_7
Code: Select all
git clone https://github.com/cebix/macemu
cd macemu/SheepShaver
make links
cd src/Unix
NO_CONFIGURE=1 ./autogen.sh
./configure --enable-sdl-video --enable-sdl-audio
make
strip SheepShaver
Code: Select all
$ sudo ./SheepShaver
SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig
(SheepShaver:31879): Gtk-WARNING **: 23:09:16.205: Unable to locate theme engine in module_path: "adwaita",
(SheepShaver:31879): Gtk-WARNING **: 23:09:16.210: Unable to locate theme engine in module_path: "adwaita",
Reading ROM file...
WARNING: Cannot open /dev/cdrom (Datei oder Verzeichnis nicht gefunden)
Detected CPU features: MMX SSE SSE2 SSE3 SSSE3
PowerPC CPU emulator by Gwenole Beauchesne
SIGSEGV
pc 0x780c599d
ea 0x40de9200
r0 00000000 r1 05ff7dba r2 00000000 r3 06000400
r4 00002278 r5 fffffffa r6 00004e75 r7 ffffffe8
r8 00000000 r9 00000026 r10 0000006a r11 0040855c
r12 00000000 r13 00000000 r14 000061fc r15 003ffffe
r16 000c3958 r17 000013ff r18 000c2d28 r19 4081787e
r20 05ff7dcc r21 06000190 r22 06000400 r23 00000000
r24 00001401 r25 00000020 r26 00000000 r27 ffff87b4
r28 00000000 r29 40de9200 r30 40c60000 r31 68fff000
f0 0,00000 f1 0,00000 f2 0,00000 f3 0,00000
f4 0,00000 f5 0,00000 f6 0,00000 f7 0,00000
f8 0,00000 f9 0,00000 f10 0,00000 f11 0,00000
f12 0,00000 f13 0,00000 f14 0,00000 f15 0,00000
f16 0,00000 f17 0,00000 f18 0,00000 f19 0,00000
f20 0,00000 f21 0,00000 f22 0,00000 f23 0,00000
f24 0,00000 f25 0,00000 f26 0,00000 f27 0,00000
f28 0,00000 f29 0,00000 f30 0,00000 f31 0,00000
lr 40de9200 ctr 00000000 cr 40101c22 xer 00000000
pc 40de9200 fpscr 00000000
0x40de91e0: Speicherzugriffsfehler
Code: Select all
$ sudo ./SheepShaver
SheepShaver V2.4 by Christian Bauer and Mar"c" Hellwig
(SheepShaver:2713): Gtk-WARNING **: 23:12:26.581: Unable to locate theme engine in module_path: "adwaita",
(SheepShaver:2713): Gtk-WARNING **: 23:12:26.585: Unable to locate theme engine in module_path: "adwaita",
Reading ROM file...
WARNING: Cannot open /dev/cdrom (Datei oder Verzeichnis nicht gefunden)
WARNING: Cannot open /dev/mixer (Datei oder Verzeichnis nicht gefunden)
WARNING: Cannot open /dev/dsp (Datei oder Verzeichnis nicht gefunden)
The program 'SheepShaver' received an X Window System error.
This probably reflects a bug in the program.
The error was 'XF86DGANoDirectVideoMode'.
(Details: serial 43 error_code 180 request_code 154 minor_code 1)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
- adespoton
- Forum All-Star
- Posts: 3170
- Joined: Fri Nov 27, 2009 5:11 am
- Location: Emaculation.com
- Contact:
Re: SheepShaver for Linux
Which SDL libraries do you have installed?
Re: SheepShaver for Linux
1.2.15 and 2.0.8:adespoton wrote:Which SDL libraries do you have installed?
Code: Select all
$ apt list libsdl* --installed
Auflistung... Fertig
libsdl-image1.2/cosmic,now 1.2.12-8 amd64 [Installiert,automatisch]
libsdl1.2-dev/cosmic,now 1.2.15+dfsg2-2 amd64 [installiert]
libsdl1.2debian/cosmic,now 1.2.15+dfsg2-2 amd64 [Installiert,automatisch]
libsdl2-2.0-0/cosmic,now 2.0.8+dfsg1-4ubuntu1 amd64 [Installiert,automatisch]
libsdl2-dev/cosmic,now 2.0.8+dfsg1-4ubuntu1 amd64 [installiert]
Re: SheepShaver for Linux
I've compiled some new Linux builds of both SheepShaver and BasiliskII: https://github.com/vasi/macemu/releases/tag/2019-07-13 . Feel free to test them out, and maybe link them in the top post.
Re: SheepShaver for Linux
Thanks Vasi !
I linked to the builds in the first post.
Best,
Cat_7
I linked to the builds in the first post.
Best,
Cat_7
Re: SheepShaver for Linux
I'm at my wit's end with trying to get networking to work in SheepShaver on Linux Mint. I have the latest build of everything and it works great, except for networking. I'm a bit of a noob when it comes to Linux, so I followed these instructions to the letter:
Download the sheep_net.ko file from the same forum entry and place it in your home folder. Then open a terminal window and execute:
sudo modprobe sheep_net.ko
But all I get is this:
modprobe: FATAL: Module sheep_net.ko not found in directory /lib/modules/5.4.0-58-generic
I tried copying sheep_net.ko to the aforementioned directory but I get a permissions error.
Can anyone help?
Download the sheep_net.ko file from the same forum entry and place it in your home folder. Then open a terminal window and execute:
sudo modprobe sheep_net.ko
But all I get is this:
modprobe: FATAL: Module sheep_net.ko not found in directory /lib/modules/5.4.0-58-generic
I tried copying sheep_net.ko to the aforementioned directory but I get a permissions error.
Can anyone help?
Re: SheepShaver for Linux
Update: I was able to copy sheep_net.ko to the correct directory, but still can't get modprobe to see it:
rykgroff@LinuxMint:~$ sudo cp sheep_net.ko /lib/modules/5.4.0-58-generic
rykgroff@LinuxMint:~$ sudo modprobe sheep_net.ko
modprobe: FATAL: Module sheep_net.ko not found in directory /lib/modules/5.4.0-58-generic
Huh?
rykgroff@LinuxMint:~$ sudo cp sheep_net.ko /lib/modules/5.4.0-58-generic
rykgroff@LinuxMint:~$ sudo modprobe sheep_net.ko
modprobe: FATAL: Module sheep_net.ko not found in directory /lib/modules/5.4.0-58-generic
Huh?
Re: SheepShaver for Linux
Hi,
Is the slirp networking option not working or sufficient for you?
If you downloaded the sheep_net.ko file from our forum, then please be advised it is very old and not compiled on Mint.
Perhaps you should compile your own if you need it.
Best,
Cat_7
Is the slirp networking option not working or sufficient for you?
If you downloaded the sheep_net.ko file from our forum, then please be advised it is very old and not compiled on Mint.
Perhaps you should compile your own if you need it.
Best,
Cat_7
Re: SheepShaver for Linux
Thanks for the quick reply, Cat_7!
Yes, I'm using slirp but am unable to connect to ethernet. I thought that .ko file would help, but I guess I need to learn to compile one specifically for my version of Linux Mint, eh? Now to learn how to compile! This is turning out to be quite the involved hobby, but fun!
Yes, I'm using slirp but am unable to connect to ethernet. I thought that .ko file would help, but I guess I need to learn to compile one specifically for my version of Linux Mint, eh? Now to learn how to compile! This is turning out to be quite the involved hobby, but fun!
Re: SheepShaver for Linux
Hi I'm running linux mint on my Inspiron 3650, can i install please?