Install Allstarlink V3 on VPS with Debian 12

Hi,

I have installed ASL3 on VPS with Debian 12 following instruction

The whole installation process went smoothly, but there was probably a problem. During the ASL installation, the DAHDI module kernel was generated, but in a different directory than the kernel used on the VPS.

drwxr-xr-x 4 root root 4096 Apr 11 12:07 .
drwxr-xr-x 57 root root 4096 Apr 11 12:16 ..
drwxr-xr-x 3 root root 4096 Apr 11 12:08 6.1.0-32-amd64
drwxr-xr-x 3 root root 4096 Mar 15 23:37 6.1.0-32-cloud-amd64

DAHDI installation is in the directory 6.1.0-32-amd64 and not in 6.1.0-32-cloud-amd64

as a result, DAHDI kernel modules are not loaded during boot and a manual attempt

modprobe dahdi dahd_dummy dahdi_transcode
modprobe: FATAL: Module dahdi not found in directory /lib/modules/6.1.0-32-cloud-amd64

Can someone advise how to solve the problem?

ls -al 6.1.0-32-amd64/
lrwxrwxrwx 1 root root 37 Mar 6 00:21 build -> /usr/src/linux-headers-6.1.0-32-amd64
-rw-r--r-- 1 root root 69 Apr 11 12:08 modules.alias
-rw-r--r-- 1 root root 43 Apr 11 12:08 modules.alias.bin
-rw-r--r-- 1 root root 0 Apr 11 12:08 modules.builtin.alias.bin
-rw-r--r-- 1 root root 0 Apr 11 12:08 modules.builtin.bin
-rw-r--r-- 1 root root 129 Apr 11 12:08 modules.dep
-rw-r--r-- 1 root root 266 Apr 11 12:08 modules.dep.bin
-rw-r--r-- 1 root root 0 Apr 11 12:08 modules.devname
-rw-r--r-- 1 root root 55 Apr 11 12:08 modules.softdep
-rw-r--r-- 1 root root 1766 Apr 11 12:08 modules.symbols
-rw-r--r-- 1 root root 1996 Apr 11 12:08 modules.symbols.bin
lrwxrwxrwx 1 root root 38 Mar 6 00:21 source -> /usr/src/linux-headers-6.1.0-32-common
drwxr-xr-x 3 root root 4096 Apr 11 12:08 updates

ls -al 6.1.0-32-amd64/updates/dkms/

drwxr-xr-x 2 root root 4096 Apr 11 12:08 .
drwxr-xr-x 3 root root 4096 Apr 11 12:08 ..
-rw-r--r-- 1 root root 290061 Apr 11 12:08 dahdi.ko
-rw-r--r-- 1 root root 13805 Apr 11 12:08 dahdi_dummy.ko
-rw-r--r-- 1 root root 22629 Apr 11 12:08 dahdi_transcode.ko

I am no help, but could you say who/what the VPS is ?
The exact OS selected under that VPS?
And perhaps the install method used.

You likely don't have the "cloud" headers package installed. Do a:

apt install linux-headers-$(uname -r)

And then

apt install --reinstall dahdi-linux dahdi-dkms

Then reboot.

Hi Jason,

Thank you very much for the tip, and it exactly helped. I thought that such a procedure is used when installing als3 via

apt install asl3

but apparently for some reason he made DKMS compile for the kernel version but not in the cloud version

Thanks again for the tip and maybe it is worth putting such a note / tip in the instructions for installing ASL3 on VPS

73 Waldek

Mike,

VPS is from IONOS with selected system "Debian 12"

73

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.