-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cryptic error when usbmon module is no loaded #27
Comments
A bit related to #30. Will try and look into it during these holidays... |
Any progress with this issue? At very least the error message should probably the changed as follows
I would guess mentioning |
Google brought me here.... "modprobe usbmon" works for me ... |
modprobe usbmon worked for me, too |
sudo apt install usbtop
# modprobe intelligently adds or removes a module from the Linux kernel (from man modprobe)
sudo modprobe usbmon
# run usbtop with elevated privileges.
sudo usbtop EDIT: read README.md after posting above. Find the same info here: https://github.com/aguinet/usbtop?tab=readme-ov-file#usage |
When the
usbmon
module is not loaded the following error is returned when trying to runusbtop
:Is it possible to have something less cryptic, i.e. saying that the problem is the module isn't loaded?
The text was updated successfully, but these errors were encountered: