Re: Couple of questions
"Peter T. Breuer" <[email protected]>
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
"Also sprach Robert Scussel:" > When I: > insmod /tmp/enbd.ko > > I get the following in dmesg: > > enbd: disagrees about version of symbol struct_module And what is it? It sounds as though you have changed your kernel source somewhere along the way so that the kernel you are running does no longer correspond to it. > I can post the entire nm if it makes a difference, but after nm my other > modules it looks similar. I don't see kernel versions on any of the > other modules. > > Ideas? Did I take a wrong turn somewhere? You seem to have compiled a kernel from different source with the same version number/name as you originally had. I guess. Shrug. Compile both kernel AND modules. Peter