Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] audiocd:/mnt/cdrom not working Richard Marzan <richardmarzan@×××××××××.net>