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

Printer-Set-up/Brother Laser HL-4Ve



Sorry to disturb again with regards to my printer, bit I am just not getting
arround.

When having installed Red Hat 6.0 last week, the above printer was not
mentioned so we selected a similar HP Laser printer as default.

Printer does however not work. Data-ansfer yes, at least the corresponding
leads are blinking, advising the transfer.

Below please find the loading script from:

/etc/rc.d/

#!/bin/sh
#
# lpd           This shell script takes care of starting and stopping
#               lpd (printer daemon).
#
# chkconfig: 2345 60 60
# description: lpd is the print daemon required for lpr to work properly. \
#   It is basically a server that arbitrates print jobs to printer(s).
# processname: lpd
# config: /etc/printcap

# Source function library.
.. /etc/rc.d/init.d/functions

# Source networking configuration.
.. /etc/sysconfig/network

# Check that networking is up.
[ ${NETWORKING} = "no" ] && exit 0

[ -f /usr/sbin/lpd ] || exit 0

[ -f /etc/printcap ] || exit 0

# See how we were called.
case "$1" in
  start)
        # Start daemons.
        echo -n "Starting lpd: "
        daemon lpd
        echo
        touch /var/lock/subsys/lpd
        ;;
  stop)
        # Stop daemons.
        echo -n "Shutting down lpd: "
	killproc lpd
        echo
        rm -f /var/lock/subsys/lpd
        ;;
  status)
	status lpd
	;;
  restart|reload)
	$0 stop
	$0 start
	;;
  *)
        echo "Usage: lpd {start|stop|restart|reload|status}"
        exit 1
esac

exit 0

Now, I can of course desmount and select another printer type, but WHAT TYPE ?

Many thanks for your patience.

Regards





--

Pieter Wenk
25 rue des Marronniers
CH-Vevey	Riviera Vaudoise	Switzerland
Mailto: pwenk urbanet ch

           / /  (_)__  __ ____  __  
             / /__/ / _ \/ // /\ \/ /   
            /____/_/_//_/\_,_/ /_/\_\
   * * * THE CHOICE OF A GNU GENERATION * * *



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