Hello
i'm trying to run m0n0wall under Bochs.
Bochs emulates an NE2000 ISA card, non-PnP, nonPCI
at port 0x300 irq 3
m0n0wall .img boots fine!
But it seems not to be able to find that cards,
tho NE2000 ist listed in HCL.
I don't see any way where i can enter the
network driver manually.
*** This is m0n0wall, version 1.1b16
built on Sun Jul 18 10:25:58 CEST 2004 for generic-pc
Copyright (C) 2002-2004 by Manuel Kasper. All rights reserved.
Visit http://m0n0.ch/wall for updates.
LAN IP address: 192.168.1.1
Port configuration:
LAN -> sis0
WAN -> sis1
m0n0wall console setup
**********************
1) Interfaces: assign network ports
2) Set up LAN IP address
3) Reset webGUI password
4) Reset to factory defaults
5) Reboot system
Enter a number: 1
Valid interfaces are:
Do you want to set up VLANs first?
If you're not going to use VLANs, or only for optional interfaces, you
should say no here and use the webGUI to configure VLANs later, if required.
Do you want to set up VLANs now? (y/n) n
If you don't know the names of your interfaces, you may choose to use
auto-detection. In that case, disconnect all interfaces before you begin,
and reconnect each one when prompted to do so.
Enter the LAN interface name or 'a' for auto-detection: ed0
Invalid interface name 'ed0'
Enter the LAN interface name or 'a' for auto-detection: ed
Invalid interface name 'ed'
Enter the LAN interface name or 'a' for auto-detection:
--------------------------------
If m0n0wall does not find any network card,
it should give at least a warning after the line
"Valid interfaces are:".
A newbie does not know that there is something very
important missing...
Why does MW continue in the dialog, which can never
be terminated successfully?
Main question:
Where have i to insert the driver info?
device miibus
device ed0 at isa port 0x300 irq 3
I could only edit the image file file with a hex editor...
Rainer |