On Sat, Jun 02, 2001 at 12:09:56PM -0700, Sidney Brooks wrote:
> More answers.
> 
> when I ran ismod parport, the response was "ismod command not found".

Yikes! Did I say "ismod"? I meant "insmod" (to INsert a MODule).

lp depends on parport_pc which depends on parport, so they have
to be loaded in the correct order:

 insmod parport
 insmod parport_pc
 insmod lp

If it says they're already loaded, remove them in reverse order:

 rmmod lp
 rmmod parport_pc
 rmmod parport

and then reload them. Then report what messages you get from the
modules as they load.

-- 
  .~.
  /v\   Lance Simmons
 // \\  [EMAIL PROTECTED]
/(   )\
__^_^________________________________________________________________________

Reply via email to