Re: using my /dev items
- To: debian-user@lists.debian.org
- Subject: Re: using my /dev items
- From: "Eric G . Miller" <egm2@jps.net>
- Date: Sat, 19 Aug 2000 19:53:17 -0700
- Message-id: <20000819195317.A12166@calico.local>
- Mail-followup-to: "Eric G . Miller" <egm2@jps.net>, debian-user@lists.debian.org
- In-reply-to: <l03130300b5c4abb739dd@[172.16.1.4]>; from jmreinke@ukans.edu on Sat, Aug 19, 2000 at 09:20:39PM -0500
- References: <l03130300b5c4abb739dd@[172.16.1.4]>
On Sat, Aug 19, 2000 at 09:20:39PM -0500, John Reinke wrote:
> I've been setting up my sound, and I still don't have everything up and
> running yet. I've noticed that the sound effects for Enlightenment won't
> start until esd (Enlightenment sound daemon) is running, and I can only
> start that as root. Is this because /dev/audio (and therefore esd) is only
> accessible by root?
As root:
$ adduser <username> audio
> I've had a suggestion to use groups to provide access to devices. Is this
> the standard (and "safe") way to handle using sound for mutiple users while
> using X? It doesn't seem that this is a common problem, so I feel I'm
> missing something.
>
> Also, I wanted to test listening to a CD, but somehow I can no longer
> access CDs. The Debian install created /cdrom (I assume this is instead of
> /mnt/cdrom) and there is no /dev/cdrom to mount in the first place. It says:
>
> mount: special device /dev/cdrom does not exist
/dev/cdrom is a symbolic link to the real device. Just create it like:
$ ln -s /dev/hdc /dev/cdrom
You'll need to figure out which device is really your cdrom. But there
aren't too many if it's IDE (/dev/hd[a-d] usually).
And, yes, Debian uses /cdrom and /floppy instead of /mnt/cdrom and
/mnt/floppy. You can change that if you like by creating two
directories under /mnt and then updating /etc/fstab accordingly. Some
Debian packages may expect the default, but I can't think of any...
> My CD worked perfectly in a previous installation. I now am using a
> week-old net-install of potato.
--
SIGUSR1
Reply to: