On Wed, October 12, 2005 8:26 am, Robert Fisher said: >> >> Are you using kqemu (the proprietary kernel module to speed things up)? > > Yes but I just realised that it is not working as user (only as root) > I get the message..... > Could not open '/dev/kqemu' - QEMU acceleration layer not activated > > How can I avoid this as user?
delete /dev/kqemu that you made, and let the module make the device entry, which will be owned root:qemu put your user in the qemu group (and log out and back in, use id to make sure you are) modprobe kqemu major=0 will load the module and make the device. > > Win98 installing at the moment. > > I found a good quick start guide at.... > http://gentoo-wiki.com/Windows yes but it is slightly wrong, see above. >
