Douglas Baggett wrote:
> Hello to all!
>
> I am currently helping a windows developer port his nice little
> CD-burning software - aka.."Fireburner" to LINUX. It's written
> in Delphi, so until Delphi comes out for linux he will not be porting
> it right away. We have been trying to get it to run under WINE
> with almost...but not quite complete success. The program uses the
> adaptek apsi dll's for CD access. It seems his software keeps reporting
> back that there are no cd devices detected when we run it under wine.
>
> We're hoping it's not a code problem, thinking that if it was, it should
>
> of crashed instead just report back that there is no CD devices. Is
> there some way the wine.conf needs to be configured or is there some
> information we can give to the WINE developer's community to better
> track
> down the problem?
>
The ASPI layer is pretty solid now, but still not bug for bug perfect.
There may still be some problems when a program tries to search for devices.
One thing you want to be sure of is that if it's an IDE burner you have
SCSI over IDE emulation on in your kernel. You want to make sure that the
burner shows up in /proc/scsi/scsi and you want to be sure that the
corresponding SCSI generic device has the correct permissions (i.e. you can
read and write to it). SCSI generic devices are assigned starting with the
letter a from the first entry in /proc/scsi/scsi.
>
> any help would be greatly appreciated...
>
> It really is a great little program, it weighs in at a little under 400k
>
> and rips, burns and makes coffee with your burner. I'm sure the linux
> community would love it if we could get it to work.
>
I have always wanted to get another CD-R writing program working under
Wine. So far I have only used CDRWin. I would like to use Nero, but it
does me no good because my burner is not supported by it. Hopefully we can
get ASPI working well enough to support all of the CD-R programs under Wine.
-Dave