J'ai un graveur DVD IDE dans un rack USB 2.0. Celui ci fonctionne parfaitement avec un kernel 2.6.6 (j'ai fait un test vite fait avant de poster).
J'arrive a monter un DVD, CD (que se soit à partir de /dev/scd1 ou /dev/sr1).
Quand j'essaye de graver (avec k3b ou gcombust) le device est déconnecté.
Voici le contenu du /var/log/message:
Lorsque je connecte le prériphérique:
Jul 10 20:43:25 bart kernel: usb 1-1: new high speed USB device using ehci_hcd and address 4
Jul 10 20:43:25 bart kernel: scsi2 : SCSI emulation for USB Mass Storage devices
Jul 10 20:43:30 bart kernel: Vendor: _NEC Model: DVD_RW ND-2500A Rev: 1.06
Jul 10 20:43:30 bart kernel: Type: CD-ROM ANSI SCSI revision: 00
Jul 10 20:43:30 bart kernel: sr1: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Jul 10 20:43:30 bart kernel: Attached scsi generic sg1 at scsi2, channel 0, id 0, lun 0, type 5
Jul 10 20:43:31 bart scsi.agent[6541]: sr_mod: can't be loaded (for cdrom)
Jul 10 20:43:31 bart scsi.agent[6541]: sg: can't be loaded (for cdrom)
Lorsque k3b se lance:
Jul 10 20:44:10 bart k3b: resmgr: communication failure: Aucun fichier ou répertoire de ce type
Jul 10 20:44:10 bart last message repeated 92 times
Lorsque je commence la gravure:
Jul 10 20:45:46 bart kernel: usb 1-1: reset high speed USB device using ehci_hcd and address 4
Jul 10 20:45:47 bart kernel: scsi: Device offlined - not ready after error recovery: host 2 channel 0 id 0 lun 0
Jul 10 20:45:47 bart kernel: Device not ready. Make sure there is a disc in the drive.
Jul 10 20:45:47 bart k3b: resmgr: communication failure: Aucun fichier ou répertoire de ce type
J'utilise une debian unstable, et donc udev est assez à jour pour utiliser le kernel 2.6.12 (il faut udev >= 0.58 pour le 2.6.12).
voici la différence entre les deux kernels:
--- config-2.6.6
+++ config-2.6.12
@@ -8,18 +8,21 @@
+CONFIG_INIT_ENV_ARG_LIMIT=32
-CONFIG_LOG_BUF_SHIFT=14
+CONFIG_PRINTK=y
+CONFIG_BUG=y
+CONFIG_BASE_FULL=y
+CONFIG_BASE_SMALL=0
+CONFIG_SECCOMP=y
+CONFIG_CPU_FREQ_TABLE=y
-CONFIG_CPU_FREQ_TABLE=y
+CONFIG_ISA_DMA_API=y
+CONFIG_PCCARD=y
+CONFIG_PCMCIA=y
+CONFIG_CARDBUS=y
+CONFIG_YENTA=y
+CONFIG_PCCARD_NONSTATIC=y
+CONFIG_FW_LOADER=y
+CONFIG_PNP=y
+CONFIG_PNPACPI=y
+CONFIG_BLK_DEV_IDECD=y
+CONFIG_BLK_DEV_SR_VENDOR=y
-CONFIG_SCSI_MULTI_LUN=y
-CONFIG_SCSI_CONSTANTS=y
+CONFIG_NET_RADIO=y
+CONFIG_PRISM54=y
+CONFIG_NET_WIRELESS=y
+CONFIG_NET_PCMCIA=y
-CONFIG_SOUND_GAMEPORT=y
-CONFIG_SERIO=y
-CONFIG_SERIO_I8042=y
-CONFIG_SERIO_SERPORT=y
-CONFIG_SERIO_LIBPS2=y
+CONFIG_INPUT_EVDEV=y
+CONFIG_SERIO=y
+CONFIG_SERIO_I8042=y
+CONFIG_SERIO_SERPORT=y
+CONFIG_SERIO_LIBPS2=y
-CONFIG_AGP=y
-CONFIG_AGP_INTEL=y
+CONFIG_VIDEO_DEV=y
+CONFIG_FB_CFB_FILLRECT=y
+CONFIG_FB_CFB_COPYAREA=y
+CONFIG_FB_CFB_IMAGEBLIT=y
+CONFIG_FB_SOFT_CURSOR=y
-CONFIG_USB=y
-CONFIG_USB_DEVICEFS=y
+CONFIG_USB=y
+CONFIG_USB_DEVICEFS=y
+CONFIG_USB_OHCI_LITTLE_ENDIAN=y
+CONFIG_USB_STORAGE_DEBUG=y
+CONFIG_USB_MON=y
-CONFIG_DEBUG_PREEMPT=y
+CONFIG_LOG_BUF_SHIFT=14
Quelqu'un aurait-il une idée pour faire avancer ou résoudre mon problème ?
# cdrecord
Posté par Adrien BUSTANY (site web personnel) . Évalué à 3.
est ce que tu peux nous balancer le retour de la commande en root cdrecord --scanbus ?
[^] # Re: cdrecord
Posté par Yann 'Ze' Richard (site web personnel) . Évalué à 1.
# cdrecord --scanbus
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 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
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
Linux sg driver version: 3.5.33
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) 'SAMSUNG ' 'CDRW/DVD SN-324B' 'U102' 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) *
[^] # Re: cdrecord
Posté par Yann 'Ze' Richard (site web personnel) . Évalué à 1.
scsibus3:
3,0,0 300) '_NEC ' 'DVD_RW ND-2500A ' '1.06' Removable CD-ROM
3,1,0 301) *
3,2,0 302) *
3,3,0 303) *
3,4,0 304) *
3,5,0 305) *
3,6,0 306) *
3,7,0 307) *
[^] # Re: cdrecord
Posté par Adrien BUSTANY (site web personnel) . Évalué à 1.
# root ???
Posté par Laurent Mutricy . Évalué à 1.
Je ne sais plus bien pour quelle raison mais depuis une certaine version du noyau et dans certaines conditions il faut être root pour graver :(
[^] # Re: root ???
Posté par Yann 'Ze' Richard (site web personnel) . Évalué à 1.
Suivre le flux des commentaires
Note : les commentaires appartiennent à celles et ceux qui les ont postés. Nous n’en sommes pas responsables.