You are not logged in.
Hello guys I'm rebuilding my conky on my new laptop Lenovo V510 is I'm having a bit of trouble on the monitoring of the batteries and the speed of the fans, I can not see the values in conky with the classic variables. For this laptop you must installarre something in particular?
Thanks so much
Last edited by fvirgola80 (2017-05-07 13:27:50)
Nothing happens by chance
Offline
I can not see the values in conky with the classic variables.
What is the code you are using? Do you have lm-sensors installed?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Hello damo, lm-sensors installed the code I use are the conky variables vers. 1.9
Nothing happens by chance
Offline
^ You still haven't posted the code you are using.
If you run the conky in a terminal, are there any error messages?
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Damo Hello, I solved the problem of the battery status display in the conky conky works now this code is ${battery_bar 8,78 BAT1} I omitted BAT1. I still miss the fan speed, in fact if I insert the code acpifan FAN1 or FAN0 the conky tells me no fans?
Thank you
Nothing happens by chance
Offline
See this thread about fan information: https://forums.bunsenlabs.org/viewtopic.php?id=3271
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
damo hello, nothing to do does not work on my laptop is a lenovo V510
Nothing happens by chance
Offline
If you type:
sensors
in a terminal, are the fans detected?
Post the actual code snippet from your conkyrc that you're using for your fans, sometimes there is a simple typo in there that someone will spot.
You must unlearn what you have learned.
-- yoda
Offline
fvirgola80@fringe:~$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +44.0°C (high = +100.0°C, crit = +100.0°C)
Core 0: +43.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +43.0°C (high = +100.0°C, crit = +100.0°C)
pch_skylake-virtual-0
Adapter: Virtual device
If you type:
sensors
in a terminal, are the fans detected?
Post the actual code snippet from your conkyrc that you're using for your fans, sometimes there is a simple typo in there that someone will spot.
Nothing happens by chance
Offline
Looks like your laptop fans don't have a sensor.
I don't know if there is some special package for Lenovo that you can install.
Do you have inxi installed? If you do, does:
inxi -s
in a terminal show fan speeds?
Last edited by PackRat (2017-03-28 01:17:04)
You must unlearn what you have learned.
-- yoda
Offline
Lenovo V510
That's a Skylake device, isn't it?
Which kernel are you using?
/sbin/sysctl kernel.version
Offline
Offline
@ PackRat inxi -s does not give me any results because the package is not installed;
@ Head_on_a_Stick the kernel version is 4.9.0.0.bpo2-amd64
@ martix Thanks
Nothing happens by chance
Offline
Hi, I installed inxi and the result that gives me this is this
fvirgola80@fringe:~$ inxi -s
Sensors: System Temperatures: cpu: 37.5C mobo: N/A
Fan Speeds (in rpm): cpu: N/A
The kernel version
fvirgola80@fringe:~$ /sbin/sysctl kernel.version
kernel.version = #1 SMP Debian 4.9.18-1~bpo8+1 (2017-04-10)
I have not yet understood why I can not see the speed of the fan 8.( 8.(
Nothing happens by chance
Offline
Laptops don't always have sensors - my HP doesn't have a fan sensor either.
You must unlearn what you have learned.
-- yoda
Offline
...
I have not yet understood why I can not see the speed of the fan 8.( 8.(
"N/A" means "Not Available". I guess your machine doesn't have that capability.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Ok guys I understand, in that case I close the post.
Thanks a lot to everyone
Nothing happens by chance
Offline