|
||||||||||
On 8 Aug 2004, Rainer Zocholl wrote: > 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. you must be using the net45xx, net48xx or wrap images. they all dont have the ed(4) driver which the NE2000 requires. the generic-pc image may have it, though i'm not too sure. > 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... good point. > 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... you'd need a freebsd system to rebuild the kernel. then once that is rebuilt, you could replace the kernel.gz on the image with a stripped, gzipped kernel with the ed(4) driver. Regards, /\_/\ "All dogs go to heaven." dinesh at alphaque dot com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+ |