Re: [gentoo-user] Gnome does not mount audio CD

2006-03-06 Thread Daniel da Veiga
On 3/6/06, Tom Naujokas <[EMAIL PROTECTED]> wrote:
> On Mon, 2006-03-06 at 00:21 -0300, Daniel da Veiga wrote:
> > On 3/5/06, Tom Naujokas <[EMAIL PROTECTED]> wrote:
> > > Last time I tried putting a CD in the CD drive everything seemed
> > > to work OK. The "Audio Disc" icon appeared on my Gnome desktop,
> > > I could click it and see a bunch of wav files corresponding
> > > to the tracks on the CD.
> >
> > I really really doubt they were wave files, but probably Gnome had
> > some "trick" to scan the tracks, Audio CDs are not really mounted,
> > they are directly accessed by the app that plays them...
>
> I've had a look at the "Gnome Control Centre" and the other settings
> accessible from the desktop. Nothing jumps out as controlling this.
> Don't seem to be any USE flags either. Anyone know any other places to
> look?

http://bugzilla.gnome.org/show_bug.cgi?id=315877

And the discussion about the handling of CDDA stuff...

http://mail.gnome.org/archives/gnome-vfs-list/2005-September/msg00017.html

Anyway, sincerely, that shouldn't be so much of a problem, you can
still play the CD... (that's why my desktop has no icons) :)

>
> > >
> > > No more. The icon still appears but when I click it I get a
> > > "Couldn't display "cdda:///dev/hda" error dialog. Trying to
> > > mount the drive manually results in:
> >
> > Well, hmmm, what can I say, /dev/hda? Hmmm, sounds weird, do you use
> > udev? If so, you probably have a /dev/cdrom, try this instead.
> >
>
> The CD/DVD drive has always been on hda while the hard drive is hdc:
>
>   $ ls -al cdrom
>   lrwxrwxrwx  1 root root 3 Mar  5 18:24 cdrom -> hda
>
> Tom Naujokas
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome does not mount audio CD

2006-03-06 Thread Tom Naujokas
On Mon, 2006-03-06 at 00:21 -0300, Daniel da Veiga wrote:
> On 3/5/06, Tom Naujokas <[EMAIL PROTECTED]> wrote:
> > Last time I tried putting a CD in the CD drive everything seemed
> > to work OK. The "Audio Disc" icon appeared on my Gnome desktop,
> > I could click it and see a bunch of wav files corresponding
> > to the tracks on the CD.
> 
> I really really doubt they were wave files, but probably Gnome had
> some "trick" to scan the tracks, Audio CDs are not really mounted,
> they are directly accessed by the app that plays them...

I've had a look at the "Gnome Control Centre" and the other settings
accessible from the desktop. Nothing jumps out as controlling this.
Don't seem to be any USE flags either. Anyone know any other places to
look?

> >
> > No more. The icon still appears but when I click it I get a
> > "Couldn't display "cdda:///dev/hda" error dialog. Trying to
> > mount the drive manually results in:
> 
> Well, hmmm, what can I say, /dev/hda? Hmmm, sounds weird, do you use
> udev? If so, you probably have a /dev/cdrom, try this instead.
> 

The CD/DVD drive has always been on hda while the hard drive is hdc:

  $ ls -al cdrom
  lrwxrwxrwx  1 root root 3 Mar  5 18:24 cdrom -> hda

Tom Naujokas

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] Gnome does not mount audio CD

2006-03-05 Thread Daniel da Veiga
On 3/5/06, Tom Naujokas <[EMAIL PROTECTED]> wrote:
> Last time I tried putting a CD in the CD drive everything seemed
> to work OK. The "Audio Disc" icon appeared on my Gnome desktop,
> I could click it and see a bunch of wav files corresponding
> to the tracks on the CD.

I really really doubt they were wave files, but probably Gnome had
some "trick" to scan the tracks, Audio CDs are not really mounted,
they are directly accessed by the app that plays them...

>
> No more. The icon still appears but when I click it I get a
> "Couldn't display "cdda:///dev/hda" error dialog. Trying to
> mount the drive manually results in:

Well, hmmm, what can I say, /dev/hda? Hmmm, sounds weird, do you use
udev? If so, you probably have a /dev/cdrom, try this instead.

>
>   # mount /dev/hda /media/cdrecorder/
>   mount: you must specify the filesystem type
>   # mount -t cdfs -r /dev/hda /media/cdrecorder/
>   mount: unknown filesystem type 'cdfs'

You just can't mount it as far as I know... You play them, not mount them.

>
> Goolge finds the following link:
>
>   http://bugs.gentoo.org/show_bug.cgi?id=20869
>
> This seems to say that cdfs is not even in portage yet. An
> "emerge --searchdesc cdfs" confirms this. So what's going
> on? This worked at one time and I thought that cdfs was the
> file system that made it work.
>
> As for timeframe, I haven't tried this in a while. Since at
> least before the Gnome 2.12 upgrade.
>
> Thanks in advance for any help,
> Tom Naujokas
>
>
>
> --
> gentoo-user@gentoo.org mailing list
>
>


--
Daniel da Veiga
Computer Operator - RS - Brazil
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
--END GEEK CODE BLOCK--

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Gnome does not mount audio CD

2006-03-05 Thread Tom Naujokas
Last time I tried putting a CD in the CD drive everything seemed
to work OK. The "Audio Disc" icon appeared on my Gnome desktop,
I could click it and see a bunch of wav files corresponding
to the tracks on the CD.

No more. The icon still appears but when I click it I get a
"Couldn't display "cdda:///dev/hda" error dialog. Trying to
mount the drive manually results in:

  # mount /dev/hda /media/cdrecorder/
  mount: you must specify the filesystem type 
  # mount -t cdfs -r /dev/hda /media/cdrecorder/
  mount: unknown filesystem type 'cdfs'

Goolge finds the following link:

  http://bugs.gentoo.org/show_bug.cgi?id=20869

This seems to say that cdfs is not even in portage yet. An
"emerge --searchdesc cdfs" confirms this. So what's going
on? This worked at one time and I thought that cdfs was the
file system that made it work.

As for timeframe, I haven't tried this in a while. Since at
least before the Gnome 2.12 upgrade.

Thanks in advance for any help,
Tom Naujokas



-- 
gentoo-user@gentoo.org mailing list