MODE SELECT is only supported for special cases of mode page 3, and only for SCHD and SCMO. In all other cases invalid_command_operation_code is reported.
In general scsi2pi cannot meaningfully support MODE SELECT because typically this would require changing a device's behavior. In order to do that, scsi2pi would at least have to persist the selected changes.
MODE SELECT is only supported for special cases of mode page 3, and only for SCHD and SCMO. In all other cases invalid_command_operation_code is reported. Reporting invalid_field_in_cdb instead of invalid_command_operation_code might at least improve the compatibility with some computers.
MODE SELECT is only supported for special cases of mode page 3, and only for SCHD and SCMO. In all other cases invalid_command_operation_code is reported. In general scsi2pi cannot meaningfully support MODE SELECT because typically this would require changing a device's behavior. In order to do that, scsi2pi would at least have to persist the selected changes. MODE SELECT is only supported for special cases of mode page 3, and only for SCHD and SCMO. In all other cases invalid_command_operation_code is reported. Reporting invalid_field_in_cdb instead of invalid_command_operation_code might at least improve the compatibility with some computers.