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

Latest updates in alma 9.4 break dahdi compiles again #55

Open
carpenox opened this issue Jul 29, 2024 · 1 comment
Open

Latest updates in alma 9.4 break dahdi compiles again #55

carpenox opened this issue Jul 29, 2024 · 1 comment

Comments

@carpenox
Copy link

DAHDI Tools Version - 3.4.0
Notice: Configuration file is /etc/dahdi/system.conf
line 0: Unable to open master device '/dev/dahdi/ctl'

1 error(s) detected

Asterisk 18.18.1
[root@47FAFE8 ~]# cd /usr/src/dahdi-linux-complete-3.4.0+3.4.0
[root@47FAFE8 dahdi-linux-complete-3.4.0+3.4.0]# uname -r
5.14.0-362.8.1.el9_3.x86_64
[root@47FAFE8 dahdi-linux-complete-3.4.0+3.4.0]# make
make -C linux all
make[1]: Entering directory '/usr/src/dahdi-linux-complete-3.4.0+3.4.0/linux'
make -C drivers/dahdi/firmware firmware-loaders
make[2]: Entering directory '/usr/src/dahdi-linux-complete-3.4.0+3.4.0/linux/drivers/dahdi/firmware'
make[2]: Leaving directory '/usr/src/dahdi-linux-complete-3.4.0+3.4.0/linux/drivers/dahdi/firmware'
You do not appear to have the sources for the 5.14.0-362.8.1.el9_3.x86_64 kernel installed.
make[1]: *** [Makefile:72: modules] Error 1
make[1]: Leaving directory '/usr/src/dahdi-linux-complete-3.4.0+3.4.0/linux'
make: *** [Makefile:9: all] Error 2

as you can see it has the kernel installed that its telling me is not installed, any suggestions?

@InterLinked1
Copy link
Contributor

The output you've shown doesn't actually prove you have the kernel sources installed. So, do you? Typically you would find this in /usr/src

If you're not sure, you can also try installing using PhreakScript (https://github.com/InterLinked1/phreakscript), it should install the kernel headers if they are not present already.

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