Bug#980130: dahdi-linux: Dahdi DKMS config missing multiple drivers
Lee Burton
lburton at lburton.org
Thu Jan 14 21:24:32 GMT 2021
Package: dahdi-linux
Version: 1:2.11.1~dfsg-1
Severity: normal
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu hirsute ubuntu-patch
Dear Maintainer,
The existing dahdi dkms.conf.in is missing a number of modules in the
default dahdi distribution. There is an existing ubuntu bug
(https://bugs.launchpad.net/ubuntu/+source/dahdi-linux/+bug/1703711)
Modules: dahdi_dynamic_ethmf,dahdi_echocan_kb1,oct612x,wcaxx,wcte13xp,wcte43x,xpd_echo
In Ubuntu, the attached patch was applied to achieve the following:
* Added missing kernel modules to dkms.conf
Thanks,
Lee
-- System Information:
Debian Release: bullseye/sid
APT prefers focal-updates
APT policy: (500, 'focal-updates'), (500, 'focal-security'), (500, 'focal'), (100, 'focal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.4.0-56-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
diff -Nru dahdi-linux-2.11.1~dfsg/debian/control dahdi-linux-2.11.1~dfsg/debian/control
--- dahdi-linux-2.11.1~dfsg/debian/control 2017-08-09 10:50:29.000000000 -0700
+++ dahdi-linux-2.11.1~dfsg/debian/control 2021-01-14 13:12:17.000000000 -0800
@@ -1,8 +1,7 @@
Source: dahdi-linux
Section: comm
Priority: optional
-Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
-XSBC-Original-Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Uploaders: Tzafrir Cohen <tzafrir at debian.org>, Mark Purcell <msp at debian.org>, Faidon Liambotis <paravoid at debian.org>
Build-Depends: debhelper (>= 9), bzip2, asciidoc
Standards-Version: 3.9.8
diff -Nru dahdi-linux-2.11.1~dfsg/debian/dkms.conf.in dahdi-linux-2.11.1~dfsg/debian/dkms.conf.in
--- dahdi-linux-2.11.1~dfsg/debian/dkms.conf.in 2017-08-09 10:50:29.000000000 -0700
+++ dahdi-linux-2.11.1~dfsg/debian/dkms.conf.in 2021-01-14 13:12:10.000000000 -0800
@@ -139,4 +139,32 @@
BUILT_MODULE_LOCATION[31]="drivers/dahdi/"
DEST_MODULE_LOCATION[31]="/kernel/drivers/telephony/dahdi"
+BUILT_MODULE_NAME[32]="wcte43x"
+BUILT_MODULE_LOCATION[32]="drivers/dahdi"
+DEST_MODULE_LOCATION[32]="/kernel/dahdi/"
+
+BUILT_MODULE_NAME[33]="dahdi_echocan_kb1"
+BUILT_MODULE_LOCATION[33]="drivers/dahdi"
+DEST_MODULE_LOCATION[33]="/kernel/dahdi/"
+
+BUILT_MODULE_NAME[34]="wcte13xp"
+BUILT_MODULE_LOCATION[34]="drivers/dahdi"
+DEST_MODULE_LOCATION[34]="/kernel/dahdi/"
+
+BUILT_MODULE_NAME[35]="oct612x"
+BUILT_MODULE_LOCATION[35]="drivers/dahdi/oct612x"
+DEST_MODULE_LOCATION[35]="/kernel/dahdi/oct612x"
+
+BUILT_MODULE_NAME[36]="xpd_echo"
+BUILT_MODULE_LOCATION[36]="drivers/dahdi/xpp"
+DEST_MODULE_LOCATION[36]="/kernel/dahdi/xpp"
+
+BUILT_MODULE_NAME[37]="dahdi_dynamic_ethmf"
+BUILT_MODULE_LOCATION[37]="drivers/dahdi"
+DEST_MODULE_LOCATION[37]="/kernel/dahdi/"
+
+BUILT_MODULE_NAME[38]="wcaxx"
+BUILT_MODULE_LOCATION[38]="drivers/dahdi"
+DEST_MODULE_LOCATION[38]="/kernel/dahdi/"
+
AUTOINSTALL=yes
More information about the Pkg-voip-maintainers
mailing list