Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 1998 16:25:34 +0200
From:      Paul van der Zwan <paulz@trantor.stuyts.nl>
To:        freebsd-current@FreeBSD.ORG
Subject:   cdrecord trouble on currnet
Message-ID:  <199805271425.QAA00517@trantor.stuyts.nl>

next in thread | raw e-mail | index | archive | help


I am getting write errors on my Philips 2600 CD-R using cd-write and burncd.sh
(from /usr/share/examples/worm/ )  so I thought , I'l compile cdrecord and try
that. But I get the following error when truying to do a dummy burn:

$ sudo cdrecord -dev=0,4,0 -data -dummy /scratch/img/psnl 
Cdrecord release 1.6 Copyright (C) 1995-1998 Jörg Schilling
cdrecord: Function not implemented. WARNING: Cannot set RR-scheduler
Bus error (core dumped)


This is a freshly compiled port on a current cvsupped today.

I suspect I am missing something in my kernel config, so here is my config file :
#
#
#	$Id: trantor,v 1.18 1998/05/27 14:19:06 paulz Exp paulz $
#

machine		"i386"
cpu		"I586_CPU"
ident		trantor
maxusers	10


options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES
options		MFS			#Memory File System
options		NFS			#Network File System
options		PROCFS			#Process filesystem
options         "CD9660"                #ISO 9660 filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=5"		#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options         SCSIDEBUG
options 	DDB
options         INCLUDE_CONFIG_FILE     # Include thist file in /kernel

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on sd0 

controller	isa0
controller	pci0
#controller      pnp0


controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

controller      wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
disk            wd0     at wdc0 drive 0
disk            wd1     at wdc0 drive 1


controller	ahc0
options AHC_ALLOW_MEMIO
#options AHC_TAGENABLE
#options AHC_SCBPAGING_ENABLE


controller	scbus0
device		sd0
device		st0
device		cd0	#Only need one of these, the code dynamically grows
device worm0 at scbus?  # SCSI worm


# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
device          npx0    at isa? port "IO_NPX" irq 13 vector npxintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		sio2	at isa? port "IO_COM3" tty irq 10 vector siointr
device		lpt0	at isa? port? tty irq 7 vector lptintr
# psm: PS/2 mouse port [note: conflicts with sc0/vt0, thus "conflicts" keywd]
device          psm0    at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr

device de0

pseudo-device	loop
pseudo-device	ether
pseudo-device   tun        2
pseudo-device   vn          	#Vnode driver (turns a file into a device)
pseudo-device	pty	   31
pseudo-device	bpfilter   4       #Berkeley packet filter

# Audio drivers: `snd', `sb', `pas', `gus', `pca'
controller	snd0
device sb0      at isa? port 0x220 irq 5  drq 1 vector sbintr
device sbxvi0   at isa? port? irq? drq 5 
device sbmidi0  at isa? port 0x330 irq? 
device opl0     at isa? port 0x388 

#device pcm0 at isa? port ? tty irq 5 drq 1 flags 0x15 vector pcmintr

# KTRACE enables the system-call tracing facility ktrace(2).
options		KTRACE			#kernel tracing

options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about

-- 
Paul van der Zwan		paulz @ trantor.stuyts.nl
"I think I'll move to theory, everything works in theory..."



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805271425.QAA00517>