Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Kernel & Hardware
  • Search

cdrecord not working anymore

Kernel not recognizing your hardware? Problems with power management or PCMCIA? What hardware is compatible with Gentoo? See here. (Only for kernels supported by Gentoo.)
Post Reply
Advanced search
11 posts • Page 1 of 1
Author
Message
Tyir
Apprentice
Apprentice
User avatar
Posts: 172
Joined: Mon Mar 08, 2004 5:45 am
Location: Montreal

cdrecord not working anymore

  • Quote

Post by Tyir » Thu Dec 22, 2005 6:13 am

Hi,

I can't seem to burn cds anymore. Not sure how long it has been like this.

Code: Select all

zeta-root:uname -a
Linux zeta 2.6.13-gentoo-r3 #1 Sun Oct 9 17:59:18 EDT 2005 i686 AMD Athlon(tm) 64 Processor 3200+ AuthenticAMD GNU/Linux

Code: Select all

zeta-root:cdrecord -v dev=/dev/hdc -scanbus                                     
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.13-gentoo-r3
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: '/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 'schily-0.8'.
SCSI buffer size: 64512
scsibus1:
        1,0,0   100) 'HL-DT-ST' 'RW/DVD GCC-4521B' '1.00' 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) *
Seems ok, right?

Code: Select all

zeta-root:cdrecord -v dev=/dev/hdc:1,0,0 /home/kaplowr/install-x86-minimal-2005.1.iso 
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.13-gentoo-r3
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: '/dev/hdc:1,0,0'
devname: '/dev/hdc'
scsibus: 1 target: 0 lun: 0
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
SCSI buffer size: 64512
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   : 
Vendor_info    : 'HL-DT-ST'
Identifikation : 'RW/DVD GCC-4521B'
Revision       : '1.00'
Device seems to be: Generic mmc2 DVD-ROM.
Current: 0x0000
Profile: 0x000A 
Profile: 0x0009 
Profile: 0x0008 
Profile: 0x0002 
Profile: 0x0010 
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-2 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
FIFO size      : 4194304 = 4096 KB
Track 01: data    59 MB        
Total size:       68 MB (06:44.38) = 30329 sectors
Lout start:       68 MB (06:46/29) = 30329 sectors
cdrecord: Success. test unit ready: scsi sendcmd: no error
CDB:  00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 3A 00 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x3A Qual 0x00 (medium not present) Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 0.000s timeout 40s
cdrecord: No disk / Wrong disk!
This happens with any blank cd. The drive IS able to read cds/dvds.
Any ideas?
This http://forums.gentoo.org/viewtopic.php? ... 2+6+burner is the only reference to this error I could find on the forums, and the problem was an old kernel...
There are two things I have learnt in life:
1. Don't reveal everything you know.
Top
talles
n00b
n00b
Posts: 29
Joined: Thu Sep 29, 2005 3:35 am

  • Quote

Post by talles » Thu Dec 22, 2005 3:24 pm

I got something similar the other day, wasted four blank CDs before figuring out a solution for it. I'm not really sure what triggered it, but it was the first time I'd tried to burn CDs after recompiling my system with gcc 3.4. In my case, the culprit seemed to be this line:

Code: Select all

Warning: Open by 'devname' is unintentional and not supported.
I specified the device using dev=ATAPI:1,0,0 syntax and it worked fine for me.
Top
Tyir
Apprentice
Apprentice
User avatar
Posts: 172
Joined: Mon Mar 08, 2004 5:45 am
Location: Montreal

  • Quote

Post by Tyir » Thu Dec 22, 2005 7:23 pm

no, i tried that...

Code: Select all

zeta-root:cdrecord -v dev=ATAPI:1,0,0 /home/kaplowr/install-x86-minimal-2005.1.iso 
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.13-gentoo-r3
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:1,0,0'
devname: 'ATAPI'
scsibus: 1 target: 0 lun: 0
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.
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
and

Code: Select all

zeta-root:cdrecord -v --dev=ATAPI -scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: Warning: Running on Linux-2.6.13-gentoo-r3
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.
cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
There are two things I have learnt in life:
1. Don't reveal everything you know.
Top
blidside
n00b
n00b
Posts: 51
Joined: Tue Jul 30, 2002 5:58 am
Location: Tampa, FL

  • Quote

Post by blidside » Thu Feb 09, 2006 6:51 am

I've got a similar problem

Code: Select all

cdrecord: Warning: Running on Linux-2.6.15-gentoo-r1
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: Cannot allocate memory. WARNING: Cannot do mlockall(2).
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '/dev/hdd'
devname: '/dev/hdd'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
SCSI buffer size: 64512
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
TOC Type: 0 = CD-DA
Using libscg version 'schily-0.8'.
Driveropts: 'burnfree'
atapi: 1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 1
Vendor_info    : '_NEC    '
Identifikation : 'NR-7900A        '
Revision       : '1.23'
Device seems to be: Generic mmc CD-RW.
Current: 0x0009
Profile: 0x000A 
Profile: 0x0009 (current)
Profile: 0x0008 (current)
Using generic SCSI-3/mmc   CD-R/CD-RW driver (mmc_cdr).
Driver flags   : MMC-2 SWABAUDIO BURNFREE 
Supported modes: TAO PACKET SAO SAO/R96R RAW/R96R
Drive buf size : 1234944 = 1206 KB
FIFO size      : 4194304 = 4096 KB
cdrecord: Drive needs to reload the media to return to proper status.
cdrecord: Cannot get next writable address for 'invisible' track.
cdrecord: This means that we are checking recorded media.
cdrecord: This media cannot be written in streaming mode anymore.
cdrecord: If you like to write to 'preformatted' RW media, try to blank the media first.
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
   4 seconds.   3 seconds.   2 seconds.   1 seconds.   0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is OFF.
Turning BURN-Free on
Performing OPC...
Sending CUE sheet...
cdrecord: Success. read track info: scsi sendcmd: no error
CDB:  52 01 00 00 00 FF 00 00 1C 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 24 00 00 C0
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0
Sense flags: Blk 0 (not valid) error refers to command part, bit ptr 0 (not valid) field ptr 0
resid: 28
cmd finished after 0.001s timeout 240s
cdrecord: Cannot get next writable address for 'invisible' track.
cdrecord: This means that we are checking recorded media.
cdrecord: This media cannot be written in streaming mode anymore.
cdrecord: If you like to write to 'preformatted' RW media, try to blank the media first.
SAO startsec: 0
Writing lead-in...
Lead-in write time:    7.955s
cdrecord: Success. write_g1: scsi sendcmd: no error
CDB:  2A 00 FF FF FF 6A 00 00 1B 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 30 00 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x30 Qual 0x00 (incompatible medium installed) Fru 0x0
Sense flags: Blk 0 (not valid) 
resid: 63504
cmd finished after 0.001s timeout 200s
Writing pregap for track 4 at -150
write track pad data: error after 0 bytes
BFree: 1385 K BSize: 1385 K
Starting new track at sector: 0
cdrecord: Success. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 00 00 00 00 00 1B 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 02 00 00 00 00 0A 00 00 00 00 30 00 00 00
Sense Key: 0x2 Not Ready, Segment 0
Sense Code: 0x30 Qual 0x00 (incompatible medium installed) Fru 0x0
Sense flags: Blk 0 (not valid) 
resid: 63504
cmd finished after 0.001s timeout 200s
cdrecord: A write error occured.
cdrecord: Please properly read the error message above.

write track data: error after 0 bytes
Writing  time:   12.978s
Average write speed 711.6x.
Fixating...
Fixating time:    0.009s
cdrecord: fifo had 64 puts and 1 gets.
BURN-Free was never needed.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.
It worked *okay* with 2.6.14, I notice it complains about 2.6.15 at the top of the output.
Top
Corax
Apprentice
Apprentice
User avatar
Posts: 222
Joined: Wed Apr 14, 2004 8:54 pm
Location: Berlin, Germany

  • Quote

Post by Corax » Thu Mar 09, 2006 3:05 pm

Same problem here.
There's no such priest //
that can pray me to heaven.
-- Nightwish, "Bare grace misery"
Top
emdej
n00b
n00b
Posts: 70
Joined: Wed Feb 04, 2004 12:41 pm
Location: Wrocław, PL

  • Quote

Post by emdej » Fri Aug 04, 2006 2:54 pm

I've the same problem. I tried with 2 recorders. Recording with nero fails too.
Top
infirit
l33t
l33t
User avatar
Posts: 778
Joined: Sat Jan 11, 2003 1:43 pm
Location: Hoofddorp / The Netherlands

  • Quote

Post by infirit » Fri Aug 04, 2006 3:23 pm

Does it work when you try to burn as root?

Code: Select all

su -c "cdrecord many options...."
EASY TO INSTALL = Difficult to install, but instruction manual has pictures.
Join the adopt an unanswered post initiative today
Top
Corax
Apprentice
Apprentice
User avatar
Posts: 222
Joined: Wed Apr 14, 2004 8:54 pm
Location: Berlin, Germany

  • Quote

Post by Corax » Fri Aug 04, 2006 5:26 pm

My solution was to downgrade cdrecord to a stable version.
There's no such priest //
that can pray me to heaven.
-- Nightwish, "Bare grace misery"
Top
emdej
n00b
n00b
Posts: 70
Joined: Wed Feb 04, 2004 12:41 pm
Location: Wrocław, PL

  • Quote

Post by emdej » Fri Aug 04, 2006 6:06 pm

I tried only as root, I always try things as root at first and then, if it works, I try to use it as user. cdrecord had worked for me some time ago, but I didn't use it long, and now I tried to record sth and found that it doesn't work :(
I use stable version 2.01.01_alpha07, so downgrading to stable is impossible ;)
Top
linumik
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 102
Joined: Tue May 31, 2005 9:04 pm

  • Quote

Post by linumik » Thu Aug 10, 2006 1:13 am

Any solution to this?
Top
emdej
n00b
n00b
Posts: 70
Joined: Wed Feb 04, 2004 12:41 pm
Location: Wrocław, PL

  • Quote

Post by emdej » Thu Aug 10, 2006 8:53 am

linumik wrote:Any solution to this?
I set DMA mode for hdc and hdd to mdma2 and recorded 2 CDs, but I'm not sure if it is ok now.
Top
Post Reply

11 posts • Page 1 of 1

Return to “Kernel & Hardware”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic