Search found 334 matches
- Fri Jan 08, 2021 6:01 pm
- Forum: Off Topic
- Topic: Knoppix for PPC
- Replies: 2
- Views: 137
Re: Knoppix for PPC
Clicking the download on that link results in an error: “The requested URL /knoppix/powerPC/knx-pcc-2003-07-13_4.iso was not found on this server.” But many thanks for your effort! EDIT: Found it: http://web.archive.org/web/20130110182737/http://ftp.crihan.fr:80/mirrors/knoppix-mib.org/ The download...
- Mon Jan 04, 2021 3:48 pm
- Forum: General Macintosh Emulation
- Topic: A2SERVER - fully functional netatalk
- Replies: 29
- Views: 7740
Re: A2SERVER - fully functional netatalk
Yeah, no :( I mean, I'm not in the US and I'm not going to pay +100$ for an AsantéTalk adapter... (OR AM I?!) See, the thing is, even if I had that LocalTalk to Ethernet bridge adapter, I'd still not be able to use it, unless it comes with 800KB System 7 boot disk and whatever software required to ...
- Mon Jan 04, 2021 8:34 am
- Forum: General Macintosh Emulation
- Topic: A2SERVER - fully functional netatalk
- Replies: 29
- Views: 7740
Re: A2SERVER - fully functional netatalk
EDIT: I just received a reply from Ivan Drucker (a.k.a. IvanX), the former Apple Software Engineer who put together A2SERVER, and unfortunately, he wrote that it won't work due to generic RS-232 adapters not being fully compatible with LocalTalk. I'm not sure why this would be, but to him, Apple us...
- Sun Jan 03, 2021 7:38 pm
- Forum: General Macintosh Emulation
- Topic: A2SERVER - fully functional netatalk
- Replies: 29
- Views: 7740
Re: A2SERVER - fully functional netatalk
I don’t know hardware-wise as I don’t understand how your selfmade LocalTalk adapter works (but I will keep that option at the back of my mind in case my AsantéTalk dies before the LaserWriter 4/600 PS). But according to http://www.knubbelmac.de/themen/afp-server-vergleich.html (in German, but the c...
- Sun Jan 03, 2021 1:46 am
- Forum: General Macintosh Emulation
- Topic: A2SERVER - fully functional netatalk
- Replies: 29
- Views: 7740
Re: A2SERVER - fully functional netatalk
In order to be able to install A2SERVER, make sure you use an older version of Raspbian that is based on Debian 8 Jessie (Debian 9 Stretch might also work, not sure though). According to https://github.com/RasppleII/a2server/commit/a615ed1808111714ec40ded383704dc6509d185a Ivan Drucker has added exp...
- Sat Jan 02, 2021 7:00 pm
- Forum: General Macintosh Emulation
- Topic: A2SERVER - fully functional netatalk
- Replies: 29
- Views: 7740
Re: A2SERVER - fully functional netatalk
I'm reading on here that apparently A2SERVER works in LocalTalk? Are you guys sure about that? Everywhere else on the web, I read that it only works thru IP. I'm wondering, because I've already got a RPi and on Monday, I ordered a DB-9 to USB (RS232) adapter, plus I already had a DB-9 female to fem...
- Sun Dec 20, 2020 4:29 pm
- Forum: QEMU
- Topic: afpfs-ng-OSX – connect to Classic MacOS via AFP2
- Replies: 43
- Views: 19395
Re: afpfs-ng-OSX – connect to Classic MacOS via AFP2
Seems to run all fine. Next steps will be to create the .pgk installer, test on Catalina, and update the readme files in both of the repositories. The .pkg installer is ready at https://github.com/mabam/afpfs-ng-mac/releases . It’s a pre-release for now. Please pay attention to the notes there. Esp...
- Sat Dec 19, 2020 11:13 pm
- Forum: QEMU
- Topic: afpfs-ng-OSX – connect to Classic MacOS via AFP2
- Replies: 43
- Views: 19395
Re: afpfs-ng-OSX – connect to Classic MacOS via AFP2
Sort of a side note, but I just thought of another potential FUSE project: implementing AppleShare IP so that people can mount an AppleShare 2 file share as a virtual disk on modern OSes. The back end's already done, after all. And at some point, I want to get back to MFS and HFS and get them worki...
- Sat Dec 19, 2020 11:08 pm
- Forum: QEMU
- Topic: afpfs-ng-OSX – connect to Classic MacOS via AFP2
- Replies: 43
- Views: 19395
Re: afpfs-ng-OSX – connect to Classic MacOS via AFP2
As macFUSE v4.x runs on Mavericks and up, I did all the changes required for https://github.com/mabam/afpfs-ng-mac-GUI and https://github.com/mabam/afpfs-ng-mac , set up a Mavericks VM and did the re-compilation and testing there. Seems to run all fine. Next steps will be to create the .pgk installe...
- Fri Dec 18, 2020 11:42 pm
- Forum: QEMU
- Topic: afpfs-ng-OSX – connect to Classic MacOS via AFP2
- Replies: 43
- Views: 19395
Re: afpfs-ng-OSX – connect to Classic MacOS via AFP2
Heh... that's after all that headache we went through years ago with /System/Library/Filesystems/osxfuse.fs and having to re-do the installer to move the check to /Library/Filesystems/. I just checked as I couldn’t remember this. Turns out it wasn’t the path to the fuse file system but the path to ...
- Fri Dec 18, 2020 2:15 pm
- Forum: QEMU
- Topic: afpfs-ng-OSX – connect to Classic MacOS via AFP2
- Replies: 43
- Views: 19395
Re: afpfs-ng-OSX – connect to Classic MacOS via AFP2
Hi yannis, Nice to see some interest in this project after three years. I have to admit that I didn’t use afpfs-ng-OSX for quite a while, though. That is, I never installed it on my present Catalina machine. Also, I have never uploaded the macbinary conversion stuff to github as I didn’t continue to...
- Fri Dec 11, 2020 7:43 pm
- Forum: Off Topic
- Topic: Knoppix for PPC
- Replies: 2
- Views: 137
Knoppix for PPC
Does anyone happen to have Knoppix or something like it for PPC? I want to restore deleted files on a G5.
- Sat Nov 14, 2020 11:59 am
- Forum: QEMU
- Topic: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface
- Replies: 9
- Views: 299
Re: QEmu PPC on Windows 10 x64 with Mac OS X 10.5 TAP interface
Good. This is what I found out two posts above :) Thanks for the tip. I might be wrong, but I guess the different ifname also makes a difference: First instance: -netdev tap,ifname= mytap ,id=mynet0 \ -device sungem,netdev=mynet0,mac=52:54:00:12:34:58 \ Second instance -netdev tap,ifname= mytap ,id...
- Thu Nov 12, 2020 2:00 pm
- Forum: QEMU
- Topic: First steps taken with Qemu running macOS Apple Silicon kernel
- Replies: 1
- Views: 294
Re: First steps taken with Qemu running macOS Apple Silicon kernel
Too bad the days of Hackintosh computers are numbered. But it will take some time until Apple will stop releasing new macOS versions for intel chips. So at least I will be able to use my 2018 Hackintosh for several more years.
- Wed Nov 11, 2020 7:28 pm
- Forum: General Macintosh Emulation
- Topic: Any interest in preserving ancient Mac floppy readers?
- Replies: 5
- Views: 3186
Re: Any interest in preserving ancient Mac floppy readers?
Made a page for MacOpener at Macintoshgarden, Jorpho. MacOpener 2.0 works fine on my side, Windows 89SE and XP. Thanks for digging up this oldie! Out of curiosity, I just went to macintoshgarden and searched for “MacOpener”. Interestingly, next to your page, PC MacLAN 9 came up. The ISO includes an...
- Sun Oct 25, 2020 6:12 pm
- Forum: Mini vMac and Other Mac Emulators
- Topic: Disk Images
- Replies: 2
- Views: 162
Re: Disk Images
There’s hfsutils which can be installed via homebrew: https://formulae.brew.sh/formula/hfsutils
I’ve never used it myself, though.
I’ve never used it myself, though.
Re: Test Post
Yes, working fine here too.
Re: Test Post
Since we're on a modern phpBB now, any chance we can add "like" or "thanks" or "solved" buttons to posts? I think that the current consensus among the mod team is that "like" and "thanks" buttons might not add much to the forum. I think you should o...
- Thu Jul 02, 2020 11:59 am
- Forum: Basilisk II
- Topic: This disk (CD-ROM) is unreadable by this Macintosh
- Replies: 56
- Views: 5586
Re: This disk (CD-ROM) is unreadable by this Macintosh
Well it doesn't appear that KryoFlux has the floppy drive for sale. At least I could not find it. But I suppose if I did, it would probably be expensive. The category “Floppy Drives” on their website is empty. The floppy controller mentioned by Ronald is available though: https://webstore.kryoflux....
- Tue Jun 30, 2020 8:49 pm
- Forum: General Macintosh Emulation
- Topic: Creating an .iso from a HFS CD-ROM in macOS 10.15 (Catalina)
- Replies: 6
- Views: 1460
Re: Creating an .iso from a HFS CD-ROM in macOS 10.15 (Catal
Thanks. But when I try this, the whole process does not take less time: $ sudo dd if=/dev/disk5s1s2 of=~/Desktop/"Disk 1.iso" Password: 1333683+0 records in 1333683+0 records out 682845696 bytes transferred in 606.767548 secs (1125383 bytes/sec) $ sudo dd if=/dev/rdisk5s1s2 of=~/Desktop/&...
- Tue Jun 30, 2020 7:01 am
- Forum: General Macintosh Emulation
- Topic: Creating an .iso from a HFS CD-ROM in macOS 10.15 (Catalina)
- Replies: 6
- Views: 1460
Re: Creating an .iso from a HFS CD-ROM in macOS 10.15 (Catal
Ronald, As always, your guide is very clear and detailed. There’s something I’d like to add, however: As described under https://daoyuan.li/solution-dd-too-slow-on-mac-os-x/ and https://unix.stackexchange.com/questions/189030/why-specify-block-size-when-copying-devices-of-a-finite-size/189091#189091...
- Thu Jun 25, 2020 5:34 pm
- Forum: General Macintosh Emulation
- Topic: Help me choose the best emulator
- Replies: 11
- Views: 2248
Re: Help me choose the best emulator
Get a cheap iBook and a AAUI-15 to Ethernet Transceivers and do Appletalk to transfer the files. Once you have the files on the iBook create a CD or image file you can share with SheepShaver or just let your dad use the iBook to run his Mac OS stuff. Get a pre-installed A2SERVER from here: http://i...
- Sun Jun 21, 2020 11:36 am
- Forum: QEMU
- Topic: How to launch Mac OS X Puma on Linux ?
- Replies: 24
- Views: 3400
Re: How to launch Mac OS X Puma on Linux ?
If you want the screamer build, compile it from this source:madreamer wrote:To get the latest source code for qemu executeCode: Select all
git clone git://git.qemu-project.org/qemu.git
Code: Select all
git clone -b screamer --single-branch git://github.com/mcayland/qemu.git
- Tue Jun 16, 2020 12:29 pm
- Forum: SheepShaver
- Topic: High Sierra Security Update has broken my SheepSaver
- Replies: 18
- Views: 2697
Re: High Sierra Security Update has broken my SheepSaver
I’m also running High Sierra 10.13.6 with the newest Security Update (2020-003), but on a Hackintosh. SheepShaver 2.5 is running fine here.
- Mon Jun 01, 2020 8:12 pm
- Forum: General Macintosh Emulation
- Topic: Help me choose the best emulator
- Replies: 11
- Views: 2248
Re: Help me choose the best emulator
Print capability would be fantastic. If this means that your dad is printing from his Mac to a LocalTalk printer and he would like to keep doing that (but I very much doubt that’s what you mean), then this: mabam has the how-to for setting up an Apple file server, if needed. ;) would, merely as a s...