Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2009 09:30:08 +0100
From:      Polytropon <freebsd@edvax.de>
To:        Warren Liddell <shinjii@maydias.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: error trying to burncd  thhen ecomign unkillable process
Message-ID:  <20090125093008.f1c4c707.freebsd@edvax.de>
In-Reply-To: <200901251723.35817.shinjii@maydias.com>
References:  <497BCA46.9090609@maydias.com> <20090125032659.8628aa88.freebsd@edvax.de> <200901251723.35817.shinjii@maydias.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 25 Jan 2009 17:23:35 +1000, Warren Liddell <shinjii@maydias.com> wrote:
> > 	% camcontrol devlist
> 
> Typed this but no output what so ever, which presumably isnt a good thing.

If you have ATAPI devices, you need to have the ATAPICAM facility
loaded, either by

	# kldload /boot/kernel/atapicam.ko

or by compiling it into your kernel. If you don't have the proper
permissions, access to ATAPICAM won't work. Access to cd, pass and
xpt is needed (rules to be setup in /etc/devfs.conf), or simply
call the command as root or via sudo.



> enterprise# growisofs -dvd-compat -Z /dev/acd0=neroultraV7.iso
> :-( unable to CAMGETPASSTHRU for /dev/acd0: Inappropriate ioctl for device
> 
> Something aint right obviously.

Obviously. You need to specify an ATAPICAM device, /dev/cd0 for
example. If you want to use /dev/dvd like in the example on
growisofs's manpage, you need to change the symlink in /etc/devfs.conf:

	link    cd0     dvd

The symlink usually points to acd0 which isn't ATAPICAM compatible.


-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



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