how to start wget example?

Sartakov A. Vasily sartakov at ksyslabs.org
Thu Mar 1 17:31:09 CET 2012


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, galiullintimur at gmail.com написал(а):

> 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
>> l4-hackers at os.inf.tu-dresden.de
>> 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
> l4-hackers at os.inf.tu-dresden.de
> http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers





More information about the l4-hackers mailing list