On Nov 17, 2013, at 3:06 AM, Mahmood Naderan wrote: Here are some information regarding the host system
$ uname -a Linux tiger 2.6.32-279.5.1.el6.x86_64 #1 SMP Tue Aug 14 16:11:42 CDT 2012 x86_64 x86_64 x86_64
GNU/Linux
$ lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distributor ID: Scientific Description: Scientific Linux release 6.3 (Carbon) Release:
6.3 Codename: Carbon
The guest machine have these information according to AQemu
Emulator Type: QEMU Computer Type: ARM Boot Priority: FDA/CDROM/HDD Number of CPU: 1 Video Card: Default Memory Size: 256 Use Sound: Yes Fullscreen Mode: No Use Snapshot Mode: No Use Local Time: No
The arguments are
/usr/local/bin/qemu-system-arm
-monitor stdio -soundhw es1370,ac97 -m 256 -S -cdrom
/home/mahmood/Downloads/Microsoft.Windows.XP.Professional.SP3/Windows.XP.Professional.SP3.iso
-hda /home/mahmood/winxp -boot order=adc,menu=on -net none -name
"Windows XP" -vnc :10
Any idea on that? Regards, Mahmood On Sunday, November 17, 2013 11:35 AM, Mahmood Naderan <address@hidden> wrote: Here are some information regarding the host system
$ uname -a Linux tiger 2.6.32-279.5.1.el6.x86_64 #1 SMP Tue Aug 14 16:11:42 CDT 2012 x86_64 x86_64 x86_64
GNU/Linux
$ lsb_release -a LSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch Distributor ID: Scientific Description: Scientific Linux release 6.3 (Carbon) Release:
6.3 Codename: Carbon
The guest machine have these information according to AQemu
Emulator Type: QEMU Computer Type: ARM Boot Priority: FDA/CDROM/HDD Number of CPU: 1 Video Card: Default Memory Size: 256 Use Sound: Yes Fullscreen Mode: No Use Snapshot Mode: No Use Local Time: No
The arguments are
/usr/local/bin/qemu-system-arm -monitor stdio -soundhw es1370,ac97 -m 256 -S -cdrom /home/mahmood/Downloads/Microsoft.Windows.XP.Professional.SP3/Windows.XP.Professional.SP3.iso -hda /home/mahmood/winxp -boot order=adc,menu=on -net none -name "Windows XP" -vnc :10
Any idea on that?
Regards, Mahmood On Saturday, November 16, 2013 10:09 PM, Programmingkid <address@hidden> wrote: >What target are you using? (qemu-system-ppc, qemu-system-i386, ...)
>What is your computer's operating system?
>Please send the complete command line arguments you used.
The first thing that strikes me is the fact you are trying to run Windows XP on an ARM platform. It would not work. You need to use the qemu-system-i386 platform instead.
I don't have any experience with the ARM platform, so I can't help you with making the sound card work on them. The good news is, you probably don't need to use the platform. The es1370 sound card should work just fine on the qemu-system-i386. I know from experience that it works, but is very glitchy. Don't expect very good sound under Windows XP. That has been my experience with QEMU version 1.6.0. |