* AW: ATAPI CDRW which doesn't work -> devfs problems
2001-02-04 10:16 ATAPI CDRW which doesn't work Joachim 'roh' Steiger
@ 2001-02-04 10:35 ` Friedrich Lindenberg
0 siblings, 0 replies; 2+ messages in thread
From: Friedrich Lindenberg @ 2001-02-04 10:35 UTC (permalink / raw)
To: linux-kernel
Hi
I was trying to burn cds under linux-2.4.1 with
devFS enabled. But x-cd-roast (and also cdrecord)
do not find any scsi drives. I guess they have been
renamed or something like that, I cannot find them
in /dev, nor anywhere in /dev/scsi ...
Oh, and could anybody tell me, how I stop RH7
creating /dev/lp* every time I boot ? I don't
use devices attached to lp* ....
thanks & greetings,
Friedrich
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: AW: ATAPI CDRW which doesn't work -> devfs problems
@ 2001-02-04 20:19 Douglas Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Douglas Gilbert @ 2001-02-04 20:19 UTC (permalink / raw)
To: linux-kernel; +Cc: Friedrich Lindenberg
Friedrich Lindenberg wrote:
> I was trying to burn cds under linux-2.4.1 with
> devFS enabled. But x-cd-roast (and also cdrecord)
> do not find any scsi drives. I guess they have been
> renamed or something like that, I cannot find them
> in /dev, nor anywhere in /dev/scsi ...
xcdroast expects to find a whole swag of sg device
filenames (/dev/sg[0-16], /dev/sg[a-q]) and scsi
cdrom names (/dev/sr[0-15]) when it starts. The
xcdroast tarball comes with a MAKEDEVICES.sh script to
create them. If they are not all there it seems to
get upset.
This is not very devfs friendly since its policy
is only to show /dev entries for devices that you
actually have connected and that a driver is
controlling.
So the hack solution is to edit out of MAKEDEVICES.sh
those file names that you actually have then execute
it. IMO this is not a devfs problem, xcdroast needs an
improved device scanning algorithm.
BTW the /dev/sga,b,c style of sg device names are
deprecated in favour of the numeric style.
Doug Gilbert
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-02-04 20:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-04 20:19 AW: ATAPI CDRW which doesn't work -> devfs problems Douglas Gilbert
-- strict thread matches above, loose matches on Subject: below --
2001-02-04 10:16 ATAPI CDRW which doesn't work Joachim 'roh' Steiger
2001-02-04 10:35 ` AW: ATAPI CDRW which doesn't work -> devfs problems Friedrich Lindenberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox