public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] audiocd:/mnt/cdrom not working
@ 2007-09-01 20:07 Arnau Bria
  2007-09-01 21:44 ` Richard Marzan
  0 siblings, 1 reply; 6+ messages in thread
From: Arnau Bria @ 2007-09-01 20:07 UTC (permalink / raw
  To: gentoo-user

Hi,

I'm finding a problem while trying to decode music using kioslave.
I usually put audiocd:/mnt/cdrom in my konquero's navigation var, and
inmediatly I saw my disc, a folder with mp3 encoded music and an other
one in ogg.

Now, I just see this error:
An error occurred while loading audiocd:/mnt/cdrom:
The file or folder /mnt/cdrom does not exist.

Obviously:
 # ls -lsa /mnt/cdrom/
total 8
4 drwxr-xr-x 2 arnau users 4096 2007-01-07 20:27 .
4 drwxr-xr-x 8 root  root  4096 2007-08-17 15:16 ..

(notice it belongs to my user)

and in fstab:
# grep cdrom /etc/fstab
/dev/hdc                /mnt/cdrom      iso9660         noauto,ro,user         0 0

and:
 ls -lsa /dev/hdc
0 brw-rw---- 1 root audio 22, 0 2007-08-29 20:51 /dev/hdc

and my user belongs to audio group:
mnt # id arnau
uid=1000(arnau) gid=100(users) groups=100(users),10(wheel),18(audio),19(cdrom),35(games)

cdparanoia recognize my music:
# cdparanoia -vsQ
cdparanoia III release 9.8 (March 23, 2001)
(C) 2001 Monty <monty@xiph.org> and Xiphophorus

Report bugs to paranoia@xiph.org
http://www.xiph.org/paranoia/

Checking /dev/cdrom for cdrom...
        Testing /dev/cdrom for cooked ioctl() interface
                CDROM sensed: ATAPI compatible UJDA750 DVD/CDRW

Verifying drive can read CDDA...
        Expected command set reads OK.

Table of contents (audio tracks only):
track        length               begin        copy pre ch
===========================================================
  1.    15933 [03:32.33]        0 [00:00.00]    OK   no  2
  2.    15890 [03:31.65]    15933 [03:32.33]    OK   no  2
  3.    14838 [03:17.63]    31823 [07:04.23]    OK   no  2
  4.    14094 [03:07.69]    46661 [10:22.11]    OK   no  2
  5.    13955 [03:06.05]    60755 [13:30.05]    OK   no  2
  6.    15401 [03:25.26]    74710 [16:36.10]    OK   no  2
  7.    16506 [03:40.06]    90111 [20:01.36]    OK   no  2
  8.    18846 [04:11.21]   106617 [23:41.42]    OK   no  2
  9.    14134 [03:08.34]   125463 [27:52.63]    OK   no  2
 10.    15219 [03:22.69]   139597 [31:01.22]    OK   no  2
 11.    16746 [03:43.21]   154816 [34:24.16]    OK   no  2
 12.     9936 [02:12.36]   171562 [38:07.37]    OK   no  2
TOTAL  181498 [40:19.73]    (audio only)

and I have installed:
# eix -c kdemultimedia-kioslave
[I] kde-base/kdemultimedia-kioslaves (3.5.5(3.5)@11/22/2006): kioslaves from kdemultimedia package

so, what is konqueror complainig about?

TIA,
Arnau
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] audiocd:/mnt/cdrom not working
  2007-09-01 20:07 [gentoo-user] audiocd:/mnt/cdrom not working Arnau Bria
@ 2007-09-01 21:44 ` Richard Marzan
  2007-09-01 21:45   ` Arnau Bria
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Marzan @ 2007-09-01 21:44 UTC (permalink / raw
  To: gentoo-user

Have you tried making the /mnt/cdrom directory?

If so check the permissions using `ls -l` if that turns out fine try
linking /media/cdrom to /mnt/cdrom. It could be that your cdrom is being
mounted on /media/cdrom, therefore, you might have to link these
directories using: `ln -sf /mnt/cdrom /media/cdrom` with root
priveledges. 
On Sat, 2007-09-01 at 22:07 +0200, Arnau Bria wrote:
> Hi,
> 
> I'm finding a problem while trying to decode music using kioslave.
> I usually put audiocd:/mnt/cdrom in my konquero's navigation var, and
> inmediatly I saw my disc, a folder with mp3 encoded music and an other
> one in ogg.
> 
> Now, I just see this error:
> An error occurred while loading audiocd:/mnt/cdrom:
> The file or folder /mnt/cdrom does not exist.
> 
> Obviously:
>  # ls -lsa /mnt/cdrom/
> total 8
> 4 drwxr-xr-x 2 arnau users 4096 2007-01-07 20:27 .
> 4 drwxr-xr-x 8 root  root  4096 2007-08-17 15:16 ..
> 
> (notice it belongs to my user)
> 
> and in fstab:
> # grep cdrom /etc/fstab
> /dev/hdc                /mnt/cdrom      iso9660         noauto,ro,user         0 0
> 
> and:
>  ls -lsa /dev/hdc
> 0 brw-rw---- 1 root audio 22, 0 2007-08-29 20:51 /dev/hdc
> 
> and my user belongs to audio group:
> mnt # id arnau
> uid=1000(arnau) gid=100(users) groups=100(users),10(wheel),18(audio),19(cdrom),35(games)
> 
> cdparanoia recognize my music:
> # cdparanoia -vsQ
> cdparanoia III release 9.8 (March 23, 2001)
> (C) 2001 Monty <monty@xiph.org> and Xiphophorus
> 
> Report bugs to paranoia@xiph.org
> http://www.xiph.org/paranoia/
> 
> Checking /dev/cdrom for cdrom...
>         Testing /dev/cdrom for cooked ioctl() interface
>                 CDROM sensed: ATAPI compatible UJDA750 DVD/CDRW
> 
> Verifying drive can read CDDA...
>         Expected command set reads OK.
> 
> Table of contents (audio tracks only):
> track        length               begin        copy pre ch
> ===========================================================
>   1.    15933 [03:32.33]        0 [00:00.00]    OK   no  2
>   2.    15890 [03:31.65]    15933 [03:32.33]    OK   no  2
>   3.    14838 [03:17.63]    31823 [07:04.23]    OK   no  2
>   4.    14094 [03:07.69]    46661 [10:22.11]    OK   no  2
>   5.    13955 [03:06.05]    60755 [13:30.05]    OK   no  2
>   6.    15401 [03:25.26]    74710 [16:36.10]    OK   no  2
>   7.    16506 [03:40.06]    90111 [20:01.36]    OK   no  2
>   8.    18846 [04:11.21]   106617 [23:41.42]    OK   no  2
>   9.    14134 [03:08.34]   125463 [27:52.63]    OK   no  2
>  10.    15219 [03:22.69]   139597 [31:01.22]    OK   no  2
>  11.    16746 [03:43.21]   154816 [34:24.16]    OK   no  2
>  12.     9936 [02:12.36]   171562 [38:07.37]    OK   no  2
> TOTAL  181498 [40:19.73]    (audio only)
> 
> and I have installed:
> # eix -c kdemultimedia-kioslave
> [I] kde-base/kdemultimedia-kioslaves (3.5.5(3.5)@11/22/2006): kioslaves from kdemultimedia package
> 
> so, what is konqueror complainig about?
> 
> TIA,
> Arnau

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] audiocd:/mnt/cdrom not working
  2007-09-01 21:44 ` Richard Marzan
