http://bugzilla.kernel.org/show_bug.cgi?id=6315





------- Additional Comments From [EMAIL PROTECTED]  2007-03-08 05:40 -------
First of all, keep in mind that grep's syntax for alternatives is more like
"ACPI \(read\|write\)".

Which drivers were loaded when you did you tests? You need to load the thermal,
fan and i2c-i801 drivers to see something, and possibly also the
toshiba-specific acpi driver. You need to ensure that the i2c-i801 driver is
working (i.e. the unhiding quirk worked.) You should see it in /proc/ioports:

1880-189f : 0000:00:1f.3
  1880-189f : i801_smbus

If thermal isn't polling by default (check
/proc/acpi/thermal_zone/*/polling_frequency) you may need to read from
/proc/acpi/thermal_zone/*/temperature to trigger a resource access. Or maybe you
need to load your laptop's CPU up to the point the fan will kick in or on the
contrary let it idle so the fan stops (your comment #22 suggests this.)

So please leave the patch in place and use your laptop with all drivers loaded,
maybe the resource conflict only happens on specific events.


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to