Subject: Re: CDRecord problem
To: None <port-alpha@netbsd.org>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: port-alpha
Date: 02/25/2001 22:55:53
On Sun Feb 25 16:24:01 2001, Manuel Bouyer wrote:
> 
> On Sat, Feb 24, 2001 at 04:39:20PM -0500, Pat Wendorf wrote:
> > I'm having some difficulty getting a Sony 926S 2x CD-R working with my
> > AXPpci33 machine. I'm not sure if this is a problem with the drive or
> > the SCSI controller. 
> > 
> > When I run 'cdrecord -dev 0,6,0 -multi -audio audio.raw' (cd-r is scsi
> > id 6) it says:
> 
> you need to use '-dev /dev/cd0d' (assuming your CD-R is probed as cd0).

or just set the environment variable CDR_DEVICE to 0,6,0

[..]
> > When I run 'cdrecord -scanbus' it says:
> > 
> > Cdrecord 1.9 (alpha-unknown-netbsd1.5) Copyright (C) 1995-2000 Jörg
> > Schilling
> > cdrecord: No such file or directory. Cannot open SCSI driver.
> > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
> > are root.
> > 
> > Is this a drive or controller, or kernel config problem?
> 
> -scanbus isn't supported under NetBSD; you have to specify the device name
> anyway (instead of SCSI id).

# cdrecord -scanbus
Cdrecord 1.9 (i386-unknown-netbsd1.5R) Copyright (C) 1995-2000 Jörg Schilling
Using libscg version 'schily-0.1'
cdrecord: Warning: using inofficial libscg transport code version (frueauf-scsi-bsd.c-1.31nb1 '@(#)scsi-bsd.c   1.31 00/07/01 Copyright 1997 J. Schilling').
scsibus0:
        0,0,0     0) *
        0,1,0     1) *
cdrecord: Warning: controller returns wrong size for CD capabilities page.
        0,2,0     2) 'PIONEER ' 'DVD-ROM DVD-303 ' '1.09' Removable CD-ROM
        0,3,0     3) 'PLEXTOR ' 'CD-R   PX-W1210S' '1.00' Removable CD-ROM
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *

But he need to update his package to cdrecord-1.9nb1 to get a working scanbus.

Bernd