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-----------------------------------------------------------------------
--------
paride: version 1.04 installed
paride: friq registered as protocol 0
pg: pg version 1.02, major 97
parport0: PC-style at 0x378 [SPP,PS2,EPP]
parport0: no IEEE-1284 device present.
pg0: Adapter not found
pg: No ATAPI device detected
----------------------------------------------------------------------------
------------
My parallel port is running in EPP mode
Any suggestions?
Regards,
Greg.
-- 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 Aug 31 2000 - 12:01:54 EDT