Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
system monitor via proc (or shell) & detect my cpu freq.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
JoKerTheFirst
n00b
n00b


Joined: 19 Jul 2004
Posts: 69
Location: Rome, Italy

PostPosted: Tue Oct 19, 2004 11:46 pm    Post subject: system monitor via proc (or shell) & detect my cpu freq. Reply with quote

hi guys,
I'd like to know some info like cpu temp, fans speed and so on, I don't really like desklets and eyecandys stuff and I'd like to view 'em by proc filesystem.
I noticed the thermal_zone directory but it's empty...why?
Code:
bash-2.05b$ ls /proc/acpi/thermal_zone/
bash-2.05b$

I have an Athlon 1400 but I don't know if I've the 200 or 266 freq. bus, how can I find it out?
I'm using an asus a7v266-c motherboard and kernel 2.6.8-gentoo-r10
thanx a lot,
JoKer =]
Back to top
View user's profile Send private message
[K]
n00b
n00b


Joined: 18 Feb 2004
Posts: 23

PostPosted: Fri Nov 12, 2004 11:06 pm    Post subject: Reply with quote

I would say, im not sure, that you need to review your ACPI options of your kernel config, I think something is missing
Back to top
View user's profile Send private message
JoKerTheFirst
n00b
n00b


Joined: 19 Jul 2004
Posts: 69
Location: Rome, Italy

PostPosted: Sat Nov 13, 2004 2:13 am    Post subject: Reply with quote

sounds weird,
I set:
ACPI support
sleep states
fan
processor
thermal zone

do I need something else?
thanks,
JoKer
Back to top
View user's profile Send private message
[K]
n00b
n00b


Joined: 18 Feb 2004
Posts: 23

PostPosted: Sun Nov 14, 2004 2:32 pm    Post subject: Reply with quote

take a look at /usr/src/linux/.config and compare to mine

Code:

#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
CONFIG_ACPI_THINKPAD=m
# CONFIG_ACPI_IBM is not set
CONFIG_ACPI_TOSHIBA=y
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set
# CONFIG_ACPI_CONTAINER is not set


please post yourshere to see whats going on
Back to top
View user's profile Send private message
JoKerTheFirst
n00b
n00b


Joined: 19 Jul 2004
Posts: 69
Location: Rome, Italy

PostPosted: Mon Nov 15, 2004 5:35 pm    Post subject: Reply with quote

right, here's mine

Code:
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
# CONFIG_ACPI_BUTTON is not set
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
# CONFIG_X86_PM_TIMER is not set


my motherboard is a Asus A7V266-C
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum