|
From: Christian F. <Chr...@t-...> - 2011-05-20 05:42:56
|
Peter Radig wrote: > It appears after this one: > > === START OF READ SMART DATA SECTION === > > REPORT-IOCTL: Device=/dev/rdsk/c12t0d0p0 Command=SMART STATUS CHECK > Input: FR=0xda, SC=...., LL=...., LM=0x4f, LH=0xc2, DEV=...., CMD=0xb0 > [ata pass-through(12): a1 06 2c da 00 00 4f c2 00 b0 00 00 ] > status=0x2: sense_key=0x0 asc=0x0 ascq=0x0 > Bug in smarctl debug output: should print sense_key=0x1 (Soft_Error, as printed in kernel log) > >>> Sense buffer, len=24: > 00 72 01 00 00 00 00 00 0e 09 0c 00 00 00 00 00 00 > Possible bug in controller Firmware: this should be: "72 00 00 00 ..." (No_Error) instead of: "72 01 00 00 ..." (Soft_Error). This explains why the kernel logs this as an error. It does not explain why this does not happen with 5.39. Is an firmware update for this controller available? Thanks, Christian |