Just looking for a pointer or if it's possible to reset an usb device in terminal.

I have a usb network device that needs to be restarted every now and then. And the ordinary ifconfig en0 down && ifconfig en0 up won't really work. So, I'm wondering if there is a way to reset the entire USB device.

In linux I would solve it with modprobe or similar.

Thanks.

link|improve this question
@Triks, I don't understand why can you just umount the device and re-mount it again, why do you need to unload the module and re-load it? – Anders Aug 2 '10 at 21:20
Can I umount any usb device? – Trikks Aug 3 '10 at 13:33
feedback

migrated from stackoverflow.com Aug 5 '10 at 4:45

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.