-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes when have a significant workload rotating the laptop quite quickly makes the fans a weird significant noise for a few seconds #6
Comments
Related to #4. |
This time the fan was already doing some work but when I put it in its cover, even if the Linux Mint was |
Today and yesterday my fans had the weird significant noise for quite no workload reason. These last days I potentially have a small anormal fan sound. I had it twice with less than 10% of battery, maybe it is related. I had 94% this time. I again have it with full battery while plugged and the computer was laying on my desk for several minutes. I should open and clean the CPU fan or try to open it when there is a small sound go see where it comes from maybe. Opening the laptop when it is rotating heavily is maybe not a good idea. However, I should check what is the fan speed based on Benjamin-Loison/EmbeddedController/issues/4#issuecomment-2123227752: sudo /home/benjamin/Desktop/bens_folder/dev/git/github/EmbeddedController/build/hx30/util/ectool pwmgetfanrpm I could disable providing the password for this purpose. As the fan may stop heavily rotating for a few seconds: Bash script:while [ 1 ]
do
date
sudo /home/benjamin/Desktop/bens_folder/dev/git/github/EmbeddedController/build/hx30/util/ectool pwmgetfanrpm
sleep 1
done We should not expect significantly more than 9,000 RPM, as we get that much when try manually to push the fan to the best of its performances while it does not make a weird sound. +45 |
Output:
At the same time heard: signal-2024-07-07-214221.mp3.zip It seems to stop making the significant noise after a minute or two. |
If we detect this issue, then we could set the fan speed to 0. |
It especially does this workload-less issue when I use the laptop for the first time after waking up. |
It seems to less and less do the weird rotating sound these recent days. |
Well today it did it again. |
To avoid this issue when use my laptop for a few tens of seconds then suspend it and use it only once every 4 minutes for just taking note with nothing else running would be nice to accept fan speed being 0 manually and monitoring temperature to prevent ridiculous such event in public serious context as it was the case today but with luck I had not this ridiculous event but heard premise sound. |
grep -m 1 'model name' /proc/cpuinfo
https://frame.work/fr/en/products/heatsink-and-fan-kit?v=FRANFV0001 costs 45 €.
While it may solve the issue, the thermal paste may make hard to remove the given part and it may not be possible to leverage the previous thermal paste anymore but it is something quite common to buy if I remember correctly. We can buy some official one for 5$, see https://frame.work/products/thermal-paste.
Interesting to note that it supports between 1800 to 6800 RPM, but not less? https://guides.frame.work/Guide/Heatsink+and+Fan+Replacement+Guide/84?lang=en#s316 to https://guides.frame.work/Guide/Heatsink+and+Fan+Replacement+Guide/84?lang=en#s321 are the meaningful instructions. See the calendar event of 16/02/25 at 21:00. |
Related to Benjamin_Loison/windows/issues/54. |
These last days I face significant random intensity fan rotation while having not significant workload. |
I do not face this issue since a few hours. |
Well I face it again sometimes. +13 |
When I move the laptop especially rotate it it seems to trigger the unwanted fan behavior. |
I fear opening my laptop near colleagues/relatives because of that. +3 |
To be professional and not have weird fan sound laptop I may take my professional one and not personal one, while the latter can access the former but not the other way around. |
fwupdmgr update Output:
Related to Benjamin_Loison/fwupd/issues/2. Can investigate |
sudo ectool pwmsetfanrpm 6000 may help to reduce fan heat. It would be nice that it is aware of physical fan limits, see #issuecomment-2563610799. Should enable running this command with any rpm without having to provide password. Benjamin_Loison/sudo/issues/5 would help, as already have |
Already noticed that like 3 times.
However, it happened again but it was during 10 seconds this time, hence significantly more longer. It seems that the computer was working during this sound.
+3
The text was updated successfully, but these errors were encountered: