scristofaro

Results 4 comments of scristofaro

I don't know exactly. I believe it was Intel P-State and CPU Freq Manager, but ever disabling it the messages doesn't disappear. I need to uninstall smbios-utils (sudo apt remove...

Yes, it was plasma-pstate. I uninstall this plasma widget. But I can reproduce the issue everytime I run ```sudo smbios-thermal-ctl -g ```

I know that is a very personal issue, but it possible to disable these accesses with an option (_safe mode_ for example)? I do a strace and I found only...

Hello, i made some debug Problem is not in this line: https://github.com/dell/libsmbios/blob/f4031c3a261d48cdfcb38ed7b2ad1089703937f7/src/libsmbios_c/smbios/smbios_linux.c#L186 but in this one: https://github.com/dell/libsmbios/blob/f4031c3a261d48cdfcb38ed7b2ad1089703937f7/src/libsmbios_c/system_info/id_byte.c#L47 change it in `//ret = memory_read(strBuf, DELL_SYSTEM_STRING_LOC, DELL_SYSTEM_STRING_LEN-1);` resolve the problem. It's impossible...