OVH Cloud OVH Cloud

Graveur SCSI

3 réponses
Avatar
Nicolas
Bonsoir,

Je cherche à faire fonctionner mon ancien graveur
SCSI. C'est un Yamaha CRW4416S.
Le tout avec une carte SCSI, Adaptec 2940AU.
Certes ce n'est pas les dernières générations.


Ma version de linux : Debian SID

Ibis:/usr/src/linux# uname -a
Linux Ibis 2.4.21 #2 sam jui 19 09:23:55 CEST 2003 i686 GNU/Linux

Ibis:/usr/src/linux# lspci -vv -s 00:0e.0
00:0e.0 SCSI storage controller: Adaptec AIC-7861 (rev 03)
Subsystem: Adaptec AHA-2940AU Single
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR-
Latency: 32 (1000ns min, 1000ns max), cache line size 08
Interrupt: pin A routed to IRQ 10
Region 0: I/O ports at b000 [size=256]
Region 1: Memory at da800000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at <unassigned> [disabled] [size=64K]
Capabilities: [dc] Power Management version 1
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-


Ma carte semble être correctement installée :

Ibis:/usr/src/linux# modprobe aic7xxx_old
kernel: scsi : 0 hosts left.
kernel: PCI: Found IRQ 10 for device 00:0e.0
kernel: PCI: Sharing IRQ 10 with 00:05.0
kernel: PCI: Sharing IRQ 10 with 00:09.2
kernel: PCI: Sharing IRQ 10 with 00:0d.2
kernel: (scsi0) <Adaptec AHA-2940A Ultra SCSI host adapter> found at PCI 0/14/0
kernel: (scsi0) Narrow Channel, SCSI ID=7, 3/255 SCBs
kernel: (scsi0) Cables present (Int-50 YES, Ext-50 NO)
kernel: (scsi0) Downloading sequencer code... 436 instructions downloaded
kernel: scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.2.4/5.2.0
kernel: <Adaptec AHA-2940A Ultra SCSI host adapter>
kernel: Vendor: YAMAHA Model: CRW4416S Rev: 1.0e
kernel: Type: CD-ROM ANSI SCSI revision: 02
kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
kernel: (scsi0:0:0:0) Synchronous at 8.0 Mbyte/sec, offset 15.
kernel: sr0: scsi3-mmc drive: 16x/16x writer cd/rw xa/form2 cdda tray

En utilisant cdrecord, j'ai :

Ibis:/usr/src/linux# cdrecord -scanbus
Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'YAMAHA ' 'CRW4416S ' '1.0e' 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) *

Puis :

Ibis:/usr/src/linux# cdrecord dev=0,0 -inq
Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
scsidev: '0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities : SYNC
Vendor_info : 'YAMAHA '
Identifikation : 'CRW4416S '
Revision : '1.0e'
Device seems to be: Generic mmc CD-RW.

Si je lui demande d'effacer un CD réinscriptible, ou encore
de graveur ou même de monter un CD, j'ai toujours une erreur !

Ibis:/usr/src/linux# cdrecord -v -eject dev=0,0 speed=2 blank=fast
Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
atapi: 0
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities : SYNC
Vendor_info : 'YAMAHA '
Identifikation : 'CRW4416S '
Revision : '1.0e'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC SWABAUDIO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
cdrecord.mmap: Cannot load media with this drive!
cdrecord.mmap: Try to load media by hand.
cdrecord.mmap: Cannot load media.


Ibis:/usr/src/linux# mount -o ro -t iso9660 /dev/scd0 /mnt/graveur/
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)


Voilà, si quelqu'un peut m'aider parce que là je ne vois pas.

Avant il marchait très bien mon graveur. Mais ça fait longtemps
que je n'ai pas testé. Et depuis, j'ai mis plusieurs versions de
kernel.

--
Nicolas
------------------------------------------------
Des professionnels au serice des ISP
http://www.rya-network.com

3 réponses

Avatar
bernard
Nicolas wrote:
Bonsoir,

Je cherche à faire fonctionner mon ancien graveur
SCSI. C'est un Yamaha CRW4416S.
Le tout avec une carte SCSI, Adaptec 2940AU.
Certes ce n'est pas les dernières générations.


Ma version de linux : Debian SID

Ibis:/usr/src/linux# uname -a
Linux Ibis 2.4.21 #2 sam jui 19 09:23:55 CEST 2003 i686 GNU/Linux

