[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: burning CDs, or, Ah, now ESR's rant makes sense . . .



On Wed, Mar 17, 2004 at 04:54:55PM -0600, Kent West wrote:
| Derrick 'dman' Hudson wrote:
| 
| >On Wed, Mar 17, 2004 at 04:23:27PM -0600, Kent West wrote:
| >| Now Eric S. Raymond's rant about the (un)usability issues in Linux 
| >| (http://www.catb.org/~esr/writings/luxury-part-deux.html) makes sense . 
| >| . . .
| >| 
| >| I'm trying to get my CD burner to work.
| >| 
| >| First I tried working with ide-scsi emulation, but after some 
| >| corrections in a previous thread, I've given up on that.
| >| 
| >| However, I can't figure out xcdroast or cdrecord without spending hours 
| >| studying and/or burning a coaster or two in experimentation, and 
| >| eroaster refuses to recognize my CD-RW.
| >
| >I use cdrecord.  Here's an example, hopefully it will help clear it up
| >for you :
| >
| >   [first see what devices are available]
| ># cdrecord -scanbus

Umm, wait, is that what I sent in the email?  Shoot - I didn't
copy-n-paste correctly.

| >   [now burn the image]
| ># cdrecord -dao dev=ATAPI:1,1,0 foo.iso

| westk[@westkent]:/home/westk:> sudo cdrecord -scanbus

Add dev=ATAPI in there :
    # cdrecord dev=ATAPI -scanbus

| cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open 

I ignored this message.  I don't know what "pg" devices are so I guess
I don't have any (not to mention, udev would mostly likely have
created the node if I had such a device).  

This should fix my earlier mistake.  The dev= parameter tells cdrecord
to look at the ATAPI bus instead of the SCSI bus because we don't have
any SCSI controllers or disks.  There are one or two other buses as
well, mentioned in the manpage or somewhere, but I don't remember what
they are.

-D

-- 
Yes, Java is so bulletproofed that to a C programmer it feels like being in a
straightjacket, but it's a really comfy and warm straightjacket, and the world
would be a safer place if everyone was straightjacketed most of the time.
                                                     -- Mark 'Kamikaze' Hughes
 
www: http://dman13.dyndns.org/~dman/            jabber: dman@dman13.dyndns.org

Attachment: signature.asc
Description: Digital signature


Reply to: