Re: [OpenWrt-Devel] om2p-hs: System lockup with 'ath: phy0: PLL4 meaurement not done' error

2013-03-12 Thread Petr Štetiar
Gabor Juhos juh...@openwrt.org [2013-03-11 21:06:09]: BTW, I have fixed the OM2P-HS setup code to use the correct bitmast a few minutes ago: https://dev.openwrt.org/changeset/35965 https://dev.openwrt.org/changeset/35966 Thanks! -- ynezz ___

Re: [OpenWrt-Devel] OpenVPN in Backfire not start

2013-03-12 Thread Bastian Bittorf
* Nguyễn Hồng Quân quanngu...@mbm.vn [12.03.2013 08:47]: option 'management' '127.0.0.1 31194' maybe '127.0.0.1:31194' ? bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] OpenVPN in Backfire not start

2013-03-12 Thread Nguyễn Hồng Quân
Thank you all, I can start OpenVPN server now. Changing to '127.0.0.1:31194' doesn't work, but removing the line does. On Tue 12 Mar 2013 02:56:33 PM ICT, Bastian Bittorf wrote: * Nguyễn Hồng Quân quanngu...@mbm.vn [12.03.2013 08:47]: option 'management' '127.0.0.1 31194' maybe

Re: [OpenWrt-Devel] [PATCH] kmod-switch : Fix led control register - adjust IMP port status

2013-03-12 Thread Tijs Van Buggenhout
On Wednesday 27 February 2013 14:49:58 Tijs Van Buggenhout wrote: On Monday 25 February 2013 21:30:07 Tijs Van Buggenhout wrote: On Monday 25 February 2013 21:07:09 Hauke Mehrtens wrote: On 02/25/2013 03:08 PM, Tijs Van Buggenhout wrote: On Monday 25 February 2013 14:06:13 Jonas Gorski

[OpenWrt-Devel] UCI and script action

2013-03-12 Thread Pietro Paolini
Hello all, I am studying the OpenWRT configuration manager (UCI) and I am wondering if there is a way in order to accomplish the reload automatically, because if I understand correctly: root@OpenWrt:~# uci add firewall rule root@OpenWrt:~# uci set firewall.@rule[-1].src=wan root@OpenWrt:~# uci

Re: [OpenWrt-Devel] UCI and script action

2013-03-12 Thread Jo-Philipp Wich
There is a way to do that automatically ??! Not at the moment. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] Trac: SPAM and no captch-shown?

2013-03-12 Thread Bastian Bittorf
often i see the message: Trac wertet Ihre Übertragung als Spam. Um das Gegenteil zu beweisen, geben Sie bitte Antwort auf folgendes. but, there is nothing i can enter to proove, that i'am not a bot. bye, bastian ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH] ar71xx: add TL-LINK TL-MR11U v2

2013-03-12 Thread Guilhem Lettron
Signed-off-by: Guilhem Lettron guil...@lettron.fr --- Index: target/linux/ar71xx/image/Makefile === --- target/linux/ar71xx/image/Makefile (revision 35977) +++ target/linux/ar71xx/image/Makefile (working copy) @@ -923,6 +923,7 @@

[OpenWrt-Devel] [PATCH] Cygwin fixes patch

2013-03-12 Thread Waldemar Brodkorb
Hi, is is just a proof of concept patch other Cygwin users might need to get a little bit further in the process of using OpenWrt on Windows. I'll send it as reference and for comments. The tar pipe Bug in Cygwin is really annoying. The pipe fails differently each time I configure gcc. Better

[OpenWrt-Devel] [PATCH] [lantiq] fix USB-enable GPIO and use default PCI configuration for now

2013-03-12 Thread Daniel Golle
EEPROM is an actial serial EEPROM on the WiFi module, therefore we can remove ralink_eep from the dts. USB power-enable GPIO turned out to be GPIO #3 (found via probing/brute-force). PCI works with default settings as long as the vendor bootloader is used. Signed-off-by: Daniel Golle

Re: [OpenWrt-Devel] firewall3: source address used for NAT reflection

