Re: how to start wget example?

Timur <[email protected]>
Newsgroups gmane.comp.micro-kernel.l4.devel
Message-ID <1407651.5qWg3Lhha6@timmy-laptop>
On 1 марта 2012 20:31:09 Sartakov A. Vasily wrote:
> 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
it doesn't  work with e1000, after rebuild with changes in 
source/pkg/ankh/server/src/Makefile
NE2K    = n
LOOP    = y
RTL8139 = y
RTL8169 = n
PCNET   = n
E100    = y
E1000   = y 
E1000E  = y
UX      = n
and using qemu with params -net nic,model=e1000,macaddr=52:54:00:12:34:56  
receive: 
ankh    | rom/ankh: #snap/l4re-
snapshot-2011081207/src/l4/pkg/ankh/server/src/session: 159: 
Ankh::ServerSession::ServerSession(bool, bool, bool, const char*, const char*, 
unsigned int, bool): Assertion `_dev' failed.

with  qemu -net nic,model=rtl8139,macaddr=52:54:00:12:34:56  all ok

_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.