Hello,
I bought a TP-LINK WR703N and I have to project to connect it to an arduino and get his data with a php code.
So I installed successfully openwrt, and I had first a problem, I can't have internet and be connected to the router at the same time, so I follow this process https://forum.openwrt.org/viewtopic.php?id=38122 , connected router to my modem, and that work fine, I can connect to Luci.
The problem is when I try to install kmod-usb-storage or kmod-usb-serial-ftdi I get this message:
Installing kmod-usb-storage (3.8.3-1) to root...
Downloading http://downloads.openwrt.org/snapshots/ … r71xx.ipk.
Multiple packages (kmod-usb-core and kmod-usb-core) providing same name marked HOLD or PREFER. Using latest.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-storage:
* kernel (= 3.8.3-1-5d97e4a33c83bcf8fdae5d18f8b02941) * kernel (= 3.8.3-1-5d97e4a33c83bcf8fdae5d18f8b02941) *
* opkg_install_cmd: Cannot install package kmod-usb-storage.
Installing kmod-usb-serial-ftdi (3.8.3-1) to root...
Downloading http://downloads.openwrt.org/snapshots/ … r71xx.ipk.
Multiple packages (kmod-usb-core and kmod-usb-core) providing same name marked HOLD or PREFER. Using latest.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-serial-ftdi:
* kernel (= 3.8.3-1-5d97e4a33c83bcf8fdae5d18f8b02941) * kernel (= 3.8.3-1-5d97e4a33c83bcf8fdae5d18f8b02941) *
* opkg_install_cmd: Cannot install package kmod-usb-serial-ftdi.
Have you any idea?
Thanks