2013-03-12 Thread Mark Mentovai
reflection_src_dip? That matches src_dip as used for SNAT rules, but makes it clear that it’s for reflection. (src_dip has a matching function instead of a rewriting function for DNAT rules.) I’ve got a strong preference to allow an interface name argument (“lan”) instead of requiring an IP

Re: [OpenWrt-Devel] [packages] olsrd: init: patchset for download

2013-03-12 Thread Saverio Proto
Hello Bastian, I successfully imported the patches in my tree. Give me a little time for testing. ciao, Saverio 2013/3/11 Bastian Bittorf bitt...@bluebottle.com: these inline patches are also here for download them:

Re: [OpenWrt-Devel] firewall3: source address used for NAT reflection

2013-03-12 Thread Jo-Philipp Wich
What about turning the reflection parameter from a bool into a string value which is either src or dest. If set to src it would reflect to the ip of the network referenced by option src (i.e. the external/wan one) and if set to dest it would use the ip of the network referenced by option dest

Re: [OpenWrt-Devel] firewall3: source address used for NAT reflection

2013-03-12 Thread Mark Mentovai
This would work just fine for me, although configuration’s meaning wouldn’t be nearly as evident without consulting some reference documentation. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] ar71xx/ag71xx: Make the hardware link state drop when the interface is down

2013-03-12 Thread Mark Mentovai
This is based on juhosg's patch to fully suspend an ag71xx device on phy_stop and resume it on phy_start [1], along with my addition to set the initial state to suspended, corresponding to the initial down state of the interface [2]. This makes the hardware link state on an ag71xx device track the

[OpenWrt-Devel] [PATCH] ar71xx: rw2458n - Use eeprom (art) from wifi card

2013-03-12 Thread Cezary Jackiewicz
Use eeprom (art) from included wifi card, not hard coded in flash. Signed-off-by: Cezary Jackiewicz cezary.jackiew...@gmail.com --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-rw2458n.c === ---

Re: [OpenWrt-Devel] firewall3: source address used for NAT reflection

2013-03-12 Thread Sami Olmari
AFAIK NAT reflection in openwrt was originally meant to stay "inside" LAN, and then one could use for example Split-DNS in order to make a DNS name "just the same" for a client, no matter in or outside the LAN...Sami OlmariOn Sun, 10 Mar 2013 23:17:36 +0200, Mark Mentovai m...@moxienet.com

Re: [OpenWrt-Devel] [packages] olsrd: init: patchset for download

2013-03-12 Thread Bastian Bittorf
* Saverio Proto ziopr...@gmail.com [12.03.2013 20:08]: I successfully imported the patches in my tree. Give me a little time for testing. a simple test is to make such a configuration: config olsrd option MainIp . ... config Interface list interface 'lan wan'

[OpenWrt-Devel] [PATCH 02/02][ar71xx] User-space changes for Enabling software control WAN, LAN1-4 LEDs on MR3220-v1/MR3420-v1/WR841N-v7

2013-03-12 Thread Dmytro
Index: target/linux/ar71xx/base-files/etc/uci-defaults/01_leds === --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds (revision 35995) +++ target/linux/ar71xx/base-files/etc/uci-defaults/01_leds (working copy) @@

Re: [OpenWrt-Devel] hostapd hang - cannot associate but existing connections ok

2013-03-12 Thread Justin Vallon
On 1/21/13 12:39 PM, Felix Fietkau wrote: On 2013-01-21 6:22 PM, Justin Vallon wrote: The symptom is that I cannot connect to my wireless network, but existing connections are ok. Once I try to reconnect from the client (wifi off wifi on), that device is then unable to connect. In the past,

[OpenWrt-Devel] [PATCH] samba: don't start nmbd if 'disable netbios = yes'.

2013-03-12 Thread Catalin Patulea
nmbd is not needed when name resolution is handled externally eg. by DNS. 'disable netbios' is supported by eg. Debian to disable nmbd in init scripts: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/samba/raring/view/head:/debian/samba.nmbd.upstart#L14 Signed-off-by: Catalin Patulea