BASH
37
usb ether
Guest on 29th April 2022 03:04:14 PM
#!/bin/sh
rmmod ohci-hcd 2>/dev/null
ifconfig usb0 down
rmmod g_ether g_file_storage 2>/dev/null
rmmod pxa27x_udc
sleep 1
modprobe pxa27x_udc
modprobe g_ether
Raw Paste
Login or Register to edit or fork this paste. It's free.