[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Problèmes avec bruleur de CD



Desole pour le message en anglais, mais je ne voulais pas retaper tout le
message en français.

C'est un forward d'un message que j'ai envoyé au group de linux-mandrake
pour un problème similaire. c-a-d un bruleur de cd qui ne veut pas
fonctionner.

NB il n'est PAS necessaire de faire un nouveau noyau (kernel) pour faire
fonctionner un bruleur CD-ROM atapi.   Voyez le message ci-bas, la section
qui traite du modification de /etc/lilo.conf (c'est une mesure qui vise
 a isoler votre unite CDR de la detection par le kernel lors du boot.)

PS mon system est un vieux Pentium-120 avec 1 chargeur 3CD-Sanyo (IDE) et
1 bruleur HP8100i(atapi).  Je n'ai PAS enlevé le support pour les CDROMs
atapi et mes deux unités fonctionnent parfaitement.



©1999 Michael J. Longval, MD
[email protected]

---------- Forwarded message ----------
Date: Wed, 1 Mar 2000 23:26:54 -0500
From: Michael Longval <[email protected]>
To: Mitch Miller <[email protected]>
Newsgroups: alt.os.linux.mandrake
Subject: Re: CD burner not working.

I just installed an HP 8200i CDR-RW

Here is what I had to do to get it working:

In /etc/lilo.conf I added the following line

append="hdd=ide-scsi" 

where hdd is my 4th ide device.  If your burner is the second device then
it would be hdb=ide-scsi, if it was the third it would be hdc=ide-scsi ...
ok? This tells your kernel to leave that specific ide device alone.  To
not add it to the ide chain.... but rather to put it on the ide-scsi
chain.

Next added to /etc/rc.d/rc.local at the very end:

insmod ide-scsi

this loads the ide-scsi emulation module

Then I created a link /dev/cdrecorder --> /dev/scd0

the command is (as ROOT) "ln -s /dev/scd0 /dev/cdrecorder" 

and that just about does it.  You write the mount line in /etc/fstab
exactly as you would for any other device. etc etc 

Good luck. 

Have trouble? drop me a note.

©1999 Michael J. Longval, MD
[email protected]

=============================================
Q: Son, do you know why we are here?

A: Because we love.

My son Jordan, 5 years old, December 1998
=============================================


On Thu, 2 Mar 2000, Mitch Miller wrote:

> When I try to mount my cd burner, with the CDrom2 icon, in Mandrake 7
> I get the following error "Could not mount. Mount /dev/cdrom2 is not a
> valid block device."
> 
> Any help is greatly appreciated, I'm a newbie so please make it as
> clear as possible.
> 
> Thanks.
> 
>