Internet for Mac OS X 10.1 ?

About Qemu-system-ppc, a PPC Mac emulator for Windows, macOS and Linux that can run Mac OS 9.0 up to Mac OS X 10.5

Moderators: Cat_7, Ronald P. Regensburg

Post Reply
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

Hello !

Is it possible to have internet on Mac OS X 10.1 Puma with Qemu ? If yes what is the command line ?

Greetings !
User avatar
Cat_7
Expert User
Posts: 6571
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Internet for Mac OS X 10.1 ?

Post by Cat_7 »

Network connections should work out of the box. Check the network control panel. It should say you are connected and should have gotten ip address 10.0.2.15

What is your current command line?

Best,
Cat_7
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Re: Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

Hello !

My current order is:

Code: Select all

qemu-system-ppc -L pc-bios -M mac99 -cpu g3 -m 512 -boot c -hda "HDD.img" -cdrom "Mac OS X 10.1.iso"
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Re: Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

???
User avatar
Cat_7
Expert User
Posts: 6571
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Internet for Mac OS X 10.1 ?

Post by Cat_7 »

You didn't answer my suggestion to check the network settings:
Check the network control panel. It should say you are connected and should have gotten ip address 10.0.2.15
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Re: Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

Cat_7 wrote: Thu Jan 11, 2024 6:13 am Network connections should work out of the box. Check the network control panel. It should say you are connected and should have gotten ip address 10.0.2.15
Hello I looked I have this IP & I have a connection with Google it's just incredible!!! Thanks
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Re: Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

In 2024 will we be entitled to a version of Qemu screammer for Linux ?
User avatar
Cat_7
Expert User
Posts: 6571
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Internet for Mac OS X 10.1 ?

Post by Cat_7 »

I'm sorry, we don't do Linux builds. There are too many Linux distributions to provide builds for.
But you can make your own, if you want to.

Best,
Cat_7
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Re: Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

Thank you for your answer can you explain to me how to compile ? Because it's very complicated to understand thank you
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Re: Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

???
User avatar
Cat_7
Expert User
Posts: 6571
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Internet for Mac OS X 10.1 ?

Post by Cat_7 »

Code: Select all

git clone -b screamer-v8.2.0 https://www.github.com/mcayland/qemu qemu-screamer
cd qemu-screamer
./configure --target-list="ppc-softmmu" --enable-gtk --enable-sdl --enable-slirp
make
cd build
strip qemu-system-ppc
If you encounter any specific errors about missing software, you probably need to install the corresponding development packages.

Once successfully compiled, you need to point to the pc-bios folder from the source folder when running qemu.

That's it, you are on your own now.

Best,
Cat_7
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Re: Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

Hello thank you for your help unfortunately I have this error message:

Code: Select all

'sphinx==5.3.0' not found:
 • Python package 'sphinx' was not found nor installed.
 • mkvenv was configured to operate offline and did not check PyPI.


Sphinx not found/usable, disabling docs.

ERROR: Cannot find Ninja
User avatar
Cat_7
Expert User
Posts: 6571
Joined: Fri Feb 13, 2004 8:59 am
Location: Sittard, The Netherlands

Re: Internet for Mac OS X 10.1 ?

Post by Cat_7 »

I hoped this was clear:
If you encounter any specific errors about missing software, you probably need to install the corresponding development packages.
That's it, you are on your own now.
Best,
Cat_7
User avatar
Sebiohazard
Mac Mechanic
Posts: 172
Joined: Tue Aug 27, 2019 2:15 pm

Re: Internet for Mac OS X 10.1 ?

Post by Sebiohazard »

OK but unfortunately I know nothing about Linux...
User avatar
adespoton
Forum All-Star
Posts: 4754
Joined: Fri Nov 27, 2009 5:11 am
Location: Emaculation.com

Re: Internet for Mac OS X 10.1 ?

Post by adespoton »

Sebiohazard wrote: Fri Jan 19, 2024 8:46 am OK but unfortunately I know nothing about Linux...
Attempting to run prerelease code on an OS you're unfamiliar with sounds like an excellent growth opportunity. It will require patience and lots of reading.

In this case, you'll need to learn how to do Python package management, how to use virtual environments and how to use apt to install software.

Python packages are usually installed using the "pip" command -- eg, pip install ninja or pip install sphinx.

This isn't a Linux help forum though, so it's not the right place to ask for general assistance with setting up build environments and operating the Linux OS.

I'd suggest that if you're having difficulty setting this up and don't want to persevere in wading through stack exchange suggestions, ChatGPT tips and Linux man pages, the best solution is to stick with the stable qemu-system-ppc build available on most Linux distributions and know that audio support is in development and should one day come to QEmu-PPC.
Post Reply