[EMAIL PROTECTED] wrote: > > >- -------------------- > ># insmod lp io=0x378 > ># insmod 8390 > ># insmod ne io=0x320 > >- -------------------- > > BTW: what are the first three modules for?
The first one is the module for the printer. This is needed for printing. For example, after it is installed ------------------------ cat text_file > /dev/lp0 ------------------------ will print text_file on your printer (assuming it's on 0x378). The second and third modules are for an NE2000 network card with IO address of 0x320. The 8390 is a "helper" module used by several network modules. It *must* be installed first for the ne module to work. Cheers, Steven
