it worked, thanks very very much!
it worked, thanks very very much!
it worked, thanks very very much!
It worked after set the "ethmod" parameter to "slirp",thank you very much! Now I have another question: how to build the bochs with "--enable-e1000"? In my macOS Big Sur,I build the bochs with follow command: ➜ bochs-2.6.11 ./configure --enable-all-optimizations \ --enable-cpu-level=6 \ --enable-x86-64 \ --enable-vmx=2 \ --enable-pci \ --enable-usb \ --enable-usb-ohci \ --enable-e1000 \ --enable-debugger \ --enable-disasm \ --disable-debugger-gui \ --with-sdl \ --prefix=/Users/lee/Downloads/bochs_install...
The log message "device not ready to receive data" means that the network driver works and it wants to send data to the emulated device, but it's not configured yet. You posted the ifconfig from the host side, but what about the guest network setup? how configure the network driver? thanks a lot!
The log message "device not ready to receive data" means that the network driver works and it wants to send data to the emulated device, but it's not configured yet. You posted the ifconfig from the host side, but what about the guest network setup? how setup the network driver? thanks a lot!
here is the log after I executed "ifconfig" in terminal from the host: ➜ ~ ifconfig lo0: flags=8049<up,loopback,running,multicast> mtu 16384 options=1203<rxcsum,txcsum,txstatus,sw_timestamp> inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 nd6 options=201<performnud,dad> gif0: flags=8010<pointopoint,multicast> mtu 1280 stf0: flags=0<> mtu 1280 XHC1: flags=0<> mtu 0 XHC0: flags=0<> mtu 0 XHC20: flags=0<> mtu 0 en0: flags=8863<up,broadcast,smart,running,simplex,multicast>...
here is the log after I executed "ifconfig" in terminal from the host: ➜ ~ ifconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP> inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 nd6 options=201<PERFORMNUD,DAD> gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 stf0: flags=0<> mtu 1280 XHC1: flags=0<> mtu 0 XHC0: flags=0<> mtu 0 XHC20: flags=0<> mtu 0 en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST>...