OVH Cloud OVH Cloud

cdrecord command

3 réponses
Avatar
Al Bayrouni
Bonjour,

J'ai gravé un cd avec k3b sans incident.

Par contre l'erreur ci-dessus me derange beaucoup et je n'y comprends rien.

voici les detgails:


cdrecord -scanbus
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to
<cdrtools@packages.debian.org>.
The original author should not be bothered with problems of this
version.

cdrecord: Warning: Running on Linux-2.6.10-1-686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open
SCSI driver.
cdrecord: For poss cible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
cdrecord:
cdrecord: For more information, install the cdrtools-doc
cdrecord: package and read /usr/share/doc/cdrecord/README.ATAPI.setup .


J'utilise une sid avec Linux-2.6.10-1-686

Merci d'avance


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to debian-user-french-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org

3 réponses

Avatar
toto
Al Bayrouni a écrit :
Bonjour,



[...]

cdrecord -scanbus



[...]

essaye ça :
cdrecord -dev=ATA -scanbus

--
Toto


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Al Bayrouni
toto wrote:

Al Bayrouni a écrit :

Bonjour,



[...]


cdrecord -scanbus




[...]

essaye ça :
cdrecord -dev=ATA -scanbus



Merci Toto,

effectivement la commande cdrecord -dev=ATA -scanbus donne un
meilleur resultat.
Le voici:

cdrecord -dev=ATA -scanbus
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jörg Schilling
NOTE: this version of cdrecord is an inofficial (modified) release of
cdrecord
and thus may have bugs that are not present in the original version.
Please send bug reports and support requests to
.
The original author should not be bothered with problems of this
version.

cdrecord: Warning: Running on Linux-2.6.10-1-686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
scsibus1:
1,0,0 100) '_NEC ' 'DVD_RW ND-2500A ' '1.06' Removable CD-ROM
1,1,0 101) 'TOSHIBA ' 'DVD-ROM SD-M1302' '1006' Removable CD-ROM
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *

Qu'en pensez-vous?
Merci


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact
Avatar
Jean-Luc Coulon (f5ibh)
--=-hn7yiRtbUBBppwV4s7Uk
Content-Type: text/plain; charset=ISO-8859-1; DelSp=Yes; Format=Flowed
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Le 03.02.2005 11:56:49, Al Bayrouni a écrit :
toto wrote:

Al Bayrouni a écrit :

Bonjour,







[...]

cdrecord: Warning: Running on Linux-2.6.10-1-686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or
Solaris.
scsidev: 'ATA'
devname: 'ATA'
scsibus: -2 target: -2 lun: -2
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
scsibus1:
1,0,0 100) '_NEC ' 'DVD_RW ND-2500A ' '1.06' Removable
CD-ROM
1,1,0 101) 'TOSHIBA ' 'DVD-ROM SD-M1302' '1006' Removable
CD-ROM
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *

Qu'en pensez-vous?
Merci



A partir de 2.6 et des dernières version de 2.4, il est possible de
graver diretement en ATAPI avec les transports direct (dev/hda), ATA
(ATA:0,0,0) et ATAPI (ATAPI:0,0,0).

Les version précédentes nécessitaient une émulation scsi.

Ce changement au niveau du noyau a engendré une guerre entre l'auteur
de cdrecord et les développeurs du noyau.

cdrecord manifeste donc son mécontentement si on veut l'utiliser sans
émulation scsi.

la version de cdrecord n'est pas la version d'origine mais est patchée
(elle permet aussi, si on la recompile à partir des sources debian, de
graver des DVD).

Il reste que, selon le transport utilisé, le DMA peut être dévalidé ou
la gravure en root uniquement....

k3b a fait un choix : il utilise /dev/hda (par exemple) avec cdrecord
pour les CD et growisofs pour les DVD

En ligne de commande, ATA convient fort bien

Jean-Luc

--=-hn7yiRtbUBBppwV4s7Uk
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQBCAiS9UdGGXzzGnNARAhMvAJ9fPqvjkax5TLouJkRmmyZcgTxUwACfccJV
5+WXPvUPQ+W90JLVvBY/z84 =NB4C
-----END PGP SIGNATURE-----

--=-hn7yiRtbUBBppwV4s7Uk--



--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact