BASH   37
usb ether
Guest on 29th April 2022 03:04:14 PM


  1. #!/bin/sh
  2. rmmod ohci-hcd 2>/dev/null
  3. ifconfig usb0 down
  4. rmmod g_ether g_file_storage 2>/dev/null
  5. rmmod pxa27x_udc
  6. sleep 1
  7. modprobe pxa27x_udc
  8. modprobe g_ether

Raw Paste

Login or Register to edit or fork this paste. It's free.