[EMAIL PROTECTED] wrote:
Another good choice is
uname -r for kernel version,
uname -a for all
Yes, that's indeed true
Sankarshan Mukhopadhay wrote:
Could you try cdrecord -scanbus ?
For 2 CD-RW you will have 2 different IDEs.
Siddhartha Basu wrote:
I have a "samsung cd rom" and another "lite-on" cd/dvd writer.
I check out the device with:
cdrecord -scanbus dev=ATAPI 2>/dev/null
to look for lines for identifying my cd writer. For me, the name of
the company was good enough.
cdrecord -scanbus dev=ATAPI 2>/dev/null |grep 'LITE-ON'|gawk
{'print $1'}
gives the output: 0,1,0
I drop this in the command for actual burning.
cdrecord -dev ATAPI:$(cdrecord -scanbus dev=ATAPI 2>/dev/null | grep
'LITE-ON'|gawk {'print $1'}) -data foo.iso
I've tried the scanbus method now, and I think its a good one. I'll go with
that.
Thanks everyone.
- Manas Laha
*****************************************
This Mail is Certified to be Virus Free.
CIC Network Security Group, IIT Kharagpur
*****************************************
--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/node.php?id=3