[Résolu] LG GSA 4163B non reconnu par cdrecord

Bonjour,

j’ai un problème avec mon graveur LG GSA 4163B que je n’arrive pas à installer sur debian, est ce quelqu’un a deja essayé ou l’a deja fait?

Merci

Graveur interne ou externe ?

apt-get install discover kudzu hwinfo

ca pourrait aider pour la détection du matos…
Et dans ton bios, il est reconnu ?

dans mon bios il est reconnu… mais en fait je n arrive pas a le faire reconnaitre à cdrecord…
j´ai meme réussi à le monter… mais avec cdrecord ca ne cange rien…

si ca peut aider j’ai ca quand je fais un

cdrecord scanbus

[code]localhost:/media# cdrecord -scanbus
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright © 1995-2004 Joerg 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.12-ct-1
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 possible 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 .
[/code]
j’ai cherché sur google a propos des problemes liés a mon kernel… mais je ne trouve rien de bien explicite…

Ah ok, donc ce n’est probablement qu’un problème de syntaxe.

Essayes ça: cdrecord -scanbus dev=ATA

Sinon dev=/dev/hdX (X=b ou c ou d … etc.)

Chez moi:

luciole:/var/log# cdrecord -scanbus dev=/dev/hdc
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright © 1995-2004 Joerg 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.8-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: Warning: Linux-2.6.8 introduced incompatible interface changes.
cdrecord: Warning: SCSI transport does no longer work for suid root programs.
cdrecord: Warning: if cdrecord fails, try to run it from a root account.
scsidev: '/dev/hdc’
devname: '/dev/hdc’

scsibus: -2 target: -2 lun: -2
Warning: Open by ‘devname’ is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version ‘ubuntu-0.8ubuntu1’.
cdrecord: Warning: using inofficial version of libscg (ubuntu-0.8ubuntu1 ‘@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling’).
scsibus1:
1,0,0 100) 'PLEXTOR ’ ‘CD-R PX-W5224A’ ‘1.02’ Removable CD-ROM

1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *
luciole:/var/log#

Ensuite tu peux graver en utilisant cdrecord dev=… Mais normalement, k3b et autres interfaces de gravage devraient pouvoir faire le lien automatiquement.
Ce problème était connu comme un problème lié à la série 2.6.8 du noyau, je croyais que ca avait été réglé depuis …

ok donc j’ai fait ce que tu m’as demandé pour

cdrecord -scanbus dev=ATA

[code]ocalhost:/home/adrien# cdrecord -scanbus dev=ATA
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright © 1995-2004 Joerg 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.12-ct-1
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
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
Error trying to open /dev/hdc exclusively (Device or resource busy)… retrying in 1 second.
cdrecord: Device or resource busy. Cannot open ‘/dev/hdc’. Cannot open SCSI driver.
cdrecord: For possible 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 .
[/code]
et sinon pour

cdrecord -scanbus DEV=/dev/hda

(car j’ai le graveur en hda…)

[code]localhost:/home/adrien# cdrecord -scanbus dev=/dev/hda
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright © 1995-2004 Joerg 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.12-ct-1
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: '/dev/hda’
devname: '/dev/hda’
scsibus: -2 target: -2 lun: -2
Warning: Open by ‘devname’ is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version ‘ubuntu-0.8ubuntu1’.
cdrecord: Warning: using inofficial version of libscg (ubuntu-0.8ubuntu1 ‘@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling’).
scsibus0:
0,0,0 0) ‘HL-DT-ST’ ‘DVDRAM GSA-4163B’ ‘A104’ Removable CD-ROM
0,1,0 1) *
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *
[/code]

pour l’instant je ne sais pas quoi faire de ces messages…

En dehors de ca, je n’ai aucune interface graphique… je suis en train de configurer un serveur lequel est administré en ssh seulement…
MERCI pour le coup de main…

Tu prends l’identifiant correspondant à ton graveur et tu l’ajoutes à ta ligne de commande.
Ca doit donner un machin du genre:

cdrecord … dev=0,0,0 …

Un exemple tiré de la doc: (man cdrecord)

je crois que c’est bon…

je pense que la commande cdrecord -v dev=ATAPI:/dev/hda driveropts=burnproof -data cd_image doit marcher mais mon problème va encore plus loin apparemment…

c’est que je dois graver un DVD et non un cd… donc cdrecord ne marche pas… et les autres programmes a partir de cdrecord semblent être non open source…

Je pense que le mieux est que j’ouvre un nouveau topic car continuer sur le dvd ne rentre pas dans le cadre de celui ci.

Donc Merci pour le coup de main