[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2012-01-19 Thread Anthony LoRe
I already have filled the bug, it was in the link I posted up there. I'll post it again here in this comment. https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/917980 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

Re: [Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2012-01-19 Thread PeterPall
My original problem was that dkms didn't even try to build the modules. If it does I an afraid you'll have to file a separate bug report for your problem. Kind regards, Gunter. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2012-01-19 Thread Mario Limonciello
Anthony Lore: The original bug was fixed, can you please file your own bug to track the problem down. It's entirely possible that the dkms make.conf or the Makefile for this other module you are using is broken too. So in your new bug, please include the dkms.conf and the Makefile and that failed

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2012-01-18 Thread Anthony LoRe
I just upgraded to dkms 2.2.0.3-1 which is the version used in precise and I still have the problem. The module compiles successfully but it's using the wrong headers. so naturally when I try to load it with modprobe i get the following error FATAL: Error inserting rt3562sta (/lib/modules/3.1.5-03

Re: [Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2012-01-18 Thread PeterPall
I'm using precise pangolin now and there the bug didn't reappear and interesting decided to work fine one day for me. But that of course does not mean that the problem is really fixed for everybody. Anthony LoRe <812...@bugs.launchpad.net> wrote: >Are you sure that this bug is fixed, cause I have

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2012-01-17 Thread Anthony LoRe
Are you sure that this bug is fixed, cause I have dkms 2.2.0.2-1 installed and I'm still having issues https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/917980 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-09-27 Thread PeterPall
The last kernel update did automatically trigger the build of the kernel modules I need => Marking this bug as solved. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812979 Title: Kernel modules are

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-08-21 Thread PeterPall
Did get a new kernel installed by today's update and bcmwl-kernel-source wasn't automatically rebuilt. Is there anybody else who can confirm that the bug is not fixed yet? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-08-21 Thread PeterPall
** Attachment added: "dpkg.log" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/812979/+attachment/2297929/+files/dpkg.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812979 Title: Kernel

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-08-02 Thread Launchpad Bug Tracker
This bug was fixed in the package dkms - 2.2.0.2-1 --- dkms (2.2.0.2-1) unstable; urgency=low [ Mario Limonciello ] * [c5846b6] Imported Upstream version 2.2.0.2 - Doesn't leave files in /tmp (Closes: #633802) - Autoinstall works on multiple kernels (Closes: #634979) (LP:

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-29 Thread Mario Limonciello
Andy, A lot of the smarts have been moved out of helper scripts and into DKMS itself to reduce code duplication with the bash rewrite. It's fixed in the latest release, we are just waiting for an archive admin to sync it. (bug 811231). -- You received this bug notification because you are a mem

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-29 Thread Andy Whitcroft
@Mario -- I do wonder why this replacement does not follow the form of its predecessor, and do something like below: kernel=`uname -r` [ -n "$2" ] && kernel="$2" It does seem a lot of smarts have gone since the version in Natty. -- You received this bug notification because you are a member

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-22 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/dkms -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812979 Title: Kernel modules are not built when the kernel is upgraded To manage notifications about this bug go to: h

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812979 Title: Kernel modules are not built when the kernel is upgraded To manage notifications about this bug go to: https://bugs.

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Mario Limonciello
This has been committed upstream, I'd just like to make sure it's the same root cause as https://bugzilla.redhat.com/show_bug.cgi?id=702483 before doing another release. http://linux.dell.com/cgi-bin/gitweb/gitweb.cgi?p=dkms.git;a=commit;h=3a0115cf1725b50141b0be9810a0a2df358c4b2e ** Changed in:

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Alberto Milone
** Patch added: "0001-Make-sure-to-use-the-kernel-version-passed-to-the-dk.patch" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/812979/+attachment/2218348/+files/0001-Make-sure-to-use-the-kernel-version-passed-to-the-dk.patch ** Changed in: dkms (Ubuntu) Importance: Undecided => Medi

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Alberto Milone
** Attachment added: "dkms_simpler_solution.log" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/812979/+attachment/2218333/+files/dkms_simpler_solution.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Alberto Milone
After discussing the issue with Mario, it turns out that a much simpler solution exists (as we're dealing with a regression). We should simply use the kernel version passed to the dkms_autoinstaller. I ran the following command with my new patch and all went well: sudo /usr/lib/dkms/dkms_autoinst

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Alberto Milone
** Attachment added: "dkms_problem_fix_verbose.log" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/812979/+attachment/2218209/+files/dkms_problem_fix_verbose.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Alberto Milone
** Patch added: "0001-Apply-logic-from-common.postinst-template-to-determi.patch" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/812979/+attachment/2218208/+files/0001-Apply-logic-from-common.postinst-template-to-determi.patch -- You received this bug notification because you are a memb

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Alberto Milone
** Attachment added: "dkms_problem_verbose.log" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/812979/+attachment/2218207/+files/dkms_problem_verbose.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.n

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Alberto Milone
** Attachment added: "dkms_problem.log" https://bugs.launchpad.net/ubuntu/+source/dkms/+bug/812979/+attachment/2218206/+files/dkms_problem.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812979

[Bug 812979] Re: Kernel modules are not built when the kernel is upgraded

2011-07-19 Thread Alberto Milone
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/812979 Title: Kernel modules are not built when the kernel is upgraded To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+