Originally posted by oshunluvr
View Post
Announcement
Collapse
No announcement yet.
Computer shuts down on its own
Collapse
This topic is closed.
X
X
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
It may be time to enlist the aid of Google, then. Perhaps there's something architecturally different about your ThinkPad compared to most other machines?
- Top
- Bottom
Comment
-
OK, so it's an ACPI problem most likely. Odd (as Steve pointed out) that no other users of that lappy have reported the problem - at least as far as I searched.
I had a similar problem quite awhile ago that solved itself with a kernel update.
I propose you try other distros and/or kernel versions to see if one or the other makes the fan work. Also, search kernel boot options regarding ACPI and our laptop model. You may find a fix out there.
- Top
- Bottom
Comment
-
Originally posted by oshunluvr View PostOK, so it's an ACPI problem most likely. Odd (as Steve pointed out) that no other users of that lappy have reported the problem - at least as far as I searched.
I had a similar problem quite awhile ago that solved itself with a kernel update.
I propose you try other distros and/or kernel versions to see if one or the other makes the fan work. Also, search kernel boot options regarding ACPI and our laptop model. You may find a fix out there.<3 there is no hope <3
- Top
- Bottom
Comment
-
I would try Ubuntu first - this would eliminate KDE as the source of the problem. Then try Gparted. It's very stripped down and useful in the future to have handy.
- Top
- Bottom
Comment
-
-
Originally posted by SteveRiley View PostHm...I'm still a bit curious about the fan.
What's the output of
Code:cat /proc/acpi/ibm/fan
Code:lsmod | grep think sudo find / -iname 'fan'
Code:e@x:~$ cat /proc/acpi/ibm/fan status: enabled speed: 0 level: auto commands: level <level> (<level> is 0-7, auto, disengaged, full-speed) commands: enable, disable commands: watchdog <timeout> (<timeout> is 0 (off), 1-120 (seconds))
Code:e@x:~$ lsmod | grep think thinkpad_acpi 81819 0 snd 79041 18 snd_hda_codec_conexant,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,thinkpad_acpi,snd_rawmidi,snd_seq,snd_timer,snd_seq_device nvram 14413 1 thinkpad_acpi
Code:e@x:~$ sudo find / -iname 'fan' /proc/acpi/ibm/fan /sys/bus/acpi/drivers/fan
<3 there is no hope <3
- Top
- Bottom
Comment
Comment