Skip to content

Making sure the USB settings are all set for Linux #10

@KamranBinaee

Description

@KamranBinaee

On Linux systems, the USB-FS memory is restricted to 16 MB or less by default.
To increase this limit we should update the grub. More specifically, in /etc/default/grub
Replace:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with this:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash usbcore.usbfs_memory_mb=160000"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions