qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Problem with Mandrake 10 still egzist
@ 2004-07-05 21:58 Konrad Karpieszuk
  2004-07-06  0:13 ` Jean-Michel POURE
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Karpieszuk @ 2004-07-05 21:58 UTC (permalink / raw)
  To: qemu-devel

Welcome first time :)

I wanted to make screenshots from instalation Mandrake 10 Official, so i 
downloaded qemu 0.5.5 (binary distribution).

But when I`m tring to run virtual MDK i got well known problem with "No 
CDROM device found".

As i found in archive You maintain that now it should works:
http://lists.gnu.org/archive/html/qemu-devel/2004-06/msg00284.html
http://lists.gnu.org/archive/html/qemu-devel/2004-06/msg00177.html

Also in last link i found solution that i have to start qemu with -pci 
-cirrusvga. But when i`m doing (i`m in /mnt/cdrom/images):

[konrad@konradk images]$ qemu -pci -cirrusvga -cdrom boot.iso

and when i choose F1 and type alt1, i got this:

http://vivamozilla.civ.pl/rozne/qemu-mdk10.png

And it is finish. What I`m doing bad?

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Problem with Mandrake 10 still egzist
  2004-07-05 21:58 [Qemu-devel] Problem with Mandrake 10 still egzist Konrad Karpieszuk
@ 2004-07-06  0:13 ` Jean-Michel POURE
       [not found]   ` <40EA633A.50805@interia.pl>
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Michel POURE @ 2004-07-06  0:13 UTC (permalink / raw)
  To: qemu-devel

Le lundi 5 Juillet 2004 23:58, Konrad Karpieszuk a écrit :
> But when I`m tring to run virtual MDK i got well known problem with "No
> CDROM device found".

It is a known problem, which was fixed in CVS. You will need to compile QEMU 
from CVS. Kindest regards, Jean-Michel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Problem with Mandrake 10 still egzist
       [not found]   ` <40EA633A.50805@interia.pl>
@ 2004-07-06  9:06     ` Jean-Michel POURE
       [not found]       ` <40EA6E2D.70107@interia.pl>
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Michel POURE @ 2004-07-06  9:06 UTC (permalink / raw)
  To: Konrad Karpieszuk; +Cc: qemu-devel

Le mardi 6 Juillet 2004 10:30, vous avez écrit :
> OK, thanks. But how well it is repared? When I compile qemu from cvs i
> will have to still use those -pci -cirrusvga options (then 'alt1') or it
> will work fine also in normal installation?

In QEMU CVS version, -pci is enabled by default, -cirrusvga is optional. 
Mandrake 10 works fine in QEMU cvs version.

Please note that you can also download a ready-to-run Mandrake 10 image from 
http://www.freeoszoo.org, but you will need the latest CVS version of QEMU 
too.

Kind regards,
Jean-Michel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Problem with Mandrake 10 still egzist
       [not found]       ` <40EA6E2D.70107@interia.pl>
@ 2004-07-06  9:32         ` Jean-Michel POURE
  2004-07-06  9:51           ` Konrad Karpieszuk
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Michel POURE @ 2004-07-06  9:32 UTC (permalink / raw)
  To: Konrad Karpieszuk; +Cc: qemu-devel

Le mardi 6 Juillet 2004 11:17, Konrad Karpieszuk a écrit :
> I cannot install this version :( './configure' finish well, but when i
> type 'make' i got:
>
> texi2html -monolithic -number qemu-doc.texi
> make: texi2html: Cammand not found
> make: *** [qemu-doc.html] Error 127
>
> What i`m doing bad? I`m not good in compiling and using cvs, can You
> help me?

Dear Konrad,

Do not hesitate to post a copy of your email to Qemu mailing list. It can help 
future users to find answers via Google, without contacting us.

dpkg-query -W texi2html
texi2html       1.66-1.2

You need to install package texi2html

Kind regards,
Jean-Michel Pouré

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Problem with Mandrake 10 still egzist
  2004-07-06  9:32         ` Jean-Michel POURE
@ 2004-07-06  9:51           ` Konrad Karpieszuk
  2004-07-06 11:02             ` Konrad Karpieszuk
  0 siblings, 1 reply; 6+ messages in thread
From: Konrad Karpieszuk @ 2004-07-06  9:51 UTC (permalink / raw)
  To: jm; +Cc: qemu-devel

07/06/2004 11:32 AM | Jean-Michel POURE:
> Le mardi 6 Juillet 2004 11:17, Konrad Karpieszuk a écrit :
> 
>>I cannot install this version :( './configure' finish well, but when i
>>type 'make' i got:
>>
>>texi2html -monolithic -number qemu-doc.texi
>>make: texi2html: Cammand not found
>>make: *** [qemu-doc.html] Error 127
>>
>>What i`m doing bad? I`m not good in compiling and using cvs, can You
>>help me?
> 
> 
> Dear Konrad,
> 
> Do not hesitate to post a copy of your email to Qemu mailing list. It can help 
> future users to find answers via Google, without contacting us.

I didn`t realised that i wrote only to You :) I thought that Postman by 
default add reply-to: [address of list] and I just hit 'reply' in Mozilla :)

> dpkg-query -W texi2html
> texi2html       1.66-1.2
> 
> You need to install package texi2html

Now it is working (my Linux is still doing 'make' :) ), i hope it will 
finich good. Thanks for help!

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-devel] Problem with Mandrake 10 still egzist
  2004-07-06  9:51           ` Konrad Karpieszuk
@ 2004-07-06 11:02             ` Konrad Karpieszuk
  0 siblings, 0 replies; 6+ messages in thread
From: Konrad Karpieszuk @ 2004-07-06 11:02 UTC (permalink / raw)
  To: qemu-devel

07/06/2004 11:51 AM | Konrad Karpieszuk:
> Now it is working (my Linux is still doing 'make' :) ), i hope it will 
> finich good. Thanks for help!

OK, how can i check if I installed qemu from cvs?

When I make 'make' i see (fe last lines of output):

/usr//bin/ld: cannot find -lm
collect2: ld returned 1 exit status
make[1]: *** [qemu-fast] Error 1
make[1]: Leaving directory `/home/konrad/qemu-cvs/qemu/i386'
make: *** [all] Error 1

The same when i do 'make install'. And now i`m not sure if i install it 
well. /usr/local/bin/qemu has date of creation few minutes ago, but when 
i type 'qemu' i see 0.5.5 version (no info about cvs).

I ask about this, because i still see problems witch i had before: "No 
CDROM device found" and when i choose alt1 i got this screen:

http://vivamozilla.civ.pl/rozne/qemu-mdk10.png

-- 
pozdrawiam
|<onrad Karpieszuk
www.Karpieszuk.prv.pl

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-07-06 11:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-05 21:58 [Qemu-devel] Problem with Mandrake 10 still egzist Konrad Karpieszuk
2004-07-06  0:13 ` Jean-Michel POURE
     [not found]   ` <40EA633A.50805@interia.pl>
2004-07-06  9:06     ` Jean-Michel POURE
     [not found]       ` <40EA6E2D.70107@interia.pl>
2004-07-06  9:32         ` Jean-Michel POURE
2004-07-06  9:51           ` Konrad Karpieszuk
2004-07-06 11:02             ` Konrad Karpieszuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).