LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Pb lecture cd audio (https://www.linuxquestions.org/questions/linux-software-2/pb-lecture-cd-audio-16498/)

panjas51 03-18-2002 02:25 AM

Pb lecture cd audio
 
Bonjour a tous,

J'ai quelques soucis lors de la lecture de cd audio (format cab, un CD original)

Bref, disons que j'ai deux CD rom (dont un CDRW).

J'utilise le cd2 (ca fonctionne pas non plus pour le cd1)

Pour info dans /etc/fstab j'ai pour ce lecteur:

/dev/hdd /mnt/cdrom2 auto user,iocharset=iso8859-15,exec,codepage=850,ro,noauto 0 0


Enfin:

Je met un CD de MP3 et je tape:

mount /mnt/cdrom2
puis avec xmms, HOURA CA MARCHE !!! :-)


Mais lorsque que je met mon cd audio classique et que je tape

mount /mnt/cdrom2

j'ai le message:

mount: Aucun medium trouve

:-(


J'ai essaye plusieurs trucs du style:
mount -t iso9660 /dev/cdrom2 /mnt/cdrom2
sans resultats

une idee?

Panjas

panjas51 03-19-2002 02:38 AM

cdplay?
 
J'ai fais plusieurs tests hier soir en root:

Sur disque MP3:

mount /mnt/cdrom2
->OK
umount /mnt/cdrom2
->OK

Insert disque audio:
mount /mnt/cdrom2

-> /dev/hdd: Erreur d'entree/sortie
-> mount: Aucun medium trouve

Insert cd grave
mount /mnt/cdrom2

-> /dev/hdd: Erreur d'entree/sortie
-> mount: vous devez indiquer le type de systeme de fichiers

mount /dev/cdrom /mnt/cdrom2

-> /dev/hdd: Erreur d'entree/sortie
-> mount: Periferique de bloc /dev/cdrom est protege en ecriture. Montage en lecture seule
-> /dev/hdd: Erreur d'entree/sortie
-> mount: vous devez indiquer le type de systeme de fichiers


Puis j'ai fais
cdplay.
mount aucun medium trouve.

Inserer un autre cd et cdplay encore.

depuis ce temps la ca marche ???
pourquoi je sais pas.

la musique est sacadee env toutes les 5 secondes.

Acces au disque?

Si vous avez une explication, je suis prenneur.

panjas51 03-19-2002 02:52 AM

English version
 
Oups sorry, forgive me for my french !!

But anyway here is the case:

How can I mount a audio CD?
Do I have to?

Actually, I succed with MP3 files and I can listen them using xmms.
I can mount any data cd's as well but I cannot mount any audio cd (.cad format).
I tried : mount /mnt/cdrom2 I have the message "mount: Aucun medium trouve" which means "mount: No medium found"

I've tried several things like:
mount -t iso9660 /dev/cdrom2 /mnt/cdrom2
without any result

sndconfig is OK

for your information I have in /etc/fstab for this drive:
/dev/hdd /mnt/cdrom2 auto user,iocharset=iso8859-15,exec,codepage=850,ro,noauto 0 0



I've done many tests yesterday such as:

for a MP3 disk

mount /mnt/cdrom2
->OK
umount /mnt/cdrom2
->OK

Insert disque audio:
mount /mnt/cdrom2

-> /dev/hdd: Error Input/output
-> mount: No medium found

Insert burned cd
mount /mnt/cdrom2

-> /dev/hdd: Error Input/output
-> mount: You must tell which type of file system

mount /dev/cdrom /mnt/cdrom2

-> /dev/hdd: Error Input/output
-> mount: You must tell which type of file system


Then I've tried
cdplay.
mount: No medium found

Insert another cd and cdplay again the same message.

From this, It works???
I've no idea why

The music is stoped-continued (tug) every 5 seconds

Disk access?

If you have any explaination, I'd like to have it.

acid_kewpie 03-19-2002 03:13 AM

you don't mount the disk. windows doesn't really moubt the drive either, it just pretends to. i've not used cdplay, but for gtcd you just say

gtcd --device=/dev/hdc

or whatever, and it uses the device, not the files on the disc


All times are GMT -5. The time now is 02:07 PM.