Re: [pok-devel] POK - network example |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/pok-devel Archives
]
> The pci card is present in QEMU?
QEMU is run with :
/usr/bin/qemu -fda /home/matias/stage-pok/pok/trunk/misc/grub-boot-only.img -net nic,model=ne2k_pci,macaddr=00:0F:FE:5F:7B:2F -net socket,connect=127.0.0.1:1234 -pidfile qemu.pid -hda fat:. -boot a &
and
/usr/bin/qemu -fda /home/matias/stage-pok/pok/trunk/misc/grub-boot-only.img -net nic,model=ne2k_pci,macaddr=00:1F:C6:BF:74:06 -net socket,listen=127.0.0.1:1234 -pidfile qemu.pid -hda fat:. -boot a &
So I think the pci card is present (net nic,model=ne2k_pci)..
> The network code is properly compiled?
No problem with the compilation...
Can there be an error due to the version of QEMU (0.12.5)?