From: Benno Senoner <sbenno@gardena.net>
To: linux-sound@vger.kernel.org
Subject: Re: cdda2wav as user
Date: Sun, 20 Jun 1999 14:46:13 +0000 [thread overview]
Message-ID: <marc-linux-sound-92988209016941@msgid-missing> (raw)
In-Reply-To: <marc-linux-sound-92974250106959@msgid-missing>
On Fri, 18 Jun 1999, Sangohn Christian wrote:
> Hello there!
>
> I have problems running cdda2wav as user (as root everything is OK).
> Here is the output:
> bash-2.01$ cdda2wav -J open(0,0,0) in file interface.c, line
> 857: open error for scsi device: No such file or directory On Linux make sure
> you have the generic SCSI driver installed. Probably you did not define your
> SCSI device. Set the CDDA_DEVICE environment variable or use the -D option.
> You can also define the default device in the Makefile.
>
> How can fix that?
>
you have 2 possibilites:
1) set SUID root the cdda2wav executable:
chown root.root cdda2wav
chmod 4755 cdda2wav
or
2)
do a
chmod 666 /dev/sga (which is the first SCSI generic device for reading RAW
data from CD)
hope this helps,
Benno.
next prev parent reply other threads:[~1999-06-20 14:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1999-06-18 15:16 cdda2wav as user Sangohn Christian
1999-06-20 14:46 ` Benno Senoner [this message]
1999-06-20 16:44 ` Sangohn Christian
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-92988209016941@msgid-missing \
--to=sbenno@gardena.net \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.