Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2004 10:58:37 -0500
From:      Eric Pogroski <pogrose@twcny.rr.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Cdrecord -scanbus problem...
Message-ID:  <20040308105837.4c67ae1c@charon.paradigm-design.org>
In-Reply-To: <025596A38A894B45AFE62346A6BF474609CEB176@waexch1.qgraph.com>
References:  <025596A38A894B45AFE62346A6BF474609CEB176@waexch1.qgraph.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 08 Mar 2004 09:49:04 -0600
"Schroeder, AJ" <Aaron.Schroeder@qg.com> wrote:

> Hello all,
> 
> I just recently upgraded my system to 5.2-RELEASE, as evidenced by uname -a:
> 
> FreeBSD mephisto.qg.com 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Tue Jan 27
> 16:05:26 CST 2004     root@mephisto.qg.com:/usr/obj/usr/src/sys/MEPHISTO
> i386
> 
> I was able to burn CDs in my previous installation, but now I am getting
> nothing but trouble with cdrecord whenever I try to execute it, so I decided
> to try scanning the bus, and here is my output:
> 
> [root@mephisto root]# cdrecord -scanbus
> Cdrecord 2.00.3 (i386-unknown-freebsd5.2) Copyright (C) 1995-2002
> J\x{FFFF}rg Schilling
> cdrecord: No such file or directory. Cannot open SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are
> root.
> cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
> [root@mephisto root]#
> 
> I looked in /dev and I saw all the devices defined that I needed, like: 
> 
> crw-r-----   1 root      operator    4,  18 Jan 27 16:58 acd0
> crw-r-----   1 root      operator    4,  19 Jan 27 16:58 acd1
> 
> Cdrecord is installed along with xcdroast and other gui front-end apps, all
> of them fail. Both of the drives are good because I can mount CDs in them. I
> am also attaching a copy of my /var/run/dmesg.boot and a copy of my kernel
> config in case I did something wrong there.
> 
> Any help on this matter would be appreciated greatly, also, please cc me, I
> am not a part of this list.
> 
> Thanks,
> 
> AJ Schroeder
> 
su to root then use cdrecord scanbus
or
add yourself to the wheel group, then do 'sudo cdrecord scanbus' 
or
(most unsecure option) su to root, chmod +s /usr/local/bin/cdrecord,
exit root, cdrecord is now usable by 'regular' user's.

Eric



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