Quote:
|
Originally Posted by deelip_prusty hi frds,
i am working on project to make a gui interface for the linux users on cdwriting.
i am using the cdrecord and mkisofs command line utility.m getting problem when more than one cd drives are threre .then how do i do scan bus on gui interface kindly guide me on this matter |
cdrecord -scanbus or --scanbus forget which. Cdrecord is apparently broken in FC6. Been a while since I burned from the command line.
It'll list all your SCSI devices. All burners to cdrecord look like scsi devices. Parse the results for burners. It'll list what bus, channel and a string of info such as model and what kind of device it is.
You'll get more response by creating a new thread though. I'd look into the source of K3B and see how they search for burners.