tcp_probe function not implemented


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
drivers tcp-ip
 |Â
show 2 more comments
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
drivers tcp-ip
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
 |Â
show 2 more comments
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
drivers tcp-ip
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
drivers tcp-ip
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
 |Â
show 2 more comments
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
 |Â
show 2 more comments
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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