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