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?
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?
$ rmmod ehci_platform
$ modprobe ehci_platform
did the trick for me.