Difference between revisions of "Talk:Installing Debian 3.1 (Sarge) on a ThinkPad T43"

From ThinkWiki
Jump to: navigation, search
Line 10: Line 10:
  
 
There exists a patch supporting suspend/resume on SCSI disks, it was recently posted to the linux-kernel mailing list, and will hopefully be inlcuded in the next release =)
 
There exists a patch supporting suspend/resume on SCSI disks, it was recently posted to the linux-kernel mailing list, and will hopefully be inlcuded in the next release =)
 +
 +
----
 +
 +
Ah, fantastic, I should start reading LKML :)

Revision as of 13:20, 17 May 2005

Is suspend-to-ram working for anybody? The piix sata drivers seem to hang after resume. The drive spins back up (you can hear it), but the HDD light stays always on, and all disk access commands time out. It works using the generic ide driver, but only without DMA (REALLY SLOW). The ide_piix driver does not recognize the drive.

I've tried kernels 2.6.10 up to 2.6.12-rc3, and any patches I found updating ACPI, sata, etc.


I believe software suspend is completely unsupported on SCSI, so it probably just won't work. And the way libata sees it, the SATA drive in the T43 is a SCSI device.


There exists a patch supporting suspend/resume on SCSI disks, it was recently posted to the linux-kernel mailing list, and will hopefully be inlcuded in the next release =)


Ah, fantastic, I should start reading LKML :)