Bug 26222

Summary: burncd(1) can't burn CD-RW with NEC NR7500
Product: Base System Reporter: kaz <kaz>
Component: binAssignee: sos-bugs
Status: Closed FIXED    
Severity: Affects Only Me CC: kaz
Priority: Normal    
Version: 4.2-RELEASE   
Hardware: Any   
OS: Any   

Description kaz 2001-03-30 18:10:01 UTC
# burncd -f /dev/acd0c -s 4 audio *.raw fixate
burncd: ioctl(CDRIOCOPENTRACK): Input/output error

Immediately, this error message is displayed. And it is not burned CD-RW.
While, DATA-CD (cd1.iso is iso-image of NetBSD1.5):

# burncd -f /dev/acd0c -s 4 data cd1.iso fixate
burncd: ioctl(CDRIOCOPENTRACK): Input/output error

same message is displayed immediately, and not burned. But

# burncd -f /dev/acd0c -s 4 blank

is success.

Fix: 

Sorry, I can't fix. But I heard ATAPI CD-R(W) drives has not
a standard,(opposite to SCSI drives). So the commands to ioctl
are different by CD-R(W) drives, in case of ATAPI.
-- 
ÃæÂ¼Ï»֡÷¿À¸Í		<mailto:kaz@kobe1995.net>
NAKAMURA Kazushi@KOBE	<http://kobe1995.net/>
How-To-Repeat: 
	# burncd blah blah
Comment 1 sos 2001-03-31 12:08:09 UTC
It seems kaz@kobe1995.net wrote:
> 
> # burncd -f /dev/acd0c -s 4 audio *.raw fixate
> burncd: ioctl(CDRIOCOPENTRACK): Input/output error
> 
> Immediately, this error message is displayed. And it is not burned CD-RW.
> While, DATA-CD (cd1.iso is iso-image of NetBSD1.5):
> 
> # burncd -f /dev/acd0c -s 4 data cd1.iso fixate
> burncd: ioctl(CDRIOCOPENTRACK): Input/output error

I know of this problem, so far NEC hasn't been so kind to even
answer mails about docs for this drive...

> 	Sorry, I can't fix. But I heard ATAPI CD-R(W) drives has not
> a standard,(opposite to SCSI drives). So the commands to ioctl
> are different by CD-R(W) drives, in case of ATAPI.

Actually is the other way around :)

-Søren
Comment 2 Søren Schmidt freebsd_committer freebsd_triage 2001-05-29 20:20:36 UTC
Responsible Changed
From-To: freebsd-bugs->sos-bugs

I'm working on this.
Comment 3 Søren Schmidt freebsd_committer freebsd_triage 2001-05-30 10:48:45 UTC
State Changed
From-To: open->closed

A fix has just been committed to -current, MFC wil follow.