tcp_probe function not implemented

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












Good day!
I was trying to load the module "tcp_probe" when I got the following error "modprobe: ERROR: could not insert 'tcp_probe': Function not implemented"
for reference, my kernel is 4.15.7 and tcp_probe module is enabled in the configuration of the kernel.



The command that I used was




sudo modprobe tcp_probe port=5001











share|improve this question





















  • The error is pretty self-explanatory. The function you're trying to load up isn't implemented in whatever the kernel version you're on is. What Ubuntu are you on, anyways? 4.15.7 is very very "new" compared to the kernels that're in the existing releases.
    – Thomas Ward♦
    Mar 13 at 20:37










  • @ThomasWard 16.04, any idea on which latest version has this function enabled?
    – S.Toonsi
    Mar 13 at 20:48










  • I just tested on the HWE kernel which is 4.13.x and it didn't have any issues. But, your kernel is newer than the kernels in the repository for Xenial (latest is 4.13.x, and that's if you track the HWE kernel). Are you using a non-standard kernel, or a mainline PPA based kernel, or a custom kernel, by chance?
    – Thomas Ward♦
    Mar 13 at 20:49











  • @ThomasWard not really, I am using a standardized kernel. Thank you for your reply. I will compile an older version. I was just wondering why that'd happen when the module is enabled.
    – S.Toonsi
    Mar 13 at 20:53







  • 1




    I get the same error as you, even though the module is there. Now it has been removed from the kernel, and I just think that its removal got out of sync with the removal of some required infrastructure. See also.
    – Doug Smythies
    Mar 13 at 23:16














up vote
1
down vote

favorite












Good day!
I was trying to load the module "tcp_probe" when I got the following error "modprobe: ERROR: could not insert 'tcp_probe': Function not implemented"
for reference, my kernel is 4.15.7 and tcp_probe module is enabled in the configuration of the kernel.



The command that I used was




sudo modprobe tcp_probe port=5001











share|improve this question





















  • The error is pretty self-explanatory. The function you're trying to load up isn't implemented in whatever the kernel version you're on is. What Ubuntu are you on, anyways? 4.15.7 is very very "new" compared to the kernels that're in the existing releases.
    – Thomas Ward♦
    Mar 13 at 20:37










  • @ThomasWard 16.04, any idea on which latest version has this function enabled?
    – S.Toonsi
    Mar 13 at 20:48










  • I just tested on the HWE kernel which is 4.13.x and it didn't have any issues. But, your kernel is newer than the kernels in the repository for Xenial (latest is 4.13.x, and that's if you track the HWE kernel). Are you using a non-standard kernel, or a mainline PPA based kernel, or a custom kernel, by chance?
    – Thomas Ward♦
    Mar 13 at 20:49











  • @ThomasWard not really, I am using a standardized kernel. Thank you for your reply. I will compile an older version. I was just wondering why that'd happen when the module is enabled.
    – S.Toonsi
    Mar 13 at 20:53







  • 1




    I get the same error as you, even though the module is there. Now it has been removed from the kernel, and I just think that its removal got out of sync with the removal of some required infrastructure. See also.
    – Doug Smythies
    Mar 13 at 23:16












up vote
1
down vote

favorite









up vote
1
down vote

favorite











Good day!
I was trying to load the module "tcp_probe" when I got the following error "modprobe: ERROR: could not insert 'tcp_probe': Function not implemented"
for reference, my kernel is 4.15.7 and tcp_probe module is enabled in the configuration of the kernel.



The command that I used was




sudo modprobe tcp_probe port=5001











share|improve this question













Good day!
I was trying to load the module "tcp_probe" when I got the following error "modprobe: ERROR: could not insert 'tcp_probe': Function not implemented"
for reference, my kernel is 4.15.7 and tcp_probe module is enabled in the configuration of the kernel.



The command that I used was




sudo modprobe tcp_probe port=5001








drivers tcp-ip






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 13 at 20:31









S.Toonsi

112




