Problems with "ddserver package updater"

qDslrDashbord error reports
Post Reply
kate
Posts: 6
Joined: 21 Feb 2016, 21:36

Problems with "ddserver package updater"

Post by kate »

Problems with "ddserver package updater"



I got a tp-link MR11U (version 2).... it is a China version of MR3040. Both machine are almost the same.
I flashed the openwrt to the MR11U, it come with the web interface.
(by using the rom: openwrt-ar71xx-generic-tl-mr11u-v2-squashfs-sysupgrade)


I followed the step according to the link below
http://dslrdashboard.info/ddserver-package-updater/

=======================================================================================================
D:\go>update_ddserver.bat root_12345 192.168.1.1 ddserver_0.2-13_ar71xx.ipk

D:\go>pscp.exe -scp -l root -pw root_12345 ddserver_0.2-13_ar71xx.ipk 192.168
.1.1:/tmp
Access denied
root@192.168.1.1's password:
ddserver_0.2-13_ar71xx.ip | 10 kB | 10.3 kB/s | ETA: 00:00:00 | 100%

D:\go>plink.exe -ssh -l root -pw root_12345 -batch 192.168.1.1 /etc/init.d/dd
server stop; opkg remove ddserver; opkg install /tmp/ddserver_0.2-13_ar71xx.ipk;
/etc/init.d/ddserver start; rm /tmp/ddserver_0.2-13_ar71xx.ipk
Access denied

D:\go>
=========================================================================================================



how come it replied with "Access denied" ?
Is it I have to do some more steps to do it?
thanks a lot.
hubaiz
Site Admin
Posts: 2003
Joined: 27 Jan 2015, 18:58

Re: Problems with "ddserver package updater"

Post by hubaiz »

You first need to change the 'root' password for the OpenWrt.
Until you do that only telnet is available.

The package upgrade will not work in your case as your OpenWrt does not have the packages that are required by ddserver package.
Your MR11u must be connected to internet so that it can download the required packages.
Post Reply