Comment 6 for bug 562832

Revision history for this message
Ante Karamatić (ivoks) wrote : Re: [Bug 562832] Re: module drbd8 update kernel from 2.6.32-16 to 2.6.32-20

On 16.04.2010 21:38, Gaëtan Ferez wrote:
> No, i don't think
> Because, when i did this commands :
>
> # dkms remove -m drbd8 -v 8.3.7 -a 2.6.32-20-generic
> # dkms build -m drbd8 -v 8.3.7 -a 2.6.32-20-generic
> # dkms install -m drbd8 -v 8.3.7 -a 2.6.32-20-generic
>
> Without any other command, the module is successfully build and modprobe don't return any error.
> drbd8 run perfectly

So, when you tell dkms explicitly which headers to use and what module
version to build, everything is fine. If you leave autodetection to
dkms, it fails.

Hm... This sounds like dkms issue.