[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: /dev/lp0 quit after kernel "modulized"...



On Mon, Oct 11, 1999 at 08:39:23AM +0200, Jean-Yves BARBIER wrote:
> On Sun, Oct 10, 1999 at 10:16:37PM -0500, rich wrote:
> > Howdy all,
> > .....
> > monkeyhouse:/home/rich# cat temp.txt > /dev/lp0
> > bash: /dev/lp0: Operation not supported by device
> > 
> > However, the output of 'lsmod' shows that lp and parport are loaded....
> > any ideas?
> > 
> > Module                  Size  Used by
> > lp                      4280   0  (autoclean) (unused)
> > parport                 6444   0  (autoclean) [lp]
> 
> Hi Rich,
> 
> I'm not totally sure, but I think parport doesn't like very
> much to be compiled as a module.

Hmm, it not a problem. Add alias:

   alias parport_lowlevel parport_pc

and all is fine:

parport_probe           3076   0  (autoclean)
parport_pc              5748   1  (autoclean)
lp                      5180   0  (autoclean)
parport                 7508   1  (autoclean) [parport_probe parport_pc lp]

Mirek


Reply to: