Pages : 1
#1 Le 17/07/2017, à 13:48
- seiyadu
logiciel pour modifier la vitesse
je voudrais s'il y a un logiciel capable de modifier la vitesse des ventilateurs sur pc portable ?
Hors ligne
#2 Le 17/07/2017, à 13:51
- deobs
Re : logiciel pour modifier la vitesse
salut,
as-tu regardé du cote de fancontrol
Un débutant bidouillant peu son système.
Distrib: Debian Stretch_64bits
Config: Laptop IdeaPad P500 Touch
Hors ligne
#3 Le 17/07/2017, à 14:16
- seiyadu
Re : logiciel pour modifier la vitesse
bonjour j'obtiens ca avec la commande sudo pwmconfig
donovan@donovan:~$ sudo pwmconfig
# pwmconfig revision 6243 (2014-03-20)
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
Modération : merci à l'avenir d'utiliser les balises code (explications ici).
Dernière modification par cqfd93 (Le 17/07/2017, à 16:44)
Hors ligne
#4 Le 17/07/2017, à 16:09
- deobs
Re : logiciel pour modifier la vitesse
it87 is one of the most common sensor module
Essaye donc de le charger:
sudo modprobe it87
avec sensors-detect tu peux déterminer les modules dont tu as besoin pour avoir les infos de tes capteurs
sinon j'ai trouvé ca sur ubuntu forum, ca date de 2012 ceci dit et je sais pas si ca concerne ton materiel
Hi guys,
came across this and thought I'd share it.
If you are using a PWM capable motherboard with the IT87 module and
you want to use fancontrol ...If you can't load the it87 module - most likely your kernel needs
GRUB_CMDLINE_LINUX="acpi_enforce_resources=lax" ### n'enleve pas les parametres deja present !
as kernel argument. Add it to your boot loader for example. ### /!\ oublis pas de mettre a jour grub si tu le modifie /!\
Then try
modprobe it87
lsmod | grep it87 --> make sure it's loaded
sensors-detect
save configuration, then run
sensors
to make sure everything loads properly.Then try
pwmconfig
if pwmconfig gives you:There are no pwm-capable sensor modules installed
You can get it working by loading the it87 module with the command:
modprobe it87 fix_pwm_polarity=1
pwmconfig should work as expected.
Je suis pas capable de t'aider plus ca.
Dernière modification par deobs (Le 17/07/2017, à 16:12)
Un débutant bidouillant peu son système.
Distrib: Debian Stretch_64bits
Config: Laptop IdeaPad P500 Touch
Hors ligne
#5 Le 17/07/2017, à 16:30
- seiyadu
Re : logiciel pour modifier la vitesse
j'obtiens ça : modprobe: ERROR: could not insert 'it87': No such device
Hors ligne
#6 Le 17/07/2017, à 16:41
- grandtoubab
Re : logiciel pour modifier la vitesse
Salut,
Quel est le problème? la vitesse du ventilateur ou la température excessive qui déclenche le ventilateur?
Pour monitorer la température il y a ça
https://wiki.ubuntu.com/Kernel/PowerMan … rmalIssues
sudo apt-get install thermald
Après verifier que la cpu est connue
systemctl status thermald.service
Si la cpu n'est pas connue, thermald ne peut rien faire, autant le desinstaller
Dernière modification par grandtoubab (Le 17/07/2017, à 16:53)
Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....
Hors ligne
#7 Le 17/07/2017, à 16:52
- seiyadu
Re : logiciel pour modifier la vitesse
vus que mon pc chauffe je veux pouvoir mettre les ventilateurs a 80 % minimum pour le refroidir car il commence a chauffer
Hors ligne
#8 Le 17/07/2017, à 16:57
- seiyadu
Re : logiciel pour modifier la vitesse
j'obtiens ca
donovan@donovan:~$ systemctl status thermald.service
● thermald.service - Thermal Daemon Service
Loaded: loaded (/lib/systemd/system/thermald.service; enabled; vendor preset:
Active: inactive (dead) since Mon 2017-07-17 17:53:17 CEST; 3min 38s ago
Main PID: 2373 (code=exited, status=1/FAILURE)
juil. 17 17:53:17 donovan systemd[1]: Starting Thermal Daemon Service...
juil. 17 17:53:17 donovan thermald[2373]: NO RAPL sysfs present
juil. 17 17:53:17 donovan thermald[2373]: 11 CPUID levels; family:model:stepping
juil. 17 17:53:17 donovan thermald[2373]: Need Linux PowerCap sysfs
juil. 17 17:53:17 donovan thermald[2373]: Unsupported cpu model, use thermal-con
juil. 17 17:53:17 donovan thermald[2373]: THD engine start failed
juil. 17 17:53:17 donovan systemd[1]: Started Thermal Daemon Service.
lines 1-12/12 (END)
Hors ligne
#9 Le 17/07/2017, à 17:13
- grandtoubab
Re : logiciel pour modifier la vitesse
j'obtiens ca
donovan@donovan:~$ systemctl status thermald.service
● thermald.service - Thermal Daemon Service
Loaded: loaded (/lib/systemd/system/thermald.service; enabled; vendor preset:
Active: inactive (dead) since Mon 2017-07-17 17:53:17 CEST; 3min 38s ago
)
Pour l'erreur Unsupported cpu model j'ai modifié /lib/systemd/system/thermald.service
debian:/etc/thermald# cat /lib/systemd/system/thermald.service
[Unit]
Description=Thermal Daemon Service
[Service]
Type=dbus
SuccessExitStatus=1
BusName=org.freedesktop.thermald
ExecStart=/usr/sbin/thermald --ignore-cpuid-check --no-daemon --dbus-enable
[Install]
WantedBy=multi-user.target
Alias=dbus-org.freedesktop.thermald.service
et ça démarre bien
root@debian:/etc/thermald# systemctl start thermald.service
root@debian:/etc/thermald# systemctl status thermald.service -l
● thermald.service - Thermal Daemon Service
Loaded: loaded (/lib/systemd/system/thermald.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2017-07-17 18:10:10 CEST; 15s ago
Main PID: 3011 (thermald)
Tasks: 2 (limit: 4915)
CGroup: /system.slice/thermald.service
└─3011 /usr/sbin/thermald --ignore-cpuid-check --no-daemon --dbus-enable
juil. 17 18:10:10 debian systemd[1]: Starting Thermal Daemon Service...
juil. 17 18:10:10 debian thermald[3011]: NO RAPL sysfs present
juil. 17 18:10:10 debian thermald[3011]: Polling mode is enabled: 4
juil. 17 18:10:10 debian thermald[3011]: Thermal DTS: No coretemp sysfs found
juil. 17 18:10:10 debian thermald[3011]: Thermal DTS or hwmon: No Zones present Need to configure manually
juil. 17 18:10:10 debian systemd[1]: Started Thermal Daemon Service.
Pour le reste , à toi de voir
Dernière modification par grandtoubab (Le 17/07/2017, à 17:20)
Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....
Hors ligne
#11 Le 17/07/2017, à 17:24
- seiyadu
Re : logiciel pour modifier la vitesse
je ne suis pas sur debian mais sur ubuntu
Hors ligne
#12 Le 17/07/2017, à 17:28
- grandtoubab
Re : logiciel pour modifier la vitesse
je ne suis pas sur debian mais sur ubuntu
aucun rapport, c'est un paquet Debian qui fonctionne de la même façon sur les 2 distributions
essai aussi de comprendre les sensors
https://doc.ubuntu-fr.org/lm-sensors
Dernière modification par grandtoubab (Le 17/07/2017, à 17:30)
Linux tout seul sur HP Pavilion DV7 et Acer Aspire T650, Canon MG3650 en wifi
Debian 11 Bullseye Gnome/Xorg, Gnome/Wayland avec SDDM
https://bidouilledebian.wordpress.com/
ON M'A VU DANS LE VERCORS, SAUTER A L'ELASTIQUE..... J'AI DANS LES BOTTES DES MONTAGNES DE QUESTIONS....
Hors ligne
Pages : 1