Wer-Wolf / i8kutils

Fan control for some Dell laptops
https://launchpad.net/i8kutils
GNU General Public License v3.0
17 stars 0 forks source link

can't find package i8k::thermal #7

Open Ferriccc opened 3 months ago

Ferriccc commented 3 months ago

I am using Arch linux (6.9.4-zen1-1-zen) on dell G15 5511 and installed tcl / tcllib build and ran i8kctl / i8kmon both shows following error:

can't find package i8k::thermal while executing "package require i8k::thermal" (file "/usr/bin/i8kmon" line 27)

any help will be greatly appreciated

Wer-Wolf commented 3 months ago

Did you install it using meson?

Ferriccc commented 3 months ago

Yes I did install it with meson

Wer-Wolf commented 3 months ago

Did you remember to use the --prefix=/usr option when installing?

Wer-Wolf commented 3 months ago

If yes then pick a path returned by ::tcl::tm::path list (executed inside the tclsh) and override the moduledir meson option with it.

Wer-Wolf commented 3 months ago

Any progress?

jules-timmerman commented 2 weeks ago

Hi ! Just wanted to say that I had a similar problem and that this solved it for me thanks

Wer-Wolf commented 2 weeks ago

Nice