Gentoo Archives: gentoo-user

From: Richard Marzan <richardmarzan@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] audiocd:/mnt/cdrom not working
Date: Sat, 01 Sep 2007 21:49:40
Message-Id: 1188683053.4938.17.camel@localhost
In Reply to: [gentoo-user] audiocd:/mnt/cdrom not working by Arnau Bria
1 Have you tried making the /mnt/cdrom directory?
2
3 If so check the permissions using `ls -l` if that turns out fine try
4 linking /media/cdrom to /mnt/cdrom. It could be that your cdrom is being
5 mounted on /media/cdrom, therefore, you might have to link these
6 directories using: `ln -sf /mnt/cdrom /media/cdrom` with root
7 priveledges.
8 On Sat, 2007-09-01 at 22:07 +0200, Arnau Bria wrote:
9 > Hi,
10 >
11 > I'm finding a problem while trying to decode music using kioslave.
12 > I usually put audiocd:/mnt/cdrom in my konquero's navigation var, and
13 > inmediatly I saw my disc, a folder with mp3 encoded music and an other
14 > one in ogg.
15 >
16 > Now, I just see this error:
17 > An error occurred while loading audiocd:/mnt/cdrom:
18 > The file or folder /mnt/cdrom does not exist.
19 >
20 > Obviously:
21 > # ls -lsa /mnt/cdrom/
22 > total 8
23 > 4 drwxr-xr-x 2 arnau users 4096 2007-01-07 20:27 .
24 > 4 drwxr-xr-x 8 root root 4096 2007-08-17 15:16 ..
25 >
26 > (notice it belongs to my user)
27 >
28 > and in fstab:
29 > # grep cdrom /etc/fstab
30 > /dev/hdc /mnt/cdrom iso9660 noauto,ro,user 0 0
31 >
32 > and:
33 > ls -lsa /dev/hdc
34 > 0 brw-rw---- 1 root audio 22, 0 2007-08-29 20:51 /dev/hdc
35 >
36 > and my user belongs to audio group:
37 > mnt # id arnau
38 > uid=1000(arnau) gid=100(users) groups=100(users),10(wheel),18(audio),19(cdrom),35(games)
39 >
40 > cdparanoia recognize my music:
41 > # cdparanoia -vsQ
42 > cdparanoia III release 9.8 (March 23, 2001)
43 > (C) 2001 Monty <monty@××××.org> and Xiphophorus
44 >
45 > Report bugs to paranoia@××××.org
46 > http://www.xiph.org/paranoia/
47 >
48 > Checking /dev/cdrom for cdrom...
49 > Testing /dev/cdrom for cooked ioctl() interface
50 > CDROM sensed: ATAPI compatible UJDA750 DVD/CDRW
51 >
52 > Verifying drive can read CDDA...
53 > Expected command set reads OK.
54 >
55 > Table of contents (audio tracks only):
56 > track length begin copy pre ch
57 > ===========================================================
58 > 1. 15933 [03:32.33] 0 [00:00.00] OK no 2
59 > 2. 15890 [03:31.65] 15933 [03:32.33] OK no 2
60 > 3. 14838 [03:17.63] 31823 [07:04.23] OK no 2
61 > 4. 14094 [03:07.69] 46661 [10:22.11] OK no 2
62 > 5. 13955 [03:06.05] 60755 [13:30.05] OK no 2
63 > 6. 15401 [03:25.26] 74710 [16:36.10] OK no 2
64 > 7. 16506 [03:40.06] 90111 [20:01.36] OK no 2
65 > 8. 18846 [04:11.21] 106617 [23:41.42] OK no 2
66 > 9. 14134 [03:08.34] 125463 [27:52.63] OK no 2
67 > 10. 15219 [03:22.69] 139597 [31:01.22] OK no 2
68 > 11. 16746 [03:43.21] 154816 [34:24.16] OK no 2
69 > 12. 9936 [02:12.36] 171562 [38:07.37] OK no 2
70 > TOTAL 181498 [40:19.73] (audio only)
71 >
72 > and I have installed:
73 > # eix -c kdemultimedia-kioslave
74 > [I] kde-base/kdemultimedia-kioslaves (3.5.5(3.5)@11/22/2006): kioslaves from kdemultimedia package
75 >
76 > so, what is konqueror complainig about?
77 >
78 > TIA,
79 > Arnau
80
81 --
82 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] audiocd:/mnt/cdrom not working Arnau Bria <arnau@×××××××××.net>