Make also sure that you do not have ESP Print Pto on your machine. Enter

   rpm -qa | grep -i printpro

You should not get any output. If you get output, delete all the ESP
Print Pro packages with

   rpm -e `rpm -qa | grep -i printpro`

and the cups-related packages

   rpm -e cups cups-drivers

Now reinstall the CUPS related packages

   rpm -Uvh cups*.i586.rpm cups-dr*.i586.rpm
   
Restart the CUPS daemon

   service cups restart
   chkconfig --add cups

and you should be able to print. Reinstall your printer queues if you
have problems.

   Till


William Wakefield wrote:
> 
> On Tue, 02 Jan 2001 14:20:50 +0100, you wrote:
> 
> >- Enter the "lsmod" command and look whether
> >  there is a "printer" entry. If not, add a line
> >  "PRINTER=yes" to /etc/sysconfig/usb and enter
> >  the commands
> >
> >     service usb restart
> >     chkconfig --add usb
> >
> 
> All the above applied and/or done already. No change.
> >- Try to connect the printer to the parallel
> >  port.
> Will leave this option for a while.
> >
> >- Read
> >
> >     http://www.mandrakeforum.com/mysearch.php3?author=till .
> Had a look. Unable to figure this out as yet. Will be back.
> >   http://www.mandrakeuser.org/hardware/#4th
>  Downloaded. Looks very good. The answer must surely be in this lot.
> 
> Many thanks.
> 
> Bill

Reply via email to