Re: help with ide cd burner

2003-07-24 Thread Serge Terryn
On Tuesday 22 July 2003 10:04, sweetleaf wrote:
 I am trying to use xcdroast with my ide burner but it cat see it. I
 think i need to enable scsi emulation ...well according to some links on
 google but anyway i cant find how to do this in the handbook.  Would
 someone please inform on  how to achieve this.

 Thanks in advance.

 ps: both my burner, dvd, and cdrom are on the ide bus.

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

Why everyone is trying xcdroast ? There are much better tools than this one.
All those GUI programs need scsi.
Under freebsd, burncd is allready installed. man burncd will help you.
I use gcombust to make the iso file, and i burn it with burncd.

burncd -f /dev/acd0c -s 8 data name_file.iso fixate



-- 
Essetee -- Roeselare -- Belgium
URL : http://www.essetee.be
MSN : [EMAIL PROTECTED]
FreeBSD operating system

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


Re: help with ide cd burner

2003-07-24 Thread Martin Moeller
* Serge Terryn [EMAIL PROTECTED] [030724 14:20]:
 Why everyone is trying xcdroast ? There are much better tools than this one.
 All those GUI programs need scsi.

Just in case you want to use a GUI tool in spite of Serge's remark,
atapicam is what you need.

$ man atapicam

will help you.

-- 
Martin Möller mm at bsdsi.comhttp://www.bsdsi.com/
GnuPG/PGP DSA ID: 0x3C979285  ICQ # 82221572
I do not accept unsolicited commercial mail. Do not spam me!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help with ide cd burner

2003-07-23 Thread sascha . pawlowski
 I am trying to use xcdroast with my ide burner but it cat see it. I 
 think i need to enable scsi emulation ...well according to some links on 
 google but anyway i cant find how to do this in the handbook.  Would 
 someone please inform on  how to achieve this.
 
 Thanks in advance.
 
 ps: both my burner, dvd, and cdrom are on the ide bus.
 

Do you have 'device atapicam' in your kernel configuration?

Bye,
Sascha

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


help with ide cd burner

2003-07-22 Thread sweetleaf
I am trying to use xcdroast with my ide burner but it cat see it. I 
think i need to enable scsi emulation ...well according to some links on 
google but anyway i cant find how to do this in the handbook.  Would 
someone please inform on  how to achieve this.

Thanks in advance.

ps: both my burner, dvd, and cdrom are on the ide bus.

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


Re: help with ide cd burner

2003-07-22 Thread Greg 'groggy' Lehey
On Tuesday, 22 July 2003 at  3:04:55 -0500, sweetleaf wrote:
 I am trying to use xcdroast with my ide burner but it cat see it. I
 think i need to enable scsi emulation ...well according to some
 links on google but anyway i cant find how to do this in the
 handbook.  Would someone please inform on how to achieve this.

You don't need SCSI emulation.  You do need to describe your problem
in more detail.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers


pgp0.pgp
Description: PGP signature


Re: help with ide cd burner

2003-07-22 Thread James Dietrich
To get this set up with SCSI emulation I believe all you need to do is add the line 
device atapicam to your kernel configuration file and recompile your kernel.  Then 
when you run the new kernel, you should get something like this on boot up (straight 
from my own, personal dmesg.boot from 4.8-RELEASE):

ad0: 19541MB Maxtor 2B020H1 [39703/16/63] at ata0-master UDMA33
ad4: 12949MB WDC AC313500D [26310/16/63] at ata2-master UDMA66
acd0: CD-RW LITE-ON LTR-24102B at ata0-slave PIO4
acd1: DVD-ROM MATSHITADVD-ROM SR-8584A at ata1-master PIO4
Mounting root from ufs:/dev/ad0s1a
cd1 at ata1 bus 0 target 0 lun 0
cd1: MATSHITA DVD-ROM SR-8584A n13F Removable CD-ROM SCSI-0 device 
cd1: 16.000MB/s transfers
cd1: cd present [316564 x 2048 byte records]
cd0 at ata0 bus 0 target 1 lun 0
cd0: LITE-ON LTR-24102B 5S03 Removable CD-ROM SCSI-0 device 
cd0: 16.000MB/s transfers
cd0: cd present [264273 x 2048 byte records]

This might take awhile, because the SCSI driver deal checks for media in the drives. 
To be extra sure of the drive names you can run the command camcontrol devlist as 
root and it will list the now SCSI-tastic drives; like this:

LITE-ON LTR-24102B 5S03  at scbus0 target 1 lun 0 (pass0,cd0)
MATSHITA DVD-ROM SR-8584A n13F   at scbus1 target 0 lun 0 (pass1,cd1)

Xcdoast sees the drives, and for me at least, burning works like butter. Hopefully 
this helps, and I'm 95% sure that's all there is to it. I learned all of this at 
http://www.n3t.net/Infos/Freebsd-cdrw.shtml;, so if what I said doesn't work, 
hopefully what he says will. I don't know how to do this without SCSI emulation using 
Xcdroast, but I hope I've answered your question.

-James



On Tue, 22 Jul 2003 03:04:55 -0500
sweetleaf [EMAIL PROTECTED] wrote:

 I am trying to use xcdroast with my ide burner but it cat see it. I 
 think i need to enable scsi emulation ...well according to some links on 
 google but anyway i cant find how to do this in the handbook.  Would 
 someone please inform on  how to achieve this.
 
 Thanks in advance.
 
 ps: both my burner, dvd, and cdrom are on the ide bus.
 
 ___
 [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]