[OpenWrt-Devel] tl-wr1043nd-v2

2013-12-15 Thread Daniel A. Nagy
Hi, I have noticed that the trunk already supports v2 hardware of TP-Link's TL WR-1043ND router, but attitude adjustment does not. My question is which patches are the ones responsible for it and whether it is possible/reasonable to backport them? Cheers, Daniel signature.asc Description: Ope

Re: [OpenWrt-Devel] should syslog-ng[3] terminate build-in syslog?

2012-12-29 Thread Daniel A. Nagy
Hi Brian, The builtin syslogd "logs" to a circular buffer in RAM. It is fairly failsafe and does not take up many resources. I think that the current behavior of leaving it running upon installation of more heavyweight syslog services is correct behavior. Cheers, D. On 12/28/2012 03:18 PM, Bria

[OpenWrt-Devel] binutils tarball md5 mismatch?

2012-06-03 Thread Daniel A. Nagy
Hi, When trying to do a build from backfire branch, many of the sources of GNU binutils used for the cross-compiling environment complain about md5 mismatch. Eventually it does download a binutils-2.19.1.tar.bz2 file that it likes (md5 checksum: 09a8c5821a2dfdbb20665bc0bd680791), but quite a few a

[OpenWrt-Devel] Huawei E1752 built-in microSD card reader

2012-05-25 Thread Daniel A. Nagy
Hello, I am not exactly sure which driver acts up, but the following strange thing happens with this device: Initially (which means both after power-on and reboot with the E1752 already plugged in as well as after hot-plugging in the E1752), only /dev/sda appears in the device directory. However,

Re: [OpenWrt-Devel] What restarts services in luci cbi forms?

2011-12-27 Thread Daniel A. Nagy
On 12/27/2011 01:42 PM, Jo-Philipp Wich wrote: > Hi. > > /etc/config/ucitrack defines config<>init relations - the section name > corresponds to the config name, the "option init" specifies the init > script name. > > Note that LuCI versions up to and including r8126 have a bug that > prevents ap

[OpenWrt-Devel] What restarts services in luci cbi forms?

2011-12-27 Thread Daniel A. Nagy
Hello, I have created a LuCI CBI form for setting uci variables for a service that I have written, but clicking "Save & Apply" does not run /etc/init.d/servicename reload as it does for other services. What am I missing? What causes services to be restarted? Thanks in advance! -- Daniel sign

[OpenWrt-Devel] Ubiquiti M-series factory firmware format

2011-10-28 Thread Daniel A. Nagy
Hello, I'm wondering if there is a good description of the firmware image format used by M-series Ubiquiti devices? How file- and part headers are to be interpreted/created? Using Ubiquiti's fwsplit utility, I can get the kernel and rootfs parts out of the OpenWrt -factory.bin image and simply co

Re: [OpenWrt-Devel] multiwan -- allocation of a port (i.e. vlan) for wan2

2011-10-20 Thread Daniel A. Nagy
, No, unfortunately there isn't one yet. But we need it too, so if nobody implements it before us, we will contribute one before the end of the year. -- Daniel A. Nagy signature.asc Description: OpenPGP digital signature ___ openwrt-dev

[OpenWrt-Devel] [proposal] More flexible configuration of DHCP-assigned IP addresses in non-C class networks

2011-06-01 Thread Daniel A. Nagy
Hello, Currently, if the network's netmask is 255.255.0.0 then the third octet of the DHCP-assigned address will be 0 and this cannot be changed though uci configuration. An alternative behavior given the current settings would be to keep the first three octets of the router's IP address on that s

Re: [OpenWrt-Devel] OpenWrt server SSL configuration: problems validating server certificate

2011-04-02 Thread Daniel A. Nagy
Hi, On 04/02/2011 12:48 PM, Paul Fertser wrote: > Hi, > > I noticed your server certificate is issued by a commonly trusted > authority but in some circumstances clients still have difficulties > validating it. Yepp, I have the same problem running an https server on an OpenWrt box. > With Apac

Re: [OpenWrt-Devel] ASUS wl520gu + 3g-ppp = constant reboot

2011-03-08 Thread Daniel A. Nagy
Zeus V Panchenko wrote: > Daniel A. Nagy (nagyd...@epointsystem.org) [11.03.08 15:32] wrote: >> There are several problems with lw520gu. The main issue is the clock >> frequency >> that is mis-recognized by OpenWrt: >> https://dev.openwrt.org/ticket/4083 >> &g

Re: [OpenWrt-Devel] ASUS wl520gu + 3g-ppp = constant reboot

2011-03-08 Thread Daniel A. Nagy
Hi, Zeus V Panchenko wrote: > hi, > > after several weeks of experiments with ASUS wl520gu i\m sure that it > doesn't work with 3g modem ... There are several problems with lw520gu. The main issue is the clock frequency that is mis-recognized by OpenWrt: https://dev.openwrt.org/ticket/4083 The

Re: [OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-04 Thread Daniel A. Nagy
Hello, Imre Kaloz wrote: > P.S: If you need a specific revision for bugtracking/testing, you should > be smart enough to figure out how to get there. How am I supposed to figure out the exact revision number corresponding to a particular binary release (or release candidate)? Does it cost anythin

Re: [OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-02 Thread Daniel A. Nagy
ZioPRoTo (Saverio Proto) wrote: >> The source tree is tagged. LuCI is tagged. But "packages" apparently isn't. > > this thing of having packages feed tagged comes back from time to time. > > in my opinion is that the developers community of OpenWRT has no > interest in keeping a tagged packages t

Re: [OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-02 Thread Daniel A. Nagy
Jo-Philipp Wich wrote: > -src-svn packages svn://svn.openwrt.org/openwrt/packages > +src-svn packages svn://svn.openwrt.org/openwrt/packages@20732 > > Revision taken from https://dev.openwrt.org/milestone/Backfire%2010.03 Thank you so much! Would you mind tagging it? Also, it would be nice to hav

[OpenWrt-Devel] [PATCH] opencdk-0.6.6

2011-03-02 Thread Daniel A. Nagy
igned-off-by: Daniel A. Nagy --- a/src/stream.c 2007-11-08 19:31:45.0 +0100 +++ b/src/stream.c 2011-01-17 20:30:19.0 +0100 @@ -1384,7 +1384,9 @@ while (!cdk_stream_eof (s) && count > 0) { c = cdk_stream_getc (s); - if (c == EOF || c ==

Re: [OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-01 Thread Daniel A. Nagy
Hello, On 03/02/2011 04:36 AM, devendra.aaru wrote: > hello, > > you can do this by > touch package/your-package-name/Makefile > > and compile openwrt which ensures that your-package-name compiles. > > or you can delete whole build_dir and compile again which also the same. > > regards, > dev.

[OpenWrt-Devel] Re-compiling released OpenWrt versions

2011-03-01 Thread Daniel A. Nagy
Hello, I am wondering how to make sure that a re-compilation of a released (tagged) OpenWrt distribution from svn would result in compiling the same packages that come from feeds, as feeds.conf.default points to repositories that are in flux, not to tagged releases? Thanks in advance! -- Daniel

Re: [OpenWrt-Devel] UBNT NS Loco M5

2011-02-14 Thread Daniel A. Nagy
Hello, On 02/14/2011 09:13 AM, Hanno Schupp wrote: > I am not sure how much difference there is between devices, as there is > for example no image for the pico. I just took a bullet M image and > flushed the pico M and lo, it works just fine. And they all have 8MB > flash memory now, so they are

[OpenWrt-Devel] UBNT NS Loco M5

2011-02-13 Thread Daniel A. Nagy
remarkable device if necessary, but before I start reinventing and reimplementing the wheel, I would like to ask what the current status of OpenWrt support for this particular device is and who, if anyone, is working on it? Regards, -- Daniel A. Nagy signature.asc Description: OpenPGP digital

Re: [OpenWrt-Devel] Packaging help.

2011-02-13 Thread Daniel A. Nagy
Hi, We have a similar issue with luci-httpclient in that we need to enable ssh for our epoint-scada package to work. Without bumping the version number, we cannot have our packages installed on a binary OpenWrt distribution either. Králik Barnabás wrote: > I have modified OpenSSL’s Config.in and

[OpenWrt-Devel] [PATCH] opencdk-0.6.6

2011-01-17 Thread Daniel A. Nagy
This patch fixes a bug in the upstream library that prevents the verification of clearsigned documents with \r\n line endings. Obviously, it should go under feeds/packages/libs/opencdk/patches/ Signed-off-by: Daniel A. Nagy --- opencdk-0.6.6/src/stream.c 2007-11-08 19:31:45.0 +0100

[OpenWrt-Devel] [PATCH] opencdk-0.6.6

2011-01-17 Thread Daniel A. Nagy
This patch fixes a bug in the upstream library that prevents the verification of clearsigned documents with minus-escaped lines in them. Obviously, it should go under feeds/packages/libs/opencdk/patches/ Signed-off-by: Daniel A. Nagy --- opencdk-0.6.6/src/verify.c 2007-05-12 15:26:11.0

Re: [OpenWrt-Devel] Tenda W311R vs. D-Link DIR-300 B1

2010-10-20 Thread Daniel A. Nagy
Unfortunately, if something sounds too good to be true, it probably is: As it turns out, the newest revision of Tenda W311R (1.1) has only 2MB of Flash and 16MB of RAM, making it utterly unsuitable for OpenWrt. C'est la vie... On 10/08/2010 01:47 PM, Daniel A. Nagy wrote: > Hello, &g

Re: [OpenWrt-Devel] Add target device id for 3g dongles

2010-10-20 Thread Daniel A. Nagy
Please take a look at my solution in the https://www.epointsystem.org/svn/vending_machine/hotspot/trunk feed. Jo-Philipp Wich wrote: > Hi, > > I'm not sure whether it is okay to unconditional assume that this device is > managed by option[1]. > > Also can you rewrite this cat | grep | sed thing

[OpenWrt-Devel] Tenda W311R vs. D-Link DIR-300 B1

2010-10-08 Thread Daniel A. Nagy
Hello, Tenda W311R seems to have identical hardware to the better-known D-Link router DIR-300 rev B1. Also, this thread over at DD-Wrt forum seems to suggest that the firmware for both differ only in some magic number: http://www.dd-wrt.com/phpBB2/viewtopic.php?t=64016 However, before I start exp

[OpenWrt-Devel] Broadcom releases Linux driver sources for new chipsets

2010-09-10 Thread Daniel A. Nagy
Just in case someone missed the good news: http://tinyurl.com/brcm-driver signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] pppd fails to reconnect

2010-08-30 Thread Daniel A. Nagy
Experimenting with various 3g dongles, I identified the following problem that seems to be OpenWrt-specific: After the connection is broken for whatever reason, pppd tries to reconnect, but fails (see attached logs). It keeps trying and failing. However, if killed by SIGTERM and then re-started, i

Re: [OpenWrt-Devel] [PATCH] comgt

2010-07-13 Thread Daniel A. Nagy
What exactly does this patch do/achieve? Michael Grigorev wrote: > Signed-off-by: Michael Grigorev > > > Index: package/comgt/patches/004-CHANGELOG.diff > === > --- package/comgt/patches/004-CHANGELOG.

[OpenWrt-Devel] usb-modeswitch + usb-modeswitch-data

2010-07-05 Thread Daniel A. Nagy
Hi, We have had a conversation at #openwrt-devel about the right architecture for supporting 3g modems (and tethered phones). Some of them need usb-modeswitch, some of them don't. They may also need other things to function. After agreeing on the architecture, I have started adding support for va

Re: [OpenWrt-Devel] USB 3g modem support

2010-05-29 Thread Daniel A. Nagy
Hello, Thanks for the heads-up! I'll certainly look into it. Peter Lambrechtsen wrote: > One thing that would also be nice would be to add into the LuCI GUI to > have similar functionality as is currently provided in X-WRT that shows > the signal strength and other useful information by sending a

[OpenWrt-Devel] USB 3g modem support

2010-05-28 Thread Daniel A. Nagy
, -- Daniel A. Nagy ePoint Systems Ltd. signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] /etc/init.d/fstab runs before /etc/init.d/usb

2010-05-13 Thread Daniel A. Nagy
Hi, I have noticed that in /etc/rc.d S20fstab comes before S39usb. Is there any reason for this? Shouldn't it be done the other way around (usb first, filesystems later)? -- Daniel signature.asc Description: OpenPGP digital signature ___ openwrt-dev

Re: [OpenWrt-Devel] Backfire 10.03 Released

2010-04-07 Thread Daniel A. Nagy
Congratulations! A few questions: What is the status of Linksys WRT160NL with this release? Is it safe to flash this HW with openwrt-ar71xx-wrt160nl-squashfs.bin from the binary distribution? What does > * Initial mac80211 wireless support for Broadcom radios mean? Cheers, -- Daniel signa

Re: [OpenWrt-Devel] Linksys WRT160NL at the cost of shipping

2010-04-03 Thread Daniel A. Nagy
Same here. W.Michael Petullo wrote: > I have a WRT160NL whose flash has been completely wiped (including its boot > loader). If you are interested in investigating this device's JTAG interface, > then please let me know (off list). I will sell it to you at the cost of > shipping. I'd like to se

Re: [OpenWrt-Devel] [PATCH] Fix kexec support on brcm47xx

2010-03-21 Thread Daniel A. Nagy
Adrian Byszuk wrote: > Dear developers, > > This kernel patch fixes problems with kexec call on some devices. > It allows booting whole system (incl. kernel!) from e.g. USB disk. > I tested it on Asus WL-500gP v2. I suppose it would behave well on all MIPS > machines. > Applicable to 2.6.32 and 2

Re: [OpenWrt-Devel] [PATCH] ePoint HotSpot package

2009-12-24 Thread Daniel A. Nagy
Hi Felix, Thank you for the thorough review! Following up on our discussion at #openwrt-devel, I have opened up our SVN for reading. Maybe it would indeed be better to keep it as a separate feed on our server, referenced from OpenWrt; we are planning several other packages related to each other a

Re: [OpenWrt-Devel] [PATCH] ePoint HotSpot package

2009-12-20 Thread Daniel A. Nagy
Hello, Brian J. Murrell wrote: > On Mon, 2009-12-21 at 01:28 +0100, Daniel A. Nagy wrote: >> I would like to contribute a package to OpenWrt that we have developed and >> successfully use commercially. > > It appears that your patch is the entire source from your pr

[OpenWrt-Devel] [PATCH] Code128b (1D barcode) generating utility

2009-12-20 Thread Daniel A. Nagy
This package is a dependency of ePoint HotSpot. It facilitates the generation of 1D barcodes that are printed on tickets to facilitate use with barcode-reader equipped workstations. It can be used for other purposes as well. Signed-off-by: Daniel A. Nagy Index: utils/code128b/src/pngenc.c

[OpenWrt-Devel] [PATCH] QR code (2D barcode) generating library

2009-12-20 Thread Daniel A. Nagy
This package is a dependency of ePoint HotSpot. It facilitates the generation of 2D barcodes that are printed on tickets to facilitate use with keyboard-impaired mobile devices. It can be used for other purposes as well. Signed-off-by: Daniel A. Nagy Index: libs/qrencode/Makefile