From: Marcelo V. <mv...@vm...> - 2009-05-26 18:37:59
|
Olivier LAHAYE wrote: > pvscsi: Unknown parameter `vmblock' This one beats me... I didn't see anything suspicious in your script. Can you "grep -r vmblock" in pvscsi's dkms source dir? > vmhgfs: Unknown symbol Backdoor_InOut > vmhgfs: Unknown symbol BackdoorHbIn > vmhgfs: Unknown symbol BackdoorHbOut > vmmemctl: Unknown symbol Backdoor_InOut You're missing backdoorGcc32.c and backdoorGcc64.c for these two modules. > vsock: no symbol version for VMCIMemcpyToQueueV [snip] vsock needs the symbols file created during the vmci module build so that it correctly references those symbols. This is controlled in vsock's makefile by defining MODPOST_VMCI_SYMVERS to the path of the .symvers file. I don't know how you'd express that dependency using dkms, though. I'll look at the duplicate files and see if I get rid of them. -- - Marcelo |