Ibis:/usr/src/linux# lspci -vv -s 00:0e.0
00:0e.0 SCSI storage controller: Adaptec AIC-7861 (rev 03)
Subsystem: Adaptec AHA-2940AU Single
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR-
Latency: 32 (1000ns min, 1000ns max), cache line size 08
Interrupt: pin A routed to IRQ 10
Region 0: I/O ports at b000 [size%6]
Region 1: Memory at da800000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at <unassigned> [disabled] [sizedK]
Capabilities: [dc] Power Management version 1
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=0 PME-


Ma carte semble être correctement installée :

Ibis:/usr/src/linux# modprobe aic7xxx_old
kernel: scsi : 0 hosts left.
kernel: PCI: Found IRQ 10 for device 00:0e.0
kernel: PCI: Sharing IRQ 10 with 00:05.0
kernel: PCI: Sharing IRQ 10 with 00:09.2
kernel: PCI: Sharing IRQ 10 with 00:0d.2
kernel: (scsi0) <Adaptec AHA-2940A Ultra SCSI host adapter> found at PCI 0/14/0
kernel: (scsi0) Narrow Channel, SCSI ID=7, 3/255 SCBs
kernel: (scsi0) Cables present (Int-50 YES, Ext-50 NO)
kernel: (scsi0) Downloading sequencer code... 436 instructions downloaded
kernel: scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.2.4/5.2.0
kernel: <Adaptec AHA-2940A Ultra SCSI host adapter>
kernel: Vendor: YAMAHA Model: CRW4416S Rev: 1.0e
kernel: Type: CD-ROM ANSI SCSI revision: 02
kernel: Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
kernel: (scsi0:0:0:0) Synchronous at 8.0 Mbyte/sec, offset 15.
kernel: sr0: scsi3-mmc drive: 16x/16x writer cd/rw xa/form2 cdda tray

En utilisant cdrecord, j'ai :

Ibis:/usr/src/linux# cdrecord -scanbus
Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'YAMAHA ' 'CRW4416S ' '1.0e' 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) *

Puis :

Ibis:/usr/src/linux# cdrecord dev=0,0 -inq
Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
scsidev: '0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities : SYNC
Vendor_info : 'YAMAHA '
Identifikation : 'CRW4416S '
Revision : '1.0e'
Device seems to be: Generic mmc CD-RW.

Si je lui demande d'effacer un CD réinscriptible, ou encore
de graveur ou même de monter un CD, j'ai toujours une erreur !

Ibis:/usr/src/linux# cdrecord -v -eject dev=0,0 speed=2 blankúst
Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
atapi: 0
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities : SYNC
Vendor_info : 'YAMAHA '
Identifikation : 'CRW4416S '
Revision : '1.0e'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC SWABAUDIO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
cdrecord.mmap: Cannot load media with this drive!
cdrecord.mmap: Try to load media by hand.
cdrecord.mmap: Cannot load media.


Ibis:/usr/src/linux# mount -o ro -t iso9660 /dev/scd0 /mnt/graveur/
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems
(could this be the IDE device where you in fact use
ide-scsi so that sr0 or sda or so is needed?)


Voilà, si quelqu'un peut m'aider parce que là je ne vois pas.

Avant il marchait très bien mon graveur. Mais ça fait longtemps
que je n'ai pas testé. Et depuis, j'ai mis plusieurs versions de
kernel.



