We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I am try to increase USBFS buffer size today. I saw this https://github.com/OpenKinect/libfreenect2/wiki/Troubleshooting#multiple-kinects-try-increasing-usbfs-buffer-size
But it's not working.
After search, I found the right way is
$ sudo sh -c 'echo 128 > /sys/module/usbcore/parameters/usbfs_memory_mb'
But this command just affect until the next reboot. If you want modify it permanently. You can follow below steps.
/etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with this
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.usbfs_memory_mb=128"
$ sudo update-grub
$ cat /sys/module/usbcore/parameters/usbfs_memory_mb
THX DD
The text was updated successfully, but these errors were encountered:
# is the root prompt.
#
I don't use grub.
Thanks for the notice.
Sorry, something went wrong.
No branches or pull requests
Hi
I am try to increase USBFS buffer size today. I saw this https://github.com/OpenKinect/libfreenect2/wiki/Troubleshooting#multiple-kinects-try-increasing-usbfs-buffer-size
But it's not working.
After search, I found the right way is
But this command just affect until the next reboot. If you want modify it permanently. You can follow below steps.
/etc/default/grub
file,Find and replacewith this
THX
DD
The text was updated successfully, but these errors were encountered: