Re: Please help: burncd errors

2005-01-02 Thread Xinizul Xinizul
Thanks to all.

Definetely I have to compile the kernel as suggested above with the
atapicam entry.

Now I'm burning succesfully with the cdrecord tool.


Regards,

Xinizul

On Sun, 02 Jan 2005 07:48:03 -0600, Nikolas Britton
<[EMAIL PROTECTED]> wrote:
> Fabian Keil wrote:
> 
> >
> >"Low speed == better quality" is a myth
> >
> >
> why so?
> 
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please help: burncd errors

2005-01-02 Thread Nikolas Britton
Fabian Keil wrote:
"Low speed == better quality" is a myth
 

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


Re: Please help: burncd errors

2005-01-02 Thread Fabian Keil
On Saturday 01 January 2005 17:45, [EMAIL PROTECTED] wrote:
> On Sat, Jan 01, 2005 at 05:35:39PM +0100, Xinizul Xinizul wrote:

> > Could I use another burner tool ?
> 
> Of course. You can try cdrecord from /usr/ports/sysutils/cdrtools.
> 
> For this to work, you need to add
>   device atapicam
> to your kernel config file, recompile, reinstall and reboot the kernel.
> Once you've done that, you should see a device 'cd0' in dmesg and /dev.
> You can try burncd on /dev/cd0, or cdrecord with the appropriate SCSI ID:
> 
> # cdrecord -scanbus
> should then give you the correct SCSI ID a,b,c to use.
> 
> # cdrecord -v dev=a,b,c speed=4 mp3_1.iso
> for data CDs.
> 
> # cdrecord -v dev=a,b,c speed=1 -audio track*.wav
> for audio CDs.

I'd be surprised, if the drive supported speed=1.

"Low speed == better quality" is a myth, so I'd change
the speed option with -sao (I believe -tao is still the default)
and burn at maximum speed.

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


Re: Please help: burncd errors

2005-01-01 Thread Lee Harr
In fact I have converted my mp3 files to wav following a tutorial I
found on the net -using mplayer too-
I just want to burn them and I thought this was the way (1st create an
ISO, 2nd burn the ISO)
Anyway I have the same problem:
192# burncd -t -f /dev/acd0 audio *.wav fixate

Well... I am going to start by referring you to the best
source first:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html
That said, if what you want is to burn a folder of mp3
files to a disk, what you want is mkisofs and burncd
with the data command. Something like:
mkisofs -J -r -o shiny_new.iso mp3folder
burncd -f /dev/acd0c data shiny_new.iso fixate
_
Don't just search. Find. Check out the new MSN Search! 
http://search.msn.com/

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


Re: Please help: burncd errors

2005-01-01 Thread albi
Xinizul Xinizul wrote:
Could I use another burner tool ?
k3b is quite nice imho, see : /usr/ports/sysutils/k3b
although i wonder how to make it work properly for a regular user (not
only root)
this email about k3b might be useful by the way :
http://lists.freebsd.org/pipermail/freebsd-ports/2004-September/016131.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please help: burncd errors

2005-01-01 Thread cpghost
On Sat, Jan 01, 2005 at 05:35:39PM +0100, Xinizul Xinizul wrote:
> 2. I think I'm using the right device:
> 
> 192# dmesg | grep acd0
> acd0: DVDR  at ata0-master UDMA33

I asked this because it happed to me as well. I had two drives
in the box, and kept trying to use the one with had a mounted
CD in it :-)

> Could I use another burner tool ?

Of course. You can try cdrecord from /usr/ports/sysutils/cdrtools.

For this to work, you need to add
  device atapicam
to your kernel config file, recompile, reinstall and reboot the kernel.
Once you've done that, you should see a device 'cd0' in dmesg and /dev.
You can try burncd on /dev/cd0, or cdrecord with the appropriate SCSI ID:

# cdrecord -scanbus
should then give you the correct SCSI ID a,b,c to use.

# cdrecord -v dev=a,b,c speed=4 mp3_1.iso
for data CDs.

# cdrecord -v dev=a,b,c speed=1 -audio track*.wav
for audio CDs.

Good luck!

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please help: burncd errors

2005-01-01 Thread Xinizul Xinizul
Well first of all thanks for your help ...

1. I use -t flag since I tested before wothout this flag and the same
error happened.
2. I think I'm using the right device:

192# dmesg | grep acd0
acd0: DVDR  at ata0-master UDMA33

3. Yes I tested since I saw some post on the www referencing to this
but the same.
4. No.

Could I use another burner tool ?

On Sat, 1 Jan 2005 17:24:00 +0100, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> On Sat, Jan 01, 2005 at 05:00:20PM +0100, Xinizul Xinizul wrote:
> > 192# burncd -t -f /dev/acd0 audio *.wav fixate
> > next writeable LBA 1136
> > writing from file 001_Ni?a_Pastori_principio.wav size 12072 KB
> > written this track 955 KB (7%) total 955 KB
> > only wrote -1 of 37632 bytes: Device busy
> 
> 1. Are you sure you want to test write only (-t)?
> 2. Are you using the correct device? (/dev/acd0)
> 3. Have you tried different writing speeds? (-s N)?
> 4. Are there any kernel messages (dmesg)?
> 
> -cpghost.
> 
> --
> Cordula's Web. http://www.cordula.ws/
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please help: burncd errors

