I can confirm that the dahdi-dkms package in jammy-proposed has fixed
the bug for me.

Test done:

1. Modify grub defauls to disable grub hidden timeout, and increase timeout
2. Install linux-generic to have both the kernel in the system
3. reboot to 5.15.0-102-generic kernel
3. Enable jammy-proposed
4. Install digimend-dkms, confirm that the modules builds for both the kernels 
5.15.0-102-generic and 6.5.0-21-generic
5. Try modproble of one of the module and check with lsmod

$ sudo modprobe dahdi_dynamic_loc

$ lsmod | grep dahdi
dahdi_dynamic_loc      16384  0
dahdi_dynamic          20480  1 dahdi_dynamic_loc
dahdi                 258048  1 dahdi_dynamic

$ uname -r
5.15.0-102-generic

Reboot to 6.5.0-21-generic and try the same

$ sudo modprobe dahdi_dynamic_loc

$ lsmod | grep dahdi
dahdi_dynamic_loc      12288  0
dahdi_dynamic          20480  1 dahdi_dynamic_loc
dahdi_transcode        16384  0
dahdi_dummy            12288  0
dahdi                 286720  3 dahdi_dummy,dahdi_transcode,dahdi_dynamic

$ uname -r
6.5.0-21-generic

Test result: the errors with dahdi-dkms has been fixed.

Package tested:

$ dpkg -l | grep dahdi
ii  dahdi-dkms                                 1:2.11.1~dfsg-1ubuntu12~22.04.3  
       all          DAHDI telephony interface (dkms kernel driver)
ii  dahdi-linux                                1:2.11.1~dfsg-1ubuntu12~22.04.3  
       all          DAHDI telephony interface - Linux userspace parts


** Tags added: verification-done verification-done-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2041215

Title:
  dahdi-dkms FTBS with linux 6.5 on jammy

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dahdi-linux/+bug/2041215/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to