Skip to content
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

FileNotFoundError: [Errno 2] No such file or directory: 'modprobe' #183

Open
firebitsbr opened this issue Sep 9, 2023 · 1 comment
Open

Comments

@firebitsbr
Copy link

$ undervolt --temp 80
Traceback (most recent call last):
File "/home/test/anaconda3/bin/undervolt", line 8, in
sys.exit(main())
^^^^^^
File "/home/test/anaconda3/lib/python3.11/site-packages/undervolt.py", line 398, in main
subprocess.check_call(['modprobe', 'msr'])
File "/home/test/anaconda3/lib/python3.11/subprocess.py", line 408, in check_call
retcode = call(*popenargs, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/test/anaconda3/lib/python3.11/subprocess.py", line 389, in call
with Popen(*popenargs, **kwargs) as p:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/test/anaconda3/lib/python3.11/subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/test/anaconda3/lib/python3.11/subprocess.py", line 1950, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'modprobe'

@GermanAizek
Copy link

Same error on Debian 12 Linux kernel 6.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants