Results 1 to 10 of 37

Thread: Toshiba Satellite fan issue

Hybrid View

  1. #1
    Join Date
    Feb 2011
    Beans
    16

    Toshiba Satellite fan issue

    I recently installed Ubuntu 10.10 via WUBI on my Toshiba Satellite L505D-S9565, and I've had few issues except one: the laptop's fan does not run for any reason. I've talked back and forth with a few others and read some posts on similar issues.

    Here's what I do know:

    1.) I looked at /proc/acpi/thermal_zone/*/trip_points . The only option for * there is THZN. This is the output:

    critical (S5): 105 C
    passive (forced):<not set>

    2.) Trying to get ideas from another post I ran pwmconfig. This was the result:

    # pwmconfig revision 5770 (2009-09-16)
    This program will search your sensors for pulse width modulation (pwm)
    controls, and test each one to see if it controls a fan on
    your motherboard. Note that many motherboards do not have pwm
    circuitry installed, even if your sensor chip supports pwm.

    We will attempt to briefly stop each fan using the pwm controls.
    The program will attempt to restore each fan to full speed
    after testing. However, it is ** very important ** that you
    physically verify that the fans have been to full speed
    after the program has completed.

    /usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed

    3.) $ sensors returns:
    acpitz-virtual-0
    Adapter: Virtual device
    temp1: +39.0°C (crit = +105.0°C)

    k10temp-pci-00c3
    Adapter: PCI adapter
    temp1: +47.5°C (high = +70.0°C)

    As you can see there's not any data for my fan. (The temperature sensors seem to work fine, at least, which is a relief.)

    However, /proc/acpi/fan/FAN1 is valid. There is one file in FAN1, state. sudo cat /proc/acpi/FAN1/state returned:
    status: off

    I think the problem may be that whatever bit of software that's in charge of cooling has no idea how to control my fan at all, even though it does recognize that the fan exists. I tried to carry out one of the posts regarding how to change trip-points but the package it mentioned does not seem to exist any more, so I'm pretty much stymied at this point.

    This wouldn't be a major problem except that I have to have a large fan meant for cooling humans pointed at my laptop at all times. So currently it is a desktop that I can put into my lap if I don't mind being chilly. If I boot into Windows Vista, which currently only works in Safe Mode anyway , the fan does turn on, although it would be doing a lot better job of it if I could get the thrice-cursed thing to boot normally.

    And despite the above infodump I'm really not sure what I'm doing beyond those few things, so if I ask a really dopey question...well, this IS the beginner forum.

    Any help is appreciated.

  2. #2
    Join Date
    Jan 2010
    Location
    opposing reality (VIC AU)
    Beans
    990
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Toshiba Satellite fan issue

    Welcome to UF.

    http://ubuntu-ky.ubuntuforums.org/sh....php?t=1586606 may be worth a look to you, just say how much it doesn't help and I'll try harder


    Checkout xsensors in the Ubuntu Software Centre - just an easier to read GUI wrapper for sensors if I didn't sleep through the bits I read.
    NEED HELP? | [SOLVED] | MS hide
    A little nonsense now and then...
    .
    If this is a game thread and you are going to post I hope you have read the Original Post.

  3. #3
    Join Date
    Feb 2011
    Beans
    16

    Re: Toshiba Satellite fan issue

    xsensors is nice, and thanks for pointing that out, but readability was not my concern. I expected from a post I read for there to be something returned from running sensors (or xsensors) regarding my fan, and there isn't. I know it's there, and on some level so does the software, but not enough to do anything.

    That link to that thread seems to be highly dell-specific and doesn't refer to anything I can actually understand or use. It links to a bug report, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/451337 that seems to almost apply to my situation, except I'm nearly certain given the above information that it wouldn't run the fan even if I started warm, as that seems to be an issue with the temperature sensors.

  4. #4
    Join Date
    Jan 2010
    Location
    opposing reality (VIC AU)
    Beans
    990
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Toshiba Satellite fan issue

    Sorry, should have looked at the results I got for my initial search and added 'toshiba' to it

    How about dino99's advice from: http://ubuntuforums.org/showthread.php?t=1473317 ?
    NEED HELP? | [SOLVED] | MS hide
    A little nonsense now and then...
    .
    If this is a game thread and you are going to post I hope you have read the Original Post.

  5. #5
    Join Date
    Feb 2011
    Beans
    16

    Re: Toshiba Satellite fan issue

    Oh, excellent. I'll try that and get back to you on whether or not it worked and what did the trick.

  6. #6
    Join Date
    Feb 2011
    Beans
    16

    Re: Toshiba Satellite fan issue

    Um. Well, I think it's working? I changed the setting in /etc/default/grub from

    GRUB_CMDLINE_LINUX=""

    to GRUB_CMDLINE_LINUX="acpi.power_nocheck=0"

    as suggested in the post you linked to previously.
    The problem is it's running very quietly, so I'm not sure if there was an actual change or if I'm just imagining it, and none of the other things have changed - no trip points, and it's still not able to tell my fan is there if I'm looking at xsensors. It may still overheat in the future, but it's a laptop, so that's a given anyway - but I'm not sure if the fan's going to contribute much.

    Might it be possible (if costly) to take it in and get a fan installed that Linux will be able to work with properly?

    edit: I forgot to mention: /proc/acpi/fan/FAN1/state is still "off". I tried using the echo commands provided later in that same thread with dino99's suggestions, but they didn't seem to do anything.
    Last edited by DarkLoad; February 12th, 2011 at 08:11 AM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •