Comment 0 for bug 1703711

Revision history for this message
Nilesh (nileshgr) wrote : wcte13xp and oct612x drivers missing

In dahdi-dkms package the wcte13xp driver is missing (it depends on oct612x driver). So Digium TE13x cards do not work unless the following lines are added to dkms.conf & drivers are rebuilt -

BUILT_MODULE_NAME[33]="oct612x"
BUILT_MODULE_LOCATION[33]="drivers/dahdi/oct612x/"
DEST_MODULE_LOCATION[33]="/kernel/drivers/telephony/dahdi"

BUILT_MODULE_NAME[32]="wcte13xp"
BUILT_MODULE_LOCATION[32]="drivers/dahdi/"
DEST_MODULE_LOCATION[32]="/kernel/drivers/telephony/dahdi"