burncd problem

2000-04-05 Thread John Hay

Hi,

I have installed 4.0-STABLE on our machine with the CD burner and when
I tried to burn a CD, the session went as follows:

===
tien# burncd  -s 4 -f /dev/acd0c data 4.0-install.iso fixate
next writeable LBA 0
writing from file 4.0-install.iso size 641174 KB
written this track 641174 KB (100%) total 641174 KB
fixating CD, please wait..
burncd: ioctl(CDRIOCCLOSEDISK): Input/output error
tien# 
===

In this time the kernel spit out the following messages:

===
Apr  5 09:49:39 tien /kernel: acd0: READ_TOC - ILLEGAL REQUEST asc=24 ascq=00 error=04
Apr  5 10:07:25 tien /kernel: acd0: CLOSE_TRACK/SESSION - ILLEGAL REQUEST asc=64 
ascq=00 error=04
Apr  5 10:07:25 tien /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=64 ascq=00 
error=04
==

The CD writer is an HP 8100 and I have used it before without problems
with a much older version of 4-CURRENT, that is before the ata driver.

Does anybody else have problems with the HP 8100 series? I have included
dmesg.boot at the end.

John
-- 
John Hay -- [EMAIL PROTECTED]


Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California. All rights reserved.
FreeBSD 4.0-2403-STABLE #0: Tue Apr  4 02:17:15 GMT 2000
[EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC
Timecounter "i8254"  frequency 1193182 Hz
CPU: Pentium II/Pentium II Xeon/Celeron (400.91-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x651  Stepping = 1
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
real memory  = 134205440 (131060K bytes)
avail memory = 126693376 (123724K bytes)
Preloaded elf kernel "kernel" at 0xc03c3000.
Pentium Pro MTRR support enabled
md0: Malloc disk
npx0: math processor on motherboard
npx0: INT 16 interface
pcib0: Intel 82443BX (440 BX) host to PCI bridge on motherboard
pci0: PCI bus on pcib0
pcib1: Intel 82443BX (440 BX) PCI-PCI (AGP) bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: ATI Mach64-GB graphics accelerator at 0.0
isab0: Intel 82371AB PCI to ISA bridge at device 4.0 on pci0
isa0: ISA bus on isab0
atapci0: Intel PIIX4 ATA33 controller port 0xc800-0xc80f at device 4.1 on pci0
ata1: at 0x170 irq 15 on atapci0
pci0: Intel 82371AB/EB (PIIX4) USB controller at 4.2 irq 5
chip1: Intel 82371AB Power management controller port 0xe800-0xe80f at device 4.3 on 
pci0
ncr0: ncr 53c810 fast10 scsi port 0xc000-0xc0ff mem 0xe080-0xe08000ff irq 12 at 
device 10.0 on pci0
ncr0: driver is using old-style compatability shims
fxp0: Intel EtherExpress Pro 10/100B Ethernet port 0xb800-0xb81f mem 
0xe000-0xe00f,0xe200-0xe2000fff irq 10 at device 11.0 on pci0
fxp0: Ethernet address 00:a0:c9:e8:0f:1f
fxp0: supplying EUI64: 00:a0:c9:ff:fe:e8:0f:1f
xl0: 3Com 3c905-TX Fast Etherlink XL port 0xb400-0xb43f irq 11 at device 12.0 on pci0
xl0: Ethernet address: 00:60:08:9f:82:e4
miibus0: MII bus on xl0
nsphy0: DP83840 10/100 media interface on miibus0
nsphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fdc0: NEC 72065B or clone at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5" drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) at port 0x60,0x64 on isa0
atkbd0: AT Keyboard irq 1 on atkbdc0
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0: System console on isa0
sc0: VGA 16 virtual consoles, flags=0x200
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/9 bytes threshold
ppi0: Parallel I/O on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
plip0: PLIP network interface on ppbus0
acd0: CD-RW Hewlett-Packard CD-Writer Plus 8100 at ata1-master using PIO3
Waiting 15 seconds for SCSI devices to settle
Mounting root from ufs:/dev/da0s1a
da0 at ncr0 bus 0 target 0 lun 0
da0: MICROP 1926-15MW1002002 HW0A Fixed Direct Access SCSI-2 device 
da0: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled
da0: 2058MB (4216172 512 byte sectors: 255H 63S/T 262C)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: burncd problem

2000-04-05 Thread Soren Schmidt

It seems John Hay wrote:
 Hi,
 
 I have installed 4.0-STABLE on our machine with the CD burner and when
 I tried to burn a CD, the session went as follows:
 
 ===
 tien# burncd  -s 4 -f /dev/acd0c data 4.0-install.iso fixate
 next writeable LBA 0
 writing from file 4.0-install.iso size 641174 KB
 written this track 641174 KB (100%) total 641174 KB
 fixating CD, please wait..
 burncd: ioctl(CDRIOCCLOSEDISK): Input/output error
 tien# 
 ===
 
 In this time the kernel spit out the following messages:
 
 ===
 Apr  5 09:49:39 tien /kernel: acd0: READ_TOC - ILLEGAL REQUEST asc=24 ascq=00 
error=04
 Apr  5 10:07:25 tien /kernel: acd0: CLOSE_TRACK/SESSION - ILLEGAL REQUEST asc=64 
ascq=00 error=04
 Apr  5 10:07:25 tien /kernel: acd0: PREVENT_ALLOW - ILLEGAL REQUEST asc=64 ascq=00 
error=04
 ==
 
 The CD writer is an HP 8100 and I have used it before without problems
 with a much older version of 4-CURRENT, that is before the ata driver.

Hmm you are the second to report that, but I also have reports that
says it works. Maybe we are facing different firmaware versions...

However I cannot reproduce the problem on any of my drives (but
I dont have access to a 8100), so I'm not sure what to do about
it. There was a change in atapi-cd.c at a time that changes the
problem, it doesn't fix it, it just moves it somewhere else, and
that change does break other devices...
Hmm, I guess I'll have to try to locate a 8100 somewhere and
try to find out what it doesn't like...

-Søren


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: burncd problem

2000-04-05 Thread Luigi Rizzo

 Hmm you are the second to report that, but I also have reports that
 says it works. Maybe we are facing different firmaware versions...
 
 However I cannot reproduce the problem on any of my drives (but
 I dont have access to a 8100), so I'm not sure what to do about
 it. There was a change in atapi-cd.c at a time that changes the
 problem, it doesn't fix it, it just moves it somewhere else, and
 that change does break other devices...
 Hmm, I guess I'll have to try to locate a 8100 somewhere and
 try to find out what it doesn't like...

and i guess i have to try and reproduce this on the 8200 here :)

cheers
luigi
---+-
  Luigi RIZZO, [EMAIL PROTECTED]  . Dip. di Ing. dell'Informazione
  http://www.iet.unipi.it/~luigi/  . Universita` di Pisa
  TEL/FAX: +39-050-568.533/522 . via Diotisalvi 2, 56126 PISA (Italy)
  Mobile   +39-347-0373137
---+-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: burncd problem

2000-04-05 Thread Ben Smithurst

John Hay wrote:

 The CD writer is an HP 8100 and I have used it before without problems
 with a much older version of 4-CURRENT, that is before the ata driver.
 
 Does anybody else have problems with the HP 8100 series? I have included
 dmesg.boot at the end.

Someone else reported problems with an HP 8100 on (I think) -stable
recently.  Maybe coincidence, maybe not.

-- 
Ben Smithurst / [EMAIL PROTECTED] / PGP: 0x99392F7D


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: burncd problem

2000-04-05 Thread Alexander Langer

Thus spake Soren Schmidt ([EMAIL PROTECTED]):

 Hmm, I guess I'll have to try to locate a 8100 somewhere and
 try to find out what it doesn't like...

The Mitsumi 4801 does the same thing.

If you can't fine a 8100, I could take a look at it - in a month or
such.

Alex


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message