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

modprobe: FATAL: Module acpi_call not found. #38

Open
marcoDallas opened this issue Jun 27, 2013 · 4 comments
Open

modprobe: FATAL: Module acpi_call not found. #38

marcoDallas opened this issue Jun 27, 2013 · 4 comments

Comments

@marcoDallas
Copy link
Contributor

Hi,

[marco@Marco-HP acpi_call]$ sudo make
make -C /lib/modules/3.9.6-200.fc18.x86_64/build M=/usr/local/bin/acpi_call modules
make[1]: Entering directory `/usr/src/kernels/3.9.6-200.fc18.x86_64'
  Building modules, stage 2.
  MODPOST 1 modules
make[1]: Leaving directory `/usr/src/kernels/3.9.6-200.fc18.x86_64'
[marco@Marco-HP acpi_call]$ insmod acpi_call.ko
[marco@Marco-HP acpi_call]$ modprobe acpi_call
modprobe: FATAL: Module acpi_call not found.
[marco@Marco-HP acpi_call]$ sudo bash 
[root@Marco-HP acpi_call]# echo "\_SB.PCI0.PEG0.PEGP._OFF" > /proc/acpi/call
[root@Marco-HP acpi_call]# cat /proc/acpi/call
0x0[root@Marco-HP acpi_call]#

This call succeeds, but after a reboot /proc/acpi/call no longer exists.

[root@Marco-HP marco]# echo "\_SB.PCI0.PEG0.PEGP._OFF" > /proc/acpi/call
bash: /proc/acpi/call: File o directory non esistente

Already tried to do a depmod -a but nothing changes

@mkottman
Copy link
Owner

Unfortunately I do not have 3.9 kernel available to test. I know there were some changes but unfortunately do not have the time to look at it. Modprobe won't work unless the module is placed somewhere it can be found.

Try placing the acpi_call.ko into /lib/modules/uname -r/updates/dkms if it exists and then running depmod -a.

@marcoDallas
Copy link
Contributor Author

"Try placing the acpi_call.ko into /lib/modules/`uname -r`/updates/dkms"

It doesn't exist

Edit: if you want I can send you a txt with the output of make -d

ReEdit: problems came with kernel 3.5+

@marccollin
Copy link

don't seem to work with kernel 3.9, 3.10.....

@kopax
Copy link

kopax commented Oct 29, 2019

4.19.0-6-amd64 and still got the issue. is there a way to install acpi_call somehow?

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

4 participants