bon je dit peut-être une connerie mais est ce que tu as bien
cocher le support scsi ainsi que le pilote de ta carte scsi
lors de tes precedente recompilation (ça arrive d'oublier)
ciao

Avatar
Jean-Yves LENHOF
On Tue, 19 Aug 2003 20:26:47 +0200, Nicolas wrote:

Bonsoir,

Je cherche à faire fonctionner mon ancien graveur SCSI. C'est un Yamaha
CRW4416S.
Le tout avec une carte SCSI, Adaptec 2940AU. Certes ce n'est pas les
dernières générations.


Ma version de linux : Debian SID

Ibis:/usr/src/linux# uname -a
Linux Ibis 2.4.21 #2 sam jui 19 09:23:55 CEST 2003 i686 GNU/Linux

Ibis:/usr/src/linux# lspci -vv -s 00:0e.0 00:0e.0 SCSI storage controller:
Adaptec AIC-7861 (rev 03)
Subsystem: Adaptec AHA-2940AU Single
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B-
Status: Cap+ 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort-
<MAbort- >SERR- <PERR-
Latency: 32 (1000ns min, 1000ns max), cache line size 08 Interrupt: pin A
routed to IRQ 10
Region 0: I/O ports at b000 [size%6] Region 1: Memory at da800000
(32-bit, non-prefetchable) [size=4K] Expansion ROM at <unassigned>
[disabled] [sizedK] Capabilities: [dc] Power Management version 1
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0
PME-


Ma carte semble être correctement installée :

Ibis:/usr/src/linux# modprobe aic7xxx_old kernel: scsi : 0 hosts left.
kernel: PCI: Found IRQ 10 for device 00:0e.0 kernel: PCI: Sharing IRQ 10
with 00:05.0 kernel: PCI: Sharing IRQ 10 with 00:09.2 kernel: PCI: Sharing
IRQ 10 with 00:0d.2 kernel: (scsi0) <Adaptec AHA-2940A Ultra SCSI host
adapter> found at PCI 0/14/0 kernel: (scsi0) Narrow Channel, SCSI ID=7,
3/255 SCBs kernel: (scsi0) Cables present (Int-50 YES, Ext-50 NO) kernel:
(scsi0) Downloading sequencer code... 436 instructions downloaded kernel:
scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.2.4/5.2.0
kernel: <Adaptec AHA-2940A Ultra SCSI host adapter> kernel:
Vendor: YAMAHA Model: CRW4416S Rev: 1.0e kernel: Type:
CD-ROM ANSI SCSI revision: 02 kernel: Attached
scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0 kernel: (scsi0:0:0:0)
Synchronous at 8.0 Mbyte/sec, offset 15. kernel: sr0: scsi3-mmc drive:
16x/16x writer cd/rw xa/form2 cdda tray

En utilisant cdrecord, j'ai :

Ibis:/usr/src/linux# cdrecord -scanbus Cdrecord 2.01a16
(i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling Linux sg
driver version: 3.1.25
Using libscg version 'schily-0.7'
scsibus0:
0,0,0 0) 'YAMAHA ' 'CRW4416S ' '1.0e' 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) *

Puis :

Ibis:/usr/src/linux# cdrecord dev=0,0 -inq Cdrecord 2.01a16
(i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg Schilling scsidev: '0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities : SYNC
Vendor_info : 'YAMAHA '
Identifikation : 'CRW4416S '
Revision : '1.0e'
Device seems to be: Generic mmc CD-RW.

Si je lui demande d'effacer un CD réinscriptible, ou encore de graveur ou
même de monter un CD, j'ai toujours une erreur !

Ibis:/usr/src/linux# cdrecord -v -eject dev=0,0 speed=2 blankúst
Cdrecord 2.01a16 (i686-pc-linux-gnu) Copyright (C) 1995-2003 Jörg
Schilling TOC Type: 1 = CD-ROM
scsidev: '0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.25
Using libscg version 'schily-0.7'
atapi: 0
Device type : Removable CD-ROM
Version : 2
Response Format: 2
Capabilities : SYNC
Vendor_info : 'YAMAHA '
Identifikation : 'CRW4416S '
Revision : '1.0e'
Device seems to be: Generic mmc CD-RW. Using generic SCSI-3/mmc
CD-R/CD-RW driver (mmc_cdr). Driver flags : MMC SWABAUDIO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R cdrecord.mmap:
Cannot load media with this drive! cdrecord.mmap: Try to load media by
hand. cdrecord.mmap: Cannot load media.


Ibis:/usr/src/linux# mount -o ro -t iso9660 /dev/scd0 /mnt/graveur/ mount:
wrong fs type, bad option, bad superblock on /dev/scd0,
or too many mounted file systems
(could this be the IDE device where you in fact use ide-scsi so
that sr0 or sda or so is needed?)



Tu fais partie du groupe cdrom ?

JYL

Avatar
Stéphane ACOUNIS
Le Wed, 20 Aug 2003 00:02:51 +0200, Jean-Yves LENHOF a écrit:

[114 lignes coupées
Tu fais partie du groupe cdrom ?

JYL


Joli le quotage de goret.
Une source intéressante: http://www.giromini.org/usenet-fr/repondre.html
et plus particulièrement le passage consacré à la légèreté.

--
Stéphane ACOUNIS
Q: "Are we not men?"
A: "We are DEVO"