Page 11 of 23 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 229

Thread: Installing QEMU, KQEMU, and DHCP Patch

  1. #101
    Join Date
    May 2006
    Beans
    Hidden!

    Re: Installing QEMU, KQEMU, and DHCP Patch

    Little question on amd64:
    In my Qemu, I can:
    - boot dapper-i386 cdrom with or without kqemu
    - boot dapper-amd64 cdrom WITHOUT kqemu
    - boot dapper-amd64 cdrom WITH kqemu AND -smp 2

    but I can NOT boot dapper-amd64 cdrom with kqemu as a mono-cpu (without the '-smp 2')...
    And if I activate the "-smp 2", it is quite slow, so it is not a good choice...

    Do you know how I may work around this?
    Last edited by zebarbu; June 29th, 2006 at 11:17 PM.

  2. #102
    Join Date
    Jun 2006
    Beans
    2

    Re: Installing QEMU, KQEMU, and DHCP Patch

    wget http://exvision.net/qemu_mouse.patch

    No connection to exvision.net. Where else can I get the patch?

  3. #103
    Join Date
    Feb 2006
    Beans
    19

    Re: Installing QEMU, KQEMU, and DHCP Patch

    I have tried this 4 or 5 times and I keep getting errors.

    Is this correct? y
    Would you like to download QEMU from the CVS (Unstable)? y
    Installing Dependencies...
    Reading package lists... Done
    Building dependency tree... Done
    gcc-3.4 is already the newest version.
    g++-3.4 is already the newest version.
    libsdl1.2debian is already the newest version.
    libsdl1.2debian-all is already the newest version.
    build-essential is already the newest version.
    libsdl1.2-dev is already the newest version.
    zlib1g-dev is already the newest version.
    checkinstall is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Installing Kernel Headers (386)...
    Reading package lists... Done
    Building dependency tree... Done
    linux-headers-386 is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Preparing for Download...
    Downloading QEMU...
    --13:13:54-- http://qemu.dad-answers.com/download...-30_23.tar.bz2
    => `qemu-snapshot-2006-06-30_23.tar.bz2'
    Resolving qemu.dad-answers.com... 66.98.184.92
    Connecting to qemu.dad-answers.com|66.98.184.92|:80... connected.
    HTTP request sent, awaiting response... 404 Not Found
    13:13:55 ERROR 404: Not Found.

    Downloading KQEMU...
    --13:13:55-- http://fabrice.bellard.free.fr/qemu/...3.0pre9.tar.gz
    => `kqemu-1.3.0pre9.tar.gz'
    Resolving fabrice.bellard.free.fr... 212.27.63.117
    Connecting to fabrice.bellard.free.fr|212.27.63.117|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 190,070 (186K) [application/x-gzip]

    100%[====================================>] 190,070 103.64K/s

    13:13:57 (103.35 KB/s) - `kqemu-1.3.0pre9.tar.gz' saved [190070/190070]

    Extracting QEMU...
    tar: qemu-snapshot-2006-06-30_23.tar.bz2: Cannot open: No such file or directorytar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ERROR: Unable to extract QEMU.

  4. #104
    Join Date
    Jul 2006
    Beans
    Hidden!

    Re: Installing QEMU, KQEMU, and DHCP Patch

    Quote Originally Posted by bobap1950
    I have tried this 4 or 5 times and I keep getting errors.

    Is this correct? y
    Would you like to download QEMU from the CVS (Unstable)? y

    --

    Extracting QEMU...
    tar: qemu-snapshot-2006-06-30_23.tar.bz2: Cannot open: No such file or directorytar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Error exit delayed from previous errors
    ERROR: Unable to extract QEMU.
    I kept getting that error until I chose not to install the CVS Unstable version. Just answer 'N' for that and it should work.

  5. #105
    Join Date
    Jun 2006
    Beans
    13

    Re: Installing QEMU, KQEMU, and DHCP Patch

    The CVS version doesn't work, but the other one does. However, it doesn't want to install kqemu. This is the error I get:
    Installing KQEMU...
    Loading KQEMU Module...
    FATAL: Error inserting kqemu (/lib/modules/2.6.15-25-386/misc/kqemu.ko): Invalid module format
    ERROR: Unable to Load KQEMU Module...

  6. #106
    Join Date
    Jun 2006
    Location
    Buenos Aires, Argentina
    Beans
    686
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: Installing QEMU, KQEMU, and DHCP Patch

    I am getting the following error while trying to install it:


    make[1]: Leaving directory `/tmp/build-qemu/qemu-0.8.1/arm-softmmu'
    Configuring KQEMU...
    No Makefile file present in /lib/modules/2.6.15-23-386/build/ - kqemu cannot be built
    grep: /lib/modules/2.6.15-23-386/build//Makefile: No such file or directory
    Source path /tmp/build-qemu/qemu-0.8.1/kqemu
    C compiler gcc
    Host C compiler gcc
    make make
    host CPU i386
    Compiling KQEMU...
    make -C /lib/modules/2.6.15-23-386/build/ M=`pwd` modules
    make: *** /lib/modules/2.6.15-23-386/build/: No such file or directory. Stop.
    make: *** [kqemu.ko] Error 2
    ERROR: Unable to Compile KQEMU...

  7. #107
    Join Date
    May 2006
    Beans
    3

    Re: Installing QEMU, KQEMU, and DHCP Patch

    Hi
    Thanks for this great HOWTO.
    I had one problem with compilng kqemu - the script seems to look for the "build" dir in the oldest /lib/modules/* directory (for me this is - "/lib/modules/2.6.15-20-386/") and not in the latest (for me this is - /lib/modules/2.6.15-25-386/).

    The fix is to create a symbolic link to the "build" directory in the latest folder (2.6.15-25-386 in my case).

    so just do (easy!)
    cd /lib/modules/2/6/15-20-386
    sudo ln -s /lib/modules/2.6.15-25-386 build
    NB: Please substitute your own module directories - these were just the ones I have.
    I hope this helps

    Regards

  8. #108
    Join Date
    Jul 2006
    Beans
    22

    Re: Installing QEMU, KQEMU, and DHCP Patch

    everything works fine up until kqwmu i get this:



    ************************************************** ********************

    Installing KQEMU...
    Loading KQEMU Module...
    FATAL: Error inserting kqemu (/lib/modules/2.6.15-25-386/misc/kqemu.ko): Invalid module format
    ERROR: Unable to Load KQEMU Module...







    what should i do?

  9. #109
    Join Date
    Jun 2006
    Location
    Buenos Aires, Argentina
    Beans
    686
    Distro
    Kubuntu 8.04 Hardy Heron

    Re: Installing QEMU, KQEMU, and DHCP Patch

    Thanks squilla, that solved the problem that I was having. The script is great. Also a y/n or yes/no would be appreciated.

    Thanks.

  10. #110
    Join Date
    Apr 2006
    Beans
    59

    Re: Installing QEMU, KQEMU, and DHCP Patch

    I uploaded yesterday's CVS here, it is compiled to support KQemu.

Page 11 of 23 FirstFirst ... 91011121321 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •