Internet for Mac OS X 10.1 ?
Moderators: Cat_7, Ronald P. Regensburg
- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Internet for Mac OS X 10.1 ?
Hello !
Is it possible to have internet on Mac OS X 10.1 Puma with Qemu ? If yes what is the command line ?
Greetings !
Is it possible to have internet on Mac OS X 10.1 Puma with Qemu ? If yes what is the command line ?
Greetings !
Re: Internet for Mac OS X 10.1 ?
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
What is your current command line?
Best,
Cat_7
- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Re: Internet for Mac OS X 10.1 ?
Hello !
My current order is:
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"- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Re: Internet for Mac OS X 10.1 ?
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
- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Re: Internet for Mac OS X 10.1 ?
Hello I looked I have this IP & I have a connection with Google it's just incredible!!! ThanksCat_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
- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Re: Internet for Mac OS X 10.1 ?
In 2024 will we be entitled to a version of Qemu screammer for Linux ?
Re: Internet for Mac OS X 10.1 ?
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
But you can make your own, if you want to.
Best,
Cat_7
- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Re: Internet for Mac OS X 10.1 ?
Thank you for your answer can you explain to me how to compile ? Because it's very complicated to understand thank you
- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Re: Internet for Mac OS X 10.1 ?
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-ppcOnce 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
- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Re: Internet for Mac OS X 10.1 ?
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
Re: Internet for Mac OS X 10.1 ?
I hoped this was clear:
Cat_7
If you encounter any specific errors about missing software, you probably need to install the corresponding development packages.
Best,That's it, you are on your own now.
Cat_7
- Sebiohazard
- Mac Mechanic
- Posts: 172
- Joined: Tue Aug 27, 2019 2:15 pm
Re: Internet for Mac OS X 10.1 ?
OK but unfortunately I know nothing about Linux...
Re: Internet for Mac OS X 10.1 ?
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.