Encore un petit nouveau dans le monde d'Archlinux mais pas de linux, j'ai débuté avec ubuntu et poursuivi avec débian sid.
Actuellement, j'ai un dual boot, une débian sid et Archlinux installée à partir d'un live cd de Calimero que je remercie pour son travail,j'ai viré openbox et installé gnome à la place.
Sous debian, quand je contrôle la température de la machine, j'ai
Code : Tout sélectionner
acpitz-virtual-0
Adapter: Virtual device
temp1: +41.0°C (crit = +110.0°C)
Code : Tout sélectionner
acpitz-virtual-0
Adapter: Virtual device
temp1: +61.0°C (crit = +110.0°C)
J'ai beau cherché partout mais en vain, je ne sais pas d'où vient ce problème.
Je précise que j'ai installé cpufreq etc..
Je précise en outre que je n'ai pas installé le driver proprio d'ATI
voici mon fichier rc.conf
Code : Tout sélectionner
[b][size=150]MODULES=( acpi-cpufreq cpufreq_powersave cpufreq_ondemand cpufreq_conservative cpufreq_userspace)[/size][/b]
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="laptop"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)
# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
#
[b][size=150]DAEMONS=(syslog-ng hal cpufreq @wicd alsa)[/size][/b]