Hi, Edd Barrett wrote: > https://github.com/vext01/libcdio/commit/4dab9d84e305771cebe202810e484a239fed4963 > Are we expecting this to fix any of Gregg's issues though?
Yes. At least these two should vanish, because .get_track_lba() is not offered any more and thus does not wrongly assume LBA address format on NetBSD: > > SCIOCCOMMAND cmd 0xbe sts 3 > > 010: Unable to access sector 169348352: skipping... There is hope for two more to vanish, which i suspect to be consequences of the wrong address format interpretation: > > 401: Invalid track number 255 > > Selected span contains non audio track at track 19. Aborting. I guess that this message will remain, and will need debugging on NetBSD: > > WARN: ioctl CDIOREADMSADDR failed: Invalid argument And of course the message about missing implementation of .set_speed() will not vanish: > > 405: Option not supported by drive Have a nice day :) Thomas