Michael Loßin on Sun, 26 Nov 2000 11:45:30 +0100 (CET)


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

Re: setup of Canon BJC-1000


Bradley Lathan schrieb:
> 
> Michael Loßin wrote:
> 
> > Bradley Lathan wrote:
> > >
> > > I am trying to setup my Canon BJC-1000 on RedHat Linux 6.1.  When i run
> > > apsfilter, it goes great until the test page.  when i try to print the
> > > test page, it says that /dev/lp0 is no such device.  I looked in the
> > > /dev directory and i found a node that was called /dev/lp0.  what can i
> > > do to correct this problem?  Under Win98 The printer is LPT1
> > >
> > > Thanks,
> > > Brad
> >
> > Please have a look at your kernel messages (/var/log/messages).
> > Is there any problem with the parport device?
> >
> > Maybe the alias for "parport_lowlevel" in /etc/modules.conf is missing.
> >
> > Michael
> 
> I think that is what is wrong.  it said modprobe: can't locate module
> parport_lowlevel
> 
> do you know how i can fix this and hopefully get my printer to work.  your
> help is greatly appreciated b.t.w
> 
> Brad

You have to add a line to /etc/conf.modules (or /etc/modules.conf) that says

	alias parport_lowlevel parport_pc

Be sure to have support compiled as modules; there must be files for (at least)
lp, parport and parport_pc in /lib/modules/.../misc.

For more information have a look at /usr/src/linux/Documentation/parport.txt.


HTH
Michael