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

1999-10-12 Thread Phil Brutsche
A long time ago, in a galaxy far, far way, someone said... > Mirek: > > > Hmm, it not a problem. Add alias: > > > >alias parport_lowlevel parport_pc > > > > and all is fine: > > > I tried that (by adding that line to /etc/modutils/aliases - correct > way?)... That's part of the correct w

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

1999-10-12 Thread rich
Mirek: > Hmm, it not a problem. Add alias: > >alias parport_lowlevel parport_pc > > and all is fine: I tried that (by adding that line to /etc/modutils/aliases - correct way?)... didn't change anything... Can the parallel port be used as a module for printing? > monkeyhouse:/home/rich#

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

1999-10-11 Thread Mirek Kwasniak
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

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

1999-10-11 Thread Jean-Yves BARBIER
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 Siz

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

1999-10-11 Thread rich
Howdy all, I've had everything working great on my system for a long time, BUT with EVERYTHING compiled into the kernel - I had trouble a while ago using make-kpkg... the kernel_image worked fine, but modules_image didn't do anything but echo back some script... Anyway, I finally used the 'make mo