Re: how to start wget example?
"Sartakov A. Vasily" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
You should tell QEMU what kind of NIC will be emulate. It should be respective with device driver in ankh. Qemu supports 8139, so, you should build aknh with that driver and use: qemu -net nic,model=rtl8139,vlan=1,macaddr=52:54:00:12:34:56 01.03.2012, в 20:17, [email protected] написал(а): > On 29 февраля 2012 22:04:04 Björn Döbel wrote: >> Hi, >> >>> I use attached ankh.lua(defualt), ankh.vbus and wget.lua(default), and >>> receive error http://paste.org.ru/?w335oj >> >> looks like there was no NIC found on the machine you are booting on. >> >> QEMU, I assume? What NIC options do you use for booting? Is the >> respective device driver enabled in l4/pkg/ankh/server/src/Makefile? >> >> Cheers, >> Bjoern >> >> _______________________________________________ >> l4-hackers mailing list >> [email protected] >> http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers > On host system i have > Realtek Semiconductor Co., Ltd. RTL8111/8168B > and in l4/pkg/ankh/server/src/Makefile > > # switch network cards on/off here > NE2K = n > LOOP = y > RTL8139 = n > RTL8169 = y > PCNET = n > E100 = n > E1000 = n > E1000E = n > UX = n > > > _______________________________________________ > l4-hackers mailing list > [email protected] > http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers _______________________________________________ l4-hackers mailing list [email protected] http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers