On Thu, 22 Nov 2001 10:18:57 +1130
Mike Andrew <[EMAIL PROTECTED]> wrote:

> On Mon, 19 Nov 2001 23:32, Randy Donohoe wrote:
> > Trying to get my DVD set up as a reader for X CD Roast I used the
> > following command, "cd /dev && rm hdc &&  ln -s scd1 hdc". Somehow
it's
> > made my DVD disappear.
> 
> That's because the /dev directory does not contain 'files' as such but
simply
> a look up table for the all-important device nodes. Major / minor nodes
are
> like PO boxes, each one is uniquely assigned, and set in concrete. to a
> specific type of driver (scsi, cd, video, etc). The nodes are used to
> communicate with a given driver, the name 'hdc', or 'pink_elephants',
has no
> meaning to the driver, simply that 'pink_elephants' is an accepted alias
for
> a node. Thus there was no problem symlinking node 11/1 to 'hdc', it
simply
> meant that the label 'hdc' was henceforth a scsi cd driver name.
(unusual but
> not an issue).
> 
> What happened however is that by doing so you removed any nodal
reference to
> 22 0, the device node that the ide cdrom driver expects. Thus, your DVD
> 'dissappeared' because there was no means of accessing 22 0, even though
the
> driver was sitting there patiently waiting.
> 
> 

And the solution to this problem, which I may also suffer from, is..... ?

In RedHat7.1 all is well, I can play music, r/w data, and use cdrecord ...

however, in Libranet (debian) ... 

I can access my dvd and cd-rw drives as cdroms (data) but not play music
through the speakers, although the cdplayer software shows song playing
progress and song names, and headphones are working on the cd-rw. My
mistake was trying to add scsi support for the cd-rw, to allow cdrecord.
This failed for some reason, so I tried to backtrack and ended with no
sound from music cd's. ARghh!

Unfortunately, I love Libranet, much preferring it to Redhat.

-- 
Ken Moffat
[EMAIL PROTECTED]
_______________________________________________
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users

Reply via email to