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

2011-10-20 Thread Daniel A. Nagy
On 10/20/2011 09:08 PM, Brian J. Murrell wrote: > Taking notice of https://dev.openwrt.org/changeset/20925 that looks like > the bits needs to manage the balancing and failover for multiple WAN > ports, which is great. > > Is there any corresponding Luci component to manage the allocating of a > n

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

2011-10-20 Thread Brian J. Murrell
Taking notice of https://dev.openwrt.org/changeset/20925 that looks like the bits needs to manage the balancing and failover for multiple WAN ports, which is great. Is there any corresponding Luci component to manage the allocating of a new WAN port (i.e. creating of a new VLAN for a the new WAN p

[OpenWrt-Devel] Multiwan & qos (big qos-script modification)

2011-10-20 Thread Etienne Champetier
Hello everyone I've seen that there is qos related code in the multiwan script, so i've a question: -How does we configure the qos with multiwan (i've seen anything in the documentation or ...) I'm also using wifidog (captive portal) on another router, and wifidog use iptables MARK target (as

Re: [OpenWrt-Devel] [PATCH] openl2tp - finally enable config file option

2011-10-20 Thread Philip Prindeville
You need to turn off "flowed=true" when posting patches. On 10/17/11 10:34 AM, Bogdan Roman wrote: > Until now the openl2tpg package only allowed configuration through RPC > by using the l2tpconfig command, making many some tasks difficult. > Discussion exists at https://dev.openwrt.org/ticket/

[OpenWrt-Devel] Can I somehow help to integrate the port mirroring patch?

2011-10-20 Thread Colin Leitner
Hello, is there something I can do to help getting this patch [1] integrated? The ticket with the LuCI enhancement can be found in Trac [2], but I'm not even sure how OpenWRT and LuCI devs interact with each other and if the OpenWRT Trac is the right place for such enhancements. Thanks to all of

Re: [OpenWrt-Devel] ПОКАНА Re: [PATCH] WR740N V3 support

2011-10-20 Thread Emmanuel Deloget
Le 20/10/2011 11:28, NetworkPro a écrit : Здравей, моля присъедини се към нашите усилия да популяризираме тестваме и развиваме *WRT http://www.mikrotik-bg.net/topic/2622-tl-wr741nd-%D1%81-openwrt/page__pid__31768__st__50#entry31768 Поздрави. Ouch. Is this the signal for the return of WhiteRus

Re: [OpenWrt-Devel] usb_modeswitch coldplug issues

2011-10-20 Thread D.S. Ljungmark
On Wed, 2011-10-19 at 17:22 +0200, Daniel Golle wrote: > I got a weird problem with usb_modeswitch and coldplugging. Though I somehow > understand what could be the cause, I have a hard time figuring out a good > solution > So: libusb needs usbfs on /proc/bus/usb, so usb_modeswitch can work onl

Re: [OpenWrt-Devel] Cross compiling problems with libpcap

2011-10-20 Thread Jo-Philipp Wich
Your gcc commandline lacks -lpcap, also never compile against host headers when cross compiling, use the pcap headers in staging_dir. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-

[OpenWrt-Devel] Cross compiling problems with libpcap

2011-10-20 Thread 马进
Hi, I am trying to cross compile a program for openwrt to capture the beacon frames. The program(beaconCap.c) is as follows. * #include #include #include #include #include #include #include #include #inc

Re: [OpenWrt-Devel] [PATCH] correct fair traffic sharing support in qos-scripts

2011-10-20 Thread Dave Taht
On Thu, Oct 20, 2011 at 11:55 AM, Weedy wrote: > On 08/10/11 10:41 AM, Dave Taht wrote: > > I am getting towards being able to test both this and ipv6 support in > > the qos-scripts6 packages in the ceropackages repo on github, but > > various problems elsewhere (kernel.org be

Re: [OpenWrt-Devel] [PATCH] correct fair traffic sharing support in qos-scripts

2011-10-20 Thread Weedy
On 08/10/11 10:41 AM, Dave Taht wrote: > I am getting towards being able to test both this and ipv6 support in > the qos-scripts6 packages in the ceropackages repo on github, but > various problems elsewhere (kernel.org being out of > service notably) were stopping me. Perhaps n

[OpenWrt-Devel] ПОКАНА Re: [PATCH] WR740N V3 support

2011-10-20 Thread NetworkPro
Здравей, моля присъедини се към нашите усилия да популяризираме тестваме и развиваме *WRT http://www.mikrotik-bg.net/topic/2622-tl-wr741nd-%D1%81-openwrt/page__pid__31768__st__50#entry31768 Поздрави. On 4 July 2011 20:30, Martin Raykov wrote: > Just added few lines following WR740N V1 patch and

Re: [OpenWrt-Devel] printk() and browser

2011-10-20 Thread Alexey Loukianov
18.10.2011 14:44, abhinav narain wrote: > I wrote the following code ... its int he thread above also : > > There are a lot of such errors on dmesg, > when i compile the following lines of code in at_rx_tasklet() in recv.c > > static int ai=0; > if (ai==0) { > printk("abhinav\n"); ai++ ;} > OMF