Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2000 14:18:53 -0700 (MST)
From:      John Reynolds~ <jreynold@sedona.ch.intel.com>
To:        Dmitry Sivachenko <dima@Chg.RU>
Cc:        multimedia@freebsd.org, questions@freebsd.org
Subject:   Re: cdrecord
Message-ID:  <14525.35133.422681.596690@hip186.ch.intel.com>
In-Reply-To: <200003012107.AAA46366@netserv1.chg.ru>
References:  <200003012107.AAA46366@netserv1.chg.ru>

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

[ On Thursday, March 2, Dmitry Sivachenko wrote: ]
> Hello!
> I have CD Writer HP 9210i (and Tekram DC-310 SCSI controller).
> dmesg gives the following:
> 
> ..........
> ncr0: <ncr 53c810a fast10 scsi> rev 0x23 int a irq 10 on pci0.11.0
> ..........
> cd0 at ncr0 bus 0 target 6 lun 0
> cd0: <HP CD-Writer+ 9200 1.0c> Removable CD-ROM SCSI-4 device 
> cd0: 10.000MB/s transfers (10.000MHz, offset 8)
> cd0: Attempt to query device size failed: NOT READY, Medium not present
> 
> I made MAKEDEV cd0.
> So everything seems to be OK.
> 
> But cdrecord writes:
> 
> cavia# cdrecord -v -dummy -speed=2 dev=0,6,0 install-i386.iso 
> Cdrecord 1.8 (i386-unknown-freebsd3.4) Copyright (C) 1995-2000 J?rg Schilling
> TOC Type: 1 = CD-ROM
> scsidev: '0,6,0'
> scsibus: 0 target: 6 lun: 0
> cdrecord: No such file or directory. Cannot open SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
> 
> and
> 
> cavia# cdrecord -scanbus
> Cdrecord 1.8 (i386-unknown-freebsd3.4) 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.
> 
> 
> What am I doing wrong?
> How should I invoke cdrecord in order to write the CD?
> 
> Any help will be greatly appreciated.

Do you have /dev/xpt0? I think this file is needed for apps that deal with scsi.

It's probably complaining about that file not being there (that's my guess).

 cd /dev
 sh MAKEDEV xpt2

or even better:

 sh MAKEDEV all

If it's not that, then beats me.....

-Jr

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
| John Reynolds               WCCG, CCE, Higher Levels of Abstraction       |
| Intel Corporation   MS: CH6-210   Phone: 480-554-9092   pgr: 602-868-6512 |
| jreynold@sedona.ch.intel.com  http://www-aec.ch.intel.com/~jreynold/      |
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


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




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