dissabte, 26 d’octubre del 2013

Ratoli USB que es para sol (autosuspend)

Em sap greu copiar i peguar però es el que m'ha funcionat:

Add the usbcore.autosuspend=-1 line in the relevant line in /etc/default/grub file, then update grub. Here's how -

Open the '/etc/default/grub file -
Code:

sudo nano /etc/default/grub

Then look for the line "GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"".

Add the parameter usbcore.autosuspend=-1 in-between the quotes before quiet splash. It should look like -
Code:

GRUB_CMDLINE_LINUX_DEFAULT="usbcore.autosuspend=-1 quiet splash"

Proofread, save and close the file.

Now update grub -
Code:

sudo update-grub