>From: Greg Perry <GPerry@concentrex.com>
>Hello,
>I was wondering if anyone might point me in the right direction,
>I am having problems with a HP-7100e parallel CD Writer
>I have downloaded cdrecord-1.9 ran the make
>then tried the rc.pp
>which is a script file supplied with cdrecord-1.9
>'start')
> echo "Starting Parallel Port IDE/ATAPI"
> modprobe paride
> modprobe "$adapter"
># modprobe pg
># modprobe pg verbose=2 drive0=0x378,0,0,-1,-1,0
> modprobe pg verbose=0 drive0=0x378,0,0,-1,-1,0
> ;;
>'stop')
> echo "Stopping Parallel Port IDE/ATAPI"
> rmmod pg
> rmmod "$adapter"
> rmmod paride
> ;;
>*)
> echo "Usage: rc.pp start|stop"
>esac
>exit
>RESULTS-------------------------------------------------------------
>[root@trematode /cdrecord-1.9]# rc.pp start
>Starting Parallel Port IDE/ATAPI
>/lib/modules/2.2.14-5.0/misc/pg.o: init_module: Device or resource busy
>/lib/modules/2.2.14-5.0/misc/pg.o: insmod /lib/modules/2.2.14-5.0/misc/pg.o
>failed
>/lib/modules/2.2.14-5.0/misc/pg.o: insmod pg failed
>DMESG-----------------------------------------------------------------------
If you are using a PP adapter other then the FreeCom, you need to modify
rc.pp according to your hardware.
I just updated the file rc.pp:
#!/bin/sh
#
# Note: The adapter shell var must updated in order to reflect your actual hardware.
# The current value "friq" is the right value for the FreeCom PP adapter.
# See paride documentation for the list of other drivers.
#
adapter=friq
case "$1" in
'start')
echo "Starting Parallel Port IDE/ATAPI"
Jörg
EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
js@cs.tu-berlin.de (uni) If you don't have iso-8859-1
schilling@fokus.gmd.de (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
-- 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 2b29 : Thu Sep 07 2000 - 05:24:28 EDT