Re: [OpenWrt-Devel] Reversing milking machine (console server)

2010-09-26 Thread Mark Kelly
I think what you really want is the net/ser2net package. On Sep 26, 2010, at 2:58 AM, "Benjamin Henrion" wrote: > On Sun, Sep 26, 2010 at 8:41 AM, Philip Prindeville > wrote: >> On 9/26/10 12:34 AM, Benjamin Henrion wrote: >>> >>> On Sun, Sep 26, 2010 at 2:12 AM, Philip Prindeville >>> wrot

[OpenWrt-Devel] [PATCH] - Fix Gateworks Compact Flash corruption issues on IXP4xx in trunk

2010-05-07 Thread Mark Kelly
With the default settings in the current patch in trunk, I am seeing heavy corruption with the CF cards in both the Avila and Cambria IXP4xx boards from Gateworks. This patch adjusts the timing and has cleared up the corruption issue. Signed-off-by: Mark Kelly < mekelly5 at gmail dot

[OpenWrt-Devel] [PATCH] Upgrade JamVM to 1.5.4

2010-03-29 Thread Mark Kelly
This patch upgrades JamVM from 1.5.3 to 1.5.4 Signed-off-by: Mark Kelly < mekelly5 at gmail dot com> Index: packages/lang/jamvm/Makefile === --- packages/lang/jamvm/Makefile (revision 20584) +++ packages/lang/jamvm/Makefile (w

[OpenWrt-Devel] Fwd: [PATCH] Upgrade OpenVPN to version 2.1.1

2010-03-12 Thread Mark Kelly
This upgrades the OpenVPN package from 2.1.0 to 2.1.1 Signed-off-by: Mark Kelly < mekelly5 .at. gmail .dot. com> Index: packages/net/openvpn/Makefile === --- packages/net/openvpn/Makefile (revision 20156) +++ packages/net/o

[OpenWrt-Devel] [Patch] Fix typo inittab

2009-11-03 Thread Mark Kelly
There is a typo in /etc/inittab for the second serial port. This patch fixes that typo and allow logins from the second port. Signed-off-by: Mark Kelly Index: package/base-files/files/etc/inittab === --- package/base-files/files

Re: [OpenWrt-Devel] IXP4XX , LUCI can't work. Browser can't open WEB.

2009-08-11 Thread Mark Kelly
Luci is working fine on r17207 on my IXP4xx board, but it was broken due to a Big Endian issue on the IXP4xx a couple of weeks ago. On Tue, 2009-08-11 at 05:06 -0400, edgar.sol...@web.de wrote: > then something else is wrong and luci not working only a symptom .. > smells as if your networking

Re: [OpenWrt-Devel] [patch] add package opencv

2008-08-27 Thread Mark Kelly
this patch fails for me, :/opt/openwrt/k1$ make package/opencv-prepare V=99 make[1]: Entering directory `/opt/openwrt/k1' make[2]: Entering directory `/opt/openwrt/packages/libs/opencv' Makefile:77: *** missing separator. Stop. make[2]: Leaving directory `/opt/openwrt/packages/libs/opencv' make[1

[OpenWrt-Devel] [PATCH] Upgrade OLSR to 0.5.6 final

2008-08-25 Thread Mark Kelly
Upgrades OLSR to final 0.5.6 release. Signed off by: Mark Kelly === --- net/olsrd/Makefile (revision 12389) +++ net/olsrd/Makefile (working copy) @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=olsrd -PKG_VERSION

openwrt-devel@lists.openwrt.org

2008-07-14 Thread Mark Kelly
The batman layer3 kernel module does not appear to compile on the 2.6.26-rc8 & rc9 kernels. Is this a known bug? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] How to make a usb GPS work

2008-05-29 Thread Mark Kelly
mode? It seems like Garmin has a winders application that's free that will also switch the device to NMEA output. On Thu, 2008-05-29 at 14:27 -0700, Geoff Levand wrote: > Hi, > > Mark Kelly wrote: > > You do not need any garmin drivers, as long as the device is set to >

Re: [OpenWrt-Devel] How to make a usb GPS work

2008-05-29 Thread Mark Kelly
You do not need any garmin drivers, as long as the device is set to standard NEMA output, you can install picocom and see the stream. #picocom -b4800 /dev/tts/0 If it's stuck in binary mode you want see any useful info. sirfmon is in gpsd utilities and will switch the device back to NMEA mode s

Re: [OpenWrt-Devel] Generic Gpio Support Status

2008-05-23 Thread Mark Kelly
ets which implement either a GPIO lib or Generic > GPIO > compatible API. You can enable the GPIO device driver for these targets, even > though it is not done automatically. > > Le Friday 23 May 2008 16:43:49 Mark Kelly, vous avez écrit : > > what is the status of the new

[OpenWrt-Devel] Generic Gpio Support Status

2008-05-23 Thread Mark Kelly
what is the status of the new generic gpio support? In the current trunk build, I am not seeing the /dev/gpio node being built when the settings are enabled at least not on IXP4XX (Avila gw2345). I know this was working in my 2.6.23 builds, but I'm unsure if I've missed a setting in the new 2.6

[OpenWrt-Devel] Generic Gpio Support Status

2008-05-22 Thread Mark Kelly
what is the status of the new generic gpio support? In the current trunk build, I am not seeing the /dev/gpio node being built when the settings are enabled at least not on IXP4XX (Avila gw2345). I know this was working in my 2.6.23 builds, but I'm unsure if I've missed a setting in the new 2.6.

Re: [OpenWrt-Devel] [patch] Add vim-full vim-runtime vim-doc targets

2008-05-08 Thread Mark Kelly
rectory `/opt/openwrt/k1' make: *** [world] Error 2 /opt/openwrt/k1/build_dir/armeb/root-ixp4xx//usr/lib/ipkg/info/vim-full.postinst should contain an extra "THEN" it appears, this patch fixes it.  Signed-off-by: Mark Kelly Index: Makefile =

Re: [OpenWrt-Devel] trouble compiling latest trunk

2008-04-30 Thread Mark Kelly
ectory `/opt/openwrt/k1' make: *** [world] Error 2 On Wed, 2008-04-30 at 08:41 -0400, Mark Kelly wrote: > Yes, but that hasn't caused me issues in the past. I'll give it a try > without to see if it changes anything. > > > > On Wed, 2008-04-30 at 14:37

Re: [OpenWrt-Devel] trouble compiling latest trunk

2008-04-30 Thread Mark Kelly
Yes, but that hasn't caused me issues in the past. I'll give it a try without to see if it changes anything. On Wed, 2008-04-30 at 14:37 +0200, Oliver Ertl wrote: > > I'm suddenly having difficulties compiling the latest trunk, and it > > seems to fail on random packages. > > > > It always f

[OpenWrt-Devel] trouble compiling latest trunk

2008-04-29 Thread Mark Kelly
I'm suddenly having difficulties compiling the latest trunk, and it seems to fail on random packages. It always fails with an error like this, but it seems to be on a different package everytime. Packaged contents of /opt/openwrt/k1/build_dir/armeb/ntp-4.2.4p4/ipkg/ntpd into /opt/openwrt/k1/bin/

[OpenWrt-Devel] [Patch] Add additional plugins to olsrd

2008-02-15 Thread Mark Kelly
This adds additional packages for the arprefresh, dyn-gw-plain & quagga olsrd plugins Signed off by: nlinux (mark.kelly at cadre5.com) Index: packages/net/olsrd/Makefile === --- packages/net/olsrd/Makefile (revision 10465) +++ pack

Re: [OpenWrt-Devel] madwifi patch 330-beaconcal.patch causes me much pain

2008-02-15 Thread Mark Kelly
turn off the auto power saving on my atheros cards and increase the beacon intervals. (found this in madwifi trakker post) iwpriv ath0 uapsd 0 iwpriv ath0 bintval 1000 On Thu, 2008-02-14 at 15:57 +0100, Felix Fietkau wrote: > Mark Kelly wrote: > > This patch is causing me some m

[OpenWrt-Devel] madwifi patch 330-beaconcal.patch causes me much pain

2008-02-14 Thread Mark Kelly
This patch is causing me some major stability issues with the latest trunk builds. kamikaze/package/madwifi/patches/330-beaconcal.patch It seems to work fine for normal client connections, but I have a few Openwrt Sta mode clients that connect to it, and it reboots very frequently with this patch

Re: [OpenWrt-Devel] null point dereference with ixp400 platform (netgear WAG302v1)

2008-02-13 Thread Mark Kelly
I can't confirm this problem on Avila. Everything works find with the svn trunk builds I did from yesterday and today. On Wed, 2008-02-13 at 17:57 +0100, Felix Fietkau wrote: > Harald Schiöberg wrote: > > Giovanni Di Stasi wrote: > >> Il Tuesday 12 February 2008 11:33:54 hai scritto: > > > >>

[OpenWrt-Devel] [PATCH] wpa_supplicant correction for 10392

2008-02-06 Thread Mark Kelly
wpa_suplicant currently complains about a parse error if the PSK is not enclosed in quotes. This patch fixes that. Signed-off-by: nlinux cadre5.com> Index: package/madwifi/files/lib/wifi/madwifi.sh === --- package/madwifi/files/lib/

[OpenWrt-Devel] ixp4xx and client mode - new issue

2008-01-07 Thread Mark Kelly
When trying to bring up ath0 with wpa tkip encryption, I now get this. It used to partially work, now it's completely broken. # wifi up device ath0 entered promiscuous mode br-lan: port 2(ath0) entering learning state br-lan: topology change detected, propagating br-lan: port 2(ath0) entering fo

Re: [OpenWrt-Devel] IXP425 not booting

2008-01-03 Thread Mark Kelly
It booted for me on a GW2345 with a clean build, even though the new ethernet driver still does not support the GW2345's kendin switch :( On Thu, 2008-01-03 at 19:45 +0100, Harald Schiöberg wrote: > >> is there a known issue currently? > >> > > > > I've tested a build yesterday on my 2348-2 and

[OpenWrt-Devel] [PATCH] Upgrade ser2net package to latest version

2007-12-19 Thread Mark Kelly
This changes Ser2net package to be the latest stable version offered by the project. Signed-off-by: Mark Kelly #svn diff packages/net/ser2net/ Index: packages/net/ser2net/Makefile === --- packages/net/ser2net/Makefile