Activity log for bug #1449482

Date Who What changed Old value New value Message
2015-04-28 10:19:18 Ricardo bug added bug
2015-04-28 10:35:40 Ricardo description when loading this kernel module in: uname -a Linux mistic 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux modprobe freezes (impossible to kill), the hardware gets detected but impossible to use, after some googling, i found that there's some missing code in: /usr/src/dahdi-2.10.0.1~dfsg-1ubuntu2/drivers/dahdi/opvxa1200/base.c in: static int wctdm_initialize(struct wctdm *wc) after int x; wc->ddev = dahdi_create_device(); //Dennis if (!wc->ddev) return -ENOMEM; With this fix everything works ok. ------------------------------ Description: Ubuntu 15.04 Release: 15.04 dahdi-dkms: Instalado: 1:2.10.0.1~dfsg-1ubuntu2 Candidato: 1:2.10.0.1~dfsg-1ubuntu2 when loading this kernel module in: uname -a Linux mistic 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux modprobe freezes (impossible to kill), the hardware gets detected but impossible to use, after some googling: http://openvox.cn/forum/a400-800-1200-series/2120-problems-installing-a-a800p-card-in-debian.html I found that there's some missing code in: /usr/src/dahdi-2.10.0.1~dfsg-1ubuntu2/drivers/dahdi/opvxa1200/base.c in: static int wctdm_initialize(struct wctdm *wc) after int x;         wc->ddev = dahdi_create_device(); //Dennis         if (!wc->ddev)         return -ENOMEM; With this fix everything works ok. ------------------------------ Description: Ubuntu 15.04 Release: 15.04 dahdi-dkms:   Instalado: 1:2.10.0.1~dfsg-1ubuntu2   Candidato: 1:2.10.0.1~dfsg-1ubuntu2
2017-05-02 08:37:16 Claudio Dosio bug added subscriber Claudio Dosio