Lee Kimber wrote about "Re: [leaf-user] WISP partition questions": > > >Wait, this *is* an image. In other words, it's already > >"extracted" and ready to be dd'ed. :-) > > Ho ho! That caught me out nicely! ;-) > > > > > I'll also be trying to work out how to get a RTL8019AS driver on to the CF > > > but I reckon I'll be able to work that out on my own. > > > >What is the usual Linux driver for it? ne2k-pci? > > This is an ISA card so I'm guessing it is ne. > > The card is set up and has a non-conflicting IRQ but WISP is not finding it > on boot.
Edit "/etc/modules" and uncomment ne there: #ne io=0x300,0x350 Change the IO port to the one you use. You may also need to specify IRQ, like "ne io=0x200 irq=5" -- Best Regards, Vladimir Systems Engineer (RHCE) ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
