<div dir="ltr"><div><div><div><div>I&#39;m trying to get networking up inside qemu, but barrelfish doesn&#39;t recognize the emulated network adapter:<br><br>Initializing RTL8029(AS)...<br>This is not a recognized rtl8029as: ID is 00:00!<br>

For service [rtl8029] MAC= 00:00:00:00:00:00<br><br></div>I definitely have an adapter:<br><br>(qemu) info network<br>ne2k_pci.0: index=0,type=nic,model=ne2k_pci,macaddr=52:54:00:12:34:56<br> \ local: index=0,type=user,net=10.0.2.0,restrict=off<br>

<br></div>Here&#39;s my menu.lst:<br><br>title   Barrelfish<br>root    (nd)<br>kernel  /x86_64/sbin/elver loglevel=4<br>module  /x86_64/sbin/cpu loglevel=4<br>module  /x86_64/sbin/init<br><br># Domains spawned by init<br>

module  /x86_64/sbin/mem_serv<br>module  /x86_64/sbin/monitor<br><br># Special boot time domains spawned by monitor<br>module  /x86_64/sbin/ramfsd boot<br>module  /x86_64/sbin/skb boot<br>modulenounzip /skb_ramfs.cpio.gz nospawn<br>

module  /x86_64/sbin/kaluga boot<br>module  /x86_64/sbin/acpi boot<br>module  /x86_64/sbin/spawnd boot<br>#bootapic-x86_64=1-15<br>module  /x86_64/sbin/startd boot<br>module /x86_64/sbin/routing_setup boot<br><br># Drivers<br>

module /x86_64/sbin/pci boot<br>module /x86_64/sbin/ahcid boot<br>module /x86_64/sbin/rtl8029<br>module /x86_64/sbin/NGD_mng cardname=rtl8029<br>module /x86_64/sbin/netd cardname=rtl8029<br><br># General user domains<br>
module  /x86_64/sbin/serial<br>
module  /x86_64/sbin/fish<br><br></div>Any help would be appreciated.<br><br></div>Cheers,<br>A<br></div>