Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
165 user(s) are online (108 user(s) are browsing Forums)

Members: 0
Guests: 165

more...

Headlines

 
  Register To Post  

qemu pegasos2 applications and experiences.
Quite a regular
Quite a regular


See User information
qemu pegasos2 applications and experiences.

I would like to share the use of qemu experience with various applications.

and possible tests on them so as not to write in the dedicated post
in which I saw that other tests dedicated to the graphics card are being done.

Meanwhile I have fixed the audio issue on my system and it no longer conflicts with "kazan" to record.

Here is an example of a 720p video:
Desktop 1440x900

https://youtu.be/c_JwFUgfu0Q


Now I was trying "RemoteDeskTop" it seems to me it supports at most 16bit
with "xrdp" (linux)
I put all on "bridge" including OS 4.1 (qemu)

with
/etc/network/interfaces:

#Bridge interface
auto br0
iface br0 inet static
address 192.168.1.28
netmask 255.255.255.0
network 192.168.1.1
broadcast 192.168.1.255
gateways 192.168.1.1
bridge_ports eth0 tap0
bridge_stp off
bridge_maxwait 5

with ethernet cable

qemu-system-ppc -cpu g3 -L pc-bios -M pegasos2 -bios /home/white/Scaricati/pegasos2.rom -m 1024 -serial stdio -device sm501 -drive if=none,id=hd,file=/ home/white/Downloads/32gb.raw,format=raw -device ide-hd,drive=hd,bus=ide.1 -netdev user,id=br0 -device rtl8139,netdev=br0 -vga xenfb -drive if=none ,id=hd1,file=/home/white/Downloads/coffin.raw,format=raw -device ide-hd,drive=hd1,bus=ide.1

Has anyone tried "RemoteDeskTop" ?
can you give me some advice on how to configure it on the AmigaOS side ?

Go to top
Re: qemu pegasos2 applications and experiences.
Quite a regular
Quite a regular


See User information
@whiteQuote:
white wrote:qemu pegasos2 applications and experiences.

I would like to share the use of qemu experience with various applications.

and possible tests on them so as not to write in the dedicated post
in which I saw that other tests dedicated to the graphics card are being done.

Meanwhile I have fixed the audio issue on my system and it no longer conflicts with "kazan" to record.

Here is an example of a 720p video:
Desktop 1440x900


This already looks much better when streaming without these jerks, how did you solve the problem?

I just compared it to my video yet it seems like my video is playing cleaner in speed, I'm not sure if it's your recording software or your machine is a bit slower than mine.

Maybe also try again with CPU Apollo7 to see if anything changes in speed, this is the CPU I use under Qemu Peg2.

Configuring RemoteDesktop should be very easy, I'll do some tests later to see if I can get it to work under MacOs. For now I'm going on a well deserved vacation.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: qemu pegasos2 applications and experiences.
Quite a regular
Quite a regular


See User information
I wanted to do a simple test with qemu for Windows 10 in this case.

Without WSL

Only with qemu for Windows (latest version)

Not bad.
but Linux is superior as well as more suitable

However, I can do some tests that are important to me later:
The network with :
-netdev user,id=n0 -device rtl8139,netdev=n0

seems to be slower

https://youtu.be/CQMVPgM5-yc

Go to top
Re: qemu pegasos2 applications and experiences.
Home away from home
Home away from home


See User information
@white

What hardware are you running this on? Your emulated system boots a lot faster than mine.

Hans

http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more.
https://keasigmadelta.com/ - more of my work
Go to top
Re: qemu pegasos2 applications and experiences.
Quite a regular
Quite a regular


See User information
@HansQuote:
Hans wrote:@white

What hardware are you running this on? Your emulated system boots a lot faster than mine.


From the looks of it, he's using an AMD Ryzen 7 5800, so it's a fairly recent machine.

You can read about it in the big Qemu thread. Page 3 post #49.

MacStudio ARM M1 Max Qemu//Pegasos2 AmigaOs4.1 FE
Go to top
Re: qemu pegasos2 applications and experiences.
Quite a regular
Quite a regular


See User information
@Hans
I use the Ryzen 5800 as told by Maijestro,

now the test that I would like to carry out to better understand how it works.

And use NPCAP as "driver"

but with with Windows 10
ipconfig
ipconfig /all

i can't locate "NPCAP"

yet it is active and functional

don't tell me I don't have to talk about WinUAE because I'm talking about computer science and I don't make the "differences" for one program or another.

I read here:
https://github.com/nmap/nmap/issues/1284

what I can't figure out is how do I locate it
"NPCAP drivers"

to use it with qemu with windows 10.

Toni (WinUAE)
he told me that there is no special function in WinUAE to make it work.

So I would like to do some "TEST" with qemu for windows 10
using NPCAP

Does anyone know how to identify NPCAP with other commands for Windows 10?

So as to use the network through NPCAP.

@Hans
Could you do some tests with NPCAP ?
you tell me how to locate it ?

Thank you.


I tried to use it all together.
vmware (ubuntu)
winuae OS 4.1 (npcap)
qemu pegasus2 (windows 10)

but also in this case
ipconfig
ipconfig /all

does not return
npcap

even though I'm using it through "winuae" and get an external address.

Go to top
Re: qemu pegasos2 applications and experiences.
Quite a regular
Quite a regular


See User information
@Hans
@all

If you are interested,
And you have the skills to do it I'm sure.

Follow this video on how to use WinUAE with NPCAP

And enable external IP.

You and not just you
Once you understand how it works I guess you can find a solution.

To understand how to use it with qemu (windows)
the same process is to get the external IP

Note that without NPCAP you will always get 10.0.2.15 and you won't be able to have an external IP.

Here the video carefully follow the steps before and after installing NPCAP

https://youtu.be/W6meORcuxaY


note:
if after the restart you have connection problems
just edit the file:
DEVS/INTERNET/routes

and delete the line for example:
192.168.1.1

restart and you will have no more problems and you will use an external IP.


Edited by white on 2023/7/19 16:46:14
Go to top
Re: qemu pegasos2 applications and experiences.
Just can't stay away
Just can't stay away


See User information
@white
Quote:
don't tell me I don't have to talk about WinUAE because I'm talking about computer science and I don't make the "differences" for one program or another.
According to https://www.winuae.net/emulated-hardware-expansions/ WinUAE includes support for Npcap/WinPCap.

Are you sure the Windows versions of QEmu support that as well?

Go to top
Re: qemu pegasos2 applications and experiences.
Quite a regular
Quite a regular


See User information
@joerg

Probably not,

But it is a solution that can be found.

Because AmigaOS is emulated with qemu
And so the problem concerns AmigaOS in emulation with qemu
And the only forums where you can talk about AmigaOS are these.

It would be useless to post a problem concerning qemu which emulates AmigaOS in a "linux" forum.

So I hope a similar solution can be implemented in qemu.

(qemu windows)
(qemu linux)

i guess it can be done
i tried with:
libpcap (linux)
some solutions but they don't work.

I just showed what a solution could be.

I hope it will be of help to those who may find a solution with qemu and have the skills to do so.

here you can read some discussions:
https://eab.abime.net/showthread.php?t=113556
https://eab.abime.net/showthread.php?t=114770

Go to top

  Register To Post

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project