[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2015-02-13 Thread ano
https://bugs.launchpad.net/ubuntu/+source/dahdi-linux/+bug/1336253 The same bug recently reported and treated more seriously . And nothing stated here? It's cool ! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-11-20 Thread Joseph Salisbury
** Changed in: dahdi-linux (Ubuntu) Importance: Undecided = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312421 Title: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-10-21 Thread Gino
This is still broken in 14.10 :-( Additionally, kernel 3.15 deprecated interruptible_sleep_on_timeout, so now in 14.10, to get dahdi to work, in addition to the above patch for xbus, pciradio.c also needs to be patched as per here:

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-10-02 Thread Jared Biel
+1 - the attached patch works for us and (IMO) a bug like this should be squashed from an LTS ASAP. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312421 Title: Cannot rebuild dahdi-dkms

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-08-27 Thread ano
I can not understand why such a simple problem easy to fix (patch available and tested), is still not corrected. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312421 Title: Cannot rebuild

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-08-26 Thread Thiago
This bug is happening with me too... I updated from 12.04 to 14.04 and dahdi not load the dahdi and wcfxo module to kernel, the solution patch posted here not work too... To solve i needed to compile dahdi from source, make him to do kernel modules install and before, install dahdi from repo...

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-07-29 Thread paoletto
Hi, I have the same problem now (2014 07). I tried to patch /usr/src/dahdi-2.5.0.1+dfsg-1ubuntu3/ like in post #8, but patch fails not finding the file to patch. I also trie to modify xbus-sysfs.c y hand following the patch changes, and then it compiles but it fails to load, complaining like:

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-07-29 Thread paoletto
I must also report that uninstalling the two packages (dahdi-linux and dahdi-dkms), downloading dahdi from asterisk website (version 2.9.something) and compiling from sources against the ubuntu kernel works, and the module seems to load fine -- You received this bug notification because you are

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-06-04 Thread ano
Thank you Gino, it works fine : root@s1:~# patch -p1 patch.diff root@s1:~# /var/lib/dpkg/info/dahdi-dkms.postinst configure Removing old dahdi-2.5.0.1+dfsg-1ubuntu3 DKMS files... -- Deleting module version: 2.5.0.1+dfsg-1ubuntu3 completely from the DKMS tree.

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-06-04 Thread Ubuntu Foundations Team Bug Bot
The attachment patch for Ubuntu 14.04 /usr/src/dahdi-2.5.0.1+dfsg- 1ubuntu3/drivers/dahdi/xpp/xbus-sysfs.c seems to be a patch. If it isn't, please remove the patch flag from the attachment, remove the patch tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-05-29 Thread ano
In https://github.com/asterisk/dahdi-linux/commit/f5d3b3 we have a drivers/dahdi/dahdi-sysfs.c patch. But https://launchpadlibrarian.net/173682153/make.log shows that drivers/dahdi/dahdi-sysfs.o is compiled correctly. The error occurs when compiling drivers/dahdi/xpp/xbus-sysfs.c, so have a

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-05-29 Thread Gino
Hi Guys, I can confirm that applying Russ's first patch ( https://github.com/asterisk/dahdi-linux/commit/2e7acd2 ) to the version of dahdi in ubuntu 14.04 allows xbus-sysfs.c to compile, and so dkms now builds the dahdi module correctly. His second patch is probably necessary for versions

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-05-28 Thread Robert J.
The second link to the patch for dahdi-sysfs.c does not match the code currently in the package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312421 Title: Cannot rebuild dahdi-dkms

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-05-26 Thread Russ Dill
Upstream patch exists here: https://github.com/asterisk/dahdi- linux/commit/2e7acd2 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312421 Title: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3)

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-05-26 Thread Russ Dill
And here, sorry https://github.com/asterisk/dahdi-linux/commit/f5d3b3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312421 Title: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-04-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: dahdi-linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1312421 Title:

[Bug 1312421] Re: Cannot rebuild dahdi-dkms (1:2.5.0.1+dfsg-1ubuntu3) : unknown field ‘drv_attrs’ specified in initializer .drv_attrs = xpp_attrs

2014-04-24 Thread ano
** Description changed: root@s1:~# lsb_release -rd Description:Ubuntu 14.04 LTS Release:14.04 root@s1:~# - root@s1:~# uname -a Linux s1 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux root@s1:~# - root@s1:~#