From owner-freebsd-current Wed May 27 13:16:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18530 for freebsd-current-outgoing; Wed, 27 May 1998 13:16:12 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alushta.NL.net (alushta.NL.net [193.78.240.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18406 for ; Wed, 27 May 1998 13:16:00 -0700 (PDT) (envelope-from paulz@trantor.stuyts.nl) Received: from stuyts by alushta.NL.net with UUCP id <3066-8368> convert rfc822-to-8bit; Wed, 27 May 1998 22:15:45 +0200 Received: from trantor.stuyts.nl (uucp@localhost) by terminus.stuyts.nl (8.8.8/8.8.8) with UUCP id VAA00757 for freebsd-current@freebsd.org; Wed, 27 May 1998 21:59:41 +0200 (MET DST) (envelope-from paulz@trantor.stuyts.nl) Received: from trantor.stuyts.nl (localhost [127.0.0.1]) by trantor.stuyts.nl (8.8.8/8.8.5) with ESMTP id QAA00517 for ; Wed, 27 May 1998 16:25:34 +0200 (MET DST) Message-Id: <199805271425.QAA00517@trantor.stuyts.nl> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-current@FreeBSD.ORG Subject: cdrecord trouble on currnet Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT Date: Wed, 27 May 1998 16:25:34 +0200 From: Paul van der Zwan Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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