Re: error trying to burncd thhen ecomign unkillable process

2009-01-25 Thread Polytropon
On Sun, 25 Jan 2009 17:23:35 +1000, Warren Liddell shin...@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:

linkcd0 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, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


error trying to burncd thhen ecomign unkillable process

2009-01-24 Thread Warren Liddell
I havee 2 burrners in my machine and not one off them will bburn a CD or 
DVD from command line let  alone trying to get k3b to recognise i even 
have a scsi burner...


enterprise# burncd -e -v -s 16 -f /dev/acd0 data neroultraV7.iso fixate
adding type 0x08 file neroultraV7.iso size 620990 KB 310495 blocks
burncd: ioctl(CDRIOCINITTRACK): Input/output error


After this error the ROM drives stays in a constant state of spin and 
the process refuses to die even after issuing the kill -9


What am i  doing wrrong or what is wroong with my system to not allow me 
to burn a cd//dvd?  I am usingg FreeBSD 7.1-STABLE AMD64 KDE 4.1.4

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: error trying to burncd thhen ecomign unkillable process

2009-01-24 Thread Polytropon
On Sun, 25 Jan 2009 12:11:18 +1000, Warren Liddell shin...@maydias.com wrote:
 I havee 2 burrners in my machine and not one off them will bburn a CD or 
 DVD from command line let  alone trying to get k3b to recognise i even 
 have a scsi burner...

 [...]

 After this error the ROM drives stays in a constant state of spin and 
 the process refuses to die even after issuing the kill -9
 

I had similar problems, so I dropped burncd in favour of cdrecord
which I'm using for burning ISO data CDs.

 What am i  doing wrrong or what is wroong with my system to not allow me 
 to burn a cd//dvd? 

For a CD, try 

% cdrecord dev=1,0,0 speed=16 -v -eject -tao -data neroultraV7.iso

Check the SCSI device numbers using

% camcontrol devlist

and adjust the dev= parameter accordingly.

For a DVD, try

% growisofs -dvd-compat -Z /dev/dvd=neroultraV7.iso

Excange /dev/dvd for the correct drive (e. g. /dev/cd0).



 I am usingg FreeBSD 7.1-STABLE AMD64 KDE 4.1.4 

I don't know exactly, but can K3B be adjusted to use a specific
command line burning tool to record pre-mastered ISO files onto
CD or DVD? Maybe you could put one of the command lines above
into this program... (I'm no KDE user, so I can't check this.)




-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: error trying to burncd thhen ecomign unkillable process

2009-01-24 Thread Warren Liddell
   % camcontrol devlist

Typed this but no output what so ever, which presumably isnt a good thing.

 and adjust the dev= parameter accordingly.

 For a DVD, try

   % growisofs -dvd-compat -Z /dev/dvd=neroultraV7.iso

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

Something aint right obviously.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org