Le Mars 5, 2002 02:05 PM, Alexander Skwar a �crit :
> Hi.
>
> > cdrecord -scanbus
>
> Cdrecord 1.11a15 (i586-mandrake-linux-gnu) Copyright (C) 1995-2001 J�rg
> Schilling cdrecord: No such file or directory. Cannot open '/dev/pg*'.
> Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord
> -scanbus'. Make sure you are root.
>
> sg module is loaded. I don't have any /lib/dev-state/{sg,scd}*
> files/directories.
>
> Hmm, what is /dev/pg*?
pg is a module wich makes scsi-like a device running on the parallel port and
talking like IDE.
I don't know much but here is my case as example :
I have a backpack cdwriter -> module bpck6
running on lp0 -> module pcd (then I can mount /dev/pcd0 on /mnt/cdrom)
recognized as scsi by cdrecord -> module pg
Go to the linux cdwriting and then follow the links for the paride devices.
marc
Is devices.txt from kernel-doc correct when it
> says "Parallel port generic ATAPI interface"? If so, what does cdrecord
> want to do with parallel port? I don't have any parport ATAPI devices,
> just plain SCSI cd-writers.
But thanks to that cdrecord will pick-up other devices :)
> FWIW, I also wonder why cdrecord doesn't check for /dev/sg* (which I
> also don't have). After creating /dev/sg0..9 by hand, cdrecord works.
> Why didn't devfs create those devices for me?
andrej and others are working on that now. It's in process. Read the process
about backpack.
> Alexander Skwar