burncd question

2004-07-25 Thread kisha
%uname -a
FreeBSD SOULFLY.BACK.TO.THE.PRIMITIVE.PH
5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Mon Jun
21 14:53:05 PHT 2004
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP  i386

cd-RW dmesg: 
ata1-slave: FAILURE - SETFEATURES SET TRANSFER MODE no
interrupt
acd0: CDRW SONY CD-RW CRX185E1 at ata1-slave BIOSPIO

SOULFLY# burncd -f /dev/acd0 -s 12 data downloads.iso
fixate
burncd: ioctl(CDIOCSTART): Device busy

SOULFLY# $ ls -l /usr/sbin/burncd
-r-xr-xr-x  1 root  wheel  18196 Jun 24 17:51
/usr/sbin/burncd

i always get this message, when i attempt to burn an
.iso, anyone whats this error is all about, my sony 24x
burner is fine when i burn files from my windows XP
which is my first partition, i hope anyone can help me
fixing this problem, thanks ;)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: burncd question

2004-07-25 Thread arden
have you tried cdrecord?
On Sun, 2004-07-25 at 16:25, [EMAIL PROTECTED] wrote:
 %uname -a
 FreeBSD SOULFLY.BACK.TO.THE.PRIMITIVE.PH
 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #0: Mon Jun
 21 14:53:05 PHT 2004
 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP  i386
 
 cd-RW dmesg: 
 ata1-slave: FAILURE - SETFEATURES SET TRANSFER MODE no
 interrupt
 acd0: CDRW SONY CD-RW CRX185E1 at ata1-slave BIOSPIO
 
 SOULFLY# burncd -f /dev/acd0 -s 12 data downloads.iso
 fixate
 burncd: ioctl(CDIOCSTART): Device busy
 
 SOULFLY# $ ls -l /usr/sbin/burncd
 -r-xr-xr-x  1 root  wheel  18196 Jun 24 17:51
 /usr/sbin/burncd
 
 i always get this message, when i attempt to burn an
 .iso, anyone whats this error is all about, my sony 24x
 burner is fine when i burn files from my windows XP
 which is my first partition, i hope anyone can help me
 fixing this problem, thanks ;)
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


burncd question

2004-04-22 Thread list

Greetings all,
I have used the burncd tool many a time to burn audio cd's from wav's,
however recently I have been having problems.

I have recorded some wav files using audio/audacity. A nice lil
multitrack editor. All I want to do is burn them to cd. So if I do this
(as I always have):

burncd -s max audio file.wav fixate

It does indeed burn a cd. But the audio is much faster than it should be.
Why is this? I have tryed this on two machines running
freebsd-5.2-release and they both have the same output. My wav is 32 bit
at a sample rate of 44100. I have also tryed converting to a 16 bit wav,
but the outcome is the same. Is there something I have overlooked?

Thanks!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: burncd question

2004-04-22 Thread Marc Fonvieille
On Thu, Apr 22, 2004 at 08:40:50AM +0100, [EMAIL PROTECTED] wrote:
 
 Greetings all,
 I have used the burncd tool many a time to burn audio cd's from wav's,
 however recently I have been having problems.
 
 I have recorded some wav files using audio/audacity. A nice lil
 multitrack editor. All I want to do is burn them to cd. So if I do this
 (as I always have):
 
 burncd -s max audio file.wav fixate
 
 It does indeed burn a cd. But the audio is much faster than it should be.
 Why is this? I have tryed this on two machines running
 freebsd-5.2-release and they both have the same output. My wav is 32 bit
 at a sample rate of 44100. I have also tryed converting to a 16 bit wav,
 but the outcome is the same. Is there something I have overlooked?


burncd supports raw PCM, the wav header should be a cause of problem.
Try the command given at bottom of 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-mp3.html
this should normalize your audio file.

Marc
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]