112











  • The error is pretty self-explanatory. The function you're trying to load up isn't implemented in whatever the kernel version you're on is. What Ubuntu are you on, anyways? 4.15.7 is very very "new" compared to the kernels that're in the existing releases.
    – Thomas Ward♦
    Mar 13 at 20:37










  • @ThomasWard 16.04, any idea on which latest version has this function enabled?
    – S.Toonsi
    Mar 13 at 20:48










  • I just tested on the HWE kernel which is 4.13.x and it didn't have any issues. But, your kernel is newer than the kernels in the repository for Xenial (latest is 4.13.x, and that's if you track the HWE kernel). Are you using a non-standard kernel, or a mainline PPA based kernel, or a custom kernel, by chance?
    – Thomas Ward♦
    Mar 13 at 20:49











  • @ThomasWard not really, I am using a standardized kernel. Thank you for your reply. I will compile an older version. I was just wondering why that'd happen when the module is enabled.
    – S.Toonsi
    Mar 13 at 20:53







  • 1




    I get the same error as you, even though the module is there. Now it has been removed from the kernel, and I just think that its removal got out of sync with the removal of some required infrastructure. See also.
    – Doug Smythies
    Mar 13 at 23:16
















  • The error is pretty self-explanatory. The function you're trying to load up isn't implemented in whatever the kernel version you're on is. What Ubuntu are you on, anyways? 4.15.7 is very very "new" compared to the kernels that're in the existing releases.
    – Thomas Ward♦
    Mar 13 at 20:37










  • @ThomasWard 16.04, any idea on which latest version has this function enabled?
    – S.Toonsi
    Mar 13 at 20:48










  • I just tested on the HWE kernel which is 4.13.x and it didn't have any issues. But, your kernel is newer than the kernels in the repository for Xenial (latest is 4.13.x, and that's if you track the HWE kernel). Are you using a non-standard kernel, or a mainline PPA based kernel, or a custom kernel, by chance?
    – Thomas Ward♦
    Mar 13 at 20:49











  • @ThomasWard not really, I am using a standardized kernel. Thank you for your reply. I will compile an older version. I was just wondering why that'd happen when the module is enabled.
    – S.Toonsi
    Mar 13 at 20:53







  • 1




    I get the same error as you, even though the module is there. Now it has been removed from the kernel, and I just think that its removal got out of sync with the removal of some required infrastructure. See also.
    – Doug Smythies
    Mar 13 at 23:16















The error is pretty self-explanatory. The function you're trying to load up isn't implemented in whatever the kernel version you're on is. What Ubuntu are you on, anyways? 4.15.7 is very very "new" compared to the kernels that're in the existing releases.
– Thomas Ward♦
Mar 13 at 20:37




The error is pretty self-explanatory. The function you're trying to load up isn't implemented in whatever the kernel version you're on is. What Ubuntu are you on, anyways? 4.15.7 is very very "new" compared to the kernels that're in the existing releases.
– Thomas Ward♦
Mar 13 at 20:37












@ThomasWard 16.04, any idea on which latest version has this function enabled?
– S.Toonsi
Mar 13 at 20:48




@ThomasWard 16.04, any idea on which latest version has this function enabled?
– S.Toonsi
Mar 13 at 20:48












I just tested on the HWE kernel which is 4.13.x and it didn't have any issues. But, your kernel is newer than the kernels in the repository for Xenial (latest is 4.13.x, and that's if you track the HWE kernel). Are you using a non-standard kernel, or a mainline PPA based kernel, or a custom kernel, by chance?
– Thomas Ward♦
Mar 13 at 20:49





I just tested on the HWE kernel which is 4.13.x and it didn't have any issues. But, your kernel is newer than the kernels in the repository for Xenial (latest is 4.13.x, and that's if you track the HWE kernel). Are you using a non-standard kernel, or a mainline PPA based kernel, or a custom kernel, by chance?
– Thomas Ward♦
Mar 13 at 20:49













@ThomasWard not really, I am using a standardized kernel. Thank you for your reply. I will compile an older version. I was just wondering why that'd happen when the module is enabled.
– S.Toonsi
Mar 13 at 20:53





@ThomasWard not really, I am using a standardized kernel. Thank you for your reply. I will compile an older version. I was just wondering why that'd happen when the module is enabled.
– S.Toonsi
Mar 13 at 20:53





1




1




I get the same error as you, even though the module is there. Now it has been removed from the kernel, and I just think that its removal got out of sync with the removal of some required infrastructure. See also.
– Doug Smythies
Mar 13 at 23:16




I get the same error as you, even though the module is there. Now it has been removed from the kernel, and I just think that its removal got out of sync with the removal of some required infrastructure. See also.
– Doug Smythies
Mar 13 at 23:16















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1014693%2ftcp-probe-function-not-implemented%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1014693%2ftcp-probe-function-not-implemented%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

`kcmshell` modules relation with `/usr/share/applications`

How to enroll fingerprints to Ubuntu 17.10 with VFS491