Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] audio cd problem
Date: Mon, 23 Oct 2006 22:41:50
Message-Id: 7573e9640610231537n338492d6n7b87c32b86983a3d@mail.gmail.com
In Reply to: Re: [gentoo-user] audio cd problem by pat
1 On 10/23/06, pat <pat@××××××××.org> wrote:
2 > Sorry, I've try both UI (alsaplayer) and command line (workbone) applications
3 > to play audio CD and the result is the same: "Nothing to play." message.
4
5 A couple of things to double check...assuming you are using udev, make
6 sure that your CD device nodes are being created under the group
7 "cdrom":
8
9 ~ > ls -lL /dev/cd*
10 brw-rw---- 1 root cdrom 11, 0 Oct 21 16:34 /dev/cdrom
11 brw-rw---- 1 root cdrom 11, 0 Oct 21 16:34 /dev/cdrw
12
13 And make sure your user account is a member of the cdrom group:
14
15 ~ > id | grep cdrom
16 uid=500(rjf) gid=100(users)
17 groups=10(wheel),18(audio),20(dialout),80(cdrom),85(usb),100(users),408(scanner),409(graphics),444(vmware),445(plugdev),446(qemu)
18
19 -Richard
20 --
21 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] audio cd problem pat <pat@××××××××.org>