2

With udisksctl I'm able to power-off device: udisksctl power-off --block-device /dev/sdd

But how can I power it back ON from commandline?

2
  • 1
    There is no command to power on a previously powered off device. The workaround is to rescan for the device. Commented Sep 4, 2017 at 5:59
  • @fpmurphy what exactly should one do to "rescan for the device"? (e.g. if one's /usb4/power/runtime_status is "suspended", not "active". ) Commented Jun 25, 2019 at 18:51

1 Answer 1

-2
$ rmmod ehci_platform $ modprobe ehci_platform 

did the trick for me.

1
  • 1
    Hello greg. To help future readers it would be useful for you to expand your answer to explain what this does, and why it helped. Commented Feb 10, 2019 at 9:03

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.