Olá! Não estou conseguindo usar minha gravadora de cd no Ubuntu 6.06 (Dapper); é uma LG HL-DT-ST RW/DVD GCC-4521B; grava cd-rw e lê dvd. No GnomeBaker já tentei como usuário comum e como root, mas dá sempre o mesmo erro; começa a copiar o cd mas depois vem:
> Read speed: 882 kB/s (CD 5x, DVD 0x). > Write speed: 9154 kB/s (CD 52x, DVD 6x). > Capacity: 237991 Blocks = 475982 kBytes = 464 MBytes = 487 prMB > Sectorsize: 2048 Bytes > Copy from SCSI (1,0,0) disk to file > '/tmp/GnomeBaker-lex/gnomebaker_copy_data_cd.iso' > end: 237991 > readcd: Success. read_g1: scsi sendcmd: no error > CDB: 28 00 00 00 00 00 00 00 40 00 > status: 0x2 (CHECK CONDITION) > Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 64 00 00 00 > Sense Key: 0x5 Illegal Request, Segment 0 > Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0 > Sense flags: Blk 0 (not valid) > resid: 131072 > cmd finished after 8.225s timeout 40s > readcd: Success. Cannot read source disk > readcd: Retrying from sector 0. > ............. Já tentei com o Graveman e xcdroast, sem resultado. Com o NeroLinux eu até consigo gravar, mas é bem demorado! No fórum do Ubuntu falam em problema com o GnomeBaker, mas creio que o problema seja com alguma configuração do sistema (udev?). Para que possam melhor me ajudar segue abaixo o resultado de alguns comandos e arquivos de configuração: > [EMAIL PROTECTED]:~$ dmesg |grep hdc > [4294675.449000] ide1: BM-DMA at 0xb808-0xb80f, BIOS settings: hdc:DMA, > hdd:pio > [4294676.708000] hdc: HL-DT-ST RW/DVD GCC-4521B, ATAPI CD/DVD-ROM drive > [4294677.418000] hdc: ATAPI 40X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33) > [4294709.231000] cdrom: hdc: mrw address space DMA selected > [4294775.224000] cdrom: hdc: mrw address space DMA selected > [4294775.482000] cdrom: hdc: mrw address space DMA selected > [EMAIL PROTECTED]:~$ cdrecord -v -scanbus dev=ATAPI > 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 <[EMAIL PROTECTED]>. > The original author should not be bothered with problems of this > version. > > cdrecord: Warning: Running on Linux-2.6.15-23-386 > cdrecord: There are unsettled issues with Linux-2.5 and newer. > cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris. > TOC Type: 1 = CD-ROM > scsidev: 'ATAPI' > devname: 'ATAPI' > scsibus: -2 target: -2 lun: -2 > Warning: Using ATA Packet interface. > Warning: The related Linux kernel interface code seems to be unmaintained. > Warning: There is absolutely NO DMA, operations thus are slow. > Error: Cannot gain SYS_RAWIO capability.Is cdrecord installed SUID root? > : Operation not permitted > Using libscg version 'debian-0.8debian2'. > cdrecord: Warning: using inofficial version of libscg (debian-0.8debian2 > '@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. > Schilling'). > SCSI buffer size: 64512 > scsibus0: > 0,0,0 0) 'HL-DT-ST' 'RW/DVD GCC-4521B' '1.07' 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) * > [EMAIL PROTECTED]:~$ 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 <[EMAIL PROTECTED]>. > The original author should not be bothered with problems of this > version. > > cdrecord: Warning: Running on Linux-2.6.15-23-386 > 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'. Make sure you are > root. > 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 . fstab > # /etc/fstab: static file system information. > # > # <file system> <mount point> <type> <options> <dump> <pass> > proc /proc proc defaults 0 0 > /dev/hda2 / reiserfs notail 0 1 > /dev/hda5 /home reiserfs defaults 0 2 > /dev/hda1 /media/hda1 reiserfs defaults 0 2 > /dev/hdb1 /media/hdb1 reiserfs defaults 0 2 > /dev/hdb2 /media/hdb2 reiserfs defaults 0 2 > /dev/hdb3 /media/hdb3 reiserfs defaults 0 2 > /dev/hda4 /tmp reiserfs defaults 0 2 > /dev/hda6 none swap sw 0 0 > /dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0 /usr/share/doc/cdrecord > Howto setup an ATAPI CD-RW/DVD+-RW recorder on Ubuntu > ===================================================== > > If you have just one CD burner in your computer, burning should work > out of the box, since there should be a symbolic link /dev/cdrw which > points to your actual CD burner (e. g. /dev/hdb). If the link is not > present or you want to use a different burner device as default, you > can configure the device in /etc/default/cdrecord: > > CDR_DEVICE=/dev/hdd > > would configure the default device to be /dev/hdd, i. e. the slave > device on the secondary IDE bus. > > You can always override this default setting with cdrecord's "dev" > option: > > cdrecord dev=/dev/hdc ... > > Only users who are in the group "cdrom" are able to burn CDs. Agradeço toda e qualquer ajuda! -- Manoel Aleksandre Filho [EMAIL PROTECTED] Linux Counter#399028 Ubuntu User # 3712 Software Livre é Legal! Conheçam a Verdade e caminhem para a liberdade! Jesus Cristo é a Verdade! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]