Jump to content
Sign in to follow this  
ksh

how to change autosuspend?

Recommended Posts

when i open up terminal and command 

cat /sys/module/usbcore/parameters/autosuspend

it answer 

2

 

it means autosuspend is on working

 

i want to disable it,so i search for its method

 

almost says edit /etc/default/grub 

but tinkerboard debian don't exist that file

 

so, this is problem

 

how to i change autosuspend 2 to -1?

Share this post


Link to post
Share on other sites

hello @ksh

you can modify the cmdline.txt in /boot/ to diasble autosuspend:

sudo vim /boot/cmdline.txt 

add the following line:

usbcore.autosuspend=-1 

just delete this line if you'd want to enable autosuspend again (which means set it back to default)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...