Salve a tutti, qualcuno può dirmi come installare usb over ip su dga4132? da qui
https://openwrt.org/docs/guide-user/services/usb.iptunnel ho eseguito questi comandi
- opkg update
- opkg install kmod-usb-ohci usbip-server usbip-client
ottenendo i seguenti risultati
root@accesspoint:~# opkg update
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/base/Pac kages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_base
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/packages /Packages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/luci/Pac kages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_luci
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/routing/ Packages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/telephon y/Packages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_telephony
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/p ackages/Packages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_core
Downloading https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/base/P ackages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_base_macoers
Downloading https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/packag es/Packages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_packages_maco ers
Downloading https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/luci/P ackages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_luci_macoers
Downloading https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/routin g/Packages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_routing_macoe rs
Downloading https://repository.macoers.com/homeware/18/brcm63xx-tch/VANTW/teleph ony/Packages.gz
Updated list of available packages in /var/opkg-lists/chaos_calmer_telephony_mac oers
root@accesspoint:~# opkg install kmod-usb-ohci usbip-server usbip-client
Installing kmod-usb-ohci (4.1.38-1) to root...
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/p ackages/kmod-usb-ohci_4.1.38-1_arm_cortex-a9_neon.ipk
Unknown package 'usbip-server'.
Unknown package 'usbip-client'.
Configuring kmod-usb-ohci.
Collected errors:
* opkg_install_cmd: Cannot install package usbip-server.
* opkg_install_cmd: Cannot install package usbip-client.
poi da un altro link ho trovato altri comandi da eseguire
root@accesspoint:~# opkg list | grep -i usbip
root@accesspoint:~# opkg install usbip
Unknown package 'usbip'.
Collected errors:
* opkg_install_cmd: Cannot install package usbip.
root@accesspoint:~# opkg install kmod-usbip
Unknown package 'kmod-usbip'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-usbip.
root@accesspoint:~# opkg install kmod-usbcore
Unknown package 'kmod-usbcore'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-usbcore.
root@accesspoint:~# opkg install kmod-usb-core
Package kmod-usb-core (git_gitolite_openwrt__openwrt_broadcom_bcm963xx_5_02L_07_git-tch_bcm5_02L_07patch1_wlan19_1_1p2-1) installed in root is up to date.
root@accesspoint:~# opkg install kmod-usb-storage
Package kmod-usb-storage (git_gitolite_openwrt__openwrt_broadcom_bcm963xx_5_02L_07_git-tch_bcm5_02L_07patch1_wlan19_1_1p2-1) installed in root is up to date.
root@accesspoint:~# opkg install kmod-usb2
Installing kmod-usb2 (4.1.38-1) to root...
Downloading https://raw.githubusercontent.com/Ansuel/GUI_ipk/kernel-4.1/target/packages/kmod-usb2_4.1.38-1_arm_cortex-a9_neon.ipk
Configuring kmod-usb2.
root@accesspoint:~# opkg install kmod-usb3
Unknown package 'kmod-usb3'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-usb3.
root@accesspoint:~# opkg files usbip
Collected errors:
* opkg_files_cmd: Package usbip not installed.
root@accesspoint:~# opkg install kmod-usbip-server
Unknown package 'kmod-usbip-server'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-usbip-server.
root@accesspoint:~# opkg install kmod-usbip
Unknown package 'kmod-usbip'.
Collected errors:
* opkg_install_cmd: Cannot install package kmod-usbip.
moltissimi package sono inesistenti. Qualcuno sa come fare?