Page 2 of 3

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 06 Dec 2015, 08:21
by kalata
I can confirm that this package is *NOT* working on

Code: Select all

CHAOS CALMER (15.05-rc3, r46163)
Installation went fine:

Code: Select all

root@OpenWrt:/tmp# opkg install ddserver_0.2-14_ramips_24kec.ipk
Installing ddserver (0.2-14) to root...
Multiple packages (libgcc and libgcc) providing same name marked HOLD or PREFER. Using latest.
Installing libusb-1.0 (1.0.19-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/libusb-1.0_1.0.19-1_ramips_24kec.ipk.
Installing libpthread (1.1.11-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/libpthread_1.1.11-1_ramips_24kec.ipk.
Installing librt (1.1.11-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/librt_1.1.11-1_ramips_24kec.ipk.
Installing uclibcxx (0.2.4-2) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/uclibcxx_0.2.4-2_ramips_24kec.ipk.
Configuring libpthread.
Configuring librt.
Configuring libusb-1.0.
Configuring uclibcxx.
Configuring ddserver.
And here is why:

Code: Select all

root@OpenWrt:/# ldd /usr/bin/ddserver
        libc.so.0 => /lib/libc.so.0 (0x77ca3000)
        libusb-1.0.so.0 => /usr/lib/libusb-1.0.so.0 (0x77c83000)
        libpthread.so.0 => not found
        libuClibc++.so.0 => /usr/lib/libuClibc++.so.0 (0x77c42000)
        ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x77d0f000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x77c1e000)
        libc.so => not found
        libc.so => not found
        
Where i already have libpthread installed:

Code: Select all

Package libpthread (1.1.11-1) installed in root is up to date.
And:

Code: Select all

root@OpenWrt:/# opkg files libpthread
Package libpthread (1.1.11-1) is installed on root and has the following files:
root@OpenWrt:/#

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 06 Dec 2015, 08:23
by kalata
I can confirm that this package is *NOT* working on

Code: Select all

CHAOS CALMER (15.05-rc3, r46163)
Installation went fine:

Code: Select all

root@OpenWrt:/tmp# opkg install ddserver_0.2-14_ramips_24kec.ipk
Installing ddserver (0.2-14) to root...
Multiple packages (libgcc and libgcc) providing same name marked HOLD or PREFER. Using latest.
Installing libusb-1.0 (1.0.19-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/libusb-1.0_1.0.19-1_ramips_24kec.ipk.
Installing libpthread (1.1.11-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/libpthread_1.1.11-1_ramips_24kec.ipk.
Installing librt (1.1.11-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/librt_1.1.11-1_ramips_24kec.ipk.
Installing uclibcxx (0.2.4-2) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/uclibcxx_0.2.4-2_ramips_24kec.ipk.
Configuring libpthread.
Configuring librt.
Configuring libusb-1.0.
Configuring uclibcxx.
Configuring ddserver.
And here is why:

Code: Select all

root@OpenWrt:/# ldd /usr/bin/ddserver
        libc.so.0 => /lib/libc.so.0 (0x77ca3000)
        libusb-1.0.so.0 => /usr/lib/libusb-1.0.so.0 (0x77c83000)
        libpthread.so.0 => not found
        libuClibc++.so.0 => /usr/lib/libuClibc++.so.0 (0x77c42000)
        ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x77d0f000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x77c1e000)
        libc.so => not found
        libc.so => not found
        
Where i already have libpthread installed:

Code: Select all

Package libpthread (1.1.11-1) installed in root is up to date.
And:

Code: Select all

root@OpenWrt:/# opkg files libpthread
Package libpthread (1.1.11-1) is installed on root and has the following files:
root@OpenWrt:/#

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 06 Dec 2015, 08:59
by kalata
Ok i've installed

Code: Select all

 CHAOS CALMER (15.05-rc2, r45918)
Installation went fine

Code: Select all

root@OpenWrt:/tmp# opkg install ddserver_0.2-14_ramips_24kec.ipk
Installing ddserver (0.2-14) to root...
Multiple packages (libgcc and libgcc) providing same name marked HOLD or PREFER. Using latest.
Installing libusb-1.0 (1.0.19-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/libusb-1.0_1.0.19-1_ramips_24kec.ipk.
Installing libpthread (1.1.11-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/libpthread_1.1.11-1_ramips_24kec.ipk.
Installing librt (1.1.11-1) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/librt_1.1.11-1_ramips_24kec.ipk.
Installing uclibcxx (0.2.4-2) to root...
Downloading http://downloads.openwrt.org/snapshots/trunk/ramips/generic/packages/base/uclibcxx_0.2.4-2_ramips_24kec.ipk.
Configuring libpthread.
Configuring librt.
Configuring libusb-1.0.
Configuring uclibcxx.
Configuring ddserver.
And i got the same error

Code: Select all

root@OpenWrt:/tmp# ddserver
ddserver: can't load library 'libpthread.so.0'


Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 07 Dec 2015, 10:59
by octav59
Why are you using Release Candidate (RC2, 3) and not the final release, Chaos Calmer 15.05 ?
You may find it here https://downloads.openwrt.org/chaos_cal ... pgrade.bin.

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 08 Dec 2015, 16:47
by kalata
If you are saying that this is going to work then i'll install tonight and will let you know. I doubt that this is going to work since this linpthread is empty as package maybe they fixed it for the final release.

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 08 Dec 2015, 18:55
by octav59
I'm not an expert myself, but in the past I've heard a lot of problems related to missing packages or wrong paths.
I think you should try the final release because there is a good chance that all bugs discovered in RCs are now fixed.
I will try myself final CC with ddserver. I have one HT-TM04. As soon as I find a time window for this.
Wish you luck and keep us posted.

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 09 Dec 2015, 04:11
by kalata
Oh yeah that works. I guess because of the RC and they are not supporting it well.

Installation went fine:

Code: Select all

root@OpenWrt:/tmp# opkg install ddserver_0.2-14_ramips_24kec.ipk
Installing ddserver (0.2-14) to root...
Installing libusb-1.0 (1.0.19-1) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc3/ramips/rt305x/packages/base/libusb-1.0_1.0.19-1_ramips_24kec.ipk.
Installing libpthread (0.9.33.2-1) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc3/ramips/rt305x/packages/base/libpthread_0.9.33.2-1_ramips_24kec.ipk.
Installing librt (0.9.33.2-1) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc3/ramips/rt305x/packages/base/librt_0.9.33.2-1_ramips_24kec.ipk.
Installing uclibcxx (0.2.4-1) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05-rc3/ramips/rt305x/packages/base/uclibcxx_0.2.4-1_ramips_24kec.ipk.
Configuring libpthread.
Configuring librt.
Configuring libusb-1.0.
Configuring uclibcxx.
Configuring ddserver.
And the service

Code: Select all

root@OpenWrt:/tmp# /etc/init.d/ddserver start
start
Saving PID 1955  to  /var/run/ddserver.pid
Ok

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 09 Dec 2015, 14:49
by octav59
I'm glad it's working for you. Nice software.
So, reading your log, you did install RC3 and it's working ?
Or did you install the final release and post here the old log by mistake ?

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 01 May 2016, 11:29
by bobyg26
I have been experiencing something similar with my WRT710N.

I have finally loaded the supported OpenWrt on the device (which is trunk at the moment) and have installed ddserver and accompanying softwares via the dslrdashboard link, but upon reboot, ddserver is not loading. Is it a problem with trunk, or perhaps the network setup on the device not allowing the app to open?

Re: DDSERVER OpenWrt package for HooToo HT-TM04

Posted: 18 Dec 2016, 02:17
by arttus
Wondering if anyone would be will to provide a pre compiled binary that already has DSLRDashboard for the HooToo series? I'm new to OpenWrt and getting the HooToo configured has been a pain.

I notice that there are TP-LINK MR3040 flash and upgrades available.

For the price i think the Hootoo HT-TM01 is a better value for the money, 6000mAh compared to TP-link MR3040 2000mAh.

The HooToo also has 8192 KiB of raw flash compared to the TP-LINK MR3040's 4 MiB.

Aesthetically, the HooToo is also black and smaller which looks nicer on the camera :)

Thanks for the consideration, looking forward to trying out DSLRDashboard.

Best,
Arttus