For mass-resseting usb devices I use this small script:
#!/bin/bash for d in `find /dev/bus/usb/ -type c` do echo $d /usr/local/bin/usbreset $d done
Here I'm going to publish some computer-related notes. Areas supposed to be covered here: linux, chemoinformatics, tips... I hope it will be useful not only for me, but also for others.
#!/bin/bash for d in `find /dev/bus/usb/ -type c` do echo $d /usr/local/bin/usbreset $d done
Brak komentarzy:
Prześlij komentarz