Re: [linux-minidisc] using libusal for scsi access
>Betreff : Re: [linux-minidisc] using libusal for scsi access
>Gesendet: 30.04.2010 13:41:55
>An : "manner.moe@gmx.de"
>Von: "Adrian Glaubitz <glaubitz@physik.fu-berlin.de>"
>----- Originale Nachricht -----
>Ok, finally managed to get it compile after patching the cdrkit
>sources in several places. I'm attaching the appropriate
>patch. However, there is still something wrong, wodim cannot scan the
>SCSI bus while it works with the version of cdrecord installed from
>Macports:
>minimac2:~ zedv$ wodim -scanbus
>wodim: No such file or directory.
Can you fetch more information with -v parameter which file/directory cannot
be read?
>Cannot open SCSI driver!
>For possible targets try 'wodim --devices' or 'wodim -scanbus'.
>For possible transport specifiers try 'wodim dev=help'.
>For IDE/ATAPI devices configuration, see the file README.ATAPI.setup from
>the wodim documentation.
This is in case usal_open() returns an error, you can use -V to get more
information on libusal operations.
Maybe the devicename passed to usal_open() is not set correctly.
>I think that there must be some additional patch in Macports which
>takes care of that (cdrecord was installed from Macpors in this case
>while cdrkit was taken from upstream) and I will track that down and
>patch cdrkit. Hope I can get himdformat to compile ASAP.
>Adrian
You have compiled librols and libusal already in cdrkit.
In case libusal works if the right devicename is set
you can try to compile himdformat and test that.
Thomas