2005-01-01 Thread cpghost
On Sat, Jan 01, 2005 at 05:00:20PM +0100, Xinizul Xinizul wrote:
> 192# burncd -t -f /dev/acd0 audio *.wav fixate
> next writeable LBA 1136
> writing from file 001_Ni?a_Pastori_principio.wav size 12072 KB
> written this track 955 KB (7%) total 955 KB
> only wrote -1 of 37632 bytes: Device busy

1. Are you sure you want to test write only (-t)?
2. Are you using the correct device? (/dev/acd0)
3. Have you tried different writing speeds? (-s N)?
4. Are there any kernel messages (dmesg)?

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please help: burncd errors

2005-01-01 Thread cpghost
On Sat, Jan 01, 2005 at 10:37:54AM -0500, John Wilson wrote:
> On Sat, 01 Jan 2005 16:21:54 +0100
> Xinizul Xinizul <[EMAIL PROTECTED]> wrote:
> 
> Hi.
> 
> > I'm trying to burn an iso image containing a folder of mp3 files.
> [...]
> > 192# burncd -t -f /dev/acd0 audio mp3_1.iso fixate
> [...]
> 
> For one, if you are attempting to burn a data CD, you want to use the
> 'data' option passed to burncd rather than 'audio'.  Use this for burning
> ISO's.
> 
> If you truly wish to burn an audio CD, you'll first need to convert your
> mp3's to wav's - I generally do this using mplayer with the -ao pcm option,
> at which point, you can happily use the 'audio' option for burncd with the
> list of wav's to burn.

Exactly. CDs that are burned with the 'audio' option SHOULD be
readable in every CD player. 'data' CDs with MP3 files MAY be
readable in modern CD- or DVD-Players with MP3 capability as
well. Since this is not standardized, you should consider using
ISO9660 with RockRidge and Joliet extentions when making the CD
image:

$ mkisofs -v -r -T -J -o /var/tmp/mp3_1.iso /path/to/mp3s
# burncd -f /dev/acd0 -s 4 data /var/tmp/mp3_1.iso fixate

keeping the hierarchy below /path/to/mp3s as flat as possible,
using .mp3 extensions for the mp3 files, not putting too many files
per folder and using conservative sampling rates that are recognized
by most hardware players (128 kbps, 44000). 

> - John.

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please help: burncd errors

2005-01-01 Thread Xinizul Xinizul
Oh , 

In fact I have converted my mp3 files to wav following a tutorial I
found on the net -using mplayer too-

I just want to burn them and I thought this was the way (1st create an
ISO, 2nd burn the ISO)

Anyway I have the same problem:

192# burncd -t -f /dev/acd0 audio *.wav fixate
next writeable LBA 1136
writing from file 001_Niña_Pastori_principio.wav size 12072 KB
written this track 955 KB (7%) total 955 KB
only wrote -1 of 37632 bytes: Device busy

next writeable LBA 1704
writing from file 002_Niña_Pastori_espinas.wav size 37504 KB
written this track 955 KB (2%) total 1911 KB
only wrote -1 of 37632 bytes: Device busy




Any clue ? Could it be due to th HW I have ?

On Sat, 1 Jan 2005 10:37:54 -0500, John Wilson <[EMAIL PROTECTED]> wrote:
> On Sat, 01 Jan 2005 16:21:54 +0100
> Xinizul Xinizul <[EMAIL PROTECTED]> wrote:
> 
> Hi.
> 
> > I'm trying to burn an iso image containing a folder of mp3 files.
> [...]
> > 192# burncd -t -f /dev/acd0 audio mp3_1.iso fixate
> [...]
> 
> For one, if you are attempting to burn a data CD, you want to use the
> 'data' option passed to burncd rather than 'audio'.  Use this for burning
> ISO's.
> 
> If you truly wish to burn an audio CD, you'll first need to convert your
> mp3's to wav's - I generally do this using mplayer with the -ao pcm option,
> at which point, you can happily use the 'audio' option for burncd with the
> list of wav's to burn.
> 
> - John.
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Please help: burncd errors

2005-01-01 Thread John Wilson
On Sat, 01 Jan 2005 16:21:54 +0100
Xinizul Xinizul <[EMAIL PROTECTED]> wrote:

Hi.

> I'm trying to burn an iso image containing a folder of mp3 files.
[...]
> 192# burncd -t -f /dev/acd0 audio mp3_1.iso fixate
[...]

For one, if you are attempting to burn a data CD, you want to use the
'data' option passed to burncd rather than 'audio'.  Use this for burning
ISO's.

If you truly wish to burn an audio CD, you'll first need to convert your
mp3's to wav's - I generally do this using mplayer with the -ao pcm option,
at which point, you can happily use the 'audio' option for burncd with the
list of wav's to burn.

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


Re: Please help: burncd errors

2005-01-01 Thread cpghost
On Sat, Jan 01, 2005 at 04:21:54PM +0100, Xinizul Xinizul wrote:
> 192# burncd -t -f /dev/acd0 audio mp3_1.iso fixate

An iso file is not audio, but data. Try this instead:

# burncd -f /dev/acd0 -s 4 data mp3_1.iso fixate

> Xinizul

Happy New Year,
cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"