Flashplayer et java - Page 4

Précédent
  • 1
  • 2
  • 3
  • 4
  1. lami20j Messages postés 21506 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 571
     
    cdrecord scanbus
    et j'ai besoin de savoir ou se trouve ton graveur
    ls -l /dev/{cdr,dvd}*

    0
  2. maya
     
    # cdrecord scanbus
    bash: cdrecord: command not found
    lns-bzn-23-82-248-127-247:/home/maya/load# ls -l /dev/{cdr,dvd}*
    lrwxrwxrwx 1 root root 3 2007-08-15 20:39 /dev/cdrom -> hdc
    lrwxrwxrwx 1 root root 3 2007-08-15 20:39 /dev/cdrw -> hdc
    lrwxrwxrwx 1 root root 3 2007-08-15 20:39 /dev/dvd -> hdc
    lrwxrwxrwx 1 root root 3 2007-08-15 20:39 /dev/dvdrw -> hdc
    


    ce sont des cd que j'ai , pas des dvd ( je précise ) et la premiere commande ne marche pas
    0
  3. lami20j Messages postés 21506 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 571
     
    alors fait d'abord
    aptitude install cdrecord

    et ensuite
    cdrecord scanbus
    0
  4. maya
     
    # cdrecord scanbus
    wodim: No write mode specified.
    wodim: Asuming -tao mode.
    wodim: Future versions of wodim may have different drive dependent defaults.
    Quickly guessing the name of a drive capable to write CD-R, please wait...
    Found /dev/cdrw, assuming dev=/dev/cdrw
    Device type    : Removable CD-ROM
    Version        : 0
    Response Format: 2
    Capabilities   :
    Vendor_info    : 'LITE-ON '
    Identification : 'DVDRW SOHW-1633S'
    Revision       : 'BPSA'
    Device seems to be: Generic mmc2 DVD-R/DVD-RW.
    Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
    Driver flags   : MMC-3 SWABAUDIO BURNFREE FORCESPEED
    Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
    wodim: No such file or directory. Cannot open 'scanbus'.
    
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. lami20j Messages postés 21506 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 571
     
    mets un cd vide dans le lecteur
    et tape
    cdrecord -v -eject speed=32 dev=/dev/hdc debian-40r0-i386-netinst.iso
    0
  7. maya
     
    # cdrecord -v -eject speed=32 dev=/dev/hdc
    TOC Type: 1 = CD-ROM
    scsidev: '/dev/hdc'
    devname: '/dev/hdc'
    scsibus: -2 target: -2 lun: -2
    Linux sg driver version: 3.5.27
    Wodim version: 1.1.2
    SCSI buffer size: 64512
    atapi: 1
    Device type    : Removable CD-ROM
    Version        : 0
    Response Format: 2
    Capabilities   :
    Vendor_info    : 'LITE-ON '
    Identification : 'DVDRW SOHW-1633S'
    Revision       : 'BPSA'
    Device seems to be: Generic mmc2 DVD-R/DVD-RW.
    Current: 0x000A (CD-RW)
    Profile: 0x002B (DVD+R/DL)
    Profile: 0x001B (DVD+R)
    Profile: 0x001A (DVD+RW)
    Profile: 0x0014 (DVD-RW sequential recording)
    Profile: 0x0013 (DVD-RW restricted overwrite)
    Profile: 0x0011 (DVD-R sequential recording)
    Profile: 0x0010 (DVD-ROM)
    Profile: 0x000A (CD-RW) (current)
    Profile: 0x0009 (CD-R)
    Profile: 0x0008 (CD-ROM)
    Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
    Driver flags   : MMC-3 SWABAUDIO BURNFREE FORCESPEED
    Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
    Drive buf size : 1895168 = 1850 KB
    Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
    communication breaks or freezes immediately after that.
    lns-bzn-23-82-248-127-247:/home/chocho/load# debian-40r0-i386-netinst.iso
    bash: debian-40r0-i386-netinst.iso: command not found
    
    0
  8. lami20j Messages postés 21506 Date d'inscription   Statut Modérateur, Contributeur sécurité Dernière intervention   3 571
     
    # cdrecord -v -eject speed=32 dev=/dev/hdc

    la commande ce n'est pas ça

    mais
    cdrecord -v -eject speed=32 dev=/dev/hdc debian-40r0-i386-netinst.iso
    avec la condition que tu es toujours en :/home/maya/load#

    sinon
    cdrecord -v -eject speed=32 dev=/dev/hdc /home/maya/load/debian-40r0-i386-netinst.iso

    0
Précédent
  • 1
  • 2
  • 3
  • 4