Search found 6 matches

by Lauri
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core 2.1.1 running on OpenWRT
Replies: 30
Views: 39858

Re: telldus-core 2.1.1 running on OpenWRT

There are tree more patches in the attachment (these are generic changes, not specific to OpenWRT): The first one is actually quite important, it fixes some bashisms in udev.sh. It is important, because my previous change to udev.sh (Micke already integrated it) now runs the script with /bin/sh, and...
by Lauri
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core 2.1.1 running on OpenWRT
Replies: 30
Views: 39858

Re: telldus-core 2.1.1 running on OpenWRT

uzivatel wrote: $ make /package/telldus-core/compile
There is an extra leading slash before "package", try if make package/telldus-core/compile works for you.
by Lauri
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core 2.1.1 running on OpenWRT
Replies: 30
Views: 39858

telldus-core 2.1.1 running on OpenWRT

Hi, I managed to port telldus-core 2.1.1 to OpenWRT. Now my Tellstick Duo is at least able to receive data from the sensors, when connected to my Buffalo WZR-HP-G300NH which runs OpenWRT. Because it seems that there is some general interest in using a more recent telldus-core with OpenWRT, I'm plann...
by Lauri
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core 2.1.1 running on OpenWRT
Replies: 30
Views: 39858

Re: telldus-core 2.1.1 running on OpenWRT

Short instructions for building telldus-core 2.1.1 for OpenWRT (assuming that the OpenWRT buildroot has been set up (instructions are in the OpenWRT wiki if needed)): The attached .tar.gz file should be expanded in directory "trunk" of the OpenWRT source tree. It will create subdirectory ...
by Lauri
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core 2.1.1 running on OpenWRT
Replies: 30
Views: 39858

Re: telldus-core 2.1.1 running on OpenWRT

The patches for iconv needs more work since they currently break the build for other platforms. Iconv is implemented in libc and not available as a separate library. Some way to detect if uClibc is used and only the link it then is necessary. No, iconv is included in glibc, but for OpenWRT it is in...
by Lauri
Fri Mar 17, 2023 9:45 am
Forum: Linux
Topic: telldus-core 2.1.1 running on OpenWRT
Replies: 30
Views: 39858

Re: telldus-core 2.1.1 running on OpenWRT

I don't know it the hub is causing these problems, but it can't be eliminated because other usb devices are also needed (and the buffalo has only one USB port) Maybe you can try without the hub briefly? So we know what error to pursue? I did that. Seems to work fine without the hub. No communicatio...