Dobra zainstalowałem przy próbie resetu o ile dobrze to robię mam:
login as: root
root@192.168.1.1's password:
BusyBox v1.19.4 (2014-09-27 09:44:51 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
_____ _
| __ \ | |
| | \/ __ _ _ __ __ _ ___ _ _| | ___
| | __ / _` | '__/ _` |/ _ \| | | | |/ _ \
| |_\ \ (_| | | | (_| | (_) | |_| | | __/
\____/\__,_|_| \__, |\___/ \__, |_|\___|
__/ | __/ |
|___/ |___/
----------------------------------------------------------------
| |
| Gargoyle PL 1.6.2.2 (b70bfc1) |
| OpenWrt Attitude Adjustment 12.09.1 (r42647) |
| Build time: 2014-09-27 09:44 CEST |
| |
| Cezary Jackiewicz (obsy), http://eko.one.pl |
| |
----------------------------------------------------------------
| Machine: TP-Link TL-MR3420 v2 |
| Uptime: 0d, 00:33:39 |
| Load: 0.05 0.04 0.05 |
| Flash: total: 320KB, free: 92KB, used: 71% |
| Memory: total: 28.5MB, free: 15.5MB, used: 45% |
| WAN: |
| LAN: 192.168.1.1 |
| WLAN: mode: ap, ssid: Gargoyle, channel: 11, conn: 0 |
----------------------------------------------------------------
root@Gargoyle:~# opkg install /tmp/usb.ipk
Preparing to install the following packages, which will require 2754 bytes:
usbreset
Preparing to install package usbreset...
Successfully installed usbreset.
Installation of packages successful.
root@Gargoyle:~# usbreset
Usage:
usbreset PPPP:VVVV - reset by product and vendor id
usbreset BBB/DDD - reset by bus and device number
usbreset "Product" - reset by product name
Devices:
Number 001/001 ID 1d6b:0002 Generic Platform EHCI Controller
root@Gargoyle:~# usb reset 001
-ash: usb: not found
root@Gargoyle:~# usbreset 001
No such device found
root@Gargoyle:~# usbreset 001/001
Resetting Generic Platform EHCI Controller ... failed [Is a directory]
root@Gargoyle:~# usb reset PPPP:VVVV
-ash: usb: not found
root@Gargoyle:~# usbreset PPPP:VVVV
No such device found
root@Gargoyle:~# usb reset ID 1d6b:002
-ash: usb: not found
root@Gargoyle:~# usbreset ID 1d6b:002
Usage:
usbreset PPPP:VVVV - reset by product and vendor id
usbreset BBB/DDD - reset by bus and device number
usbreset "Product" - reset by product name
Devices:
Number 001/001 ID 1d6b:0002 Generic Platform EHCI Controller
root@Gargoyle:~# usbreset 1d6b:002
Resetting Generic Platform EHCI Controller ... failed [Is a directory]
root@Gargoyle:~#