@ 2007-09-01 21:45   ` Arnau Bria
  2007-09-02  2:16     ` Richard Marzan
  0 siblings, 1 reply; 6+ messages in thread
From: Arnau Bria @ 2007-09-01 21:45 UTC (permalink / raw
  To: gentoo-user

On Sat, 01 Sep 2007 17:44:13 -0400
Richard Marzan wrote:

> Have you tried making the /mnt/cdrom directory?
from OP:
> >  # ls -lsa /mnt/cdrom/
> > total 8
> > 4 drwxr-xr-x 2 arnau users 4096 2007-01-07 20:27 .
> > 4 drwxr-xr-x 8 root  root  4096 2007-08-17 15:16 ..
 
> If so check the permissions using `ls -l` if that turns out fine try
> linking /media/cdrom to /mnt/cdrom. It could be that your cdrom is
> being mounted on /media/cdrom, therefore, you might have to link these
> directories using: `ln -sf /mnt/cdrom /media/cdrom` with root
> priveledges. 
No, using control panel I set audiocd to /mnt/cdrom, and ftsab does so.
> > and in fstab:
> > # grep cdrom /etc/fstab
> > /dev/hdc                /mnt/cdrom      iso9660
> > noauto,ro,user         0 0

Cheers,
Arnau
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] audiocd:/mnt/cdrom not working
  2007-09-01 21:45   ` Arnau Bria
@ 2007-09-02  2:16     ` Richard Marzan
  2007-09-02  8:25       ` Neil Bothwick
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Marzan @ 2007-09-02  2:16 UTC (permalink / raw
  To: gentoo-user

Run mount, When you insert the CD before you take the step that fails to
work for you and show me the output. Does the cd have to be mounted
before any operation takes place?
On Sat, 2007-09-01 at 23:45 +0200, Arnau Bria wrote:
> On Sat, 01 Sep 2007 17:44:13 -0400
> Richard Marzan wrote:
> 
> > Have you tried making the /mnt/cdrom directory?
> from OP:
> > >  # ls -lsa /mnt/cdrom/
> > > total 8
> > > 4 drwxr-xr-x 2 arnau users 4096 2007-01-07 20:27 .
> > > 4 drwxr-xr-x 8 root  root  4096 2007-08-17 15:16 ..
>  
> > If so check the permissions using `ls -l` if that turns out fine try
> > linking /media/cdrom to /mnt/cdrom. It could be that your cdrom is
> > being mounted on /media/cdrom, therefore, you might have to link these
> > directories using: `ln -sf /mnt/cdrom /media/cdrom` with root
> > priveledges. 
> No, using control panel I set audiocd to /mnt/cdrom, and ftsab does so.
> > > and in fstab:
> > > # grep cdrom /etc/fstab
> > > /dev/hdc                /mnt/cdrom      iso9660
> > > noauto,ro,user         0 0
> 
> Cheers,
> Arnau

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] audiocd:/mnt/cdrom not working
  2007-09-02  2:16     ` Richard Marzan
@ 2007-09-02  8:25       ` Neil Bothwick
  2007-09-02 13:48         ` Arnau Bria
  0 siblings, 1 reply; 6+ messages in thread
From: Neil Bothwick @ 2007-09-02  8:25 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 688 bytes --]

Hello Richard Marzan,

> Run mount, When you insert the CD before you take the step that fails to
> work for you and show me the output. Does the cd have to be mounted
> before any operation takes place?

You cannot mount audio CDs (unless they also contain a data track).
Either put "audiocd:/" in the location bar or select Audio CD Browser
from the Services tab in the Konqueror sidebar.

Alternatively, with a suitable setting in the Audio CD tab or Control
Centre->Peripherals->Removable Storage, you can have Konqueror open the
window automatically or give a choice of doing this or playing the CD. 


-- 
Neil Bothwick

How do a fool and his money GET together?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] audiocd:/mnt/cdrom not working
  2007-09-02  8:25       ` Neil Bothwick
@ 2007-09-02 13:48         ` Arnau Bria
  0 siblings, 0 replies; 6+ messages in thread
From: Arnau Bria @ 2007-09-02 13:48 UTC (permalink / raw
  To: gentoo-user

On Sun, 2 Sep 2007 09:25:30 +0100
Neil Bothwick wrote:

> Hello Richard Marzan,
[...]
> You cannot mount audio CDs (unless they also contain a data track).
> Either put "audiocd:/" in the location bar or select Audio CD Browser
> from the Services tab in the Konqueror sidebar.
with audiocd:/ worked fine.

Thanks for your reply!


Cheers,
Arnau
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-09-02 14:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-01 20:07 [gentoo-user] audiocd:/mnt/cdrom not working Arnau Bria
2007-09-01 21:44 ` Richard Marzan
2007-09-01 21:45   ` Arnau Bria
2007-09-02  2:16     ` Richard Marzan
2007-09-02  8:25       ` Neil Bothwick
2007-09-02 13:48         ` Arnau Bria

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox