LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-27-2003, 10:58 AM   #1
SgtBhaji
Member
 
Registered: Nov 2003
Posts: 36

Rep: Reputation: 15
is my ACPI working?


Hi. Ive been trying to get acpi working on my emachines m5310 and so far i think i might have been successfull. I have a working battery monitor, my computer shuts down correctly and it seems to be running a bit cooler under linux.

What i really need is something so that i can view my current cpu speed and temperature. Is there anything that i could use to do this that is simple to set up for a newbie?

I have tried to get a util called wmacpimon working. But the instructions on how to get this installed were so poorly written (im my opinion) that i cant get it to work.

Any help with this would be greatly appreciated. Thanks in advance!!!
 
Old 11-27-2003, 09:25 PM   #2
Caeda
Senior Member
 
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: 45
Install SuSE, i've had wonderful sucess with eMachines being 100% compatible with this distro.
 
Old 11-28-2003, 07:37 PM   #3
tricky_linux
Member
 
Registered: Jul 2003
Distribution: Red Hat Linux 9.0; Old and Solid
Posts: 674

Rep: Reputation: 30
try simply type "xosview" which will gave some information on your cpu usage and others. But no temp.
 
Old 11-28-2003, 08:40 PM   #4
StalkerGT
LQ Newbie
 
Registered: Nov 2003
Location: Austin, TX
Distribution: Red Hat
Posts: 8

Rep: Reputation: 0
Please, can u post some info on how did u got it working...or so far... I'm trying to get it working on my Dell Lat D600, not too concerned about the temp or the freq, but the system turns off when the battery is empty....no "Save your data or Plug in AcAdapter Message" just ...off..

Thx
 
Old 11-28-2003, 10:21 PM   #5
manaskb
Member
 
Registered: Jan 2002
Location: India
Distribution: Suse , Mandrake
Posts: 121

Rep: Reputation: 15
SgtBhaji,

First of all when you post this kind of questions please tell what distribution and version u r using !!

First check if the kernel you are running has ACPI installed. You can get linux ACPI patch at acpi.sf.net. A easier way is to use a distro that has ACPI built into the Kernel. You can try SuSE or Mandrake 9.2.

Now coming to detecting if ACPi is working ( assuming that ACPI is installed and acpi is enable in the boot options for the kernel, using lilo or grub)

1. Go to /proc, here you should find a directory called ACPI (/proc/acpi). Here you should have files for ACPI paraeters like battery, cpu, temperature etc.

2. You can go to. /var/log/Kernel/ here check the logs. If ACPI was loaded and working you should see log messages frm the ACPI kernel module.
Nov 25 22:53:18 saideep103 kernel: ACPI: RSDT (v001 ASUS P4B533 0x42302e31 MSFT 0x31313031) @ 0x1ffec000
Nov 25 22:53:18 saideep103 kernel: ACPI: FADT (v001 ASUS P4B533 0x42302e31 MSFT 0x31313031) @ 0x1ffec0c0
Nov 25 22:53:18 saideep103 kernel: ACPI: BOOT (v001 ASUS P4B533 0x42302e31 MSFT 0x31313031) @ 0x1ffec030
Nov 25 22:53:18 saideep103 kernel: ACPI: MADT (v001 ASUS P4B533 0x42302e31 MSFT 0x31313031) @ 0x1ffec058
Nov 25 22:53:18 saideep103 kernel: ACPI: DSDT (v001 ASUS P4B533 0x00001000 MSFT 0x0100000b) @ 0x00000000


Hope this helps.

Regards,

Manas
 
Old 12-06-2003, 11:04 PM   #6
acascianelli
Member
 
Registered: Oct 2002
Location: Michigan
Posts: 71

Rep: Reputation: 15
what about the wireless card, any luck on that?
 
Old 12-09-2003, 06:32 AM   #7
littleking
Member
 
Registered: Jun 2003
Location: New Albany, OH
Posts: 190

Rep: Reputation: 30
if you want to monitor your cpu speed and such. check these out. http://gdesklets.gnomedesktop.org/


as for suse being "emachine compatable" thats funny
 
Old 12-14-2003, 04:44 PM   #8
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
To get the cpu temps and fan speeds I believe you'll need lmsensors.

Pretty easy to install if you have your kernel sources... There's two packages --
i2c 2.8.0 and lm_sensors-2.8.0

Compile i2c first with a simple make && make install
and then the same with lm_sensors .

There is an easy "QUICKSTART" read in the tarball... read it and follow its instructions

-Shade
 
Old 12-17-2003, 04:45 AM   #9
the_rydster
Member
 
Registered: Nov 2003
Location: UK mostly.
Distribution: Slackware 9.1
Posts: 103

Rep: Reputation: 15
I have Mandrake 9.2 installed on my Fujitsu_Siemens Amilo D.

ACPI is running but appears to be crippled for some reason. I can monitor battery power in /proc/acpi but I seem unable to get a correct temperature (it is always 75 degs), and I can't monitor fan rpm's etc.

This may be due to the nature of the board in my laptop. Not sure though.
 
Old 12-23-2003, 05:55 AM   #10
Stevo
LQ Newbie
 
Registered: Dec 2003
Location: Old Europe
Distribution: Fedora / RH 9.0
Posts: 6

Rep: Reputation: 0
Quote:
Originally posted by manaskb

You can try SuSE or Mandrake 9.2.
Also works on Fedora Core 1 with changes in /etc/grub/grub.conf

acpi=on

Fedora is already compiled with acpi but not activated @ boot.

greetz
stevo
 
Old 01-07-2004, 10:34 AM   #11
SgtBhaji
Member
 
Registered: Nov 2003
Posts: 36

Original Poster
Rep: Reputation: 15
Sorry about that, and sorry to drag this thread up again too.

My distribution is Redhat 9. recently i have been taking a break from using it though, as ACPI has been driving me up the wall. My machine is an emachines M5310 and has been a pain as far as ACPI goes.

Has anybody attempted to use the 2.6.0 kernel, and would this make my problems easier to solve?

Thanks again.


Quote:
Originally posted by manaskb
SgtBhaji,

First of all when you post this kind of questions please tell what distribution and version u r using !!

First check if the kernel you are running has ACPI installed. You can get linux ACPI patch at acpi.sf.net. A easier way is to use a distro that has ACPI built into the Kernel. You can try SuSE or Mandrake 9.2.

Now coming to detecting if ACPi is working ( assuming that ACPI is installed and acpi is enable in the boot options for the kernel, using lilo or grub)

1. Go to /proc, here you should find a directory called ACPI (/proc/acpi). Here you should have files for ACPI paraeters like battery, cpu, temperature etc.

2. You can go to. /var/log/Kernel/ here check the logs. If ACPI was loaded and working you should see log messages frm the ACPI kernel module.
Nov 25 22:53:18 saideep103 kernel: ACPI: RSDT (v001 ASUS P4B533 0x42302e31 MSFT 0x31313031) @ 0x1ffec000
Nov 25 22:53:18 saideep103 kernel: ACPI: FADT (v001 ASUS P4B533 0x42302e31 MSFT 0x31313031) @ 0x1ffec0c0
Nov 25 22:53:18 saideep103 kernel: ACPI: BOOT (v001 ASUS P4B533 0x42302e31 MSFT 0x31313031) @ 0x1ffec030
Nov 25 22:53:18 saideep103 kernel: ACPI: MADT (v001 ASUS P4B533 0x42302e31 MSFT 0x31313031) @ 0x1ffec058
Nov 25 22:53:18 saideep103 kernel: ACPI: DSDT (v001 ASUS P4B533 0x00001000 MSFT 0x0100000b) @ 0x00000000


Hope this helps.

Regards,

Manas
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get ACPI working for debian sarge linuxmandrake Linux - General 14 01-26-2008 12:29 PM
How to check if ACPI working ar1 Linux - Laptop and Netbook 0 08-05-2004 02:32 AM
ACPI on my laptop not working DAChristen29 Linux - Hardware 0 03-03-2004 09:11 AM
ACPI: How do you know if its working? the_rydster Linux - Laptop and Netbook 10 11-14-2003 08:27 AM
What to do that ACPI is working cujo31 Linux - Laptop and Netbook 2 09-28-2003 10:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 12:45 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration