Mailinglist Archive: opensuse (3120 mails)
| < Previous | Next > |
Re: [SLE] Audio again.
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: 26 Dec 2002 19:02:24 +0100
- Message-id: <86y96clkun.fsf@xxxxxxxxxxxxxxxxx>
Erik Jakobsen <eja@xxxxxxxxxxx> writes:
> On 26 Dec 2002 17:58:11 +0100
> Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx> wrote:
>
>
> > > open("/dev/cdrom", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
> >
> > IMHO the symbolic link /dev/cdrom doesn't point to anything useful.
>
> Well I could open a data cd in the dvd write using the symbolic link
> /dev/cdrom.
How did you do it? Your system is really puzzling because you says
the basic system call open(2) doesn't work as it should have. It
returns ENOENT which means:
: ENOENT A directory component in pathname does not exist or is a
: dangling symbolic link.
(A dangling symbolic link points to a non-existent file).
You can mount a data CD via "mount /dev/cdrom" but /dev/cdrom points
to a non existent file for kscd when an audio CD is inserted. Strange.
--
Alexandr.Malusek@xxxxxxxxxx
> On 26 Dec 2002 17:58:11 +0100
> Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx> wrote:
>
>
> > > open("/dev/cdrom", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
> >
> > IMHO the symbolic link /dev/cdrom doesn't point to anything useful.
>
> Well I could open a data cd in the dvd write using the symbolic link
> /dev/cdrom.
How did you do it? Your system is really puzzling because you says
the basic system call open(2) doesn't work as it should have. It
returns ENOENT which means:
: ENOENT A directory component in pathname does not exist or is a
: dangling symbolic link.
(A dangling symbolic link points to a non-existent file).
You can mount a data CD via "mount /dev/cdrom" but /dev/cdrom points
to a non existent file for kscd when an audio CD is inserted. Strange.
--
Alexandr.Malusek@xxxxxxxxxx
| < Previous | Next > |