Re: [Qemu-devel] Setting up tun/tap network doesn't work

2005-10-14 Thread Alexander Skwar
Hi! Jim C. Brown schrieb: > Make sure the guest supports the ne2k-pci driver (either compiled in or loaded > as a module). from the output you provided, it appears that your guest kernel > lacks the right ethernet driver. Check the output of dmesg to see if ne2k > is mentioned. I used the linux-

Re: [Qemu-devel] Setting up tun/tap network doesn't work

2005-10-14 Thread Jim C. Brown
On Fri, Oct 14, 2005 at 11:14:29PM +0200, Alexander Skwar wrote: > Hello. > > I'm trying to get qemu 0.7.2 on Gentoo Linux to work with tun/tap > network - but fail to do so :/ > > Thus, network isn't setup properly inside the qemu "guest". > > Rather obviously, I seem to be missing something. B

Re: [Qemu-devel] Setting up tun/tap network doesn't work

2005-10-14 Thread Marco Matthies
Hi Alexander, as I also struggled hard to get qemu networking running, so i will post my notes that i made when i finally managed to get it going. But first a resource that might help you: faq in the unofficial qemu wiki: http://lilly.csoft.net/~jeffryj/cgi-bin/moin.cgi/FrequentlyAskedQuestio

Re: [Qemu-devel] NEC PC-9821

2005-10-14 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Hetz Ben Hamo <[EMAIL PROTECTED]> writes: : Not really. I think you'll need a BIOS for it which is copyrighted and : not freely distributable, and I think some specs are different, but I : didn't see any patches floating around. The specifications are qu

Re: [Qemu-devel] NEC PC-9821

2005-10-14 Thread Hetz Ben Hamo
Not really. I think you'll need a BIOS for it which is copyrighted and not freely distributable, and I think some specs are different, but I didn't see any patches floating around. Hetz On 10/14/05, M. Warner Losh <[EMAIL PROTECTED]> wrote: > Has anybody made qemu emulate the NEC PC-9821 family o

[Qemu-devel] NEC PC-9821

2005-10-14 Thread M. Warner Losh
Has anybody made qemu emulate the NEC PC-9821 family of computer products from NEC, also known as Japanese PC? Warner ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Audio

2005-10-14 Thread malc
At http://www.boblycat.org/~malc/code/patches/qemu/ you will find latest audio patch (14a_aqemu). Highlights of the release: a. Mike Kronenberg contributed CoreAudio driver (MacOS X native sound) (no support for ADC yet) b. Work on better endianness support c. Less(hopefully) racy SDL driver d

[Qemu-devel] Setting up tun/tap network doesn't work

2005-10-14 Thread Alexander Skwar
Hello. I'm trying to get qemu 0.7.2 on Gentoo Linux to work with tun/tap network - but fail to do so :/ I compiled the kernel (2.6.13-suspend2-r4) with tun/tap support and copied the "qemu-ifup" script from linux-test-0.5.1 to my /etc directory. I loaded the "tun" module. [EMAIL PROTECTED] ~/var