Temat: TP-Link MR3220 Ver 2.2 PrintServer nie mogę uruchomić
Witajcie ..
Kupiłem sobie TP-LINK MR3220 ver 2.2 po tym jak sprzedawca powiedział że można z niego zrobić PrintSerwer .. od razu wgrałem openWrt błyskawicznie i bezproblemowo. Niestety podczas próby uruchomienia (zainstalowania) p910nd dostaję informację:
root@OpenWrt:~# opkg update
Downloading http://downloads.openwrt.org/snapshots/ … ackages.gz.
Connecting to downloads.openwrt.org (78.24.191.177:80)
Packages.gz 100% |*******************************| 498k 0:00:00 ETA
Inflating http://downloads.openwrt.org/snapshots/ … ackages.gz.
Updated list of available packages in /var/opkg-lists/barrier_breaker.
root@OpenWrt:~# opkg install kmod-usb-core
Multiple packages (kmod-usb-core and kmod-usb-core) providing same name marked HOLD or PREFER. Using latest.
Upgrading kmod-usb-core on root from 3.3.8-1 to 3.10.24-1...
Downloading http://downloads.openwrt.org/snapshots/ … ar71xx.ipk.
Connecting to downloads.openwrt.org (78.24.191.177:80)
kmod-usb-core_3.10.2 100% |*******************************| 71895 0:00:00 ETA
Multiple packages (kmod-nls-base and kmod-nls-base) providing same name marked HOLD or PREFER. Using latest.
Collected errors:
* satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-core:
* kernel (= 3.10.24-1-08745dc65de1a707393699769652ea61) *
* opkg_install_cmd: Cannot install package kmod-usb-core.
root@OpenWrt:~# opkg -nodeps install kmod-usb-core
Multiple packages (kmod-usb-core and kmod-usb-core) providing same name marked HOLD or PREFER. Using latest.
Upgrading kmod-usb-core on root from 3.3.8-1 to 3.10.24-1...
Downloading http://downloads.openwrt.org/snapshots/ … ar71xx.ipk.
Connecting to downloads.openwrt.org (78.24.191.177:80)
kmod-usb-core_3.10.2 100% |*******************************| 71895 0:00:00 ETA
Removing obsolete file /lib/modules/3.3.8/usb-common.ko.
Removing obsolete file /lib/modules/3.3.8/usbcore.ko.
Configuring kmod-usb-core.
//usr/lib/opkg/info/kmod-usb-core.postinst: line 4: insert_modules: not found
Collected errors:
* pkg_run_script: package "kmod-usb-core" postinst script returned status 127.
* opkg_configure: kmod-usb-core.postinst returned 127.
root@OpenWrt:~# opkg -nodeps install kmod-usb2
Multiple packages (kmod-usb2 and kmod-usb2) providing same name marked HOLD or PREFER. Using latest.
Upgrading kmod-usb2 on root from 3.3.8-1 to 3.10.24-1...
Downloading http://downloads.openwrt.org/snapshots/ … ar71xx.ipk.
Connecting to downloads.openwrt.org (78.24.191.177:80)
kmod-usb2_3.10.24-1_ 100% |*******************************| 23449 0:00:00 ETA
Removing obsolete file /lib/modules/3.3.8/ehci-hcd.ko.
Configuring kmod-usb-core.
//usr/lib/opkg/info/kmod-usb-core.postinst: line 4: insert_modules: not found
Configuring kmod-usb2.
//usr/lib/opkg/info/kmod-usb2.postinst: line 4: insert_modules: not found
Collected errors:
* pkg_run_script: package "kmod-usb-core" postinst script returned status 127.
* opkg_configure: kmod-usb-core.postinst returned 127.
* pkg_run_script: package "kmod-usb2" postinst script returned status 127.
* opkg_configure: kmod-usb2.postinst returned 127.
root@OpenWrt:~# opkg -nodeps install kmod-usb-printer
Installing kmod-usb-printer (3.10.24-1) to root...
Downloading http://downloads.openwrt.org/snapshots/ … ar71xx.ipk.
Connecting to downloads.openwrt.org (78.24.191.177:80)
kmod-usb-printer_3.1 100% |*******************************| 7485 0:00:00 ETA
Configuring kmod-usb-core.
//usr/lib/opkg/info/kmod-usb-core.postinst: line 4: insert_modules: not found
Configuring kmod-usb-printer.
Configuring kmod-usb2.
//usr/lib/opkg/info/kmod-usb2.postinst: line 4: insert_modules: not found
Collected errors:
* pkg_run_script: package "kmod-usb-core" postinst script returned status 127.
* opkg_configure: kmod-usb-core.postinst returned 127.
* pkg_run_script: package "kmod-usb2" postinst script returned status 127.
* opkg_configure: kmod-usb2.postinst returned 127.
root@OpenWrt:~# opkg -nodeps install p910nd
Installing p910nd (0.95-3) to root...
Downloading http://downloads.openwrt.org/snapshots/ … ar71xx.ipk.
Connecting to downloads.openwrt.org (78.24.191.177:80)
p910nd_0.95-3_ar71xx 100% |*******************************| 5903 0:00:00 ETA
Configuring kmod-usb-core.
//usr/lib/opkg/info/kmod-usb-core.postinst: line 4: insert_modules: not found
Configuring p910nd.
Configuring kmod-usb2.
//usr/lib/opkg/info/kmod-usb2.postinst: line 4: insert_modules: not found
Collected errors:
* pkg_run_script: package "kmod-usb-core" postinst script returned status 127.
* opkg_configure: kmod-usb-core.postinst returned 127.
* pkg_run_script: package "kmod-usb2" postinst script returned status 127.
* opkg_configure: kmod-usb2.postinst returned 127.
root@OpenWrt:~# uci set p910nd.@p910nd[0].device=/dev/usb/lp0
root@OpenWrt:~# uci set p910nd.@p910nd[0].port=0
root@OpenWrt:~# uci set p910nd.@p910nd[0].enabled=1
root@OpenWrt:~# uci commit p910nd
uci: I/O error
root@OpenWrt:~# uci commit p910nd
root@OpenWrt:~# /etc/init.d/p910nd enable
ln: /etc/rc.d/S50p910nd: No space left on device
root@OpenWrt:~# /etc/init.d/p910nd enable
ln: /etc/rc.d/S50p910nd: No space left on device
root@OpenWrt:~# uci commit p910nd
Proszę o pomoc