R. Sandoval (ogir@gd.com.mx)
Sat, 31 Jul 1999 22:30:21 +0600
Hola!!
Recentely my CD HP7200e it's working!! and i'm very very hapy!! : )
only i want to say THANKS to alls!! and
Thanks you so much to:  grant@torque.net
and this URL: http://lcdx00.wm.lc.ehu.es/~svet/hp7200.html
i use Linux RH 6.0 Kernel: 2.2.5-22
and i olny edit a few lines in the /etc/rc.d/rc.modules
and that file is called from /etc/rc.d/rc.sysinit 
----------------------------------------------
# Load modules (for backward compatibility with VARs)
if [ -f /etc/rc.d/rc.modules ]; then
        /etc/rc.d/rc.modules
fi 
----------------------------------------------
my file look as it   /etc/rc.modules
-----------------------------------------------------------------
#!/bin/sh
#
# /etc/rc.d/rc.modules - Carga Modulos que activan la unidad HP CD-Rewriter 7200e
# Taken in part from Miquel van Smoorenburg's bcheckrc.
# and me: Rigoberto Sandoval H.  Julio 31 - 1999
# Source functions
. /etc/rc.d/init.d/functions
# Funcion que carga modulos necesarios para activar la unidad
HP7200e() {
   action " Cargando modulo parport"    insmod parport
   action " Cargando modulo parport_pc" insmod parport_pc
   action " Cargando modulo paride"     insmod paride
   action " Cargando modulo epat"       insmod epat
}
echo " Ativando unidad HP CD-Rewriter 7200e"
echo -en " Como \\033[1;33mCD-ROM(1)\\033[0;39m, \\033[1;33mCD-RW(2)\\033[0;39m o Deshabilitar? [Y] "
  read pregunta
  case $pregunta in
    1)
      HP7200e
      action " Cargando modulo pcd"     insmod pcd
    ;;
    2)
      HP7200e
      action " Cargando modulo pg"      insmod pg
    ;;
    y|Y|""|*)
      passed " Ignorando ..... unidad"
      echo
    ;;
    esac            
-----------------------------------------------------------------
Good Bye! and THANKSSSSSSSS! : )
R. Sandoval : )
ogir@gd.com.mx
P.D.
now i listen and toaster cd's .. wow : )
--  To unsubscribe, send mail to: linux-parport-request@torque.net --
--  with the single word "unsubscribe" in the body of the message. --
This archive was generated by hypermail 2.0b3 on Sun 01 Aug 1999 - 00:20:45 EDT