Kristian Gavran wrote:
Judd Vinet wrote:
Fabio C. wrote:
Hi to all!
I have to compile qemu or there's a repository with the package?!
If you'd like to use a binary package, I happen to have my own built.
It includes the kqemu module.
# pacman -U http://www.archlinux.org/~judd/qemu/qemu-0.7.0-1.pkg.tar.gz
To activate the module (and networking), there is some manual setup
required (as root). You can script it easily.
# modprobe tun
# modprobe kqemu
# mknod --mode=0666 /dev/kqemu c 250 0
# chmod 666 /dev/net/tun
# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
# echo 1 > /proc/sys/net/ipv4/ip_forward
I've installed the package, but when I try to load the module kqemu I
got an error message:
bash-3.00# modprobe kqemu
FATAL: Module kqemu not found.
but it seem that the module was installed right in the /lib/modules:
bash-3.00# pwd
/lib/modules/2.6.11.10-ARCH/misc
bash-3.00# ls
kqemu.ko
My kernel is:
bash-3.00# uname -a
Linux bigbox 2.6.11.10-ARCH #1 SMP Mon May 16 14:58:59 PDT
2005 i686 Pentium III (Coppermine) GenuineIntel GNU/Linux
What do I wrong and how can I load the kqemu module?
Bye,
-Kristian
Ah! I've found the answer.. And it's an odd one..
([EMAIL PROTECTED] misc)# insmod /lib/modules/2.6.11.4/misc/kqemu.ko
([EMAIL PROTECTED] misc)# lsmod
Module Size Used by
kqemu 41480 0
nvidia 3463644 12
_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch