Slackware :: During Boot After In Loads ACPI Thermal Zone?

Oct 11, 2010

It's only been a couple of days since I formatted my toshiba laptop's hard drive (i was running fedora without significant problems) and installed slackware 13.1 32bit. I did a network install because the dvd drive is not functioning properly. everything installed fine with the hugesmp kernel, but I started not being able to boot the laptop every single time I wanted to (especially after a reboot but also after a power up).

my observations:

-the pc might freeze in the very first toshiba logo screen (where you are prompted to press F2 to enter BIOS)

-or it might freeze when I get the lilo boot loader (not even the count down to choose kernel starts) - but i CAN use the arrows and press 'enter' to choose to load a kernel manually

-or just after it loads the kernel and the bios checks

-or during boot after in loads ACPI thermal zone

-or a little later during boot when the dhcpcd if broadcasting for a dhcp lease.

the first 3 are freezes, the last 2 are resets. especially if i need to reboot (or get the resets of the 2 last case), I will surely get stack in one of the first 3 cases afterwards! i have observed that rarely, after such a reset, if it actually gets stack in the toshiba logo, i might be able - pressing the poiwer buttonj repeatedly to actually overcome the 'freezing' there at which time i'll get to the lilo loader (the count down timer will not.. count down), but i can press 'enter' and I will finally get stack after loading the kernel and bios checks

So I have to powerdown the laptop and start all over again. Sometimes the whole boot process will proceed smoothly. and i'll get to a login prompt, and when I do I can keep the laptop up and running for virtually ever. that is it doesn't seem to be slackware related... Hwever the problems started after I installed slackware. I didn't have any problem with the fedora installation and i wonder if it has something to do with the network boot.... additional note, with feodra i didn't have a problem restarting or shutting down the laptop. now if i restart, the pc will go through the process of shutting down, but it will never actually reboot - i'll have to do it manually..

View 10 Replies


ADVERTISEMENT

Ubuntu :: ACPI Thermal Zone Configuration

Aug 31, 2010

I originally installed Kubuntu 7.10 on an ACER laptop (exact model escapes me at the moment) and subsequently upgraded to 9.10 and then to 10.04. Starting with 9.10, I had problems with the computer suddenly turning off in the middle of doing work. Eventually, I figured out that when this happened, the bottom panel had gotten quite warm so it probably a thermal control measure. Further, I discovered that I could prevent this by setting the power regulator to powersave, which effectively kept frequency scaling at 50% and under which I never had the computer suddenly turn, the only exceptions being when unplugged the computer and replugged it in and it would switch to dynamic power policy thus running at full power.

However, after "upgrading" to 10.04, I can't do anything to restrict frequency scaling. Whether I set the regulator to powersave, ondemand or anything, CPU frequency can go to full capacity until it heats the CPU to the critical trip point, invoking poweroff. Sometimes, this would happen just a few minutes after "acpi -t" reported 40C (is there some way to test the output from acpi, I've seen it report obviously wrong figures such as 0C when the room was considerably above freezing?). While trying to figure out what to do, I discovered the /proc/acpi/thermal directory and subsequently the /sys/dev/... directory.

I would like to know which directory I should focus on and what files in order to establish trip points and direct actions that will force the system to reduce heating so it won't reach critical. It's not like it's particularly compute intensive tasks triggering this. I have had it happen while running nothing more than the windowing system, system monitor, terminal and paging through a file with less. I have looked for documentation online but have not found anything that clearly explains what I need to do. The only parts I understand from what I've found are "[critical]: S5", "[active]", and "[passive]". The "[passive]" line included items like "tc=..." and "device=0x...", but I have no idea whatsoever what any of those settings do and the documents do absolutely nothing to explain them.

1) what file I need to edit, 2) what options I can set in the file, 3) what values those options can take and 4) what effects those values have on ACPI's behavior. Lastly, the default setting HAVE GOT TO BE CHANGED. Having poweroff as the first line of defense against overheating is simply UNACCEPTABLE. What would happen if this occurs during the middle of a system upgrade? I know at least enough to figure what needs to be done, even if I can't figure out how to do it. Many users can't even do that and I don't think they should have to. The installation process should automatically detect what methods of reducing thermal output available (reducing frequency scaling, throttling, fans) and set trip points that invoke them before reaching critical.

View 3 Replies View Related

Slackware :: Custom Kernel And Acpi / Thermal Settings - Fan Running Constantly

Jun 5, 2010

this isn't so much slackware specific as it is general linux related, but using the default huge slackware kernel included with 13.1, acpi reports cpu temps of about 55 celsius i always like to run my own kernels though, and using the latest stable kernel, i have compiled one using what i believe is necessary for my hardware, and everything works as expected except that acpi reports my cpu temp as 80 celsius at idle, causing my fan to be running constantly

so without simply using the generic config included with slack in the newer kernel, what do you think might be causing the thermal issues? i used diff on the two configs and the output is over 5,000 lines, so thats not a huge help, and im really not even sure what to be looking for the cpu is an intel i7 720qm, so if anyone might know any specific settings for that processor type needed for acpi to interface with it properly that would be much obliged here is my config for potential review: [URL] also, if i disable acpi entirely, the fan operates as normal but i cannot get readings obviously

View 1 Replies View Related

Fedora Hardware :: Using Acpi: Thermal / Sysfs-api To Extend Battery Life

Dec 31, 2009

This link, acpi: thermal/sysfs-api, explains how the new thermal management sysfs class is built, but doesn't give much information about using it. Using watch, I can see that the cur_state of cooling_device2 changes from 0 to 5 when I check "Dim display when idle" in Power Management Preferences. But I haven't found an applet that changes cooling_device0 or cooling_device1.

Echoing different integers to the cur_state files limits the maximum cpu frequency for cpu0 and cpu1, respectively. This behaviour is expected from what I've read, and mimics the options in Windows power manager for extending battery life by throttling the CPUs. I've had no luck with google and local man pages, so has anybody has seen an applet for controlling /sys/class/thermal/cooling_device[0|1]/cur_state?

On a side note, a value of 1 does slow the CPU down, but it will still hit 100C (normal for an Intel mobile duo core). However, values of 2 and larger throttle enough to lower the maximum CPU temp. Since the CPU temp is a good indicator of power consumption, it's pretty obvious that these two cur_state files are intended to extend battery life. dd_wizard

View 2 Replies View Related

Debian Hardware :: Lm-sensors On Dell Studio 1557 - Thermal Zone Jumps Up Quickly

Feb 23, 2010

I just got a dell studio 1557 with core i7 processor. I have heard they run warm and suspect this one is no exception but am having a hard time monitoring the temps. When doing acpi -V i can see 2 thermal zones (0,1) with the first being 63C and the second always staying 26.8C. When I am doing a lot of processing the first thermal zone jumps up quickly. First, should that be the processor temp? Secondly, any way to get more accurate readings with lm-sensors(sensors-detect can find no monitoring items).

View 5 Replies View Related

OpenSUSE Hardware :: Direct Rendering Disabled When Running Live CD Without ACPI And With ACPI It Doesn't Boot

May 29, 2011

When I run OpenSUSE from the Live CD using normal settings, booting stops with a blank screen a moment after the kernel is loaded. When running it with ACPI disabled, it works, but direct rendering is disabled, even though it detects my video card (Mobility Radeon HD 5650) correctly Here's the Xorg.0.log file: my xorg log - [URL]

View 3 Replies View Related

Slackware :: ACPI - I/O Resource 0000:00:1f.3 - 0x400-0x41f - Conflicts With ACPI Region SMRG - 0x400-0x40f

Nov 7, 2010

I have random X freezes (suddenly keyboard and mouse stop to react). Xorg.O.log is error and warnings free. The only problems I see in syslog/ dmesg are related to ACPI.

I have Asus P5E3 Deluxe motherboard. Slackware 13.1

Linux vareg 2.6.33.4-smp #2 SMP Wed May 12 22:47:36 CDT 2010 i686 Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz GenuineIntel GNU/Linux

Code:

Code:

I ahve also today upgraded my BIOS to 1303 version. Still no difference.

View 14 Replies View Related

Debian :: Thermal Allert: Unknown Thermal Allert Received?

Feb 25, 2010

I just installed Debian testing on my new ThinkPad T400s. Everything went like a charm, but, I have three questions to fix some minors: (A) When I reboot or shutdown, just before everything turns off message appear:
[37.439999] thinkpad_acpi: THERMAL ALLERT: unknown thermal allert received

View 4 Replies View Related

Slackware :: No ACPI Support In Kernel

Jul 8, 2011

I use Slackware 13.37 32-bit version on ThinkPad X60s. I compiled two Window Maker dockable applications monitoring the processor temperature, fan speed, and battery status: wmpower (see: [URL]) and wmlenovo (see: [URL]). Both these applications refuse to work.

wmpower displays the messages:
Code:
CPU frequency scaling available
No power management subsystem detected
No power management support...
wmlenovo displays the message:
Code:
No ACPI support in kernel

Did I missed something obvious during the configuration of the system and ACPI doesn't work for me or there's some more serious problem with my system?

View 4 Replies View Related

Ubuntu :: Acpi - I/o Resource Piix4_smbus - 0x1040-0x10471 - Conflicts With Acpi Region Smb

Jan 14, 2010

Having trouble rebooting a system. Have a Ubuntu 9.10 (2.6.31-16 generic-pae) build on a VMWare installation. The system was fine until I rebooted after an update. Now I get the above message and the system halts loading. Have tried to Grub acpi=off and acpi=force to no avail.

View 1 Replies View Related

Slackware :: Custom Built 2.6.37 Kernel And ACPI

Feb 12, 2011

I have a custom built 2.6.37 kernel where I have most of my devices compiled into the kernel. The only modules are related to nouveau (in case I want to go back to proprietary nvidia) and sound drivers. Everything seems to be running fine. However, in /proc/acpi, I'm missing a number of entries, such as thermal_zone/, dsdt, etc. I do have ac_adapter/, battery/, button/, event, processor/ and wakeup. I've gone through what I think is a very detailed review of my kernel config, and I can't find where I've missed something ACPI related. Here is my kernel config with the ACPI section.

Code:
# Power management and ACPI options
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND_NVS=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION=y .....

View 12 Replies View Related

Slackware :: ACPI Does Not Detect Power Event?

Jun 5, 2011

Below is a piece of copy from my /etc/acpi_handler.sh

...
case "$1" in
button)

[code]....

View 14 Replies View Related

Slackware :: 13.37: Crazy Flashing Screen After ACPI Resume?

May 6, 2011

Slackware 13.37 is giving me ugly suspend/resume problems.When I suspend to RAM and my laptop wakes up again, I get a corrupt screen flashing like crazy.This happens when I suspend from the console and when in X11; be it by issuing 'echo mem >/sys/power/state' or 'pm-suspend'.Tried the 'save-pci' quirk for 'pm-suspend', no dice.Tried to POST the card with 'vbetool' after resume, no dice. Tried to save/restore vbestate before and after suspend/resume, no dice.What is one supposed to do to get this stuff to work in 2011?Funny thing that suspend-to-disk works as it should.Also, with 12.2 I would pick a VGA mode for the console in 'lilo.conf' and it would freaking stick. Not anymore. Now the 1st half of the boot is performed in my chosen mode (80x30), then it switches to maximum resolution with an idiotically unsightly small font.My laptop is an Acer Aspire 5101 with an ATI Radeon 200M card.Is anyone going thru the same hell or has anyone found a fix?

View 1 Replies View Related

Slackware :: Broadcom-sta Loads But Does Nothing?

Apr 27, 2010

I recently got a new hard drive for my notebook, and was playing a little with it taking advantage of the fact that my working system is intact on my old drive. So, I installed Slackware 13.0, and ran slackpkg to get -current. Everything runs fine, except for my wireless network.

With slack13 I was using the broadcom-sta driver (wl module) and it was working perfectly. In -current I can build the wl module, and load it, but it will do nothing. The interface (eth1 in 13.0) is not created, the card is not registered, and actually nothing is logged to /var/log/messages by the wl module itself. When I load it I only get a few lines from a module it loads (ieee something, for wireless cryptography I think), but the WiFi LED is off, and it does not reacts to the keyboard (Fn-F2 is supposed to switch the wifi off and on). Basically it seems like it is actually doing *nothing*, or that maybe there is something I need to do to activate it.

The other option is b43 with b43-fwcutter. I tried it, it worked for a few minutes before dying on me saying that it can't use DMA with my device, and that I need to reconfigure the kernel to use PIO instead. And it also behaved in a weird way. The interface was not created immediately (wlan0) and I had to play with the iwconfig command to bring it up (although I don't actually remember what exactly I did to do it). Also it looks like it takes a few minutes to load the firmware, is not immediate. The third thing i got was rfkill messages in the output of dmesg, reacting to my keyboard (logging stuff like "the radio thinghy is ENABLED or DISABLED) when I tried to bring wifi up, but without actually switching the LED on.

I don't really know what is wrong. I am thinking on building my own kernel with the option b43 suggests, but before I'd like to know why wl is failing. I could very well go back to Slack13, but staying with an old kernel version due to silly hardware issues does not seems like the right choice.

I think I must say as well that the wifi is working flawless with Windows Vista and Slackware 13.

View 14 Replies View Related

Slackware :: Conky - Get It To Start When X Loads?

Jul 23, 2010

I just installed conky. What is the best way to get it to start when X loads? I am using KDE.

View 3 Replies View Related

General :: Acpi Won't Let Boot

Feb 23, 2011

I haven't been able to use linux for like 6 months I've tried Fedora 14, Debian Testing, Ubuntu 10.04 and now Mint KDE.

Whenever I boot any distro my laptop acts randombly, it gets to GDM and it freezes, or it lets me login and then freezes or works really slow, even through the shell.

The only thing I could figured is to insert acpi=off on the boot commands googling around, and there it boots.

My problem is that it gets overheated, I can't use any porcessor policy and I can't suspend my laptop with that boot line.

View 2 Replies View Related

OpenSUSE Install :: Can't Boot With ACPI On

Dec 26, 2009

My openSuse install can't boot/login with ACPI enabled. I disabled ACPI and have been using it for a while, but would like to get ACPI working.

When I did the install from the livecd it would hang when loading the kernel. I would see the progress indicator get to 99% and then my computer froze. I disabled ACPI from the options and was able to install.

But I never got any error messages or any other output so I don't know what module was causing the problem when being loaded.

View 4 Replies View Related

Slackware :: Sonnet Sata Express Card Loads MacBook Pro 6,1 But Not 5,1 Or 5,2?

Dec 22, 2010

I see the device in dmesg. On the macbook pro 6,1 it gets issued IRQ 19 and loads sata_sil24 and ata_piix correctly, however on the 5,1 and 5,2 macbook pro it only loads sata_sil24 and gets IRQ 24. Is there anyway to specify the IRQ assigned to the device via the kernel (is it an IRQ conflict or device not working on IRQ24)? MacBook Pro uses an EFI so not traditional bios where I can set irqs. Am I looking in the right direction as to the cause of my problem? Slackware 13.1 with standard linux kernel 2.6.35.8

View 1 Replies View Related

OpenSUSE Install :: ACPI Error On Boot

Dec 26, 2009

After upgrading to 11.2 my laptop HP dv9000 I'm getting some errors:

ACPI Error (psargs-0359): [2012] Namespace lookup failure, AE_NOT_FOUND
ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0._OSC] (Node ffff88007fbf45f0), AE_NOT_FOUND

View 3 Replies View Related

Ubuntu :: Acpi=off Required To Boot, But Won't Shut Down?

Feb 17, 2010

I've built several computers and installed Ubuntu on each one, and I've never had problems until my latest build. Here are the problems:The computer requires acpi=off to boot, and it won't boot with acpi=ht. I've searched for this, and there's a widely reproduced acpi troubleshooting guide that says that this means that there's something wrong with the acpi tables themselves, but I haven't found any fixes.If I go ahead and use acpi=off, then the computer works fine, but it hangs on shutdown. I've searched for this too, and the consensus seems to be to remove acpi=off from the boot options. This, of course, is not an option for me.

View 9 Replies View Related

Hardware :: ACPI / APM Setting In BIOS - Cannot Boot

Feb 11, 2010

I recently put together a new machine with Ubuntu 9.10 I couldn't boot it even live (or any live distro for that). It wound up being either a ACPI or APM setting in the BIOS that got it to boot, I say either because I spent probably 10 hours in there turning things on and off until it worked. It was about 4am so my memory of it ain't that great. TO get up to date, I was adding a HDD and having some issues with it being detected right. So back in the BIOS I was and accidentally loaded the defaults! Now I can't figure out what I did last time I've been at it for hours with no luck.

If I jump into grub b4 it boots and add the acpi=off the system boots up but with the side effects of no pwr mgmt. I need it to be able to sleep and shut itself off. I've always had good luck with Ubuntu in other machines so I'm not that great in there, and honestly don't know the difference between apm/acpi. The MOBO is an ASUS P4C800 Deluxe, AMI Bios. I'm gunna keep at it in the mean time, if by any chance I figure it out I'll post what it was (after I write it down).

View 2 Replies View Related

OpenSUSE Install :: Boot Hangs With Acpi Enabled

Apr 11, 2011

I have an old laptop (asus M6 ca. 6 year old) with dual boot linux windows. Untill Saturday linux=suse 11.0, Saturday I have made an upgrade to opensuse11.4.
I have boot up/down many times almot everything was working properly except the battery status ... I have thought .. "I'll think about it later".

Then out of the blue on sunday my laptop does not boot anymore, the boot hangs. I then have realized taht the failsafe boot was working properly.... ok I have remembered the wrong battery signal and tried the normal boot + acpi=off .. and .. it boots!

OK, the acpi is the problem. I have never made an update of my BIOS (this means it is now old), but I do not really want to update it now. with suse 11.0 the acpi was working properly, I have never have touched the acpi boot option and I had all acpi functionality working (battery, suspend .. etc)

how to let acpi work (at least for the main features .. batetry, fan speed, HT ... etc)?

It can be that the old kernel boot was using some "specific flags", (an installation is cleverer than an upgrade ..?!?!) but unfortunatelly it looks to me that nothing has remained from the old installation .. so I do not know ...

View 2 Replies View Related

General :: ACPI Error & Kernel Panic On Boot - Fedora 12

Jan 7, 2010

I just installed Fedora 12. When I boot, only the following three lines are printed: pnp 00:09: can't evaluate _CRS: 12298 ACPI: Expecting a [Reference] package element, found type 0 Kernel Panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) I first installed Fedora using a RAID 1 setup that mirrored each partition, so I thought the problem was coming from GRUB and confusion from what to boot off of. However, I reinstalled Fedora using a simple single drive setup (left the second drive without any partition), and the same error was returned. Is this an ACPI issue with this particular motherboard/BIOS? Any ideas for how I can fix this?

View 1 Replies View Related

Ubuntu :: 10.10 Boot - Wallpaper Loads But No Taskbars

Apr 8, 2011

I've been using it for the last 2 weeks or so without any troubles. Today I did an update and upon rebooting I have had a major issue. The wallpaper loads, but no taskbars. At the same time i'm prompted to agree or to not agree with the Skype End User License Agreement. Those are the only things on the screen! The wallpaper and Skype agreement. Also the mouse pointer is now an X.

View 4 Replies View Related

Ubuntu Installation :: Unable To Boot After Grub Loads?

Aug 9, 2010

The problem is I've set up a dual boot with Xp and Ubuntu 10.04. Ubuntu was working fine till 2 days back but now when I select Ubuntu from the grub screen i get a whole lot of numbers next which it'll say Usb drive or sd card reader etc.. these go by quickly and then the comp stops running. If i press enter on the keyboard I get Initramfs and then i can type but nothing happens even if I type reboot. if I press cntrl+alt+F2 then i get a blank screen with flashing cursor. Same with recovery mode. Windows boots fine. The grub2 screen comes fine. The last thing i did before this happened is reconfigure the grub2 screen, but it seems to be fine (i had added a background img and reordered the boot options) I did not edit grub.cfg. I would prefer not to reinstall it as iv done it a half a dozen times already in the last few weeks..

View 8 Replies View Related

Ubuntu :: 10.04 64bit Won't Boot /usr/share/acpi-support/power-funcs - No Such File Or Directory

Nov 3, 2010

10.04 64 bit won't boot.

error message: enabling additional executable binary formats binfmt-support /usr/share/acpi-support/power-funcs: No such file or directory

View 1 Replies View Related

Fedora Installation :: Triple Boot FUBAR - PC Only Loads Win7

May 1, 2010

I had a dual boot working fine with XP and F12 on two physical drives, all was well. Last night my friend helped upgrade my system, I now have 3 drives (20gig F12) (60gig XP) and (320gig Win7) now the PC only loads Win7 as I think my friend told bios to boot from 320gig. Has anybody here got experience with triple boot from 3 drives? Here is my guess, tell bios to boot from other drive and add Win7 to grub. Not sure how but that's my guess. Also what worries me is that win7 does not "see" the other two drives.

View 5 Replies View Related

Ubuntu :: Grub Menu Loads Before Regular Boot Screen

Jan 23, 2011

When I boot my pc it used to take me to a prompt which asked which OS I would like to boot. Today randomly, some grub rescue menu came up. I read online that that meant I had to fix my grub menu, which I did. Now a regular grub menu pops and and I have no idea what to do with it. Whats a grub menu? How can I just get back to my regular boot screen? I run dual boot xp and ubuntu, is grub a program of xp or ubuntu? I have no idea what this grub menu is and whats going on with my pc!

View 2 Replies View Related

Ubuntu :: Dual Boot Win 7 - Screen Went Black With Loads Of Writing On It

Jul 15, 2011

just installed ubuntu on my win 7 laptop using the wubi.. after the install it said restart,so i restatred and booted up ubuntu which went sound,it then says finishing installation.. ubuntu comes up does the partions then started copying files then once it had done this the screen went black with loads of writing on it..it seems to just stay like this.. i left it 30 mins the restarted laptop again..laptop working sound booted ubuntu again and the same thing happened..

View 1 Replies View Related

Ubuntu Installation :: Boot Disk Loads But It Freezes After The Loading Dots

May 26, 2011

tried to install 11.04 using wubi and wouldnt work so created a boot disk and did it that way: the boot disk loads but it freezes after the loading dots

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved